From sgk@outpost.globcon.net  Wed Aug 14 14:09:37 2002
Return-Path: <sgk@outpost.globcon.net>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B4FC137B400
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Aug 2002 14:09:37 -0700 (PDT)
Received: from outpost.lukarcos.com (outpost.lukarcos.com [195.239.240.132])
	by mx1.FreeBSD.org (Postfix) with SMTP id EE42343E6E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Aug 2002 14:09:35 -0700 (PDT)
	(envelope-from sgk@outpost.globcon.net)
Received: (qmail 52477 invoked by uid 911); 14 Aug 2002 21:09:37 -0000
Message-Id: <20020814210937.52476.qmail@outpost.globcon.net>
Date: 14 Aug 2002 21:09:37 -0000
From: Sergei Kolobov <sergei@kolobov.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sgk@outpost.globcon.net
Subject: New port: mail/pymsgauth
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41672
>Category:       ports
>Synopsis:       New port: mail/pymsgauth
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 14 14:10:02 PDT 2002
>Closed-Date:    Mon Oct 07 08:12:55 PDT 2002
>Last-Modified:  Mon Oct 07 08:12:55 PDT 2002
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 1 02:44:26 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386
>Description:
pymsgauth is a toolkit for automatically and securely dealing with qsecretary
confirmation notices. qsecretary protects mailing lists from spam by requiring
sender to confirm each post. pymsgauth allows to generate such confirmations
automatically - i.e. inconveniencing the user.

pymsgauth is written in Python, and licensed under the GPL.
>How-To-Repeat:
shar included.
>Fix:
Note: the name of this software package, as used in the file names and 
in the documentation is pymsgauth and thus should NOT be changed to 
py-msgauth (although that would be more in line with FreeBSD Ports Collection 
traditions).

--- pymsgauth.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:
#
#	pymsgauth/Makefile
#	pymsgauth/distinfo
#	pymsgauth/pkg-comment
#	pymsgauth/pkg-descr
#	pymsgauth/pkg-message
#	pymsgauth/pkg-plist
#
echo x - pymsgauth/Makefile
sed 's/^X//' >pymsgauth/Makefile << 'END-of-pymsgauth/Makefile'
X# New ports collection makefile for:	pymsgauth
X# Date created:		12 Aug 2002
X# Whom:			Sergei Kolobov <sergei@kolobov.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pymsgauth
XPORTVERSION=	2.0.0
XCATEGORIES=	mail python
XMASTER_SITES=	http://www.qcc.ca/~charlesc/software/pymsgauth/
X
XMAINTAINER=	sergei@kolobov.com
X
XUSE_PYTHON=	yes
XUSE_REINPLACE=	yes
X
XNO_BUILD=	yes
X
XDOCS=		BUGS CHANGELOG COPYING pymsgauth.txt pymsgauth.html
X
Xpost-patch:
X	${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \
X	 	${WRKSRC}/pymsgauth-*
X	${RM} ${WRKSRC}/pymsgauth-*.bak
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/pymsgauth-* ${PYTHON_SITELIBDIR}
X	${LN} -sf ${PYTHON_SITELIBDIR}/pymsgauth-* ${PREFIX}/bin
X	${INSTALL_DATA} ${WRKSRC}/*.py ${PYTHON_SITELIBDIR}
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/pymsgauthrc-example ${EXAMPLESDIR}
X
X	${MKDIR} ${DOCSDIR}
X.for f in ${DOCS}
X	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.endfor
X.endif
X
X	@${CAT} ${PKGMESSAGE} | ${SED} -e 's,__EXAMPLES__,${EXAMPLESDIR},'
X.include <bsd.port.mk>
END-of-pymsgauth/Makefile
echo x - pymsgauth/distinfo
sed 's/^X//' >pymsgauth/distinfo << 'END-of-pymsgauth/distinfo'
XMD5 (pymsgauth-2.0.0.tar.gz) = d4fb57bba78c4a902548c8be030f354d
END-of-pymsgauth/distinfo
echo x - pymsgauth/pkg-comment
sed 's/^X//' >pymsgauth/pkg-comment << 'END-of-pymsgauth/pkg-comment'
XA toolkit for dealing with qsecretary confirmation notices
END-of-pymsgauth/pkg-comment
echo x - pymsgauth/pkg-descr
sed 's/^X//' >pymsgauth/pkg-descr << 'END-of-pymsgauth/pkg-descr'
Xpymsgauth is a toolkit for automatically and securely dealing with qsecretary
Xconfirmation notices.
X
Xpymsgauth is written in Python, and licensed under the GNU General Public
XLicense version 2.
X
XWWW:	http://www.qcc.ca/~charlesc/software/pymsgauth/pymsgauth.html
END-of-pymsgauth/pkg-descr
echo x - pymsgauth/pkg-message
sed 's/^X//' >pymsgauth/pkg-message << 'END-of-pymsgauth/pkg-message'
X**********************************************************************
XAfter the installation:
X- create ~/.pymsgauth directory;
X- copy __EXAMPLES__/pymsgauthrc-example to
X  ~/.pymsgauth/pymsgauthrc and edit the config file to fit your needs.
X**********************************************************************
END-of-pymsgauth/pkg-message
echo x - pymsgauth/pkg-plist
sed 's/^X//' >pymsgauth/pkg-plist << 'END-of-pymsgauth/pkg-plist'
Xbin/pymsgauth-clean
Xbin/pymsgauth-confirm
Xbin/pymsgauth-mail
Xshare/doc/pymsgauth/BUGS
Xshare/doc/pymsgauth/CHANGELOG
Xshare/doc/pymsgauth/COPYING
Xshare/doc/pymsgauth/pymsgauth.html
Xshare/doc/pymsgauth/pymsgauth.txt
Xshare/examples/pymsgauth/pymsgauthrc-example
X%%PYTHON_SITELIBDIR%%/ConfParser.py
X%%PYTHON_SITELIBDIR%%/pymsgauth-mail
X%%PYTHON_SITELIBDIR%%/pymsgauth.py
X%%PYTHON_SITELIBDIR%%/pymsgauth-clean
X%%PYTHON_SITELIBDIR%%/pymsgauth-confirm
END-of-pymsgauth/pkg-plist
exit
--- pymsgauth.shar ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nbm 
State-Changed-When: Mon Oct 7 08:11:36 PDT 2002 
State-Changed-Why:  
Port added, thanks!  (jbtw, py- prefix is only really for modules, not 
full applications, so pymsgauth is just fine) 

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