summaryrefslogtreecommitdiff
path: root/mail/pymsgauth
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2002-10-07 15:10:24 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2002-10-07 15:10:24 +0000
commitc74175c3c8062d3d17c466aeafe1b97600b903be (patch)
tree8297050f2e6667a6ae918a643c065e7c727d8252 /mail/pymsgauth
parentUpdate to 1.0RC5.2. (diff)
Add pymsgauth 2.0.0, a toolkit for dealing with qsecretary confirmation
notices. PR: 41672 Submitted by: Sergei Kolobov <sergei@kolobov.com>
Notes
Notes: svn path=/head/; revision=67562
Diffstat (limited to 'mail/pymsgauth')
-rw-r--r--mail/pymsgauth/Makefile43
-rw-r--r--mail/pymsgauth/distinfo1
-rw-r--r--mail/pymsgauth/pkg-comment1
-rw-r--r--mail/pymsgauth/pkg-descr7
-rw-r--r--mail/pymsgauth/pkg-message6
-rw-r--r--mail/pymsgauth/pkg-plist14
6 files changed, 72 insertions, 0 deletions
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