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

(-)Makefile (-13 / +28 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	drush
4
PORTNAME=	drush
5
PORTVERSION=	5.9
5
PORTVERSION=	6.1.0
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	http://ftp.drupal.org/files/projects/
8
DISTNAME=	drush-7.x-${PORTVERSION}
9
7
10
MAINTAINER=	dgeo@centrale-marseille.fr
8
MAINTAINER=	dgeo@centrale-marseille.fr
11
COMMENT=	Drupal command line and scripting interface
9
COMMENT=	Drupal command line and scripting interface
Lines 16-38 Link Here
16
14
17
NO_BUILD=	yes
15
NO_BUILD=	yes
18
16
17
GH_ACCOUNT=	${PORTNAME}-ops
18
GH_PROJECT=	${PORTNAME}
19
GH_COMMIT=	d948558
20
USE_GITHUB=	yes
21
19
# set php requirements same as drupal itself
22
# set php requirements same as drupal itself
20
USE_PHP=	gd pcre session xml mbstring ctype json hash simplexml dom pdo pdo_mysql
23
USE_PHP=	gd pcre session xml mbstring ctype json hash simplexml dom pdo filter
21
IGNORE_WITH_PHP=4
24
IGNORE_WITH_PHP=4
22
WANT_PHP_CLI=	yes
25
WANT_PHP_CLI=	yes
23
26
24
WRKSRC=		${WRKDIR}/${PORTNAME}
27
PORTDOCS=	*.md docs/*
28
PORTEXAMPLES=	examples/*
25
29
26
NO_STAGE=	yes
30
OPTIONS_DEFINE=	DOCS EXAMPLES
27
.include <bsd.port.pre.mk>
28
31
32
.include <bsd.port.options.mk>
33
29
do-configure:
34
do-configure:
30
	@${REINPLACE_CMD} -e 's|XXXDATADIRXXX|${DATADIR}|g' ${WRKSRC}/drush
35
	@${REINPLACE_CMD} -e 's|XXXDATADIRXXX|${STAGEDIR}${DATADIR}|g' ${WRKSRC}/drush
31
36
32
do-install:
37
do-install:
33
	${MKDIR} ${DATADIR}
38
	${MKDIR} ${STAGEDIR}${DATADIR}
34
	( cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR} '! ( -name drush.bat -or -name *.orig -or -name *.bak -or -name .gitignore -or -name LICENSE.txt )' )
39
	( cd ${WRKSRC} && \
35
	${CHMOD} 755 ${DATADIR}/drush
40
	${COPYTREE_SHARE} "classes commands includes lib misc tests drush_logo-black.png drush.php drush.info" ${STAGEDIR}${DATADIR} && \
36
	${LN} -s ${DATADIR}/drush ${PREFIX}/bin/drush
41
	${INSTALL_DATA} drush_logo-black.png drush.php ${STAGEDIR}${DATADIR} && \
42
	${INSTALL_SCRIPT} drush drush.complete.sh ${STAGEDIR}${DATADIR} )
43
	${LN} -s ${DATADIR}/drush ${STAGEDIR}${PREFIX}/bin/drush
44
.	if ${PORT_OPTIONS:MDOCS}
45
		@ ${MKDIR} ${STAGEDIR}${DOCSDIR}
46
		@ cd ${WRKSRC} && ${COPYTREE_SHARE} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
47
.	endif
48
.	if ${PORT_OPTIONS:MEXAMPLES}
49
		@ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
50
		@ cd ${WRKSRC} && ${COPYTREE_SHARE} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
51
.	endif
37
52
38
.include <bsd.port.post.mk>
53
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (drush-7.x-5.9.tar.gz) = 3acc2a2491fef987c17e85122f7d3cd0bc99cefd1bc70891ec3a1c4fd51dccee
1
SHA256 (drush-6.1.0.tar.gz) = d13505bb5020e2773c23760aa0a93ec46c04865f4e11bb08029b21ab1b960b3c
2
SIZE (drush-7.x-5.9.tar.gz) = 414897
2
SIZE (drush-6.1.0.tar.gz) = 503450
(-)pkg-plist (-165 / +219 lines)
Lines 1-192 Link Here
1
bin/drush
1
bin/drush
2
%%DATADIR%%/README.txt
2
%%DATADIR%%/tests/watchdogTest.php
3
%%DATADIR%%/commands/core/core.drush.inc
3
%%DATADIR%%/tests/variableTest.php
4
%%DATADIR%%/commands/core/docs.drush.inc
4
%%DATADIR%%/tests/userTest.php
5
%%DATADIR%%/commands/core/drupal/batch_6.inc
5
%%DATADIR%%/tests/unit.drush.inc
6
%%DATADIR%%/commands/core/drupal/batch.inc
6
%%DATADIR%%/tests/tablesUnitTest.php
7
%%DATADIR%%/commands/core/drupal/environment_6.inc
7
%%DATADIR%%/tests/sqlSyncTest.php
8
%%DATADIR%%/commands/core/drupal/environment.inc
8
%%DATADIR%%/tests/sqlDumpTest.php
9
%%DATADIR%%/commands/core/drupal/site_install_6.inc
9
%%DATADIR%%/tests/sqlConnectTest.php
10
%%DATADIR%%/commands/core/drupal/site_install.inc
10
%%DATADIR%%/tests/siteSshTest.php
11
%%DATADIR%%/commands/core/drupal/update_6.inc
11
%%DATADIR%%/tests/siteSetUnitTest.php
12
%%DATADIR%%/commands/core/drupal/update.inc
12
%%DATADIR%%/tests/siteSetTest.php
13
%%DATADIR%%/commands/core/field.drush.inc
14
%%DATADIR%%/commands/core/help.drush.inc
15
%%DATADIR%%/commands/core/image.drush.inc
16
%%DATADIR%%/commands/core/rsync.core.inc
17
%%DATADIR%%/commands/core/scratch.php
18
%%DATADIR%%/commands/core/search.drush.inc
19
%%DATADIR%%/commands/core/site_install.drush.inc
20
%%DATADIR%%/commands/core/sitealias.drush.inc
21
%%DATADIR%%/commands/core/test.drush.inc
22
%%DATADIR%%/commands/core/topic.drush.inc
23
%%DATADIR%%/commands/core/variable.drush.inc
24
%%DATADIR%%/commands/core/watchdog.drush.inc
25
%%DATADIR%%/commands/core/drupal/update_7.inc
26
%%DATADIR%%/commands/core/usage.drush.inc
27
%%DATADIR%%/commands/core/queue.drush.inc
28
%%DATADIR%%/commands/core/ssh.drush.inc
29
%%DATADIR%%/commands/core/shellalias.drush.inc
30
%%DATADIR%%/commands/core/cache.drush.inc
31
%%DATADIR%%/commands/core/archive.drush.inc
32
%%DATADIR%%/commands/pm/release_info/updatexml.inc
33
%%DATADIR%%/commands/pm/download.pm.inc
34
%%DATADIR%%/commands/pm/info.pm.inc
35
%%DATADIR%%/commands/pm/package_handler/git_drupalorg.inc
36
%%DATADIR%%/commands/pm/package_handler/wget.inc
37
%%DATADIR%%/commands/pm/pm.drush.inc
38
%%DATADIR%%/commands/pm/update_info/drupal_6.inc
39
%%DATADIR%%/commands/pm/update_info/drupal.inc
40
%%DATADIR%%/commands/pm/updatecode.pm.inc
41
%%DATADIR%%/commands/pm/version_control/backup.inc
42
%%DATADIR%%/commands/pm/version_control/bzr.inc
43
%%DATADIR%%/commands/pm/version_control/svn.inc
44
%%DATADIR%%/commands/runserver/runserver-prepend.php
45
%%DATADIR%%/commands/runserver/runserver-drupal.inc
46
%%DATADIR%%/commands/runserver/runserver.drush.inc
47
%%DATADIR%%/commands/make/make.download.inc
48
%%DATADIR%%/commands/make/make.drush.inc
49
%%DATADIR%%/commands/make/generate.make.inc
50
%%DATADIR%%/commands/make/make.utilities.inc
51
%%DATADIR%%/commands/make/make.project.inc
52
%%DATADIR%%/commands/sql/sql.drush.inc
53
%%DATADIR%%/commands/sql/sync.sql.inc
54
%%DATADIR%%/commands/user/user.drush.inc
55
%%DATADIR%%/docs/strict-options.html
56
%%DATADIR%%/docs/shellaliases.html
57
%%DATADIR%%/docs/bastion.html
58
%%DATADIR%%/docs/cron.html
59
%%DATADIR%%/docs/bootstrap.html
60
%%DATADIR%%/docs/commands.html
61
%%DATADIR%%/docs/context.html
62
%%DATADIR%%/docs/drush.api.php
63
%%DATADIR%%/docs/shellscripts.html
64
%%DATADIR%%/docs/make.txt
65
%%DATADIR%%/drush.complete.sh
66
%%DATADIR%%/drush.info
67
%%DATADIR%%/drush.php
68
%%DATADIR%%/drush
69
%%DATADIR%%/drush_logo-black.png
70
%%DATADIR%%/examples/example.aliases.drushrc.php
71
%%DATADIR%%/examples/example.bashrc
72
%%DATADIR%%/examples/example.make
73
%%DATADIR%%/examples/example.drush.ini
74
%%DATADIR%%/examples/example.drushrc.php
75
%%DATADIR%%/examples/helloworld.script
76
%%DATADIR%%/examples/policy.drush.inc
77
%%DATADIR%%/examples/sandwich-topic.txt
78
%%DATADIR%%/examples/sandwich.drush.inc
79
%%DATADIR%%/examples/sandwich.txt
80
%%DATADIR%%/examples/xkcd.drush.inc
81
%%DATADIR%%/examples/sync_enable.drush.inc
82
%%DATADIR%%/examples/sync_via_http.drush.inc
83
%%DATADIR%%/examples/sandwich-nocolor.txt
84
%%DATADIR%%/includes/backend.inc
85
%%DATADIR%%/includes/batch.inc
86
%%DATADIR%%/includes/command.inc
87
%%DATADIR%%/includes/context.inc
88
%%DATADIR%%/includes/drush.inc
89
%%DATADIR%%/includes/environment.inc
90
%%DATADIR%%/includes/sitealias.inc
91
%%DATADIR%%/includes/bootstrap.inc
92
%%DATADIR%%/includes/cache.inc
93
%%DATADIR%%/includes/dbtng.inc
94
%%DATADIR%%/includes/complete.inc
95
%%DATADIR%%/includes/drupal.inc
96
%%DATADIR%%/includes/filesystem.inc
97
%%DATADIR%%/includes/exec.inc
98
%%DATADIR%%/includes/output.inc
99
%%DATADIR%%/lib/README.txt
100
%%DATADIR%%/tests/siteIntallD6Test.php
13
%%DATADIR%%/tests/siteIntallD6Test.php
101
%%DATADIR%%/tests/completeTest.php
14
%%DATADIR%%/tests/siteAliasUnitTest.php
102
%%DATADIR%%/tests/filesystemTest.php
15
%%DATADIR%%/tests/siteAliasTest.php
103
%%DATADIR%%/tests/makefiles/bz2-singlefile.make
16
%%DATADIR%%/tests/shellAliasTest.php
104
%%DATADIR%%/tests/makefiles/gzip.make
17
%%DATADIR%%/tests/roleTest.php
105
%%DATADIR%%/tests/makefiles/bz2.make
18
%%DATADIR%%/tests/resources/queue_script.php
106
%%DATADIR%%/tests/makefiles/defaults.make
19
%%DATADIR%%/tests/resources/example.profile
107
%%DATADIR%%/tests/makefiles/contrib-destination.make
20
%%DATADIR%%/tests/resources/create_node_types.php
21
%%DATADIR%%/tests/releaseInfoTest.php
22
%%DATADIR%%/tests/quickDrupalTest.php
23
%%DATADIR%%/tests/queueTest.php
24
%%DATADIR%%/tests/pmUpdateCodeTest.php
25
%%DATADIR%%/tests/pmEnDisUnListTest.php
26
%%DATADIR%%/tests/pmDownloadTest.php
27
%%DATADIR%%/tests/phpunit.xml.dist
28
%%DATADIR%%/tests/outputFormatUnitTest.php
29
%%DATADIR%%/tests/outputFormatTest.php
30
%%DATADIR%%/tests/makefiles/use-distribution-as-core.make
31
%%DATADIR%%/tests/makefiles/translations.make
32
%%DATADIR%%/tests/makefiles/translations-inside7.make
33
%%DATADIR%%/tests/makefiles/translations-inside.make
108
%%DATADIR%%/tests/makefiles/svn.make
34
%%DATADIR%%/tests/makefiles/svn.make
35
%%DATADIR%%/tests/makefiles/subtree.make
36
%%DATADIR%%/tests/makefiles/recursion.make
37
%%DATADIR%%/tests/makefiles/recursion-override.make
109
%%DATADIR%%/tests/makefiles/qd-devel.make
38
%%DATADIR%%/tests/makefiles/qd-devel.make
110
%%DATADIR%%/tests/makefiles/translations-inside7.make
39
%%DATADIR%%/tests/makefiles/patches.make
111
%%DATADIR%%/tests/makefiles/recursion.make
40
%%DATADIR%%/tests/makefiles/patches-local-test-wysiwyg.patch
41
%%DATADIR%%/tests/makefiles/options-project.make
42
%%DATADIR%%/tests/makefiles/options-array.make
43
%%DATADIR%%/tests/makefiles/md5-succeed.make
44
%%DATADIR%%/tests/makefiles/md5-fail.make
45
%%DATADIR%%/tests/makefiles/limited-projects-libraries.make
112
%%DATADIR%%/tests/makefiles/included2.make
46
%%DATADIR%%/tests/makefiles/included2.make
113
%%DATADIR%%/tests/makefiles/translations.make
47
%%DATADIR%%/tests/makefiles/included.make
48
%%DATADIR%%/tests/makefiles/include.make
49
%%DATADIR%%/tests/makefiles/gzip.make
114
%%DATADIR%%/tests/makefiles/git.make
50
%%DATADIR%%/tests/makefiles/git.make
115
%%DATADIR%%/tests/makefiles/translations-inside.make
116
%%DATADIR%%/tests/makefiles/subtree.make
117
%%DATADIR%%/tests/makefiles/included.make
118
%%DATADIR%%/tests/makefiles/limited-projects-libraries.make
119
%%DATADIR%%/tests/makefiles/md5-fail.make
120
%%DATADIR%%/tests/makefiles/git-simple.make
51
%%DATADIR%%/tests/makefiles/git-simple.make
52
%%DATADIR%%/tests/makefiles/get.make
53
%%DATADIR%%/tests/makefiles/file.make
121
%%DATADIR%%/tests/makefiles/file-extract.make
54
%%DATADIR%%/tests/makefiles/file-extract.make
122
%%DATADIR%%/tests/makefiles/include.make
55
%%DATADIR%%/tests/makefiles/defaults.make
56
%%DATADIR%%/tests/makefiles/contrib-destination.make
123
%%DATADIR%%/tests/makefiles/bzr.make
57
%%DATADIR%%/tests/makefiles/bzr.make
124
%%DATADIR%%/tests/makefiles/file.make
58
%%DATADIR%%/tests/makefiles/bz2.make
125
%%DATADIR%%/tests/makefiles/get.make
59
%%DATADIR%%/tests/makefiles/bz2-singlefile.make
126
%%DATADIR%%/tests/makefiles/patches.make
60
%%DATADIR%%/tests/makeTest.php
127
%%DATADIR%%/tests/makefiles/md5-succeed.make
61
%%DATADIR%%/tests/imageTest.php
62
%%DATADIR%%/tests/hooks/magic_help_alter/magic.drush.inc
63
%%DATADIR%%/tests/generateMakeTest.php
64
%%DATADIR%%/tests/filesystemTest.php
65
%%DATADIR%%/tests/fieldTest.php
66
%%DATADIR%%/tests/expandWildcardTablesUnitTest.php
67
%%DATADIR%%/tests/drush_testcase.inc
128
%%DATADIR%%/tests/drushScriptTest.php
68
%%DATADIR%%/tests/drushScriptTest.php
129
%%DATADIR%%/tests/quickDrupalTest.php
69
%%DATADIR%%/tests/devel.xml
70
%%DATADIR%%/tests/coreTest.php
71
%%DATADIR%%/tests/contextTest.php
72
%%DATADIR%%/tests/completetestsite.drush.inc
130
%%DATADIR%%/tests/completetest.drush.inc
73
%%DATADIR%%/tests/completetest.drush.inc
131
%%DATADIR%%/tests/completetestsite.drush.inc
74
%%DATADIR%%/tests/completeTest.php
132
%%DATADIR%%/tests/queueTest.php
133
%%DATADIR%%/tests/siteSetTest.php
134
%%DATADIR%%/tests/commandUnitTest.php
75
%%DATADIR%%/tests/commandUnitTest.php
135
%%DATADIR%%/tests/hooks/magic_help_alter/magic.drush.inc
76
%%DATADIR%%/tests/commandTest.php
136
%%DATADIR%%/tests/resources/example.profile
137
%%DATADIR%%/tests/resources/create_node_types.php
138
%%DATADIR%%/tests/resources/queue_script.php
139
%%DATADIR%%/tests/siteSetUnitTest.php
140
%%DATADIR%%/tests/watchdogTest.php
141
%%DATADIR%%/tests/commandSpecificTest.php
77
%%DATADIR%%/tests/commandSpecificTest.php
142
%%DATADIR%%/tests/generateMakeTest.php
143
%%DATADIR%%/tests/imageTest.php
144
%%DATADIR%%/tests/makeTest.php
145
%%DATADIR%%/tests/cacheCommandTest.php
78
%%DATADIR%%/tests/cacheCommandTest.php
146
%%DATADIR%%/tests/shellAliasTest.php
147
%%DATADIR%%/tests/batchTest.php
79
%%DATADIR%%/tests/batchTest.php
148
%%DATADIR%%/tests/siteSshTest.php
80
%%DATADIR%%/tests/backendTest.php
149
%%DATADIR%%/tests/sqlConnectTest.php
81
%%DATADIR%%/tests/archiveDumpTest.php
150
%%DATADIR%%/tests/releaseInfoTest.php
82
%%DATADIR%%/tests/README.txt
151
%%DATADIR%%/tests/sqlSyncTest.php
152
%%DATADIR%%/tests/variableTest.php
153
%%DATADIR%%/tests/siteAliasTest.php
154
%%DATADIR%%/tests/COVERAGE.txt
83
%%DATADIR%%/tests/COVERAGE.txt
155
%%DATADIR%%/tests/drush_testcase.inc
84
%%DATADIR%%/misc/druplicon-no_color.txt
156
%%DATADIR%%/tests/phpunit.xml.dist
85
%%DATADIR%%/misc/druplicon-color.txt
157
%%DATADIR%%/tests/userTest.php
86
%%DATADIR%%/lib/Yaml-2.2.1/phpunit.xml.dist
158
%%DATADIR%%/tests/README.txt
87
%%DATADIR%%/lib/Yaml-2.2.1/composer.json
159
%%DATADIR%%/tests/runner.php
88
%%DATADIR%%/lib/Yaml-2.2.1/Yaml.php
160
%%DATADIR%%/tests/archiveDumpTest.php
89
%%DATADIR%%/lib/Yaml-2.2.1/Unescaper.php
161
%%DATADIR%%/tests/pmDownloadTest.php
90
%%DATADIR%%/lib/Yaml-2.2.1/Tests/YamlTest.php
162
%%DATADIR%%/tests/contextTest.php
91
%%DATADIR%%/lib/Yaml-2.2.1/Tests/ParserTest.php
163
%%DATADIR%%/tests/backendTest.php
92
%%DATADIR%%/lib/Yaml-2.2.1/Tests/InlineTest.php
164
%%DATADIR%%/tests/commandTest.php
93
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/unindentedCollections.yml
165
%%DATADIR%%/tests/pmUpdateCodeTest.php
94
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/sfTests.yml
166
%%DATADIR%%/tests/pmEnDisUnListTest.php
95
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/sfQuotes.yml
167
%%DATADIR%%/tests/coreTest.php
96
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/sfObjects.yml
168
%%DATADIR%%/tests/devel.xml
97
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/sfMergeKey.yml
169
%%DATADIR%%/tests/fieldTest.php
98
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/sfCompact.yml
170
%%DATADIR%%/tests/unit.drush.inc
99
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/sfComments.yml
100
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/index.yml
101
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/escapedCharacters.yml
102
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/embededPhp.yml
103
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/YtsTypeTransfers.yml
104
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/YtsSpecificationExamples.yml
105
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/YtsNullsAndEmpties.yml
106
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/YtsFoldedScalars.yml
107
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/YtsFlowCollections.yml
108
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/YtsErrorTests.yml
109
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/YtsDocumentSeparator.yml
110
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/YtsBlockMapping.yml
111
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/YtsBasicTests.yml
112
%%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures/YtsAnchorAlias.yml
113
%%DATADIR%%/lib/Yaml-2.2.1/Tests/DumperTest.php
114
%%DATADIR%%/lib/Yaml-2.2.1/README.md
115
%%DATADIR%%/lib/Yaml-2.2.1/Parser.php
116
%%DATADIR%%/lib/Yaml-2.2.1/LICENSE
117
%%DATADIR%%/lib/Yaml-2.2.1/Inline.php
118
%%DATADIR%%/lib/Yaml-2.2.1/Exception/RuntimeException.php
119
%%DATADIR%%/lib/Yaml-2.2.1/Exception/ParseException.php
120
%%DATADIR%%/lib/Yaml-2.2.1/Exception/ExceptionInterface.php
121
%%DATADIR%%/lib/Yaml-2.2.1/Exception/DumpException.php
122
%%DATADIR%%/lib/Yaml-2.2.1/Escaper.php
123
%%DATADIR%%/lib/Yaml-2.2.1/Dumper.php
124
%%DATADIR%%/lib/Yaml-2.2.1/CHANGELOG.md
125
%%DATADIR%%/lib/README.txt
126
%%DATADIR%%/includes/sitealias.inc
127
%%DATADIR%%/includes/output.inc
128
%%DATADIR%%/includes/filesystem.inc
129
%%DATADIR%%/includes/exec.inc
130
%%DATADIR%%/includes/environment.inc
131
%%DATADIR%%/includes/engines.inc
132
%%DATADIR%%/includes/drush.inc
133
%%DATADIR%%/includes/drupal.inc
134
%%DATADIR%%/includes/dbtng.inc
135
%%DATADIR%%/includes/context.inc
136
%%DATADIR%%/includes/complete.inc
137
%%DATADIR%%/includes/command.inc
138
%%DATADIR%%/includes/cache.inc
139
%%DATADIR%%/includes/bootstrap.inc
140
%%DATADIR%%/includes/batch.inc
141
%%DATADIR%%/includes/backend.inc
142
%%DATADIR%%/drush_logo-black.png
143
%%DATADIR%%/drush.php
144
%%DATADIR%%/drush.info
145
%%DATADIR%%/drush.complete.sh
146
%%DATADIR%%/drush
147
%%DATADIR%%/commands/user/user.drush.inc
148
%%DATADIR%%/commands/sql/sync.sql.inc
149
%%DATADIR%%/commands/sql/sql.drush.inc
150
%%DATADIR%%/commands/runserver/runserver.drush.inc
151
%%DATADIR%%/commands/runserver/runserver-prepend.php
152
%%DATADIR%%/commands/runserver/runserver-drupal.inc
153
%%DATADIR%%/commands/pm/version_control/svn.inc
154
%%DATADIR%%/commands/pm/version_control/bzr.inc
155
%%DATADIR%%/commands/pm/version_control/backup.inc
156
%%DATADIR%%/commands/pm/updatestatus.pm.inc
157
%%DATADIR%%/commands/pm/updatecode.pm.inc
158
%%DATADIR%%/commands/pm/update_info/drupal_6.inc
159
%%DATADIR%%/commands/pm/update_info/drupal.inc
160
%%DATADIR%%/commands/pm/release_info/updatexml.inc
161
%%DATADIR%%/commands/pm/pm.drush.inc
162
%%DATADIR%%/commands/pm/package_handler/wget.inc
163
%%DATADIR%%/commands/pm/package_handler/git_drupalorg.inc
164
%%DATADIR%%/commands/pm/info.pm.inc
165
%%DATADIR%%/commands/pm/download.pm.inc
166
%%DATADIR%%/commands/make/make.utilities.inc
167
%%DATADIR%%/commands/make/make.project.inc
168
%%DATADIR%%/commands/make/make.drush.inc
169
%%DATADIR%%/commands/make/make.download.inc
170
%%DATADIR%%/commands/make/generate.make.inc
171
%%DATADIR%%/commands/core/watchdog.drush.inc
172
%%DATADIR%%/commands/core/variable.drush.inc
173
%%DATADIR%%/commands/core/usage.drush.inc
174
%%DATADIR%%/commands/core/topic.drush.inc
175
%%DATADIR%%/commands/core/test.drush.inc
176
%%DATADIR%%/commands/core/ssh.drush.inc
177
%%DATADIR%%/commands/core/sitealias.drush.inc
178
%%DATADIR%%/commands/core/site_install.drush.inc
179
%%DATADIR%%/commands/core/shellalias.drush.inc
180
%%DATADIR%%/commands/core/search.drush.inc
181
%%DATADIR%%/commands/core/scratch.php
182
%%DATADIR%%/commands/core/rsync.core.inc
183
%%DATADIR%%/commands/core/role.drush.inc
184
%%DATADIR%%/commands/core/queue.drush.inc
185
%%DATADIR%%/commands/core/outputformat/yaml.inc
186
%%DATADIR%%/commands/core/outputformat/variables.inc
187
%%DATADIR%%/commands/core/outputformat/var_export.inc
188
%%DATADIR%%/commands/core/outputformat/topics/table.html
189
%%DATADIR%%/commands/core/outputformat/table.inc
190
%%DATADIR%%/commands/core/outputformat/string.inc
191
%%DATADIR%%/commands/core/outputformat/print_r.inc
192
%%DATADIR%%/commands/core/outputformat/php.inc
193
%%DATADIR%%/commands/core/outputformat/message.inc
194
%%DATADIR%%/commands/core/outputformat/list.inc
195
%%DATADIR%%/commands/core/outputformat/key_value.inc
196
%%DATADIR%%/commands/core/outputformat/json.inc
197
%%DATADIR%%/commands/core/outputformat/csv_or_string.inc
198
%%DATADIR%%/commands/core/outputformat.drush.inc
199
%%DATADIR%%/commands/core/notify.drush.inc
200
%%DATADIR%%/commands/core/image.drush.inc
201
%%DATADIR%%/commands/core/help.drush.inc
202
%%DATADIR%%/commands/core/field.drush.inc
203
%%DATADIR%%/commands/core/druplicon.drush.inc
204
%%DATADIR%%/commands/core/drupal/update_7.inc
205
%%DATADIR%%/commands/core/drupal/update_6.inc
206
%%DATADIR%%/commands/core/drupal/update.inc
207
%%DATADIR%%/commands/core/drupal/site_install_6.inc
208
%%DATADIR%%/commands/core/drupal/site_install.inc
209
%%DATADIR%%/commands/core/drupal/environment_7.inc
210
%%DATADIR%%/commands/core/drupal/environment_6.inc
211
%%DATADIR%%/commands/core/drupal/environment.inc
212
%%DATADIR%%/commands/core/drupal/batch_6.inc
213
%%DATADIR%%/commands/core/drupal/batch.inc
214
%%DATADIR%%/commands/core/docs.drush.inc
215
%%DATADIR%%/commands/core/core.drush.inc
216
%%DATADIR%%/commands/core/cache.drush.inc
217
%%DATADIR%%/commands/core/archive.drush.inc
218
%%DATADIR%%/classes/DrushRole.php
219
@dirrm %%DATADIR%%/tests/resources
220
@dirrm %%DATADIR%%/tests/makefiles
221
@dirrm %%DATADIR%%/tests/hooks/magic_help_alter
222
@dirrm %%DATADIR%%/tests/hooks
223
@dirrm %%DATADIR%%/tests
224
@dirrm %%DATADIR%%/misc
225
@dirrm %%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures
226
@dirrm %%DATADIR%%/lib/Yaml-2.2.1/Tests
227
@dirrm %%DATADIR%%/lib/Yaml-2.2.1/Exception
228
@dirrm %%DATADIR%%/lib/Yaml-2.2.1
229
@dirrm %%DATADIR%%/lib
171
@dirrm %%DATADIR%%/includes
230
@dirrm %%DATADIR%%/includes
172
@dirrm %%DATADIR%%/examples
173
@dirrm %%DATADIR%%/docs
174
@dirrm %%DATADIR%%/lib
175
@dirrm %%DATADIR%%/commands/user
231
@dirrm %%DATADIR%%/commands/user
176
@dirrm %%DATADIR%%/commands/sql
232
@dirrm %%DATADIR%%/commands/sql
233
@dirrm %%DATADIR%%/commands/runserver
177
@dirrm %%DATADIR%%/commands/pm/version_control
234
@dirrm %%DATADIR%%/commands/pm/version_control
178
@dirrm %%DATADIR%%/commands/pm/update_info
235
@dirrm %%DATADIR%%/commands/pm/update_info
236
@dirrm %%DATADIR%%/commands/pm/release_info
179
@dirrm %%DATADIR%%/commands/pm/package_handler
237
@dirrm %%DATADIR%%/commands/pm/package_handler
180
@dirrm %%DATADIR%%/commands/pm/release_info
181
@dirrm %%DATADIR%%/commands/pm
238
@dirrm %%DATADIR%%/commands/pm
239
@dirrm %%DATADIR%%/commands/make
240
@dirrm %%DATADIR%%/commands/core/outputformat/topics
241
@dirrm %%DATADIR%%/commands/core/outputformat
182
@dirrm %%DATADIR%%/commands/core/drupal
242
@dirrm %%DATADIR%%/commands/core/drupal
183
@dirrm %%DATADIR%%/commands/core
243
@dirrm %%DATADIR%%/commands/core
184
@dirrm %%DATADIR%%/commands/make
185
@dirrm %%DATADIR%%/commands/runserver
186
@dirrm %%DATADIR%%/commands
244
@dirrm %%DATADIR%%/commands
187
@dirrm %%DATADIR%%/tests/resources
245
@dirrm %%DATADIR%%/classes
188
@dirrm %%DATADIR%%/tests/makefiles
189
@dirrm %%DATADIR%%/tests/hooks/magic_help_alter
190
@dirrm %%DATADIR%%/tests/hooks
191
@dirrm %%DATADIR%%/tests
192
@dirrm %%DATADIR%%
246
@dirrm %%DATADIR%%

Return to bug 184040