View | Details | Raw Unified | Return to bug 191442 | Differences between
and this patch

Collapse All | Expand All

(-)py-sqlalchemy/Makefile (-5 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/databases/py-sqlalchemy/Makefile 358461 2014-06-19 19:39:28Z mva $
2
# $FreeBSD: head/databases/py-sqlalchemy/Makefile 358461 2014-06-19 19:39:28Z mva $
3
3
4
PORTNAME=	sqlalchemy
4
PORTNAME=	sqlalchemy
5
PORTVERSION=	0.7.10
5
PORTVERSION=	0.9.7
6
PORTREVISION=	2
7
CATEGORIES=	databases python
6
CATEGORIES=	databases python
8
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 17-26 Link Here
17
TEST_DEPENDS:=	${RUN_DEPENDS} \
16
TEST_DEPENDS:=	${RUN_DEPENDS} \
18
		${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose
17
		${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose
19
18
19
USES=	python
20
USE_PYTHON=	distutils autoplist
20
# Python3 ready
21
# Python3 ready
21
USE_PYTHON=		yes
22
USE_PYDISTUTILS=	yes
23
PYDISTUTILS_AUTOPLIST=	yes
24
PY2TO3_CMD=		${LOCALBASE}/bin/2to3-${PYTHON_VER}
22
PY2TO3_CMD=		${LOCALBASE}/bin/2to3-${PYTHON_VER}
25
PY2TO3_ARGS=		--no-diffs --nobackups --verbose --write
23
PY2TO3_ARGS=		--no-diffs --nobackups --verbose --write
26
24
(-)py-sqlalchemy/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (SQLAlchemy-0.7.10.tar.gz) = 77aa39d65c9d043eba6ba329b359ff867424fd6c403b7c0cb112b65e507e1d66
1
SHA256 (SQLAlchemy-0.9.7.tar.gz) = 5fff261d0cff21c39913f9d30682659a52bfa2875699b2b7d908d0225df42a15
2
SIZE (SQLAlchemy-0.7.10.tar.gz) = 3541639
2
SIZE (SQLAlchemy-0.9.7.tar.gz) = 4053445
(-)py-sqlalchemy/pkg-plist (-43 / +59 lines)
Lines 2-26 Link Here
2
%%PORTDOCS%%%%DOCSDIR%%/copyright.html
2
%%PORTDOCS%%%%DOCSDIR%%/copyright.html
3
%%PORTDOCS%%%%DOCSDIR%%/core/compiler.html
3
%%PORTDOCS%%%%DOCSDIR%%/core/compiler.html
4
%%PORTDOCS%%%%DOCSDIR%%/core/connections.html
4
%%PORTDOCS%%%%DOCSDIR%%/core/connections.html
5
%%PORTDOCS%%%%DOCSDIR%%/core/constraints.html
6
%%PORTDOCS%%%%DOCSDIR%%/core/ddl.html
7
%%PORTDOCS%%%%DOCSDIR%%/core/defaults.html
8
%%PORTDOCS%%%%DOCSDIR%%/core/dml.html
5
%%PORTDOCS%%%%DOCSDIR%%/core/engines.html
9
%%PORTDOCS%%%%DOCSDIR%%/core/engines.html
6
%%PORTDOCS%%%%DOCSDIR%%/core/event.html
10
%%PORTDOCS%%%%DOCSDIR%%/core/event.html
7
%%PORTDOCS%%%%DOCSDIR%%/core/events.html
11
%%PORTDOCS%%%%DOCSDIR%%/core/events.html
8
%%PORTDOCS%%%%DOCSDIR%%/core/exceptions.html
12
%%PORTDOCS%%%%DOCSDIR%%/core/exceptions.html
9
%%PORTDOCS%%%%DOCSDIR%%/core/expression_api.html
13
%%PORTDOCS%%%%DOCSDIR%%/core/expression_api.html
14
%%PORTDOCS%%%%DOCSDIR%%/core/functions.html
10
%%PORTDOCS%%%%DOCSDIR%%/core/index.html
15
%%PORTDOCS%%%%DOCSDIR%%/core/index.html
16
%%PORTDOCS%%%%DOCSDIR%%/core/inspection.html
11
%%PORTDOCS%%%%DOCSDIR%%/core/interfaces.html
17
%%PORTDOCS%%%%DOCSDIR%%/core/interfaces.html
12
%%PORTDOCS%%%%DOCSDIR%%/core/internals.html
18
%%PORTDOCS%%%%DOCSDIR%%/core/internals.html
19
%%PORTDOCS%%%%DOCSDIR%%/core/metadata.html
13
%%PORTDOCS%%%%DOCSDIR%%/core/pooling.html
20
%%PORTDOCS%%%%DOCSDIR%%/core/pooling.html
21
%%PORTDOCS%%%%DOCSDIR%%/core/reflection.html
14
%%PORTDOCS%%%%DOCSDIR%%/core/schema.html
22
%%PORTDOCS%%%%DOCSDIR%%/core/schema.html
23
%%PORTDOCS%%%%DOCSDIR%%/core/selectable.html
15
%%PORTDOCS%%%%DOCSDIR%%/core/serializer.html
24
%%PORTDOCS%%%%DOCSDIR%%/core/serializer.html
25
%%PORTDOCS%%%%DOCSDIR%%/core/sqlelement.html
16
%%PORTDOCS%%%%DOCSDIR%%/core/tutorial.html
26
%%PORTDOCS%%%%DOCSDIR%%/core/tutorial.html
17
%%PORTDOCS%%%%DOCSDIR%%/core/types.html
27
%%PORTDOCS%%%%DOCSDIR%%/core/types.html
18
%%PORTDOCS%%%%DOCSDIR%%/dialects/access.html
19
%%PORTDOCS%%%%DOCSDIR%%/dialects/drizzle.html
28
%%PORTDOCS%%%%DOCSDIR%%/dialects/drizzle.html
20
%%PORTDOCS%%%%DOCSDIR%%/dialects/firebird.html
29
%%PORTDOCS%%%%DOCSDIR%%/dialects/firebird.html
21
%%PORTDOCS%%%%DOCSDIR%%/dialects/index.html
30
%%PORTDOCS%%%%DOCSDIR%%/dialects/index.html
22
%%PORTDOCS%%%%DOCSDIR%%/dialects/informix.html
23
%%PORTDOCS%%%%DOCSDIR%%/dialects/maxdb.html
24
%%PORTDOCS%%%%DOCSDIR%%/dialects/mssql.html
31
%%PORTDOCS%%%%DOCSDIR%%/dialects/mssql.html
25
%%PORTDOCS%%%%DOCSDIR%%/dialects/mysql.html
32
%%PORTDOCS%%%%DOCSDIR%%/dialects/mysql.html
26
%%PORTDOCS%%%%DOCSDIR%%/dialects/oracle.html
33
%%PORTDOCS%%%%DOCSDIR%%/dialects/oracle.html
Lines 27-32 Link Here
27
%%PORTDOCS%%%%DOCSDIR%%/dialects/postgresql.html
34
%%PORTDOCS%%%%DOCSDIR%%/dialects/postgresql.html
28
%%PORTDOCS%%%%DOCSDIR%%/dialects/sqlite.html
35
%%PORTDOCS%%%%DOCSDIR%%/dialects/sqlite.html
29
%%PORTDOCS%%%%DOCSDIR%%/dialects/sybase.html
36
%%PORTDOCS%%%%DOCSDIR%%/dialects/sybase.html
37
%%PORTDOCS%%%%DOCSDIR%%/faq.html
30
%%PORTDOCS%%%%DOCSDIR%%/genindex.html
38
%%PORTDOCS%%%%DOCSDIR%%/genindex.html
31
%%PORTDOCS%%%%DOCSDIR%%/glossary.html
39
%%PORTDOCS%%%%DOCSDIR%%/glossary.html
32
%%PORTDOCS%%%%DOCSDIR%%/index.html
40
%%PORTDOCS%%%%DOCSDIR%%/index.html
Lines 37-52 Link Here
37
%%PORTDOCS%%%%DOCSDIR%%/orm/examples.html
45
%%PORTDOCS%%%%DOCSDIR%%/orm/examples.html
38
%%PORTDOCS%%%%DOCSDIR%%/orm/exceptions.html
46
%%PORTDOCS%%%%DOCSDIR%%/orm/exceptions.html
39
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/associationproxy.html
47
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/associationproxy.html
48
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/automap.html
40
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative.html
49
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/declarative.html
41
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/horizontal_shard.html
50
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/horizontal_shard.html
42
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/hybrid.html
51
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/hybrid.html
43
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/index.html
52
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/index.html
53
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/instrumentation.html
44
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/mutable.html
54
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/mutable.html
45
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/orderinglist.html
55
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/orderinglist.html
46
%%PORTDOCS%%%%DOCSDIR%%/orm/extensions/sqlsoup.html
47
%%PORTDOCS%%%%DOCSDIR%%/orm/index.html
56
%%PORTDOCS%%%%DOCSDIR%%/orm/index.html
48
%%PORTDOCS%%%%DOCSDIR%%/orm/inheritance.html
57
%%PORTDOCS%%%%DOCSDIR%%/orm/inheritance.html
49
%%PORTDOCS%%%%DOCSDIR%%/orm/interfaces.html
50
%%PORTDOCS%%%%DOCSDIR%%/orm/internals.html
58
%%PORTDOCS%%%%DOCSDIR%%/orm/internals.html
51
%%PORTDOCS%%%%DOCSDIR%%/orm/loading.html
59
%%PORTDOCS%%%%DOCSDIR%%/orm/loading.html
52
%%PORTDOCS%%%%DOCSDIR%%/orm/mapper_config.html
60
%%PORTDOCS%%%%DOCSDIR%%/orm/mapper_config.html
Lines 63-82 Link Here
63
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/basic_association.py
71
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/basic_association.py
64
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/dict_of_sets_with_default.py
72
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/dict_of_sets_with_default.py
65
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/proxied_association.py
73
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/proxied_association.py
66
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/__init__.py
67
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/advanced.py
68
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/caching_query.py
69
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/environment.py
70
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/fixture_data.py
71
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/helloworld.py
72
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/local_session_caching.py
73
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/model.py
74
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beaker_caching/relation_caching.py
75
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/__init__.py
74
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/__init__.py
76
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/custom_management.py
75
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/custom_management.py
77
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/listen_for_events.py
76
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/listen_for_events.py
78
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/declarative_reflection/__init__.py
77
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/__init__.py
79
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/declarative_reflection/declarative_reflection.py
78
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/advanced.py
79
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/caching_query.py
80
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/environment.py
81
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/fixture_data.py
82
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/helloworld.py
83
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/local_session_caching.py
84
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/model.py
85
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dogpile_caching/relationship_caching.py
80
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_dict/__init__.py
86
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_dict/__init__.py
81
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_dict/dynamic_dict.py
87
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_dict/dynamic_dict.py
82
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/__init__.py
88
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/__init__.py
Lines 88-93 Link Here
88
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/test3.xml
94
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/test3.xml
89
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/__init__.py
95
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/__init__.py
90
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/discriminator_on_association.py
96
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/discriminator_on_association.py
97
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/generic_fk.py
91
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/table_per_association.py
98
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/table_per_association.py
92
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/table_per_related.py
99
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic_associations/table_per_related.py
93
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/__init__.py
100
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/__init__.py
Lines 94-103 Link Here
94
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/directed_graph.py
101
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/directed_graph.py
95
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/__init__.py
102
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/__init__.py
96
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/concrete.py
103
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/concrete.py
97
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/polymorph.py
104
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/joined.py
98
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/single.py
105
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inheritance/single.py
106
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/join_conditions/__init__.py
107
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/join_conditions/cast.py
108
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/join_conditions/threeway.py
99
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/large_collection/__init__.py
109
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/large_collection/__init__.py
100
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/large_collection/large_collection.py
110
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/large_collection/large_collection.py
111
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/materialized_paths/__init__.py
112
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/materialized_paths/materialized_paths.py
101
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_sets/__init__.py
113
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_sets/__init__.py
102
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_sets/nested_sets.py
114
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_sets/nested_sets.py
103
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/postgis/__init__.py
115
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/postgis/__init__.py
Lines 104-135 Link Here
104
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/postgis/postgis.py
116
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/postgis/postgis.py
105
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sharding/__init__.py
117
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sharding/__init__.py
106
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sharding/attribute_shard.py
118
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sharding/attribute_shard.py
107
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioning/__init__.py
119
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_history/__init__.py
108
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioning/_lib.py
120
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_history/history_meta.py
109
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioning/history_meta.py
121
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_history/test_versioning.py
110
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioning/test_versioning.py
122
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_rows/__init__.py
123
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_rows/versioned_map.py
124
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/versioned_rows/versioned_rows.py
111
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/__init__.py
125
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/__init__.py
112
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/dictlike-polymorphic.py
126
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/dictlike-polymorphic.py
113
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/dictlike.py
127
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/dictlike.py
114
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/vertical
128
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/core
115
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/versioning
129
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/dialects
116
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sharding
130
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/orm/extensions
117
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/postgis
131
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/orm
118
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/nested_sets
132
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
119
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/large_collection
133
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/adjacency_list
120
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/inheritance
134
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/association
121
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/graphs
135
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/custom_attributes
122
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/generic_associations
136
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/dogpile_caching
123
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/elementtree
137
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/dynamic_dict
124
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dynamic_dict
138
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/elementtree
125
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/declarative_reflection
139
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/generic_associations
126
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/custom_attributes
140
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/graphs
127
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/beaker_caching
141
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/inheritance
128
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/association
142
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/join_conditions
129
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/adjacency_list
143
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/large_collection
130
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
144
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/materialized_paths
131
%%PORTDOCS%%@dirrm %%DOCSDIR%%/orm/extensions
145
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/nested_sets
132
%%PORTDOCS%%@dirrm %%DOCSDIR%%/orm
146
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/postgis
133
%%PORTDOCS%%@dirrm %%DOCSDIR%%/dialects
147
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/sharding
134
%%PORTDOCS%%@dirrm %%DOCSDIR%%/core
148
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/versioned_history
135
%%PORTDOCS%%@dirrm %%DOCSDIR%%
149
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/versioned_rows
150
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/vertical
151
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%

Return to bug 191442