diff options
Diffstat (limited to 'www/drupal7')
-rw-r--r-- | www/drupal7/Makefile | 72 | ||||
-rw-r--r-- | www/drupal7/distinfo | 2 | ||||
-rw-r--r-- | www/drupal7/pkg-descr | 7 | ||||
-rw-r--r-- | www/drupal7/pkg-plist | 151 |
4 files changed, 0 insertions, 232 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile deleted file mode 100644 index 30e0cd1463a6..000000000000 --- a/www/drupal7/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# New ports collection makefile for: Drupal -# Date Created: 10 Nov 2003 -# Whom: Sebastian Yepes F. <esn@x123.info> -# -# $FreeBSD$ -# - -PORTNAME= drupal -PORTVERSION= 4.6.3 -CATEGORIES= www -MASTER_SITES= http://drupal.org/files/projects/ -DISTNAME= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= esn@x123.info -COMMENT= CMS that supports pgsql and mysql - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libpq.so.3) -RUN_DEPENDS+= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB -.endif - -NO_BUILD= yes -DRUPDIR= www/data/drupal -DOCS= CHANGELOG.txt INSTALL.txt LICENSE.txt MAINTAINERS.txt -PLIST_SUB+= DRUPDIR=${DRUPDIR} - -do-install: - ${MKDIR} ${PREFIX}/${DRUPDIR} - ${CP} ${WRKSRC}/.htaccess ${PREFIX}/${DRUPDIR} - ${CP} ${WRKSRC}/cron.php ${PREFIX}/${DRUPDIR} - ${CP} -R ${WRKSRC}/database ${PREFIX}/${DRUPDIR} - ${CP} ${WRKSRC}/favicon.ico ${PREFIX}/${DRUPDIR} - ${CP} -R ${WRKSRC}/includes ${PREFIX}/${DRUPDIR} - ${CP} ${WRKSRC}/index.php ${PREFIX}/${DRUPDIR} - ${CP} -R ${WRKSRC}/misc ${PREFIX}/${DRUPDIR} - ${CP} -R ${WRKSRC}/modules ${PREFIX}/${DRUPDIR} - ${CP} -R ${WRKSRC}/scripts ${PREFIX}/${DRUPDIR} - ${CP} -R ${WRKSRC}/sites ${PREFIX}/${DRUPDIR} - ${CP} -R ${WRKSRC}/themes ${PREFIX}/${DRUPDIR} - ${CP} ${WRKSRC}/update.php ${PREFIX}/${DRUPDIR} - ${CP} ${WRKSRC}/xmlrpc.php ${PREFIX}/${DRUPDIR} -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/${DRUPDIR}/doc -.for FILE in ${DOCS} - ${CP} ${WRKSRC}/${FILE} ${PREFIX}/${DRUPDIR}/doc -.endfor -.endif - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${DRUPDIR} - - @${ECHO_MSG} "" - @${ECHO_MSG} " You now need to create the DB" - @${ECHO_MSG} " where Drupal is going to live" - @${ECHO_MSG} "" - @${ECHO_MSG} " PostgreSQL::" - @${ECHO_MSG} " createdb -U pgsql -W drupal" - @${ECHO_MSG} " createuser -U pgsql -e drupal" - @${ECHO_MSG} " createlang -U pgsql -W plpgsql drupal" - @${ECHO_MSG} " psql -U drupal drupal < ${PREFIX}/${DRUPDIR}/database/database.pgsql" - @${ECHO_MSG} "" - @${ECHO_MSG} " MySQL::" - @${ECHO_MSG} " mysqladmin -u dba_user -p create drupal" - @${ECHO_MSG} " mysql -u dba_user -p" - @${ECHO_MSG} " GRANT ALL PRIVILEGES ON drupal.* TO nobody@localhost IDENTIFIED BY 'password';" - @${ECHO_MSG} " mysql -u nobody -p drupal < ${PREFIX}/${DRUPDIR}/database/database.mysql" - @${ECHO_MSG} "" - @${ECHO_MSG} " Then edit the ${PREFIX}/${DRUPDIR}/includes/conf.php to your needs." - @${ECHO_MSG} " Once you have done that" - @${ECHO_MSG} " GoTo: http://<your_website>/drupal" - @${ECHO_MSG} "" - -.include <bsd.port.post.mk> diff --git a/www/drupal7/distinfo b/www/drupal7/distinfo deleted file mode 100644 index 579688c22bb1..000000000000 --- a/www/drupal7/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (drupal-4.6.3.tar.gz) = f436973f02aa2cea15ef1ca90223082b -SIZE (drupal-4.6.3.tar.gz) = 458095 diff --git a/www/drupal7/pkg-descr b/www/drupal7/pkg-descr deleted file mode 100644 index 81032dda8381..000000000000 --- a/www/drupal7/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Drupal is an open-source platform and content management system -for building dynamic web sites offering a broad range of features -and services. -Drupal can support a diverse range of web projects ranging from -personal weblogs to large community-driven sites. - -WWW: http://drupal.org diff --git a/www/drupal7/pkg-plist b/www/drupal7/pkg-plist deleted file mode 100644 index eced86429aa2..000000000000 --- a/www/drupal7/pkg-plist +++ /dev/null @@ -1,151 +0,0 @@ -%%DRUPDIR%%/.htaccess -%%DRUPDIR%%/cron.php -%%DRUPDIR%%/database/database.mysql -%%DRUPDIR%%/database/database.pgsql -%%DRUPDIR%%/database/updates.inc -%%PORTDOCS%%%%DRUPDIR%%/doc/CHANGELOG.txt -%%PORTDOCS%%%%DRUPDIR%%/doc/INSTALL.txt -%%PORTDOCS%%%%DRUPDIR%%/doc/LICENSE.txt -%%PORTDOCS%%%%DRUPDIR%%/doc/MAINTAINERS.txt -%%DRUPDIR%%/favicon.ico -%%DRUPDIR%%/includes/bootstrap.inc -%%DRUPDIR%%/includes/common.inc -%%DRUPDIR%%/includes/database.inc -%%DRUPDIR%%/includes/database.mysql.inc -%%DRUPDIR%%/includes/database.pgsql.inc -%%DRUPDIR%%/includes/file.inc -%%DRUPDIR%%/includes/image.inc -%%DRUPDIR%%/includes/locale.inc -%%DRUPDIR%%/includes/menu.inc -%%DRUPDIR%%/includes/module.inc -%%DRUPDIR%%/includes/pager.inc -%%DRUPDIR%%/includes/session.inc -%%DRUPDIR%%/includes/tablesort.inc -%%DRUPDIR%%/includes/theme.inc -%%DRUPDIR%%/includes/xmlrpc.inc -%%DRUPDIR%%/includes/xmlrpcs.inc -%%DRUPDIR%%/index.php -%%DRUPDIR%%/misc/arrow-asc.png -%%DRUPDIR%%/misc/arrow-desc.png -%%DRUPDIR%%/misc/blog.png -%%DRUPDIR%%/misc/drupal.css -%%DRUPDIR%%/misc/druplicon-small.png -%%DRUPDIR%%/misc/druplicon.png -%%DRUPDIR%%/misc/forum-closed.png -%%DRUPDIR%%/misc/forum-default.png -%%DRUPDIR%%/misc/forum-hot-new.png -%%DRUPDIR%%/misc/forum-hot.png -%%DRUPDIR%%/misc/forum-new.png -%%DRUPDIR%%/misc/forum-sticky.png -%%DRUPDIR%%/misc/menu-collapsed.png -%%DRUPDIR%%/misc/menu-expanded.png -%%DRUPDIR%%/misc/menu-leaf.png -%%DRUPDIR%%/misc/powered-by-drupal-dark.png -%%DRUPDIR%%/misc/powered-by-drupal-light.png -%%DRUPDIR%%/misc/powered-by-drupal.png -%%DRUPDIR%%/misc/print.css -%%DRUPDIR%%/misc/watchdog-error.png -%%DRUPDIR%%/misc/watchdog-warning.png -%%DRUPDIR%%/misc/xml.png -%%DRUPDIR%%/modules/aggregator.module -%%DRUPDIR%%/modules/archive.module -%%DRUPDIR%%/modules/block.module -%%DRUPDIR%%/modules/blog.module -%%DRUPDIR%%/modules/blogapi.module -%%DRUPDIR%%/modules/book.module -%%DRUPDIR%%/modules/comment.module -%%DRUPDIR%%/modules/contact.module -%%DRUPDIR%%/modules/drupal.module -%%DRUPDIR%%/modules/filter.module -%%DRUPDIR%%/modules/forum.module -%%DRUPDIR%%/modules/help.module -%%DRUPDIR%%/modules/legacy.module -%%DRUPDIR%%/modules/locale.module -%%DRUPDIR%%/modules/menu.module -%%DRUPDIR%%/modules/node.module -%%DRUPDIR%%/modules/page.module -%%DRUPDIR%%/modules/path.module -%%DRUPDIR%%/modules/ping.module -%%DRUPDIR%%/modules/poll.module -%%DRUPDIR%%/modules/profile.module -%%DRUPDIR%%/modules/queue.module -%%DRUPDIR%%/modules/search.module -%%DRUPDIR%%/modules/statistics.module -%%DRUPDIR%%/modules/story.module -%%DRUPDIR%%/modules/system.module -%%DRUPDIR%%/modules/taxonomy.module -%%DRUPDIR%%/modules/throttle.module -%%DRUPDIR%%/modules/tracker.module -%%DRUPDIR%%/modules/upload.module -%%DRUPDIR%%/modules/user.module -%%DRUPDIR%%/modules/watchdog.module -%%DRUPDIR%%/scripts/code-clean.sh -%%DRUPDIR%%/scripts/code-style.pl -%%DRUPDIR%%/scripts/cron-curl.sh -%%DRUPDIR%%/scripts/cron-lynx.sh -%%DRUPDIR%%/scripts/prefix.sh -%%DRUPDIR%%/sites/default/settings.php -%%DRUPDIR%%/themes/bluemarine/logo.png -%%DRUPDIR%%/themes/bluemarine/screenshot.png -%%DRUPDIR%%/themes/bluemarine/style.css -%%DRUPDIR%%/themes/bluemarine/xtemplate.xtmpl -%%DRUPDIR%%/themes/chameleon/background.png -%%DRUPDIR%%/themes/chameleon/chameleon.theme -%%DRUPDIR%%/themes/chameleon/common.css -%%DRUPDIR%%/themes/chameleon/logo.png -%%DRUPDIR%%/themes/chameleon/marvin/bullet.png -%%DRUPDIR%%/themes/chameleon/marvin/druplicon-watermark.png -%%DRUPDIR%%/themes/chameleon/marvin/logo.png -%%DRUPDIR%%/themes/chameleon/marvin/screenshot.png -%%DRUPDIR%%/themes/chameleon/marvin/style.css -%%DRUPDIR%%/themes/chameleon/screenshot.png -%%DRUPDIR%%/themes/chameleon/style.css -%%DRUPDIR%%/themes/engines/xtemplate/xtemplate.engine -%%DRUPDIR%%/themes/engines/xtemplate/xtemplate.inc -%%DRUPDIR%%/themes/pushbutton/arrow-next-hover.png -%%DRUPDIR%%/themes/pushbutton/arrow-next-visited.png -%%DRUPDIR%%/themes/pushbutton/arrow-next.png -%%DRUPDIR%%/themes/pushbutton/arrow-prev-hover.png -%%DRUPDIR%%/themes/pushbutton/arrow-prev-visited.png -%%DRUPDIR%%/themes/pushbutton/arrow-prev.png -%%DRUPDIR%%/themes/pushbutton/arrow-up-hover.png -%%DRUPDIR%%/themes/pushbutton/arrow-up-visited.png -%%DRUPDIR%%/themes/pushbutton/arrow-up.png -%%DRUPDIR%%/themes/pushbutton/background.png -%%DRUPDIR%%/themes/pushbutton/forum-container.jpg -%%DRUPDIR%%/themes/pushbutton/forum-link.png -%%DRUPDIR%%/themes/pushbutton/header-a.jpg -%%DRUPDIR%%/themes/pushbutton/header-b.jpg -%%DRUPDIR%%/themes/pushbutton/header-c.png -%%DRUPDIR%%/themes/pushbutton/icon-block.png -%%DRUPDIR%%/themes/pushbutton/icon-comment.png -%%DRUPDIR%%/themes/pushbutton/logo-active.jpg -%%DRUPDIR%%/themes/pushbutton/logo-background.jpg -%%DRUPDIR%%/themes/pushbutton/logo-hover.jpg -%%DRUPDIR%%/themes/pushbutton/logo.png -%%DRUPDIR%%/themes/pushbutton/screenshot.png -%%DRUPDIR%%/themes/pushbutton/style.css -%%DRUPDIR%%/themes/pushbutton/tabs-off.png -%%DRUPDIR%%/themes/pushbutton/tabs-on.png -%%DRUPDIR%%/themes/pushbutton/tabs-option-hover.png -%%DRUPDIR%%/themes/pushbutton/tabs-option-off.png -%%DRUPDIR%%/themes/pushbutton/tabs-option-on.png -%%DRUPDIR%%/themes/pushbutton/xtemplate.xtmpl -%%DRUPDIR%%/update.php -%%DRUPDIR%%/xmlrpc.php -@dirrm %%DRUPDIR%%/themes/pushbutton -@dirrm %%DRUPDIR%%/themes/engines/xtemplate -@dirrm %%DRUPDIR%%/themes/engines -@dirrm %%DRUPDIR%%/themes/chameleon/marvin -@dirrm %%DRUPDIR%%/themes/chameleon -@dirrm %%DRUPDIR%%/themes/bluemarine -@dirrm %%DRUPDIR%%/themes -@dirrm %%DRUPDIR%%/sites/default -@dirrm %%DRUPDIR%%/sites -@dirrm %%DRUPDIR%%/scripts -@dirrm %%DRUPDIR%%/modules -@dirrm %%DRUPDIR%%/misc -@dirrm %%DRUPDIR%%/includes -%%PORTDOCS%%@dirrm %%DRUPDIR%%/doc -@dirrm %%DRUPDIR%%/database -@dirrm %%DRUPDIR%% |