From root@corp.grupos.com.br  Sun Dec 26 23:01:14 2004
Return-Path: <root@corp.grupos.com.br>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 07EB616A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 26 Dec 2004 23:01:14 +0000 (GMT)
Received: from gwmail1.grupos.com.br (gwmail1.grupos.com.br [66.90.64.125])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9D5E543D41
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 26 Dec 2004 23:01:13 +0000 (GMT)
	(envelope-from root@corp.grupos.com.br)
Received: from corp.grupos.com.br (unknown [150.162.166.55])
	by gwmail1.grupos.com.br (Postfix) with ESMTP id D5E733CE9F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 26 Dec 2004 21:01:12 -0200 (BRST)
Received: by corp.grupos.com.br (Postfix, from userid 0)
	id 2C64D20A74; Sun, 26 Dec 2004 21:01:12 -0200 (BRST)
Message-Id: <20041226230112.2C64D20A74@corp.grupos.com.br>
Date: Sun, 26 Dec 2004 21:01:12 -0200 (BRST)
From: Marcus Grando <marcus@corp.grupos.com.br>
Reply-To: Marcus Grando <marcus@corp.grupos.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: mail/py-spf Python implementation of SPF
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         75521
>Category:       ports
>Synopsis:       New port: mail/py-spf Python implementation of SPF
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 26 23:10:18 GMT 2004
>Closed-Date:    Tue Dec 28 15:02:08 GMT 2004
>Last-Modified:  Tue Dec 28 15:02:08 GMT 2004
>Originator:     Marcus Grando
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #36: Sun Dec 26 16:00:38 BRST 2004 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386


	
>Description:
New port: mail/py-spf Python implementation of SPF

	
>How-To-Repeat:
	
>Fix:

	

--- py-spf.sh 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:
#
#	py-spf
#	py-spf/Makefile
#	py-spf/distinfo
#	py-spf/pkg-descr
#	py-spf/pkg-plist
#
echo c - py-spf
mkdir -p py-spf > /dev/null 2>&1
echo x - py-spf/Makefile
sed 's/^X//' >py-spf/Makefile << 'END-of-py-spf/Makefile'
X# New ports collection makefile for:	py-spf
X# Date created:				26 Dec 2004
X# Whom:					Marcus Grando <marcus@corp.grupos.com.br>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	spf
XPORTVERSION=	1.6
XCATEGORIES=	mail python
XMASTER_SITES=	http://www.wayforward.net/spf/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	py${PORTNAME}-${PORTVERSION}
X
XRUN_DEPENDS=	${PYTHONPREFIX_SITELIBDIR}/DNS/__init__.py:${PORTSDIR}/dns/py-dns
X
XMAINTAINER=	marcus@corp.grupos.com.br
XCOMMENT=	Python implementation of SPF
X
XDIST_SUBDIR=	python
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=yes
X
XDOCSDIR?=	${PREFIX}/share/doc/py-${PORTNAME}
X
X.if !defined(NOPORTDOCS)
XPORTDOCS=       *
X.endif
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X	@${CHMOD} 755 ${PYTHONPREFIX_SITELIBDIR}/spf.py
X	@${LN} -s ${PYTHONPREFIX_SITELIBDIR}/spf.py ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-py-spf/Makefile
echo x - py-spf/distinfo
sed 's/^X//' >py-spf/distinfo << 'END-of-py-spf/distinfo'
XMD5 (python/pyspf-1.6.tar.gz) = 7ff35d8f9db41f2f7e0068f78f243a3d
XSIZE (python/pyspf-1.6.tar.gz) = 11424
END-of-py-spf/distinfo
echo x - py-spf/pkg-descr
sed 's/^X//' >py-spf/pkg-descr << 'END-of-py-spf/pkg-descr'
XPython implementation of SPF (Sender Permitted From)
X
XFor more information about SPF, a tool against email forgery, see
X	http://spf.pobox.com
X
XFor news, bugfixes, etc. visit the home page for this implementation at
X	http://www.wayforward.net/spf/
X
XWWW: http://www.wayforward.net/spf/
X
XMarcus Grando <marcus@corp.grupos.com.br>
END-of-py-spf/pkg-descr
echo x - py-spf/pkg-plist
sed 's/^X//' >py-spf/pkg-plist << 'END-of-py-spf/pkg-plist'
Xbin/spf.py
Xlib/%%PYTHON_VERSION%%/site-packages/spf.py
Xlib/%%PYTHON_VERSION%%/site-packages/spf.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/spf.pyo
END-of-py-spf/pkg-plist
exit
--- py-spf.sh ends here ---


