From anderson@cnpm.embrapa.br  Wed Jun  2 14:19:36 2010
Return-Path: <anderson@cnpm.embrapa.br>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D6CC4106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Jun 2010 14:19:36 +0000 (UTC)
	(envelope-from anderson@cnpm.embrapa.br)
Received: from inga.cnpm.embrapa.br (inga.cnpm.embrapa.br [200.136.111.23])
	by mx1.freebsd.org (Postfix) with ESMTP id 0B9A18FC20
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Jun 2010 14:19:35 +0000 (UTC)
Received: from caraiba.cnpm.embrapa.br (caraiba.cnpm.embrapa.br [200.136.111.98])
	by inga.cnpm.embrapa.br (Postfix) with ESMTP id 4EACB73039
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Jun 2010 11:19:33 -0300 (BRT)
Received: from localhost (localhost [127.0.0.1])
	by caraiba.cnpm.embrapa.br (Postfix) with ESMTP id AB6053F42E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Jun 2010 11:19:32 -0300 (BRT)
Received: from caraiba.cnpm.embrapa.br (localhost [127.0.0.1])
	by caraiba.cnpm.embrapa.br (Postfix) with ESMTP id 878FA3F42D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Jun 2010 11:19:32 -0300 (BRT)
Received: from caraiba.cnpm.embrapa.br ([127.0.0.1])
	by caraiba.cnpm.embrapa.br (caraiba.cnpm.embrapa.br [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id qCFIcxS4NuaR for <FreeBSD-gnats-submit@freebsd.org>;
	Wed,  2 Jun 2010 11:19:32 -0300 (BRT)
Received: by caraiba.cnpm.embrapa.br (Postfix, from userid 1100)
	id 669263F42B; Wed,  2 Jun 2010 11:19:32 -0300 (BRT)
Message-Id: <20100602141932.669263F42B@caraiba.cnpm.embrapa.br>
Date: Wed,  2 Jun 2010 11:19:32 -0300 (BRT)
From: Anderson Soares Ferreira <anderson@cnpm.embrapa.br>
Reply-To: Anderson Soares Ferreira <anderson@cnpm.embrapa.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] www/drupal6-content_access: Drupal6 Content Access control module
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         147329
>Category:       ports
>Synopsis:       [NEW PORT] www/drupal6-content_access: Drupal6 Content Access control module
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 02 14:20:02 UTC 2010
>Closed-Date:    Tue Jun 29 08:48:44 UTC 2010
>Last-Modified:  Tue Jun 29 08:50:02 UTC 2010
>Originator:     Anderson Soares Ferreira
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
Embrapa Satellite Monitoring
>Environment:
System: FreeBSD caraiba.cnpm.embrapa.br 8.0-STABLE FreeBSD 8.0-STABLE #1: Wed Apr 28 16:03:13 BRT 2010 anderson@caraiba.cnpm.embrapa.br:/usr/obj/usr/src/sys/CARAIBA amd64


>Description:

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.

>How-To-Repeat:
	
>Fix:

--- drupal6-content_access.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	drupal6-content_access
#	drupal6-content_access/Makefile
#	drupal6-content_access/distinfo
#	drupal6-content_access/pkg-descr
#
echo c - drupal6-content_access
mkdir -p drupal6-content_access > /dev/null 2>&1
echo x - drupal6-content_access/Makefile
sed 's/^X//' >drupal6-content_access/Makefile << '734f8d868ad35c214a6d58ab822f53e8'
X# New ports collection makefile for:	drupal6-content_access
X# Date created:		02 jun	2010
X# Whom:			Anderson Soares Ferreira <anderson@cnpm.embrapa.br>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	content_access
XDISTVERSION=	6.x-1.2
XCATEGORIES=	www
XMASTER_SITES=	http://ftp.drupal.org/files/projects/
X
XMAINTAINER=	anderson@cnpm.embrapa.br
XCOMMENT=	Drupal 6.x Content Access module
X
XDRUPAL6_MODULE=	yes
X
XMODULE_DIRS=	translations tests
X
XMODULE_FILES=	tests/content_access.test \
X		tests/content_access_acl.test \
X		tests/content_access_test_help.php \
X		content_access.admin.inc \
X		content_access.css \
X		content_access.info \
X		content_access.install \
X		content_access.module \
X		content_access.rules.inc \
X		translations/content_access.pot \
X		translations/de.po \
X		translations/sv.po
X		
XDOC_FILES=	README.txt UPGRADE.txt LICENSE.txt
X
X.include <bsd.port.pre.mk>
X.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
X.include <bsd.port.post.mk>
734f8d868ad35c214a6d58ab822f53e8
echo x - drupal6-content_access/distinfo
sed 's/^X//' >drupal6-content_access/distinfo << '90394550ff3b7270f601f3d6b1e52c4d'
XMD5 (drupal/content_access-6.x-1.2.tar.gz) = fe91e141f14cfae3c70e09a5d96f1933
XSHA256 (drupal/content_access-6.x-1.2.tar.gz) = 49ddf7ac481924741fa69fcc3530389ba4d0daeff2e200a04d7107bf96640c27
XSIZE (drupal/content_access-6.x-1.2.tar.gz) = 24526
90394550ff3b7270f601f3d6b1e52c4d
echo x - drupal6-content_access/pkg-descr
sed 's/^X//' >drupal6-content_access/pkg-descr << '81ca35f37db23c8f7957cd4f3a0f1310'
XThis module allows you to manage permissions for content types by role and author. 
XIt allows you to specifiy custom view, edit and delete permissions for each content type. i
XOptionally you can enable per content access settings, so you can customize the access for each content node.
X
XWWW: http://drupal.org/project/content_access
81ca35f37db23c8f7957cd4f3a0f1310
exit
--- drupal6-content_access.shar ends here ---


---
Aviso de confidencialidade:

Esta mensagem da Empresa Brasileira de Pesquisa Agropecuria (Embrapa), 
empresa pblica federal regida pelo disposto na Lei Federal n 5.851, 
de 7 de dezembro de 1972,  enviada exclusivamente a seu destinatrio 
e pode conter informaes confidenciais, protegidas por sigilo profissional. 
Sua utilizao desautorizada  ilegal e sujeita o infrator s penas da lei. 
Se voc a recebeu indevidamente, queira, por gentileza, reenvi-la ao emitente, 
esclarecendo o equvoco.

Confidentiality note:

This message from Empresa Brasileira de Pesquisa Agropecuria (Embrapa), 
a government company established under Brazilian law (5.851/72), 
is directed exclusively to its addressee and may contain confidential data, 
protected under professional secrecy rules. Its unauthorized use is illegal 
and may subject the transgressor to the law's penalties. 
If you are not the addressee, please send it back, elucidating the failure. 
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jun 2 14:20:23 UTC 2010 
Responsible-Changed-Why:  
miwi@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147329 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Wed Jun 2 15:48:13 UTC 2010 
State-Changed-Why:  
please install ports-mgmt/portlint, and try portlint -AC please fix all 
issuses and resend me a attachment directly. Thanks again! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147329 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Jun 29 08:48:43 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147329 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147329: commit references a PR
Date: Tue, 29 Jun 2010 08:48:32 +0000 (UTC)

 miwi        2010-06-29 08:48:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/drupal6-content_access Makefile distinfo pkg-descr 
   Log:
   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
   
   Revision  Changes    Path
   1.2643    +1 -0      ports/www/Makefile
   1.1       +37 -0     ports/www/drupal6-content_access/Makefile (new)
   1.1       +3 -0      ports/www/drupal6-content_access/distinfo (new)
   1.1       +7 -0      ports/www/drupal6-content_access/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
