diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-28 00:12:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-28 00:12:26 +0000 |
commit | 0bada68b11e580895d53b53c7cfcd9fbb5523008 (patch) | |
tree | 4b6dbe6e4b1efd6ab6ff1022b895bdea4cabfb16 | |
parent | 42fcf561135bf801b46fb12a6e633d272cf72601 (diff) | |
download | ports-0bada68b11e580895d53b53c7cfcd9fbb5523008.tar.gz ports-0bada68b11e580895d53b53c7cfcd9fbb5523008.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drupal-taxonomy_access/Makefile | 23 | ||||
-rw-r--r-- | www/drupal-taxonomy_access/distinfo | 3 | ||||
-rw-r--r-- | www/drupal-taxonomy_access/pkg-descr | 10 | ||||
-rw-r--r-- | www/drupal4-taxonomy_access/Makefile | 23 | ||||
-rw-r--r-- | www/drupal4-taxonomy_access/distinfo | 3 | ||||
-rw-r--r-- | www/drupal4-taxonomy_access/pkg-descr | 10 | ||||
-rw-r--r-- | www/drupal5-taxonomy_access/Makefile | 23 | ||||
-rw-r--r-- | www/drupal5-taxonomy_access/distinfo | 3 | ||||
-rw-r--r-- | www/drupal5-taxonomy_access/pkg-descr | 10 |
10 files changed, 109 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index cb573818b663..3173d0873a91 100644 --- a/www/Makefile +++ b/www/Makefile @@ -113,6 +113,7 @@ SUBDIR += drupal-i18n SUBDIR += drupal-nice_menus SUBDIR += drupal-pubcookie + SUBDIR += drupal-taxonomy_access SUBDIR += drupal-textile SUBDIR += dtse SUBDIR += dummyflash diff --git a/www/drupal-taxonomy_access/Makefile b/www/drupal-taxonomy_access/Makefile new file mode 100644 index 000000000000..dfa16260cfb6 --- /dev/null +++ b/www/drupal-taxonomy_access/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: drupal-taxonomy_access +# Date created: 26 Jan 2007 +# Whom: Nick Hilliard <nick@foobar.org> +# +# $FreeBSD$ +# + +PORTNAME= taxonomy_access +DISTVERSION= 4.7.x-1.x-dev +PORTREVISION= 20061118 +CATEGORIES= www security +MASTER_SITE_SUBDIR= pav/drupal + +MAINTAINER= nick@foobar.org +COMMENT= Access control system for the Drupal based on Taxonomy classification + +DRUPAL_MODULE= yes +MODULE_FILES= taxonomy_access.install taxonomy_access.module taxonomy_access_admin.inc +DOC_FILES= INSTALL.txt LICENSE.txt README.txt UPDATE.txt + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/drupal/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal-taxonomy_access/distinfo b/www/drupal-taxonomy_access/distinfo new file mode 100644 index 000000000000..d714d0bf6089 --- /dev/null +++ b/www/drupal-taxonomy_access/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/taxonomy_access-4.7.x-1.x-dev.tar.gz) = d344eb413d651dca6d3c3f77e6b7b60b +SHA256 (drupal/taxonomy_access-4.7.x-1.x-dev.tar.gz) = bdd370cec6179bc68e639d3cb703a34e3c1ef48edbbb26be5869acca4ab18003 +SIZE (drupal/taxonomy_access-4.7.x-1.x-dev.tar.gz) = 32320 diff --git a/www/drupal-taxonomy_access/pkg-descr b/www/drupal-taxonomy_access/pkg-descr new file mode 100644 index 000000000000..0703d2112ce7 --- /dev/null +++ b/www/drupal-taxonomy_access/pkg-descr @@ -0,0 +1,10 @@ +This is a Drupal plug-in module which enables access control for user roles +based on taxonomy categories (vocabulary, terms). It has the following +features: + + * Automatically controls access to taxonomy terms and nodes (based on + their category terms) + * Configuration page for each user roles + * Five permission types (View, Update, Delete, Create, List) + +WWW: http://drupal.org/project/taxonomy_access diff --git a/www/drupal4-taxonomy_access/Makefile b/www/drupal4-taxonomy_access/Makefile new file mode 100644 index 000000000000..dfa16260cfb6 --- /dev/null +++ b/www/drupal4-taxonomy_access/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: drupal-taxonomy_access +# Date created: 26 Jan 2007 +# Whom: Nick Hilliard <nick@foobar.org> +# +# $FreeBSD$ +# + +PORTNAME= taxonomy_access +DISTVERSION= 4.7.x-1.x-dev +PORTREVISION= 20061118 +CATEGORIES= www security +MASTER_SITE_SUBDIR= pav/drupal + +MAINTAINER= nick@foobar.org +COMMENT= Access control system for the Drupal based on Taxonomy classification + +DRUPAL_MODULE= yes +MODULE_FILES= taxonomy_access.install taxonomy_access.module taxonomy_access_admin.inc +DOC_FILES= INSTALL.txt LICENSE.txt README.txt UPDATE.txt + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/drupal/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal4-taxonomy_access/distinfo b/www/drupal4-taxonomy_access/distinfo new file mode 100644 index 000000000000..d714d0bf6089 --- /dev/null +++ b/www/drupal4-taxonomy_access/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/taxonomy_access-4.7.x-1.x-dev.tar.gz) = d344eb413d651dca6d3c3f77e6b7b60b +SHA256 (drupal/taxonomy_access-4.7.x-1.x-dev.tar.gz) = bdd370cec6179bc68e639d3cb703a34e3c1ef48edbbb26be5869acca4ab18003 +SIZE (drupal/taxonomy_access-4.7.x-1.x-dev.tar.gz) = 32320 diff --git a/www/drupal4-taxonomy_access/pkg-descr b/www/drupal4-taxonomy_access/pkg-descr new file mode 100644 index 000000000000..0703d2112ce7 --- /dev/null +++ b/www/drupal4-taxonomy_access/pkg-descr @@ -0,0 +1,10 @@ +This is a Drupal plug-in module which enables access control for user roles +based on taxonomy categories (vocabulary, terms). It has the following +features: + + * Automatically controls access to taxonomy terms and nodes (based on + their category terms) + * Configuration page for each user roles + * Five permission types (View, Update, Delete, Create, List) + +WWW: http://drupal.org/project/taxonomy_access diff --git a/www/drupal5-taxonomy_access/Makefile b/www/drupal5-taxonomy_access/Makefile new file mode 100644 index 000000000000..dfa16260cfb6 --- /dev/null +++ b/www/drupal5-taxonomy_access/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: drupal-taxonomy_access +# Date created: 26 Jan 2007 +# Whom: Nick Hilliard <nick@foobar.org> +# +# $FreeBSD$ +# + +PORTNAME= taxonomy_access +DISTVERSION= 4.7.x-1.x-dev +PORTREVISION= 20061118 +CATEGORIES= www security +MASTER_SITE_SUBDIR= pav/drupal + +MAINTAINER= nick@foobar.org +COMMENT= Access control system for the Drupal based on Taxonomy classification + +DRUPAL_MODULE= yes +MODULE_FILES= taxonomy_access.install taxonomy_access.module taxonomy_access_admin.inc +DOC_FILES= INSTALL.txt LICENSE.txt README.txt UPDATE.txt + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/drupal/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal5-taxonomy_access/distinfo b/www/drupal5-taxonomy_access/distinfo new file mode 100644 index 000000000000..d714d0bf6089 --- /dev/null +++ b/www/drupal5-taxonomy_access/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/taxonomy_access-4.7.x-1.x-dev.tar.gz) = d344eb413d651dca6d3c3f77e6b7b60b +SHA256 (drupal/taxonomy_access-4.7.x-1.x-dev.tar.gz) = bdd370cec6179bc68e639d3cb703a34e3c1ef48edbbb26be5869acca4ab18003 +SIZE (drupal/taxonomy_access-4.7.x-1.x-dev.tar.gz) = 32320 diff --git a/www/drupal5-taxonomy_access/pkg-descr b/www/drupal5-taxonomy_access/pkg-descr new file mode 100644 index 000000000000..0703d2112ce7 --- /dev/null +++ b/www/drupal5-taxonomy_access/pkg-descr @@ -0,0 +1,10 @@ +This is a Drupal plug-in module which enables access control for user roles +based on taxonomy categories (vocabulary, terms). It has the following +features: + + * Automatically controls access to taxonomy terms and nodes (based on + their category terms) + * Configuration page for each user roles + * Five permission types (View, Update, Delete, Create, List) + +WWW: http://drupal.org/project/taxonomy_access |