correlate permissions with taxonomy term. didn't exist in drupal6

This commit is contained in:
espie 2012-05-29 13:49:07 +00:00
parent 323816c18a
commit 9e548fbc6a
4 changed files with 32 additions and 0 deletions

9
www/drupal7/abt/Makefile Normal file
View File

@ -0,0 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/05/29 13:49:07 espie Exp $
COMMENT = filter access by term
MAINTAINER = Marc Espie <espie@openbsd.org>
DISTNAME = abt-7.x-1.5
PKGNAME = drupal7-access_by_term-1.5
.include <bsd.port.mk>

5
www/drupal7/abt/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (drupal7/abt-7.x-1.5.tar.gz) = BgpI1EOi+m34qExdwroN+Q==
RMD160 (drupal7/abt-7.x-1.5.tar.gz) = eF+zJ4mBxAQ9mjWOOR3qXOOTsvM=
SHA1 (drupal7/abt-7.x-1.5.tar.gz) = DY0egvo3ha0j3YDt+fg63DWR1Jk=
SHA256 (drupal7/abt-7.x-1.5.tar.gz) = 7BPmTqFS7dcn3Wgv7JC6KuETtD/V3mtDlrluzxru0H0=
SIZE (drupal7/abt-7.x-1.5.tar.gz) = 16152

View File

@ -0,0 +1,7 @@
ABT (Access by Term) is a module that controls node access based
on relationship between node->term<-user where taxonomy terms allow
for hierarchical content access control.
To use, add a "term reference" field to the content type(s) and the user.
Just make sure to use the exact same field for content checking permissions
to happen.

11
www/drupal7/abt/pkg/PLIST Normal file
View File

@ -0,0 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/05/29 13:49:07 espie Exp $
@owner ${DRUPAL_OWNER}
@group ${DRUPAL_GROUP}
${DRUPAL_MODS}abt/
${DRUPAL_MODS}abt/LICENSE.txt
${DRUPAL_MODS}abt/README.txt
${DRUPAL_MODS}abt/abt.info
${DRUPAL_MODS}abt/abt.install
${DRUPAL_MODS}abt/abt.module
${DRUPAL_MODS}abt/abt.test
${DRUPAL_MODS}abt/abtutils.inc