diff options
author | nbm <nbm@FreeBSD.org> | 2002-10-07 15:10:24 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2002-10-07 15:10:24 +0000 |
commit | c648cde35d9f85cdfaf9debd7b8545bd3379ed30 (patch) | |
tree | bd78cfcb82a86b09f3e7c35010234093273cb5ef /mail/pymsgauth | |
parent | a5dd8fed6a716ab07a8613cdeaffe970cb5aaba6 (diff) | |
download | FreeBSD-ports-c648cde35d9f85cdfaf9debd7b8545bd3379ed30.zip FreeBSD-ports-c648cde35d9f85cdfaf9debd7b8545bd3379ed30.tar.gz |
Add pymsgauth 2.0.0, a toolkit for dealing with qsecretary confirmation
notices.
PR: 41672
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Diffstat (limited to 'mail/pymsgauth')
-rw-r--r-- | mail/pymsgauth/Makefile | 43 | ||||
-rw-r--r-- | mail/pymsgauth/distinfo | 1 | ||||
-rw-r--r-- | mail/pymsgauth/pkg-comment | 1 | ||||
-rw-r--r-- | mail/pymsgauth/pkg-descr | 7 | ||||
-rw-r--r-- | mail/pymsgauth/pkg-message | 6 | ||||
-rw-r--r-- | mail/pymsgauth/pkg-plist | 14 |
6 files changed, 72 insertions, 0 deletions
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 <sergei@kolobov.com> +# +# $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 <bsd.port.mk> 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 |