diff options
author | miwi <miwi@FreeBSD.org> | 2010-06-29 16:48:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-06-29 16:48:24 +0800 |
commit | 37889dd7742422b7dcbf67ef61d6f9a33f5aaa3e (patch) | |
tree | 2819c5b452b75cd22817671b4abdcb44358a31ba /www | |
parent | ea31ac05ed4bfdeeb50ffc6546162cf3e705cab6 (diff) | |
download | freebsd-ports-gnome-37889dd7742422b7dcbf67ef61d6f9a33f5aaa3e.tar.gz freebsd-ports-gnome-37889dd7742422b7dcbf67ef61d6f9a33f5aaa3e.tar.zst freebsd-ports-gnome-37889dd7742422b7dcbf67ef61d6f9a33f5aaa3e.zip |
This module allows you to manage permissions for content types by
role and author. It allows you to specifiy custom view, edit and
delete permissions for each content type. Optionally you can enable
per content access settings, so you can customize the access for
each content node.
WWW: http://drupal.org/project/content_access
PR: ports/147329
Submitted by: Anderson Soares Ferreira <anderson at cnpm.embrapa.br>
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drupal6-content_access/Makefile | 37 | ||||
-rw-r--r-- | www/drupal6-content_access/distinfo | 3 | ||||
-rw-r--r-- | www/drupal6-content_access/pkg-descr | 7 |
4 files changed, 48 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 457edc418325..387e957c0ab8 100644 --- a/www/Makefile +++ b/www/Makefile @@ -170,6 +170,7 @@ SUBDIR += drupal6-cck SUBDIR += drupal6-chaos SUBDIR += drupal6-ckeditor + SUBDIR += drupal6-content_access SUBDIR += drupal6-geshifilter SUBDIR += drupal6-google_analytics SUBDIR += drupal6-image diff --git a/www/drupal6-content_access/Makefile b/www/drupal6-content_access/Makefile new file mode 100644 index 000000000000..380981526ec3 --- /dev/null +++ b/www/drupal6-content_access/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: drupal6-content_access +# Date created: 02 jun 2010 +# Whom: Anderson Soares Ferreira <anderson@cnpm.embrapa.br> +# +# $FreeBSD$ +# + +PORTNAME= content_access +DISTVERSION= 6.x-1.2 +CATEGORIES= www +MASTER_SITES= http://ftp.drupal.org/files/projects/ + +MAINTAINER= anderson@cnpm.embrapa.br +COMMENT= Drupal 6.x Content Access module + +DRUPAL6_MODULE= yes + +MODULE_DIRS= translations tests + +MODULE_FILES= tests/content_access.test \ + tests/content_access_acl.test \ + tests/content_access_test_help.php \ + content_access.admin.inc \ + content_access.css \ + content_access.info \ + content_access.install \ + content_access.module \ + content_access.rules.inc \ + translations/content_access.pot \ + translations/de.po \ + translations/sv.po + +DOC_FILES= README.txt UPGRADE.txt LICENSE.txt + +.include <bsd.port.pre.mk> +.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal6-content_access/distinfo b/www/drupal6-content_access/distinfo new file mode 100644 index 000000000000..41e878712d52 --- /dev/null +++ b/www/drupal6-content_access/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/content_access-6.x-1.2.tar.gz) = fe91e141f14cfae3c70e09a5d96f1933 +SHA256 (drupal/content_access-6.x-1.2.tar.gz) = 49ddf7ac481924741fa69fcc3530389ba4d0daeff2e200a04d7107bf96640c27 +SIZE (drupal/content_access-6.x-1.2.tar.gz) = 24526 diff --git a/www/drupal6-content_access/pkg-descr b/www/drupal6-content_access/pkg-descr new file mode 100644 index 000000000000..6493e9bae3cb --- /dev/null +++ b/www/drupal6-content_access/pkg-descr @@ -0,0 +1,7 @@ +This module allows you to manage permissions for content types by +role and author. It allows you to specifiy custom view, edit and +delete permissions for each content type. Optionally you can enable +per content access settings, so you can customize the access for +each content node. + +WWW: http://drupal.org/project/content_access |