diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-10-07 15:10:24 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-10-07 15:10:24 +0000 |
commit | c74175c3c8062d3d17c466aeafe1b97600b903be (patch) | |
tree | 8297050f2e6667a6ae918a643c065e7c727d8252 | |
parent | 5e5122ed1f1af5c42e518d5d939ad8ebc30cb2a6 (diff) | |
download | ports-c74175c3c8062d3d17c466aeafe1b97600b903be.tar.gz ports-c74175c3c8062d3d17c466aeafe1b97600b903be.zip |
Notes
-rw-r--r-- | mail/Makefile | 1 | ||||
-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 |
7 files changed, 73 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index ea6dd9a16b39..3bf16a9f5e15 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -198,6 +198,7 @@ SUBDIR += pronto SUBDIR += py-milter SUBDIR += pygmy + SUBDIR += pymsgauth SUBDIR += pyzor SUBDIR += qmHandle SUBDIR += qmail diff --git a/mail/pymsgauth/Makefile b/mail/pymsgauth/Makefile new file mode 100644 index 000000000000..2dfc54983fb7 --- /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 000000000000..372dfae035e1 --- /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 000000000000..af2721b84b2a --- /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 000000000000..dc596411087e --- /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 000000000000..bff388880b15 --- /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 000000000000..6a78fca7481a --- /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 |