View | Details | Raw Unified | Return to bug 106778
Collapse All | Expand All

(-)py-sqlalchemy/Makefile (-3 / +7 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	sqlalchemy
8
PORTNAME=	sqlalchemy
9
PORTVERSION=	0.3.1
9
PORTVERSION=	0.3.3
10
CATEGORIES=	databases python
10
CATEGORIES=	databases python
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
12
		http://cheeseshop.python.org/packages/source/S/SQLAlchemy/ \
12
		http://cheeseshop.python.org/packages/source/S/SQLAlchemy/ \
13
		http://dryice.name/computer/FreeBSD/distfiles/
13
		http://dryice.name/computer/FreeBSD/distfiles/
14
MASTER_SITE_SUBDIR=	sqlalchemy
14
MASTER_SITE_SUBDIR=	sqlalchemy
15
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
15
DISTNAME=	SQLAlchemy-${PORTVERSION}
16
DISTNAME=	SQLAlchemy-${PORTVERSION}
16
17
17
MAINTAINER=	dryice@dryice.name
18
MAINTAINER=	dryice@dryice.name
Lines 35-46 Link Here
35
PORTDOCS=	adv_datamapping.html alphaapi.html \
36
PORTDOCS=	adv_datamapping.html alphaapi.html \
36
		alphaimplementation.html datamapping.html \
37
		alphaimplementation.html datamapping.html \
37
		dbengine.html docs.css docstrings.html \
38
		dbengine.html docs.css docstrings.html \
38
		index.html metadata.html \
39
		documentation.html index.html metadata.html \
39
		plugins.html pooling.html scripts.js \
40
		plugins.html pooling.html scripts.js \
40
		sqlconstruction.html style.css syntaxhighlight.css \
41
		sqlconstruction.html style.css syntaxhighlight.css \
41
		tutorial.html types.html unitofwork.html
42
		tutorial.html types.html unitofwork.html
42
.endif
43
.endif
43
44
45
PORTEXAMPLES= adjacencytree association backref collections graphs \
46
		pickle polymorph vertical
47
44
.include <bsd.port.pre.mk>
48
.include <bsd.port.pre.mk>
45
49
46
.if defined(WITH_FIREBIRD)
50
.if defined(WITH_FIREBIRD)
Lines 72-78 Link Here
72
.endif
76
.endif
73
77
74
	${MKDIR} ${EXAMPLESDIR}
78
	${MKDIR} ${EXAMPLESDIR}
75
.for i in adjacencytree backref polymorph vertical
79
.for i in ${PORTEXAMPLES}
76
	${CP} -r ${WRKSRC}/examples/${i} ${EXAMPLESDIR}
80
	${CP} -r ${WRKSRC}/examples/${i} ${EXAMPLESDIR}
77
.endfor
81
.endfor
78
82
(-)py-sqlalchemy/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (SQLAlchemy-0.3.1.tar.gz) = cb5e17096ed50389687c62bad8c5a67a
1
MD5 (SQLAlchemy-0.3.3.tar.gz) = 1336d87f659944f131f7f2c340e81e02
2
SHA256 (SQLAlchemy-0.3.1.tar.gz) = ddf34423d55233fcf39005bf10767dcf7aa8021039289615aa9e80419ccff93e
2
SHA256 (SQLAlchemy-0.3.3.tar.gz) = fd425065ba70ce199508c3bde9cf7198dd84dd72980ca36a05a24bcbdd095c15
3
SIZE (SQLAlchemy-0.3.1.tar.gz) = 585351
3
SIZE (SQLAlchemy-0.3.3.tar.gz) = 737019
(-)py-sqlalchemy/pkg-plist (+9 lines)
Lines 1-13 Link Here
1
%%PYTHON_SITELIBDIR%%/SQLAlchemy-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg
1
%%PYTHON_SITELIBDIR%%/SQLAlchemy-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg
2
%%EXAMPLEDIR%%/adjacencytree/basic_tree.py
2
%%EXAMPLEDIR%%/adjacencytree/basic_tree.py
3
%%EXAMPLEDIR%%/adjacencytree/byroot_tree.py
3
%%EXAMPLEDIR%%/adjacencytree/byroot_tree.py
4
%%EXAMPLEDIR%%/association/basic_association.py
5
%%EXAMPLEDIR%%/association/proxied_association.py
4
%%EXAMPLEDIR%%/backref/backref_tree.py
6
%%EXAMPLEDIR%%/backref/backref_tree.py
7
%%EXAMPLEDIR%%/collections/large_collection.py
8
%%EXAMPLEDIR%%/graphs/graph1.py
9
%%EXAMPLEDIR%%/pickle/custom_pickler.py
5
%%EXAMPLEDIR%%/polymorph/concrete.py
10
%%EXAMPLEDIR%%/polymorph/concrete.py
6
%%EXAMPLEDIR%%/polymorph/polymorph.py
11
%%EXAMPLEDIR%%/polymorph/polymorph.py
7
%%EXAMPLEDIR%%/polymorph/single.py
12
%%EXAMPLEDIR%%/polymorph/single.py
8
%%EXAMPLEDIR%%/vertical/vertical.py
13
%%EXAMPLEDIR%%/vertical/vertical.py
9
@dirrm %%EXAMPLEDIR%%/adjacencytree
14
@dirrm %%EXAMPLEDIR%%/adjacencytree
15
@dirrm %%EXAMPLEDIR%%/association
10
@dirrm %%EXAMPLEDIR%%/backref
16
@dirrm %%EXAMPLEDIR%%/backref
17
@dirrm %%EXAMPLEDIR%%/collections
18
@dirrm %%EXAMPLEDIR%%/graphs
19
@dirrm %%EXAMPLEDIR%%/pickle
11
@dirrm %%EXAMPLEDIR%%/polymorph
20
@dirrm %%EXAMPLEDIR%%/polymorph
12
@dirrm %%EXAMPLEDIR%%/vertical
21
@dirrm %%EXAMPLEDIR%%/vertical
13
@dirrm %%EXAMPLEDIR%%
22
@dirrm %%EXAMPLEDIR%%

Return to bug 106778