Skip site navigation (1)Skip section navigation (2)
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:   ports/41672: New port: mail/pymsgauth
Message-ID:  <20020814210937.52476.qmail@outpost.globcon.net>

next in thread | raw e-mail | index | archive | help

>Number:         41672
>Category:       ports
>Synopsis:       New port: mail/pymsgauth
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 14 14:10:02 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020814210937.52476.qmail>