From 717767744240418ce63384943d68d2268872e2b3 Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 18 Apr 2005 15:59:37 +0000 Subject: Initial import of pymsgauth 2.1.0, a toolkit for automatically and securely dealing with qsecretary confirmation notices. --- mail/pymsgauth/DEINSTALL | 10 ++++++++++ mail/pymsgauth/DESCR | 2 ++ mail/pymsgauth/INSTALL | 12 ++++++++++++ mail/pymsgauth/Makefile | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ mail/pymsgauth/PLIST | 16 ++++++++++++++++ mail/pymsgauth/distinfo | 5 +++++ 6 files changed, 95 insertions(+) create mode 100644 mail/pymsgauth/DEINSTALL create mode 100644 mail/pymsgauth/DESCR create mode 100644 mail/pymsgauth/INSTALL create mode 100644 mail/pymsgauth/Makefile create mode 100644 mail/pymsgauth/PLIST create mode 100644 mail/pymsgauth/distinfo (limited to 'mail/pymsgauth') diff --git a/mail/pymsgauth/DEINSTALL b/mail/pymsgauth/DEINSTALL new file mode 100644 index 00000000000..6d0e7a06e93 --- /dev/null +++ b/mail/pymsgauth/DEINSTALL @@ -0,0 +1,10 @@ +# $NetBSD: DEINSTALL,v 1.1.1.1 2005/04/18 15:59:38 schmonz Exp $ + +case ${STAGE} in + +POST-DEINSTALL) + + ${RM} ${PREFIX}/bin/pymsgauth-* + ;; + +esac diff --git a/mail/pymsgauth/DESCR b/mail/pymsgauth/DESCR new file mode 100644 index 00000000000..ffe6b84a9ea --- /dev/null +++ b/mail/pymsgauth/DESCR @@ -0,0 +1,2 @@ +A toolkit for automatically and securely dealing with qsecretary +confirmation notices. diff --git a/mail/pymsgauth/INSTALL b/mail/pymsgauth/INSTALL new file mode 100644 index 00000000000..11924acaa5e --- /dev/null +++ b/mail/pymsgauth/INSTALL @@ -0,0 +1,12 @@ +# $NetBSD: INSTALL,v 1.1.1.1 2005/04/18 15:59:38 schmonz Exp $ + +SHAREDIR=@SHAREDIR@ + +case ${STAGE} in + +POST-INSTALL) + cd ${PREFIX}/bin + ${LN} -s ../${SHAREDIR}/pymsgauth-* ./ + ;; + +esac diff --git a/mail/pymsgauth/Makefile b/mail/pymsgauth/Makefile new file mode 100644 index 00000000000..b0cddeb64ac --- /dev/null +++ b/mail/pymsgauth/Makefile @@ -0,0 +1,50 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/04/18 15:59:37 schmonz Exp $ +# + +DISTNAME= pymsgauth-2.1.0 +CATEGORIES= mail +MASTER_SITES= ${HOMEPAGE} + +MAINTAINER= schmonz@NetBSD.org +HOMEPAGE= http://pyropus.ca/software/pymsgauth/ +COMMENT= Automatically process qsecretary confirmation requests + +PYMSGAUTH_PROGRAMS= pymsgauth-* +DOCS= BUGS CHANGELOG COPYING pymsgauth.txt +HTMLDOCS= pymsgauth.html +EXAMPLES= pymsgauthrc-example + +SHAREDIR= share/pymsgauth +DOCDIR= share/doc/pymsgauth +HTMLDOCDIR= share/doc/html/pymsgauth +EGDIR= share/examples/pymsgauth + +NO_BUILD= # defined +PYTHON_PATCH_SCRIPTS= ${PYMSGAUTH_PROGRAMS} *.py + +USE_PKGINSTALL= yes +INSTALL_EXTRA_TMPL+= ${PKGDIR}/INSTALL +DEINSTALL_EXTRA_TMPL+= ${PKGDIR}/DEINSTALL +FILES_SUBST+= SHAREDIR=${SHAREDIR} + +INSTALLATION_DIRS= ${SHAREDIR} ${DOCDIR} ${HTMLDOCDIR} ${EGDIR} bin + +do-install: + for f in ${PYTHON_PATCH_SCRIPTS}; do \ + ${INSTALL_SCRIPT} ${WRKSRC}/$${f} ${PREFIX}/${SHAREDIR}; \ + done + + for f in ${DOCS}; do \ + ${INSTALL_DATA} ${WRKSRC}/$${f} ${PREFIX}/${DOCDIR}; \ + done + + for f in ${HTMLDOCS}; do \ + ${INSTALL_DATA} ${WRKSRC}/$${f} ${PREFIX}/${HTMLDOCDIR}; \ + done + + for f in ${EXAMPLES}; do \ + ${INSTALL_DATA} ${WRKSRC}/$${f} ${PREFIX}/${EGDIR}; \ + done + +.include "../../lang/python/application.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/pymsgauth/PLIST b/mail/pymsgauth/PLIST new file mode 100644 index 00000000000..6a9a71a1d49 --- /dev/null +++ b/mail/pymsgauth/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/18 15:59:38 schmonz Exp $ +share/doc/html/pymsgauth/pymsgauth.html +share/doc/pymsgauth/BUGS +share/doc/pymsgauth/CHANGELOG +share/doc/pymsgauth/COPYING +share/doc/pymsgauth/pymsgauth.txt +share/examples/pymsgauth/pymsgauthrc-example +share/pymsgauth/ConfParser.py +share/pymsgauth/pymsgauth-clean +share/pymsgauth/pymsgauth-confirm +share/pymsgauth/pymsgauth-mail +share/pymsgauth/pymsgauth.py +@dirrm share/pymsgauth +@dirrm share/examples/pymsgauth +@dirrm share/doc/pymsgauth +@dirrm share/doc/html/pymsgauth diff --git a/mail/pymsgauth/distinfo b/mail/pymsgauth/distinfo new file mode 100644 index 00000000000..a4c353f8e17 --- /dev/null +++ b/mail/pymsgauth/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/04/18 15:59:38 schmonz Exp $ + +SHA1 (pymsgauth-2.1.0.tar.gz) = fe6c60022529ce2444db3423f84d44e457ae61bb +RMD160 (pymsgauth-2.1.0.tar.gz) = 0a5d7d6be65d9623647a3dfe014cb89a2c213183 +Size (pymsgauth-2.1.0.tar.gz) = 17915 bytes -- cgit v1.2.3