68a827096e
visiable changes are: - Use OPTIONS to control php#-mysql and pear-DB (for PostgreSQL support) depends. - Replace the DRUPDIR make variable with DRUPAL_BASE. Other changes include abstracting some command paths and most of the module makefiles out into a bsd.drupal.mk that lives in www/drupal for now. Module updates to follow.
155 lines
6.5 KiB
Plaintext
155 lines
6.5 KiB
Plaintext
%%DRUPAL_BASE%%/.htaccess
|
|
%%DRUPAL_BASE%%/cron.php
|
|
%%DRUPAL_BASE%%/database/database.mysql
|
|
%%DRUPAL_BASE%%/database/database.pgsql
|
|
%%DRUPAL_BASE%%/database/updates.inc
|
|
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/MAINTAINERS.txt
|
|
%%DRUPAL_BASE%%/favicon.ico
|
|
%%DRUPAL_BASE%%/includes/bootstrap.inc
|
|
%%DRUPAL_BASE%%/includes/common.inc
|
|
%%DRUPAL_BASE%%/includes/database.inc
|
|
%%DRUPAL_BASE%%/includes/database.mysql.inc
|
|
%%DRUPAL_BASE%%/includes/database.pgsql.inc
|
|
%%DRUPAL_BASE%%/includes/file.inc
|
|
%%DRUPAL_BASE%%/includes/image.inc
|
|
%%DRUPAL_BASE%%/includes/locale.inc
|
|
%%DRUPAL_BASE%%/includes/menu.inc
|
|
%%DRUPAL_BASE%%/includes/module.inc
|
|
%%DRUPAL_BASE%%/includes/pager.inc
|
|
%%DRUPAL_BASE%%/includes/session.inc
|
|
%%DRUPAL_BASE%%/includes/tablesort.inc
|
|
%%DRUPAL_BASE%%/includes/theme.inc
|
|
%%DRUPAL_BASE%%/includes/xmlrpc.inc
|
|
%%DRUPAL_BASE%%/includes/xmlrpcs.inc
|
|
%%DRUPAL_BASE%%/index.php
|
|
%%DRUPAL_BASE%%/misc/arrow-asc.png
|
|
%%DRUPAL_BASE%%/misc/arrow-desc.png
|
|
%%DRUPAL_BASE%%/misc/blog.png
|
|
%%DRUPAL_BASE%%/misc/drupal.css
|
|
%%DRUPAL_BASE%%/misc/druplicon-small.png
|
|
%%DRUPAL_BASE%%/misc/druplicon.png
|
|
%%DRUPAL_BASE%%/misc/forum-closed.png
|
|
%%DRUPAL_BASE%%/misc/forum-default.png
|
|
%%DRUPAL_BASE%%/misc/forum-hot-new.png
|
|
%%DRUPAL_BASE%%/misc/forum-hot.png
|
|
%%DRUPAL_BASE%%/misc/forum-new.png
|
|
%%DRUPAL_BASE%%/misc/forum-sticky.png
|
|
%%DRUPAL_BASE%%/misc/menu-collapsed.png
|
|
%%DRUPAL_BASE%%/misc/menu-expanded.png
|
|
%%DRUPAL_BASE%%/misc/menu-leaf.png
|
|
%%DRUPAL_BASE%%/misc/powered-by-drupal-dark.png
|
|
%%DRUPAL_BASE%%/misc/powered-by-drupal-light.png
|
|
%%DRUPAL_BASE%%/misc/powered-by-drupal.png
|
|
%%DRUPAL_BASE%%/misc/print.css
|
|
%%DRUPAL_BASE%%/misc/watchdog-error.png
|
|
%%DRUPAL_BASE%%/misc/watchdog-warning.png
|
|
%%DRUPAL_BASE%%/misc/xml.png
|
|
%%DRUPAL_BASE%%/modules/aggregator.module
|
|
%%DRUPAL_BASE%%/modules/archive.module
|
|
%%DRUPAL_BASE%%/modules/block.module
|
|
%%DRUPAL_BASE%%/modules/blog.module
|
|
%%DRUPAL_BASE%%/modules/blogapi.module
|
|
%%DRUPAL_BASE%%/modules/book.module
|
|
%%DRUPAL_BASE%%/modules/comment.module
|
|
%%DRUPAL_BASE%%/modules/contact.module
|
|
%%DRUPAL_BASE%%/modules/drupal.module
|
|
%%DRUPAL_BASE%%/modules/filter.module
|
|
%%DRUPAL_BASE%%/modules/forum.module
|
|
%%DRUPAL_BASE%%/modules/help.module
|
|
%%DRUPAL_BASE%%/modules/legacy.module
|
|
%%DRUPAL_BASE%%/modules/locale.module
|
|
%%DRUPAL_BASE%%/modules/menu.module
|
|
%%DRUPAL_BASE%%/modules/node.module
|
|
%%DRUPAL_BASE%%/modules/page.module
|
|
%%DRUPAL_BASE%%/modules/path.module
|
|
%%DRUPAL_BASE%%/modules/ping.module
|
|
%%DRUPAL_BASE%%/modules/poll.module
|
|
%%DRUPAL_BASE%%/modules/profile.module
|
|
%%DRUPAL_BASE%%/modules/queue.module
|
|
%%DRUPAL_BASE%%/modules/search.module
|
|
%%DRUPAL_BASE%%/modules/statistics.module
|
|
%%DRUPAL_BASE%%/modules/story.module
|
|
%%DRUPAL_BASE%%/modules/system.module
|
|
%%DRUPAL_BASE%%/modules/taxonomy.module
|
|
%%DRUPAL_BASE%%/modules/throttle.module
|
|
%%DRUPAL_BASE%%/modules/tracker.module
|
|
%%DRUPAL_BASE%%/modules/upload.module
|
|
%%DRUPAL_BASE%%/modules/user.module
|
|
%%DRUPAL_BASE%%/modules/watchdog.module
|
|
%%DRUPAL_BASE%%/scripts/code-clean.sh
|
|
%%DRUPAL_BASE%%/scripts/code-style.pl
|
|
%%DRUPAL_BASE%%/scripts/cron-curl.sh
|
|
%%DRUPAL_BASE%%/scripts/cron-lynx.sh
|
|
%%DRUPAL_BASE%%/scripts/prefix.sh
|
|
@unexec if cmp -s %D/%%DRUPAL_BASE%%/sites/default/settings.php-dist %D/%%DRUPAL_BASE%%/sites/default/settings.php; then rm -f %D/%%DRUPAL_BASE%%/sites/default/settings.php; fi
|
|
%%DRUPAL_BASE%%/sites/default/settings.php-dist
|
|
@exec if [ ! -f %D/%%DRUPAL_BASE%%/sites/default/settings.php ] ; then cp -p %D/%F %B/settings.php; fi
|
|
%%DRUPAL_BASE%%/themes/bluemarine/logo.png
|
|
%%DRUPAL_BASE%%/themes/bluemarine/screenshot.png
|
|
%%DRUPAL_BASE%%/themes/bluemarine/style.css
|
|
%%DRUPAL_BASE%%/themes/bluemarine/xtemplate.xtmpl
|
|
%%DRUPAL_BASE%%/themes/chameleon/background.png
|
|
%%DRUPAL_BASE%%/themes/chameleon/chameleon.theme
|
|
%%DRUPAL_BASE%%/themes/chameleon/common.css
|
|
%%DRUPAL_BASE%%/themes/chameleon/logo.png
|
|
%%DRUPAL_BASE%%/themes/chameleon/marvin/bullet.png
|
|
%%DRUPAL_BASE%%/themes/chameleon/marvin/druplicon-watermark.png
|
|
%%DRUPAL_BASE%%/themes/chameleon/marvin/logo.png
|
|
%%DRUPAL_BASE%%/themes/chameleon/marvin/screenshot.png
|
|
%%DRUPAL_BASE%%/themes/chameleon/marvin/style.css
|
|
%%DRUPAL_BASE%%/themes/chameleon/screenshot.png
|
|
%%DRUPAL_BASE%%/themes/chameleon/style.css
|
|
%%DRUPAL_BASE%%/themes/engines/xtemplate/xtemplate.engine
|
|
%%DRUPAL_BASE%%/themes/engines/xtemplate/xtemplate.inc
|
|
%%DRUPAL_BASE%%/themes/pushbutton/arrow-next-hover.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/arrow-next-visited.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/arrow-next.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/arrow-prev-hover.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/arrow-prev-visited.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/arrow-prev.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/arrow-up-hover.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/arrow-up-visited.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/arrow-up.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/background.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/forum-container.jpg
|
|
%%DRUPAL_BASE%%/themes/pushbutton/forum-link.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/header-a.jpg
|
|
%%DRUPAL_BASE%%/themes/pushbutton/header-b.jpg
|
|
%%DRUPAL_BASE%%/themes/pushbutton/header-c.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/icon-block.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/icon-comment.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/logo-active.jpg
|
|
%%DRUPAL_BASE%%/themes/pushbutton/logo-background.jpg
|
|
%%DRUPAL_BASE%%/themes/pushbutton/logo-hover.jpg
|
|
%%DRUPAL_BASE%%/themes/pushbutton/logo.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/screenshot.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/style.css
|
|
%%DRUPAL_BASE%%/themes/pushbutton/tabs-off.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/tabs-on.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/tabs-option-hover.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/tabs-option-off.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/tabs-option-on.png
|
|
%%DRUPAL_BASE%%/themes/pushbutton/xtemplate.xtmpl
|
|
%%DRUPAL_BASE%%/update.php
|
|
%%DRUPAL_BASE%%/xmlrpc.php
|
|
@dirrm %%DRUPAL_BASE%%/themes/pushbutton
|
|
@dirrm %%DRUPAL_BASE%%/themes/engines/xtemplate
|
|
@dirrm %%DRUPAL_BASE%%/themes/engines
|
|
@dirrm %%DRUPAL_BASE%%/themes/chameleon/marvin
|
|
@dirrm %%DRUPAL_BASE%%/themes/chameleon
|
|
@dirrm %%DRUPAL_BASE%%/themes/bluemarine
|
|
@dirrm %%DRUPAL_BASE%%/themes
|
|
@dirrmtry %%DRUPAL_BASE%%/sites/default
|
|
@dirrmtry %%DRUPAL_BASE%%/sites
|
|
@dirrm %%DRUPAL_BASE%%/scripts
|
|
@dirrmtry %%DRUPAL_BASE%%/modules
|
|
@dirrm %%DRUPAL_BASE%%/misc
|
|
@dirrm %%DRUPAL_BASE%%/includes
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@dirrm %%DRUPAL_BASE%%/database
|
|
@dirrmtry %%DRUPAL_BASE%%
|
|
@unexec (test -d %D/%%DRUPAL_BASE%% && (echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove %D/%%DRUPAL_BASE%% and its contents manually.")) || true
|