diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drupal-attachment/Makefile | 24 | ||||
-rw-r--r-- | www/drupal-attachment/distinfo | 3 | ||||
-rw-r--r-- | www/drupal-attachment/pkg-descr | 6 | ||||
-rw-r--r-- | www/drupal4-attachment/Makefile | 24 | ||||
-rw-r--r-- | www/drupal4-attachment/distinfo | 3 | ||||
-rw-r--r-- | www/drupal4-attachment/pkg-descr | 6 |
7 files changed, 67 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index fd654003396f..2ae4b1153d32 100644 --- a/www/Makefile +++ b/www/Makefile @@ -109,6 +109,7 @@ SUBDIR += dpsearch SUBDIR += drraw SUBDIR += drupal + SUBDIR += drupal-attachment SUBDIR += drupal-filemanager SUBDIR += drupal-pubcookie SUBDIR += drupal-textile diff --git a/www/drupal-attachment/Makefile b/www/drupal-attachment/Makefile new file mode 100644 index 000000000000..abd725c26fcc --- /dev/null +++ b/www/drupal-attachment/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: drupal-attachment +# Date created: 31 October 2006 +# Whom: Nick Hilliard <nick@foobar.org> +# +# $FreeBSD$ +# + +PORTNAME= attachment +DISTVERSION= ${DRUPAL_VERSION} +PORTREVISION= 20060928 +CATEGORIES= www security + +MAINTAINER= nick@foobar.org +COMMENT= An alternative to Drupal's included upload module + +RUN_DEPENDS+= ${DRUPAL_MODDIR}/filemanager.module:${PORTSDIR}/www/drupal-filemanager + +DRUPAL_MODULE= yes +MODULE_FILES= attachment.install attachment.module +DOC_FILES= LICENSE.txt README.txt CREDITS INSTALL + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/drupal/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal-attachment/distinfo b/www/drupal-attachment/distinfo new file mode 100644 index 000000000000..621f86c9c664 --- /dev/null +++ b/www/drupal-attachment/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/attachment-4.7.0.tar.gz) = b05691fb5941bb15b1b5fa04d725521b +SHA256 (drupal/attachment-4.7.0.tar.gz) = 2d984cbf1230c593db85dbbd16cca473a325e09a9ffca5b6830627ca4c6a251d +SIZE (drupal/attachment-4.7.0.tar.gz) = 15951 diff --git a/www/drupal-attachment/pkg-descr b/www/drupal-attachment/pkg-descr new file mode 100644 index 000000000000..2753406e45b7 --- /dev/null +++ b/www/drupal-attachment/pkg-descr @@ -0,0 +1,6 @@ +This module is an alternative to Drupal's included upload module. It uses +the filemanager module to allow a unique namespace per node and support +large number of files. In addition this module allows you to give each +attachment a title and description. + +WWW: http://drupal.org/project/attachment diff --git a/www/drupal4-attachment/Makefile b/www/drupal4-attachment/Makefile new file mode 100644 index 000000000000..abd725c26fcc --- /dev/null +++ b/www/drupal4-attachment/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: drupal-attachment +# Date created: 31 October 2006 +# Whom: Nick Hilliard <nick@foobar.org> +# +# $FreeBSD$ +# + +PORTNAME= attachment +DISTVERSION= ${DRUPAL_VERSION} +PORTREVISION= 20060928 +CATEGORIES= www security + +MAINTAINER= nick@foobar.org +COMMENT= An alternative to Drupal's included upload module + +RUN_DEPENDS+= ${DRUPAL_MODDIR}/filemanager.module:${PORTSDIR}/www/drupal-filemanager + +DRUPAL_MODULE= yes +MODULE_FILES= attachment.install attachment.module +DOC_FILES= LICENSE.txt README.txt CREDITS INSTALL + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/drupal/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal4-attachment/distinfo b/www/drupal4-attachment/distinfo new file mode 100644 index 000000000000..621f86c9c664 --- /dev/null +++ b/www/drupal4-attachment/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/attachment-4.7.0.tar.gz) = b05691fb5941bb15b1b5fa04d725521b +SHA256 (drupal/attachment-4.7.0.tar.gz) = 2d984cbf1230c593db85dbbd16cca473a325e09a9ffca5b6830627ca4c6a251d +SIZE (drupal/attachment-4.7.0.tar.gz) = 15951 diff --git a/www/drupal4-attachment/pkg-descr b/www/drupal4-attachment/pkg-descr new file mode 100644 index 000000000000..2753406e45b7 --- /dev/null +++ b/www/drupal4-attachment/pkg-descr @@ -0,0 +1,6 @@ +This module is an alternative to Drupal's included upload module. It uses +the filemanager module to allow a unique namespace per node and support +large number of files. In addition this module allows you to give each +attachment a title and description. + +WWW: http://drupal.org/project/attachment |