diff options
author | brooks <brooks@FreeBSD.org> | 2007-01-06 12:32:49 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2007-01-06 12:32:49 +0800 |
commit | bf0cbe1dd8c8362bd7a2aed2cd83265cd4f026bf (patch) | |
tree | 7b1867782bb0e956868aebb94920e0717d3efe76 /www | |
parent | 5fb7955bf2f62a418efe1f86c20d9dd62d40f2b0 (diff) | |
download | freebsd-ports-gnome-bf0cbe1dd8c8362bd7a2aed2cd83265cd4f026bf.tar.gz freebsd-ports-gnome-bf0cbe1dd8c8362bd7a2aed2cd83265cd4f026bf.tar.zst freebsd-ports-gnome-bf0cbe1dd8c8362bd7a2aed2cd83265cd4f026bf.zip |
Add drupal-filemanager
This module adds a full featured file management API for your modules
to use. This API is module development and does not directly add
functionality to your site. This module is required for the attachment
module which is an alternative to Drupal's included upload module.
Submitted by: Nick Hilliard <nick@foobar.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drupal-filemanager/Makefile | 23 | ||||
-rw-r--r-- | www/drupal-filemanager/distinfo | 3 | ||||
-rw-r--r-- | www/drupal-filemanager/pkg-descr | 6 | ||||
-rw-r--r-- | www/drupal4-filemanager/Makefile | 23 | ||||
-rw-r--r-- | www/drupal4-filemanager/distinfo | 3 | ||||
-rw-r--r-- | www/drupal4-filemanager/pkg-descr | 6 |
7 files changed, 65 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b9dfe33b4bca..fd654003396f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -109,6 +109,7 @@ SUBDIR += dpsearch SUBDIR += drraw SUBDIR += drupal + SUBDIR += drupal-filemanager SUBDIR += drupal-pubcookie SUBDIR += drupal-textile SUBDIR += dtse diff --git a/www/drupal-filemanager/Makefile b/www/drupal-filemanager/Makefile new file mode 100644 index 000000000000..147bbe42dda1 --- /dev/null +++ b/www/drupal-filemanager/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: drupal-filemanager +# Date created: 31 October 2006 +# Whom: Nick Hilliard <nick@foobar.org> +# +# $FreeBSD$ +# + +PORTNAME= filemanager +DISTVERSION= ${DRUPAL_VERSION} +PORTREVISION= 20060914 +CATEGORIES= www security + +MAINTAINER= nick@foobar.org +COMMENT= A full featured file management API for Drupal modules + +DRUPAL_MODULE= yes +MODULE_FILES= filemanager.install filemanager.module +DOC_DIRS= doc +DOC_FILES= LICENSE.txt README.txt CREDITS INSTALL doc/filemanager.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/drupal/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal-filemanager/distinfo b/www/drupal-filemanager/distinfo new file mode 100644 index 000000000000..7ca3fc35ddf1 --- /dev/null +++ b/www/drupal-filemanager/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/filemanager-4.7.0.tar.gz) = b62eb10d4b0f110a94df9a3c9a410adf +SHA256 (drupal/filemanager-4.7.0.tar.gz) = 7fae448c749d3eaa2a7ac268b385b36c562f5184e3716c73adf951839b784c14 +SIZE (drupal/filemanager-4.7.0.tar.gz) = 20521 diff --git a/www/drupal-filemanager/pkg-descr b/www/drupal-filemanager/pkg-descr new file mode 100644 index 000000000000..d7c2cad4950b --- /dev/null +++ b/www/drupal-filemanager/pkg-descr @@ -0,0 +1,6 @@ +This module adds a full featured file management API for your modules to +use. This API is module development and does not directly add functionality +to your site. This module is required for the attachment module which is an +alternative to Drupal's included upload module. + +WWW: http://drupal.org/project/filemanager diff --git a/www/drupal4-filemanager/Makefile b/www/drupal4-filemanager/Makefile new file mode 100644 index 000000000000..147bbe42dda1 --- /dev/null +++ b/www/drupal4-filemanager/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: drupal-filemanager +# Date created: 31 October 2006 +# Whom: Nick Hilliard <nick@foobar.org> +# +# $FreeBSD$ +# + +PORTNAME= filemanager +DISTVERSION= ${DRUPAL_VERSION} +PORTREVISION= 20060914 +CATEGORIES= www security + +MAINTAINER= nick@foobar.org +COMMENT= A full featured file management API for Drupal modules + +DRUPAL_MODULE= yes +MODULE_FILES= filemanager.install filemanager.module +DOC_DIRS= doc +DOC_FILES= LICENSE.txt README.txt CREDITS INSTALL doc/filemanager.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/drupal/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal4-filemanager/distinfo b/www/drupal4-filemanager/distinfo new file mode 100644 index 000000000000..7ca3fc35ddf1 --- /dev/null +++ b/www/drupal4-filemanager/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/filemanager-4.7.0.tar.gz) = b62eb10d4b0f110a94df9a3c9a410adf +SHA256 (drupal/filemanager-4.7.0.tar.gz) = 7fae448c749d3eaa2a7ac268b385b36c562f5184e3716c73adf951839b784c14 +SIZE (drupal/filemanager-4.7.0.tar.gz) = 20521 diff --git a/www/drupal4-filemanager/pkg-descr b/www/drupal4-filemanager/pkg-descr new file mode 100644 index 000000000000..d7c2cad4950b --- /dev/null +++ b/www/drupal4-filemanager/pkg-descr @@ -0,0 +1,6 @@ +This module adds a full featured file management API for your modules to +use. This API is module development and does not directly add functionality +to your site. This module is required for the attachment module which is an +alternative to Drupal's included upload module. + +WWW: http://drupal.org/project/filemanager |