From c648cde35d9f85cdfaf9debd7b8545bd3379ed30 Mon Sep 17 00:00:00 2001 From: nbm Date: Mon, 7 Oct 2002 15:10:24 +0000 Subject: Add pymsgauth 2.0.0, a toolkit for dealing with qsecretary confirmation notices. PR: 41672 Submitted by: Sergei Kolobov --- mail/pymsgauth/Makefile | 43 +++++++++++++++++++++++++++++++++++++++++++ mail/pymsgauth/distinfo | 1 + mail/pymsgauth/pkg-comment | 1 + mail/pymsgauth/pkg-descr | 7 +++++++ mail/pymsgauth/pkg-message | 6 ++++++ mail/pymsgauth/pkg-plist | 14 ++++++++++++++ 6 files changed, 72 insertions(+) create mode 100644 mail/pymsgauth/Makefile create mode 100644 mail/pymsgauth/distinfo create mode 100644 mail/pymsgauth/pkg-comment create mode 100644 mail/pymsgauth/pkg-descr create mode 100644 mail/pymsgauth/pkg-message create mode 100644 mail/pymsgauth/pkg-plist (limited to 'mail/pymsgauth') diff --git a/mail/pymsgauth/Makefile b/mail/pymsgauth/Makefile new file mode 100644 index 0000000..2dfc549 --- /dev/null +++ b/mail/pymsgauth/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: pymsgauth +# Date created: 12 Aug 2002 +# Whom: Sergei Kolobov +# +# $FreeBSD$ +# + +PORTNAME= pymsgauth +PORTVERSION= 2.0.0 +CATEGORIES= mail python +MASTER_SITES= http://www.qcc.ca/~charlesc/software/pymsgauth/ + +MAINTAINER= sergei@kolobov.com + +USE_PYTHON= yes +USE_REINPLACE= yes + +NO_BUILD= yes + +DOCS= BUGS CHANGELOG COPYING pymsgauth.txt pymsgauth.html + +post-patch: + ${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \ + ${WRKSRC}/pymsgauth-* + ${RM} ${WRKSRC}/pymsgauth-*.bak + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/pymsgauth-* ${PYTHON_SITELIBDIR} + ${LN} -sf ${PYTHON_SITELIBDIR}/pymsgauth-* ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/*.py ${PYTHON_SITELIBDIR} + +.if !defined(NOPORTDOCS) + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/pymsgauthrc-example ${EXAMPLESDIR} + + ${MKDIR} ${DOCSDIR} +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + + @${CAT} ${PKGMESSAGE} | ${SED} -e 's,__EXAMPLES__,${EXAMPLESDIR},' +.include diff --git a/mail/pymsgauth/distinfo b/mail/pymsgauth/distinfo new file mode 100644 index 0000000..372dfae --- /dev/null +++ b/mail/pymsgauth/distinfo @@ -0,0 +1 @@ +MD5 (pymsgauth-2.0.0.tar.gz) = d4fb57bba78c4a902548c8be030f354d diff --git a/mail/pymsgauth/pkg-comment b/mail/pymsgauth/pkg-comment new file mode 100644 index 0000000..af2721b --- /dev/null +++ b/mail/pymsgauth/pkg-comment @@ -0,0 +1 @@ +A toolkit for dealing with qsecretary confirmation notices diff --git a/mail/pymsgauth/pkg-descr b/mail/pymsgauth/pkg-descr new file mode 100644 index 0000000..dc59641 --- /dev/null +++ b/mail/pymsgauth/pkg-descr @@ -0,0 +1,7 @@ +pymsgauth is a toolkit for automatically and securely dealing with qsecretary +confirmation notices. + +pymsgauth is written in Python, and licensed under the GNU General Public +License version 2. + +WWW: http://www.qcc.ca/~charlesc/software/pymsgauth/pymsgauth.html diff --git a/mail/pymsgauth/pkg-message b/mail/pymsgauth/pkg-message new file mode 100644 index 0000000..bff3888 --- /dev/null +++ b/mail/pymsgauth/pkg-message @@ -0,0 +1,6 @@ +********************************************************************** +After the installation: +- create ~/.pymsgauth directory; +- copy __EXAMPLES__/pymsgauthrc-example to + ~/.pymsgauth/pymsgauthrc and edit the config file to fit your needs. +********************************************************************** diff --git a/mail/pymsgauth/pkg-plist b/mail/pymsgauth/pkg-plist new file mode 100644 index 0000000..6a78fca --- /dev/null +++ b/mail/pymsgauth/pkg-plist @@ -0,0 +1,14 @@ +bin/pymsgauth-clean +bin/pymsgauth-confirm +bin/pymsgauth-mail +share/doc/pymsgauth/BUGS +share/doc/pymsgauth/CHANGELOG +share/doc/pymsgauth/COPYING +share/doc/pymsgauth/pymsgauth.html +share/doc/pymsgauth/pymsgauth.txt +share/examples/pymsgauth/pymsgauthrc-example +%%PYTHON_SITELIBDIR%%/ConfParser.py +%%PYTHON_SITELIBDIR%%/pymsgauth-mail +%%PYTHON_SITELIBDIR%%/pymsgauth.py +%%PYTHON_SITELIBDIR%%/pymsgauth-clean +%%PYTHON_SITELIBDIR%%/pymsgauth-confirm -- cgit v1.1