summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2016-03-14 15:09:24 +0000
committertaca <taca@pkgsrc.org>2016-03-14 15:09:24 +0000
commit5fd19248bb1dc15b6ff9b426b85008e8eda26963 (patch)
tree7c87d76e46b5e80b33055a3c9e2e672f94c894c4
parent5c048b69319bd2b40b4f55b87d67fd3952edf0b4 (diff)
downloadpkgsrc-5fd19248bb1dc15b6ff9b426b85008e8eda26963.tar.gz
Remove drupal6, it has been EOL.
-rw-r--r--www/drupal6/DESCR21
-rw-r--r--www/drupal6/MESSAGE16
-rw-r--r--www/drupal6/Makefile94
-rw-r--r--www/drupal6/PLIST470
-rw-r--r--www/drupal6/distinfo7
-rw-r--r--www/drupal6/files/drupal.conf124
-rw-r--r--www/drupal6/options.mk52
-rw-r--r--www/drupal6/patches/patch-includes_path.inc15
8 files changed, 0 insertions, 799 deletions
diff --git a/www/drupal6/DESCR b/www/drupal6/DESCR
deleted file mode 100644
index ee5503c9d99..00000000000
--- a/www/drupal6/DESCR
+++ /dev/null
@@ -1,21 +0,0 @@
-Drupal is software that allows an individual or a community of users to easily
-publish, manage and organize a great variety of content on a website. Tens of
-thousands of people and organizations have used Drupal to set up scores of
-different kinds of web sites, including
-
-* community web portals and discussion sites
-* corporate web sites/intranet portals
-* personal web sites
-* aficionado sites
-* e-commerce applications
-* resource directories
-
-Drupal includes features to enable:
-
-* content management systems
-* blogs
-* collaborative authoring environments
-* forums
-* newsletters
-* picture galleries
-* file uploads and download
diff --git a/www/drupal6/MESSAGE b/www/drupal6/MESSAGE
deleted file mode 100644
index e4fcd4ad501..00000000000
--- a/www/drupal6/MESSAGE
+++ /dev/null
@@ -1,16 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2008/04/06 10:15:27 adrianp Exp $
-
-To complete the setup you will need to read the INSTALL.txt in order
-to setup MySQL/PostgreSQL properly.
-
-You will need to make Drupal accessible through your HTTP server. If you
-are running Apache then you may add the following lines to httpd.conf:
-
- Include ${PKG_SYSCONFDIR}/drupal.conf
-
-to make Drupal accessible through:
-
- http://localhost/drupal/
-
-===========================================================================
diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile
deleted file mode 100644
index 031ed89e056..00000000000
--- a/www/drupal6/Makefile
+++ /dev/null
@@ -1,94 +0,0 @@
-# $NetBSD: Makefile,v 1.56 2016/02/25 15:13:55 taca Exp $
-
-DISTNAME= drupal-6.38
-PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
-CATEGORIES= www
-MASTER_SITES= http://ftp.drupal.org/files/projects/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://drupal.org/
-COMMENT= Open source content management system
-LICENSE= gnu-gpl-v2
-
-DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.3.5:../../graphics/php-gd
-
-NO_BUILD= YES
-DRUPAL= share/drupal
-PAX_DIRS= includes misc modules scripts themes
-DOCS= CHANGELOG.txt COPYRIGHT.txt INSTALL.mysql.txt \
- INSTALL.pgsql.txt INSTALL.txt LICENSE.txt \
- MAINTAINERS.txt UPGRADE.txt
-
-PKG_GROUPS_VARS+= WWW_GROUP
-PKG_USERS_VARS+= WWW_USER
-
-BUILD_DEFS+= WWW_USER WWW_GROUP
-USE_TOOLS+= perl:run pax
-REPLACE_PERL= scripts/code-style.pl
-
-OWN_DIRS_PERMS+= ${DRUPAL}/sites/default \
- ${WWW_USER} ${WWW_GROUP} 0750
-OWN_DIRS_PERMS+= ${DRUPAL}/files \
- ${WWW_USER} ${WWW_GROUP} 0750
-
-CONF_FILES= share/examples/drupal/drupal.conf \
- ${PKG_SYSCONFDIR}/drupal.conf \
- share/examples/drupal/default.profile \
- ${DRUPAL}/profiles/default/default.profile \
- share/examples/drupal/default.settings.php \
- ${DRUPAL}/sites/default/default.settings.php
-
-REPLACE_INTERPRETER+= php
-REPLACE.php.old= .*php[^ ]*
-REPLACE.php.new= ${PREFIX}/bin/php
-REPLACE_FILES.php= scripts/drupal.sh
-
-SUBST_CLASSES+= conf
-SUBST_STAGE.conf= pre-install
-SUBST_FILES.conf= drupal.conf
-SUBST_SED.conf= -e "s|@DRUPAL@|${DRUPAL}|g"
-SUBST_SED.conf+= -e "s|@PREFIX@|${PREFIX}|g"
-SUBST_MESSAGE.conf= Fixing configuration files.
-
-INSTALLATION_DIRS+= ${DRUPAL}/files ${DRUPAL}/sites/all \
- share/doc/drupal share/examples/drupal
-.for i in ${PAX_DIRS}
-INSTALLATION_DIRS+= ${DRUPAL}/${i}
-.endfor
-
-.include "options.mk"
-
-OWN_DIRS= share/drupal/sites/default
-OWN_DIRS+= share/drupal/profiles
-OWN_DIRS+= share/drupal/profiles/default
-
-post-extract:
- ${CP} ${FILESDIR}/drupal.conf ${WRKSRC}
-
-pre-install:
- ${FIND} ${WRKSRC} -type f -name "*.orig" -exec ${RM} -f {} \;
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/robots.txt ${DESTDIR}${PREFIX}/${DRUPAL}
- ${INSTALL_DATA} ${WRKSRC}/sites/all/README.txt \
- ${DESTDIR}${PREFIX}/${DRUPAL}/sites/all
- ${INSTALL_DATA} ${WRKSRC}/drupal.conf \
- ${DESTDIR}${PREFIX}/share/examples/drupal
- ${INSTALL_DATA} ${WRKSRC}/sites/default/default.settings.php \
- ${DESTDIR}${PREFIX}/share/examples/drupal
- ${INSTALL_DATA} ${WRKSRC}/profiles/default/default.profile \
- ${DESTDIR}${PREFIX}/share/examples/drupal
- ${INSTALL_DATA} ${WRKSRC}/*.php ${DESTDIR}${PREFIX}/${DRUPAL}
-.for i in ${PAX_DIRS}
- cd ${WRKSRC}/${i} && ${PAX} -rw . ${DESTDIR}${PREFIX}/${DRUPAL}/${i}
-.endfor
-.for i in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DESTDIR}${PREFIX}/share/doc/drupal
-.endfor
-
-post-install:
- ${FIND} ${DESTDIR}${PREFIX}/${DRUPAL} \
- \( -name '*.jpg' -o -name '*.png' \) | ${XARGS} ${CHMOD} 0644
-
-.include "../../lang/php/phpversion.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/drupal6/PLIST b/www/drupal6/PLIST
deleted file mode 100644
index 659ffcbf21b..00000000000
--- a/www/drupal6/PLIST
+++ /dev/null
@@ -1,470 +0,0 @@
-@comment $NetBSD: PLIST,v 1.9 2012/02/19 16:30:17 taca Exp $
-share/doc/drupal/CHANGELOG.txt
-share/doc/drupal/COPYRIGHT.txt
-share/doc/drupal/INSTALL.mysql.txt
-share/doc/drupal/INSTALL.pgsql.txt
-share/doc/drupal/INSTALL.txt
-share/doc/drupal/LICENSE.txt
-share/doc/drupal/MAINTAINERS.txt
-share/doc/drupal/UPGRADE.txt
-share/drupal/cron.php
-share/drupal/includes/actions.inc
-share/drupal/includes/batch.inc
-share/drupal/includes/bootstrap.inc
-share/drupal/includes/cache-install.inc
-share/drupal/includes/cache.inc
-share/drupal/includes/common.inc
-share/drupal/includes/database.inc
-share/drupal/includes/database.mysql-common.inc
-share/drupal/includes/database.mysql.inc
-share/drupal/includes/database.mysqli.inc
-share/drupal/includes/database.pgsql.inc
-share/drupal/includes/file.inc
-share/drupal/includes/form.inc
-share/drupal/includes/image.gd.inc
-share/drupal/includes/image.inc
-share/drupal/includes/install.inc
-share/drupal/includes/install.mysql.inc
-share/drupal/includes/install.mysqli.inc
-share/drupal/includes/install.pgsql.inc
-share/drupal/includes/language.inc
-share/drupal/includes/locale.inc
-share/drupal/includes/lock-install.inc
-share/drupal/includes/lock.inc
-share/drupal/includes/mail.inc
-share/drupal/includes/menu.inc
-share/drupal/includes/module.inc
-share/drupal/includes/pager.inc
-share/drupal/includes/path.inc
-share/drupal/includes/session.inc
-share/drupal/includes/tablesort.inc
-share/drupal/includes/theme.inc
-share/drupal/includes/theme.maintenance.inc
-share/drupal/includes/unicode.entities.inc
-share/drupal/includes/unicode.inc
-share/drupal/includes/xmlrpc.inc
-share/drupal/includes/xmlrpcs.inc
-share/drupal/index.php
-share/drupal/install.php
-share/drupal/misc/ahah.js
-share/drupal/misc/arrow-asc.png
-share/drupal/misc/arrow-desc.png
-share/drupal/misc/autocomplete.js
-share/drupal/misc/batch.js
-share/drupal/misc/blog.png
-share/drupal/misc/collapse.js
-share/drupal/misc/draggable.png
-share/drupal/misc/drupal.js
-share/drupal/misc/druplicon.png
-share/drupal/misc/farbtastic/farbtastic.css
-share/drupal/misc/farbtastic/farbtastic.js
-share/drupal/misc/farbtastic/marker.png
-share/drupal/misc/farbtastic/mask.png
-share/drupal/misc/farbtastic/wheel.png
-share/drupal/misc/favicon.ico
-share/drupal/misc/feed.png
-share/drupal/misc/form.js
-share/drupal/misc/forum-closed.png
-share/drupal/misc/forum-default.png
-share/drupal/misc/forum-hot-new.png
-share/drupal/misc/forum-hot.png
-share/drupal/misc/forum-new.png
-share/drupal/misc/forum-sticky.png
-share/drupal/misc/grippie.png
-share/drupal/misc/jquery.form.js
-share/drupal/misc/jquery.js
-share/drupal/misc/menu-collapsed-rtl.png
-share/drupal/misc/menu-collapsed.png
-share/drupal/misc/menu-expanded.png
-share/drupal/misc/menu-leaf.png
-share/drupal/misc/powered-black-135x42.png
-share/drupal/misc/powered-black-80x15.png
-share/drupal/misc/powered-black-88x31.png
-share/drupal/misc/powered-blue-135x42.png
-share/drupal/misc/powered-blue-80x15.png
-share/drupal/misc/powered-blue-88x31.png
-share/drupal/misc/powered-gray-135x42.png
-share/drupal/misc/powered-gray-80x15.png
-share/drupal/misc/powered-gray-88x31.png
-share/drupal/misc/print-rtl.css
-share/drupal/misc/print.css
-share/drupal/misc/progress.gif
-share/drupal/misc/progress.js
-share/drupal/misc/tabledrag.js
-share/drupal/misc/tableheader.js
-share/drupal/misc/tableselect.js
-share/drupal/misc/teaser.js
-share/drupal/misc/textarea.js
-share/drupal/misc/throbber.gif
-share/drupal/misc/tree-bottom.png
-share/drupal/misc/tree.png
-share/drupal/misc/watchdog-error.png
-share/drupal/misc/watchdog-ok.png
-share/drupal/misc/watchdog-warning.png
-share/drupal/misc/xml.png
-share/drupal/modules/README.txt
-share/drupal/modules/aggregator/aggregator-feed-source.tpl.php
-share/drupal/modules/aggregator/aggregator-item.tpl.php
-share/drupal/modules/aggregator/aggregator-rtl.css
-share/drupal/modules/aggregator/aggregator-summary-item.tpl.php
-share/drupal/modules/aggregator/aggregator-summary-items.tpl.php
-share/drupal/modules/aggregator/aggregator-wrapper.tpl.php
-share/drupal/modules/aggregator/aggregator.admin.inc
-share/drupal/modules/aggregator/aggregator.css
-share/drupal/modules/aggregator/aggregator.info
-share/drupal/modules/aggregator/aggregator.install
-share/drupal/modules/aggregator/aggregator.module
-share/drupal/modules/aggregator/aggregator.pages.inc
-share/drupal/modules/block/block-admin-display-form.tpl.php
-share/drupal/modules/block/block.admin.inc
-share/drupal/modules/block/block.css
-share/drupal/modules/block/block.info
-share/drupal/modules/block/block.install
-share/drupal/modules/block/block.js
-share/drupal/modules/block/block.module
-share/drupal/modules/blog/blog.info
-share/drupal/modules/blog/blog.module
-share/drupal/modules/blog/blog.pages.inc
-share/drupal/modules/blogapi/blogapi.info
-share/drupal/modules/blogapi/blogapi.install
-share/drupal/modules/blogapi/blogapi.module
-share/drupal/modules/book/book-all-books-block.tpl.php
-share/drupal/modules/book/book-export-html.tpl.php
-share/drupal/modules/book/book-navigation.tpl.php
-share/drupal/modules/book/book-node-export-html.tpl.php
-share/drupal/modules/book/book-rtl.css
-share/drupal/modules/book/book.admin.inc
-share/drupal/modules/book/book.css
-share/drupal/modules/book/book.info
-share/drupal/modules/book/book.install
-share/drupal/modules/book/book.module
-share/drupal/modules/book/book.pages.inc
-share/drupal/modules/color/color-rtl.css
-share/drupal/modules/color/color.css
-share/drupal/modules/color/color.info
-share/drupal/modules/color/color.install
-share/drupal/modules/color/color.js
-share/drupal/modules/color/color.module
-share/drupal/modules/color/images/hook-rtl.png
-share/drupal/modules/color/images/hook.png
-share/drupal/modules/color/images/lock.png
-share/drupal/modules/comment/comment-folded.tpl.php
-share/drupal/modules/comment/comment-rtl.css
-share/drupal/modules/comment/comment-wrapper.tpl.php
-share/drupal/modules/comment/comment.admin.inc
-share/drupal/modules/comment/comment.css
-share/drupal/modules/comment/comment.info
-share/drupal/modules/comment/comment.install
-share/drupal/modules/comment/comment.js
-share/drupal/modules/comment/comment.module
-share/drupal/modules/comment/comment.pages.inc
-share/drupal/modules/comment/comment.tpl.php
-share/drupal/modules/contact/contact.admin.inc
-share/drupal/modules/contact/contact.info
-share/drupal/modules/contact/contact.install
-share/drupal/modules/contact/contact.module
-share/drupal/modules/contact/contact.pages.inc
-share/drupal/modules/dblog/dblog-rtl.css
-share/drupal/modules/dblog/dblog.admin.inc
-share/drupal/modules/dblog/dblog.css
-share/drupal/modules/dblog/dblog.info
-share/drupal/modules/dblog/dblog.install
-share/drupal/modules/dblog/dblog.module
-share/drupal/modules/filter/filter.admin.inc
-share/drupal/modules/filter/filter.info
-share/drupal/modules/filter/filter.install
-share/drupal/modules/filter/filter.module
-share/drupal/modules/filter/filter.pages.inc
-share/drupal/modules/forum/forum-icon.tpl.php
-share/drupal/modules/forum/forum-list.tpl.php
-share/drupal/modules/forum/forum-rtl.css
-share/drupal/modules/forum/forum-submitted.tpl.php
-share/drupal/modules/forum/forum-topic-list.tpl.php
-share/drupal/modules/forum/forum-topic-navigation.tpl.php
-share/drupal/modules/forum/forum.admin.inc
-share/drupal/modules/forum/forum.css
-share/drupal/modules/forum/forum.info
-share/drupal/modules/forum/forum.install
-share/drupal/modules/forum/forum.module
-share/drupal/modules/forum/forum.pages.inc
-share/drupal/modules/forum/forums.tpl.php
-share/drupal/modules/help/help-rtl.css
-share/drupal/modules/help/help.admin.inc
-share/drupal/modules/help/help.css
-share/drupal/modules/help/help.info
-share/drupal/modules/help/help.module
-share/drupal/modules/locale/locale.css
-share/drupal/modules/locale/locale.info
-share/drupal/modules/locale/locale.install
-share/drupal/modules/locale/locale.module
-share/drupal/modules/menu/menu.admin.inc
-share/drupal/modules/menu/menu.info
-share/drupal/modules/menu/menu.install
-share/drupal/modules/menu/menu.module
-share/drupal/modules/node/content_types.inc
-share/drupal/modules/node/node-rtl.css
-share/drupal/modules/node/node.admin.inc
-share/drupal/modules/node/node.css
-share/drupal/modules/node/node.info
-share/drupal/modules/node/node.install
-share/drupal/modules/node/node.module
-share/drupal/modules/node/node.pages.inc
-share/drupal/modules/node/node.tpl.php
-share/drupal/modules/openid/login-bg.png
-share/drupal/modules/openid/openid.css
-share/drupal/modules/openid/openid.inc
-share/drupal/modules/openid/openid.info
-share/drupal/modules/openid/openid.install
-share/drupal/modules/openid/openid.js
-share/drupal/modules/openid/openid.module
-share/drupal/modules/openid/openid.pages.inc
-share/drupal/modules/openid/xrds.inc
-share/drupal/modules/path/path.admin.inc
-share/drupal/modules/path/path.info
-share/drupal/modules/path/path.module
-share/drupal/modules/php/php.info
-share/drupal/modules/php/php.install
-share/drupal/modules/php/php.module
-share/drupal/modules/ping/ping.info
-share/drupal/modules/ping/ping.module
-share/drupal/modules/poll/poll-bar-block.tpl.php
-share/drupal/modules/poll/poll-bar.tpl.php
-share/drupal/modules/poll/poll-results-block.tpl.php
-share/drupal/modules/poll/poll-results.tpl.php
-share/drupal/modules/poll/poll-rtl.css
-share/drupal/modules/poll/poll-vote.tpl.php
-share/drupal/modules/poll/poll.css
-share/drupal/modules/poll/poll.info
-share/drupal/modules/poll/poll.install
-share/drupal/modules/poll/poll.module
-share/drupal/modules/poll/poll.pages.inc
-share/drupal/modules/profile/profile-block.tpl.php
-share/drupal/modules/profile/profile-listing.tpl.php
-share/drupal/modules/profile/profile-wrapper.tpl.php
-share/drupal/modules/profile/profile.admin.inc
-share/drupal/modules/profile/profile.css
-share/drupal/modules/profile/profile.info
-share/drupal/modules/profile/profile.install
-share/drupal/modules/profile/profile.js
-share/drupal/modules/profile/profile.module
-share/drupal/modules/profile/profile.pages.inc
-share/drupal/modules/search/search-block-form.tpl.php
-share/drupal/modules/search/search-result.tpl.php
-share/drupal/modules/search/search-results.tpl.php
-share/drupal/modules/search/search-rtl.css
-share/drupal/modules/search/search-theme-form.tpl.php
-share/drupal/modules/search/search.admin.inc
-share/drupal/modules/search/search.css
-share/drupal/modules/search/search.info
-share/drupal/modules/search/search.install
-share/drupal/modules/search/search.module
-share/drupal/modules/search/search.pages.inc
-share/drupal/modules/statistics/statistics.admin.inc
-share/drupal/modules/statistics/statistics.info
-share/drupal/modules/statistics/statistics.install
-share/drupal/modules/statistics/statistics.module
-share/drupal/modules/statistics/statistics.pages.inc
-share/drupal/modules/syslog/syslog.info
-share/drupal/modules/syslog/syslog.install
-share/drupal/modules/syslog/syslog.module
-share/drupal/modules/system/admin-rtl.css
-share/drupal/modules/system/admin.css
-share/drupal/modules/system/block.tpl.php
-share/drupal/modules/system/box.tpl.php
-share/drupal/modules/system/defaults-rtl.css
-share/drupal/modules/system/defaults.css
-share/drupal/modules/system/maintenance-page.tpl.php
-share/drupal/modules/system/maintenance.css
-share/drupal/modules/system/page.tpl.php
-share/drupal/modules/system/system-menus-rtl.css
-share/drupal/modules/system/system-menus.css
-share/drupal/modules/system/system-rtl.css
-share/drupal/modules/system/system.admin.inc
-share/drupal/modules/system/system.css
-share/drupal/modules/system/system.info
-share/drupal/modules/system/system.install
-share/drupal/modules/system/system.js
-share/drupal/modules/system/system.module
-share/drupal/modules/taxonomy/taxonomy.admin.inc
-share/drupal/modules/taxonomy/taxonomy.css
-share/drupal/modules/taxonomy/taxonomy.info
-share/drupal/modules/taxonomy/taxonomy.install
-share/drupal/modules/taxonomy/taxonomy.js
-share/drupal/modules/taxonomy/taxonomy.module
-share/drupal/modules/taxonomy/taxonomy.pages.inc
-share/drupal/modules/throttle/throttle.admin.inc
-share/drupal/modules/throttle/throttle.info
-share/drupal/modules/throttle/throttle.module
-share/drupal/modules/tracker/tracker.css
-share/drupal/modules/tracker/tracker.info
-share/drupal/modules/tracker/tracker.module
-share/drupal/modules/tracker/tracker.pages.inc
-share/drupal/modules/translation/translation.info
-share/drupal/modules/translation/translation.module
-share/drupal/modules/translation/translation.pages.inc
-share/drupal/modules/trigger/trigger.admin.inc
-share/drupal/modules/trigger/trigger.info
-share/drupal/modules/trigger/trigger.install
-share/drupal/modules/trigger/trigger.module
-share/drupal/modules/update/update-rtl.css
-share/drupal/modules/update/update.compare.inc
-share/drupal/modules/update/update.css
-share/drupal/modules/update/update.fetch.inc
-share/drupal/modules/update/update.info
-share/drupal/modules/update/update.install
-share/drupal/modules/update/update.module
-share/drupal/modules/update/update.report.inc
-share/drupal/modules/update/update.settings.inc
-share/drupal/modules/upload/upload.admin.inc
-share/drupal/modules/upload/upload.info
-share/drupal/modules/upload/upload.install
-share/drupal/modules/upload/upload.module
-share/drupal/modules/user/user-picture.tpl.php
-share/drupal/modules/user/user-profile-category.tpl.php
-share/drupal/modules/user/user-profile-item.tpl.php
-share/drupal/modules/user/user-profile.tpl.php
-share/drupal/modules/user/user-rtl.css
-share/drupal/modules/user/user.admin.inc
-share/drupal/modules/user/user.css
-share/drupal/modules/user/user.info
-share/drupal/modules/user/user.install
-share/drupal/modules/user/user.js
-share/drupal/modules/user/user.module
-share/drupal/modules/user/user.pages.inc
-share/drupal/robots.txt
-share/drupal/scripts/code-clean.sh
-share/drupal/scripts/code-style.pl
-share/drupal/scripts/cron-curl.sh
-share/drupal/scripts/cron-lynx.sh
-share/drupal/scripts/drupal.sh
-share/drupal/sites/all/README.txt
-share/drupal/themes/README.txt
-share/drupal/themes/bluemarine/block.tpl.php
-share/drupal/themes/bluemarine/bluemarine.info
-share/drupal/themes/bluemarine/box.tpl.php
-share/drupal/themes/bluemarine/comment.tpl.php
-share/drupal/themes/bluemarine/logo.png
-share/drupal/themes/bluemarine/node.tpl.php
-share/drupal/themes/bluemarine/page.tpl.php
-share/drupal/themes/bluemarine/screenshot.png
-share/drupal/themes/bluemarine/style-rtl.css
-share/drupal/themes/bluemarine/style.css
-share/drupal/themes/chameleon/background.png
-share/drupal/themes/chameleon/chameleon.info
-share/drupal/themes/chameleon/chameleon.theme
-share/drupal/themes/chameleon/common-rtl.css
-share/drupal/themes/chameleon/common.css
-share/drupal/themes/chameleon/logo.png
-share/drupal/themes/chameleon/marvin/bullet.png
-share/drupal/themes/chameleon/marvin/druplicon-watermark-rtl.png
-share/drupal/themes/chameleon/marvin/druplicon-watermark.png
-share/drupal/themes/chameleon/marvin/logo.png
-share/drupal/themes/chameleon/marvin/marvin.info
-share/drupal/themes/chameleon/marvin/screenshot.png
-share/drupal/themes/chameleon/marvin/style-rtl.css
-share/drupal/themes/chameleon/marvin/style.css
-share/drupal/themes/chameleon/screenshot.png
-share/drupal/themes/chameleon/style-rtl.css
-share/drupal/themes/chameleon/style.css
-share/drupal/themes/engines/phptemplate/phptemplate.engine
-share/drupal/themes/garland/block.tpl.php
-share/drupal/themes/garland/color/base.png
-share/drupal/themes/garland/color/color.inc
-share/drupal/themes/garland/color/preview.css
-share/drupal/themes/garland/color/preview.png
-share/drupal/themes/garland/comment.tpl.php
-share/drupal/themes/garland/fix-ie-rtl.css
-share/drupal/themes/garland/fix-ie.css
-share/drupal/themes/garland/garland.info
-share/drupal/themes/garland/images/bg-bar-white.png
-share/drupal/themes/garland/images/bg-bar.png
-share/drupal/themes/garland/images/bg-content-left.png
-share/drupal/themes/garland/images/bg-content-right.png
-share/drupal/themes/garland/images/bg-content.png
-share/drupal/themes/garland/images/bg-navigation-item-hover.png
-share/drupal/themes/garland/images/bg-navigation-item.png
-share/drupal/themes/garland/images/bg-navigation.png
-share/drupal/themes/garland/images/bg-tab.png
-share/drupal/themes/garland/images/body.png
-share/drupal/themes/garland/images/gradient-inner.png
-share/drupal/themes/garland/images/menu-collapsed-rtl.gif
-share/drupal/themes/garland/images/menu-collapsed.gif
-share/drupal/themes/garland/images/menu-expanded.gif
-share/drupal/themes/garland/images/menu-leaf.gif
-share/drupal/themes/garland/images/task-list.png
-share/drupal/themes/garland/logo.png
-share/drupal/themes/garland/maintenance-page.tpl.php
-share/drupal/themes/garland/minnelli/color/base.png
-share/drupal/themes/garland/minnelli/color/color.inc
-share/drupal/themes/garland/minnelli/color/preview.png
-share/drupal/themes/garland/minnelli/logo.png
-share/drupal/themes/garland/minnelli/minnelli.css
-share/drupal/themes/garland/minnelli/minnelli.info
-share/drupal/themes/garland/minnelli/screenshot.png
-share/drupal/themes/garland/node.tpl.php
-share/drupal/themes/garland/page.tpl.php
-share/drupal/themes/garland/print.css
-share/drupal/themes/garland/screenshot.png
-share/drupal/themes/garland/style-rtl.css
-share/drupal/themes/garland/style.css
-share/drupal/themes/garland/template.php
-share/drupal/themes/pushbutton/arrow-next-hover-rtl.png
-share/drupal/themes/pushbutton/arrow-next-hover.png
-share/drupal/themes/pushbutton/arrow-next-rtl.png
-share/drupal/themes/pushbutton/arrow-next-visited-rtl.png
-share/drupal/themes/pushbutton/arrow-next-visited.png
-share/drupal/themes/pushbutton/arrow-next.png
-share/drupal/themes/pushbutton/arrow-prev-hover-rtl.png
-share/drupal/themes/pushbutton/arrow-prev-hover.png
-share/drupal/themes/pushbutton/arrow-prev-rtl.png
-share/drupal/themes/pushbutton/arrow-prev-visited-rtl.png
-share/drupal/themes/pushbutton/arrow-prev-visited.png
-share/drupal/themes/pushbutton/arrow-prev.png
-share/drupal/themes/pushbutton/arrow-up-hover.png
-share/drupal/themes/pushbutton/arrow-up-visited.png
-share/drupal/themes/pushbutton/arrow-up.png
-share/drupal/themes/pushbutton/background.png
-share/drupal/themes/pushbutton/block.tpl.php
-share/drupal/themes/pushbutton/box.tpl.php
-share/drupal/themes/pushbutton/comment.tpl.php
-share/drupal/themes/pushbutton/forum-container-rtl.jpg
-share/drupal/themes/pushbutton/forum-container.jpg
-share/drupal/themes/pushbutton/forum-link-rtl.png
-share/drupal/themes/pushbutton/forum-link.png
-share/drupal/themes/pushbutton/header-a.jpg
-share/drupal/themes/pushbutton/header-b-rtl.jpg
-share/drupal/themes/pushbutton/header-b.jpg
-share/drupal/themes/pushbutton/header-c.png
-share/drupal/themes/pushbutton/icon-block-rtl.png
-share/drupal/themes/pushbutton/icon-block.png
-share/drupal/themes/pushbutton/icon-comment-rtl.png
-share/drupal/themes/pushbutton/icon-comment.png
-share/drupal/themes/pushbutton/logo-active-rtl.jpg
-share/drupal/themes/pushbutton/logo-active.jpg
-share/drupal/themes/pushbutton/logo-background-rtl.jpg
-share/drupal/themes/pushbutton/logo-background.jpg
-share/drupal/themes/pushbutton/logo-hover-rtl.jpg
-share/drupal/themes/pushbutton/logo-hover.jpg
-share/drupal/themes/pushbutton/logo.png
-share/drupal/themes/pushbutton/node.tpl.php
-share/drupal/themes/pushbutton/page.tpl.php
-share/drupal/themes/pushbutton/pushbutton.info
-share/drupal/themes/pushbutton/screenshot.png
-share/drupal/themes/pushbutton/style-rtl.css
-share/drupal/themes/pushbutton/style.css
-share/drupal/themes/pushbutton/tabs-off-rtl.png
-share/drupal/themes/pushbutton/tabs-off.png
-share/drupal/themes/pushbutton/tabs-on-rtl.png
-share/drupal/themes/pushbutton/tabs-on.png
-share/drupal/themes/pushbutton/tabs-option-hover-rtl.png
-share/drupal/themes/pushbutton/tabs-option-hover.png
-share/drupal/themes/pushbutton/tabs-option-off-rtl.png
-share/drupal/themes/pushbutton/tabs-option-off.png
-share/drupal/themes/pushbutton/tabs-option-on.png
-share/drupal/update.php
-share/drupal/xmlrpc.php
-share/examples/drupal/default.profile
-share/examples/drupal/default.settings.php
-share/examples/drupal/drupal.conf
-@pkgdir share/drupal/files
-@pkgdir share/drupal
diff --git a/www/drupal6/distinfo b/www/drupal6/distinfo
deleted file mode 100644
index e21241c00be..00000000000
--- a/www/drupal6/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.38 2016/02/25 15:13:55 taca Exp $
-
-SHA1 (drupal-6.38.tar.gz) = a041690cf79cb7551535e789d5b08b335e3478ba
-RMD160 (drupal-6.38.tar.gz) = e43b5f0871d3e4db46eae74f2728307ea3db3e36
-SHA512 (drupal-6.38.tar.gz) = ad8b0e04c15afa6e5b5f7d60478c7ac7f6123cd0735424588a4266a987d13df96d8349a8674bcdbcfc437a63847269477a6c836660b7dd990dbb1b844809ce14
-Size (drupal-6.38.tar.gz) = 1113790 bytes
-SHA1 (patch-includes_path.inc) = 84825d47cc6cbe3466cb34adb7e512231293e9a4
diff --git a/www/drupal6/files/drupal.conf b/www/drupal6/files/drupal.conf
deleted file mode 100644
index 5b4afa577e2..00000000000
--- a/www/drupal6/files/drupal.conf
+++ /dev/null
@@ -1,124 +0,0 @@
-# $NetBSD: drupal.conf,v 1.3 2009/12/19 09:29:23 taca Exp $
-#
-# Drupal configuration file fragment for Apache
-
-#
-# Apache/PHP/Drupal settings:
-#
-
-<IfModule mod_alias.c>
- Alias /drupal/ "@PREFIX@/@DRUPAL@/"
-</IfModule>
-
-<Directory "@PREFIX@/@DRUPAL@">
-AllowOverride Limit Options FileInfo
-Order allow,deny
-Allow from all
-
-# Protect files and directories from prying eyes.
-<FilesMatch "\.(engine|inc|info|install|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl|svn-base)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format)$">
- Order allow,deny
-</FilesMatch>
-
-# Don't show directory listings for URLs which map to a directory.
-Options -Indexes
-
-# Follow symbolic links in this directory.
-Options +FollowSymLinks
-
-# Customized error messages.
-ErrorDocument 404 /index.php
-
-# Force simple error message for requests for non-existent favicon.ico.
-<Files favicon.ico>
- # There is no end quote below, for compatibility with Apache 1.3.
- ErrorDocument 404 "The requested file favicon.ico was not found.
-</Files>
-
-# Set the default handler.
-DirectoryIndex index.php
-
-# Override PHP settings. More in sites/default/settings.php
-# but the following cannot be changed at runtime.
-php_value memory_limit 16M
-
-# PHP 4, Apache 1.
-<IfModule mod_php4.c>
- php_value magic_quotes_gpc 0
- php_value register_globals 0
- php_value session.auto_start 0
- php_value mbstring.http_input pass
- php_value mbstring.http_output pass
- php_value mbstring.encoding_translation 0
-</IfModule>
-
-# PHP 4, Apache 2.
-<IfModule sapi_apache2.c>
- php_value magic_quotes_gpc 0
- php_value register_globals 0
- php_value session.auto_start 0
- php_value mbstring.http_input pass
- php_value mbstring.http_output pass
- php_value mbstring.encoding_translation 0
-</IfModule>
-
-# PHP 5, Apache 1 and 2.
-<IfModule mod_php5.c>
- php_value magic_quotes_gpc 0
- php_value register_globals 0
- php_value session.auto_start 0
- php_value mbstring.http_input pass
- php_value mbstring.http_output pass
- php_value mbstring.encoding_translation 0
-</IfModule>
-
-# Requires mod_expires to be enabled.
-<IfModule mod_expires.c>
- # Enable expirations.
- ExpiresActive On
-
- # Cache all files for 2 weeks after access (A).
- ExpiresDefault A1209600
-
- # Do not cache dynamically generated pages.
- ExpiresByType text/html A1
-</IfModule>
-
-# Various rewrite rules.
-<IfModule mod_rewrite.c>
- RewriteEngine on
-
- # If your site can be accessed both with and without the 'www.' prefix, you
- # can use one of the following settings to redirect users to your preferred
- # URL, either WITH or WITHOUT the 'www.' prefix. Choose ONLY one option:
- #
- # To redirect all users to access the site WITH the 'www.' prefix,
- # (http://example.com/... will be redirected to http://www.example.com/...)
- # adapt and uncomment the following:
- # RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
- # RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
- #
- # To redirect all users to access the site WITHOUT the 'www.' prefix,
- # (http://www.example.com/... will be redirected to http://example.com/...)
- # uncomment and adapt the following:
- # RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
- # RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]
-
- # Modify the RewriteBase if you are using Drupal in a subdirectory or in a
- # VirtualDocumentRoot and the rewrite rules are not working properly.
- # For example if your site is at http://example.com/drupal uncomment and
- # modify the following line:
- # RewriteBase /drupal
- #
- # If your site is running in a VirtualDocumentRoot at http://example.com/,
- # uncomment the following line:
- # RewriteBase /
-
- # Rewrite URLs of the form 'index.php?q=x'.
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteCond %{REQUEST_URI} !=/favicon.ico
- RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
-</IfModule>
-
-</Directory>
diff --git a/www/drupal6/options.mk b/www/drupal6/options.mk
deleted file mode 100644
index 5056975a74b..00000000000
--- a/www/drupal6/options.mk
+++ /dev/null
@@ -1,52 +0,0 @@
-# $NetBSD: options.mk,v 1.8 2015/12/06 12:13:13 taca Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.drupal
-
-PKG_OPTIONS_REQUIRED_GROUPS= db
-PKG_OPTIONS_GROUP.db= mysql pgsql
-
-PKG_SUPPORTED_OPTIONS= drupal-xmlservices apache unicode
-PKG_SUGGESTED_OPTIONS= mysql drupal-xmlservices apache
-
-.include "../../mk/bsd.options.mk"
-
-###
-### Use PostgreSQL for storing Drupal data
-###
-.if !empty(PKG_OPTIONS:Mpgsql)
-DEPENDS+= ${PHP_PKG_PREFIX}-pgsql-[0-9]*:../../databases/php-pgsql
-.elif !empty(PKG_OPTIONS:Mmysql)
-###
-### Use MySQL for storing Drupal data
-###
-DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
-PHP_VERSIONS_ACCEPTED= 55 56
-.endif
-
-###
-### Enable XML-based services such as the Blogger API, Jabber and RSS
-### syndication.
-###
-.if !empty(PKG_OPTIONS:Mdrupal-xmlservices)
-DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
-.endif
-
-###
-### Support for unicode
-###
-.if !empty(PKG_OPTIONS:Municode)
-DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.3:../../converters/php-mbstring
-.endif
-
-###
-### Drupal can run on a number of web servers, we support apache by default
-###
-.if !empty(PKG_OPTIONS:Mapache)
-DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.3.5:../../www/ap-php
-. include "../../mk/apache.mk"
-WWW_USER?= ${APACHE_USER}
-WWW_GROUP?= ${APACHE_GROUP}
-.else
-WWW_USER?= ${ROOT_USER}
-WWW_GROUP?= ${ROOT_GROUP}
-.endif
diff --git a/www/drupal6/patches/patch-includes_path.inc b/www/drupal6/patches/patch-includes_path.inc
deleted file mode 100644
index 6cf8e987571..00000000000
--- a/www/drupal6/patches/patch-includes_path.inc
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-includes_path.inc,v 1.1 2012/12/20 12:47:35 taca Exp $
-
-Possible fix to SA4931.
-
---- includes/path.inc.orig 2012-12-19 18:51:43.000000000 +0000
-+++ includes/path.inc
-@@ -13,7 +13,7 @@
- * Initialize the $_GET['q'] variable to the proper normal path.
- */
- function drupal_init_path() {
-- if (!empty($_GET['q'])) {
-+ if (!empty($_GET['q']) && is_string($_GET['q'])) {
- $_GET['q'] = drupal_get_normal_path(trim($_GET['q'], '/'));
- }
- else {