pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/pymsgauth Initial import of pymsgauth 2.1.0, a to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfdb8d17d093
branches:  trunk
changeset: 492694:bfdb8d17d093
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Apr 18 15:59:37 2005 +0000

description:
Initial import of pymsgauth 2.1.0, a toolkit for automatically and
securely dealing with qsecretary confirmation notices.

diffstat:

 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(+), 0 deletions(-)

diffs (119 lines):

diff -r 312b1cb5e1ba -r bfdb8d17d093 mail/pymsgauth/DEINSTALL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pymsgauth/DEINSTALL  Mon Apr 18 15:59:37 2005 +0000
@@ -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 -r 312b1cb5e1ba -r bfdb8d17d093 mail/pymsgauth/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pymsgauth/DESCR      Mon Apr 18 15:59:37 2005 +0000
@@ -0,0 +1,2 @@
+A toolkit for automatically and securely dealing with qsecretary
+confirmation notices.
diff -r 312b1cb5e1ba -r bfdb8d17d093 mail/pymsgauth/INSTALL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pymsgauth/INSTALL    Mon Apr 18 15:59:37 2005 +0000
@@ -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 -r 312b1cb5e1ba -r bfdb8d17d093 mail/pymsgauth/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pymsgauth/Makefile   Mon Apr 18 15:59:37 2005 +0000
@@ -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@localhost
+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 -r 312b1cb5e1ba -r bfdb8d17d093 mail/pymsgauth/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pymsgauth/PLIST      Mon Apr 18 15:59:37 2005 +0000
@@ -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 -r 312b1cb5e1ba -r bfdb8d17d093 mail/pymsgauth/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pymsgauth/distinfo   Mon Apr 18 15:59:37 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index