>Release-Note:
>Audit-Trail:

From: Marcus Grando <marcus@corp.grupos.com.br>
To: freebsd-gnats-submit@FreeBSD.org, edwin@freebsd.org
Cc:  
Subject: Re: ports/75521: New port: mail/py-spf Python implementation of SPF
Date: Sun, 26 Dec 2004 23:20:36 -0200

 Fix portlint FATAL
 
  >FATAL: Makefile: extra item "RUN_DEPENDS" placed in the MAINTAINER 
 section.
  >FATAL: Makefile: COMMENT has to be there.
 
 --begin patch--
 # 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:
 #
 #       py-spf
 #       py-spf/Makefile
 #       py-spf/distinfo
 #       py-spf/pkg-descr
 #       py-spf/pkg-plist
 #
 echo c - py-spf
 mkdir -p py-spf > /dev/null 2>&1
 echo x - py-spf/Makefile
 sed 's/^X//' >py-spf/Makefile << 'END-of-py-spf/Makefile'
 X# New ports collection makefile for:   py-spf
 X# Date created:                                26 Dec 2004
 X# Whom:                                        Marcus Grando 
 <marcus@corp.grupos.com.br>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=      spf
 XPORTVERSION=   1.6
 XCATEGORIES=    mail python
 XMASTER_SITES=  http://www.wayforward.net/spf/
 XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
 XDISTNAME=      py${PORTNAME}-${PORTVERSION}
 X
 XMAINTAINER=    marcus@corp.grupos.com.br
 XCOMMENT=       Python implementation of SPF
 X
 XRUN_DEPENDS= 
 ${PYTHONPREFIX_SITELIBDIR}/DNS/__init__.py:${PORTSDIR}/dns/py-dns
 X
 XDIST_SUBDIR=   python
 XUSE_PYTHON=    yes
 XUSE_PYDISTUTILS=yes
 X
 XDOCSDIR?=      ${PREFIX}/share/doc/py-${PORTNAME}
 X
 X.if !defined(NOPORTDOCS)
 XPORTDOCS=       *
 X.endif
 X
 Xpost-install:
 X.if !defined(NOPORTDOCS)
 X       @${MKDIR} ${DOCSDIR}
 X       ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 X.endif
 X       @${CHMOD} 755 ${PYTHONPREFIX_SITELIBDIR}/spf.py
 X       @${LN} -s ${PYTHONPREFIX_SITELIBDIR}/spf.py ${PREFIX}/bin
 X
 X.include <bsd.port.mk>
 END-of-py-spf/Makefile
 echo x - py-spf/distinfo
 sed 's/^X//' >py-spf/distinfo << 'END-of-py-spf/distinfo'
 XMD5 (python/pyspf-1.6.tar.gz) = 7ff35d8f9db41f2f7e0068f78f243a3d
 XSIZE (python/pyspf-1.6.tar.gz) = 11424
 END-of-py-spf/distinfo
 echo x - py-spf/pkg-descr
 sed 's/^X//' >py-spf/pkg-descr << 'END-of-py-spf/pkg-descr'
 XPython implementation of SPF (Sender Permitted From)
 X
 XFor more information about SPF, a tool against email forgery, see
 X       http://spf.pobox.com
 X
 XFor news, bugfixes, etc. visit the home page for this implementation at
 X       http://www.wayforward.net/spf/
 X
 XWWW: http://www.wayforward.net/spf/
 X
 XMarcus Grando <marcus@corp.grupos.com.br>
 END-of-py-spf/pkg-descr
 echo x - py-spf/pkg-plist
 sed 's/^X//' >py-spf/pkg-plist << 'END-of-py-spf/pkg-plist'
 Xbin/spf.py
 Xlib/%%PYTHON_VERSION%%/site-packages/spf.py
 Xlib/%%PYTHON_VERSION%%/site-packages/spf.pyc
 Xlib/%%PYTHON_VERSION%%/site-packages/spf.pyo
 END-of-py-spf/pkg-plist
 exit
 --end patch--
 
 -- 
 Marcus Grando
 Grupos Internet S/A
 marcus(at)corp.grupos.com.br
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Tue Dec 28 15:01:58 GMT 2004 
State-Changed-Why:  
New port added, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75521 
>Unformatted:
