From owner-freebsd-ports Wed Aug 14 14:10:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C38BC37B400 for ; Wed, 14 Aug 2002 14:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 482F443E72 for ; Wed, 14 Aug 2002 14:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ELA2JU044731 for ; Wed, 14 Aug 2002 14:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ELA2UZ044730; Wed, 14 Aug 2002 14:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4FC137B400 for ; Wed, 14 Aug 2002 14:09:37 -0700 (PDT) Received: from outpost.lukarcos.com (outpost.lukarcos.com [195.239.240.132]) by mx1.FreeBSD.org (Postfix) with SMTP id EE42343E6E for ; Wed, 14 Aug 2002 14:09:35 -0700 (PDT) (envelope-from sgk@outpost.globcon.net) Received: (qmail 52477 invoked by uid 911); 14 Aug 2002 21:09:37 -0000 Message-Id: <20020814210937.52476.qmail@outpost.globcon.net> Date: 14 Aug 2002 21:09:37 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org Cc: sgk@outpost.globcon.net X-Send-Pr-Version: 3.113 Subject: ports/41672: New port: mail/pymsgauth Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41672 >Category: ports >Synopsis: New port: mail/pymsgauth >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 14 14:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 1 02:44:26 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386 >Description: pymsgauth is a toolkit for automatically and securely dealing with qsecretary confirmation notices. qsecretary protects mailing lists from spam by requiring sender to confirm each post. pymsgauth allows to generate such confirmations automatically - i.e. inconveniencing the user. pymsgauth is written in Python, and licensed under the GPL. >How-To-Repeat: shar included. >Fix: Note: the name of this software package, as used in the file names and in the documentation is pymsgauth and thus should NOT be changed to py-msgauth (although that would be more in line with FreeBSD Ports Collection traditions). --- pymsgauth.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pymsgauth/Makefile # pymsgauth/distinfo # pymsgauth/pkg-comment # pymsgauth/pkg-descr # pymsgauth/pkg-message # pymsgauth/pkg-plist # echo x - pymsgauth/Makefile sed 's/^X//' >pymsgauth/Makefile << 'END-of-pymsgauth/Makefile' X# New ports collection makefile for: pymsgauth X# Date created: 12 Aug 2002 X# Whom: Sergei Kolobov X# X# $FreeBSD$ X# X XPORTNAME= pymsgauth XPORTVERSION= 2.0.0 XCATEGORIES= mail python XMASTER_SITES= http://www.qcc.ca/~charlesc/software/pymsgauth/ X XMAINTAINER= sergei@kolobov.com X XUSE_PYTHON= yes XUSE_REINPLACE= yes X XNO_BUILD= yes X XDOCS= BUGS CHANGELOG COPYING pymsgauth.txt pymsgauth.html X Xpost-patch: X ${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \ X ${WRKSRC}/pymsgauth-* X ${RM} ${WRKSRC}/pymsgauth-*.bak X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/pymsgauth-* ${PYTHON_SITELIBDIR} X ${LN} -sf ${PYTHON_SITELIBDIR}/pymsgauth-* ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/*.py ${PYTHON_SITELIBDIR} X X.if !defined(NOPORTDOCS) X ${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/pymsgauthrc-example ${EXAMPLESDIR} X X ${MKDIR} ${DOCSDIR} X.for f in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X.endfor X.endif X X @${CAT} ${PKGMESSAGE} | ${SED} -e 's,__EXAMPLES__,${EXAMPLESDIR},' X.include END-of-pymsgauth/Makefile echo x - pymsgauth/distinfo sed 's/^X//' >pymsgauth/distinfo << 'END-of-pymsgauth/distinfo' XMD5 (pymsgauth-2.0.0.tar.gz) = d4fb57bba78c4a902548c8be030f354d END-of-pymsgauth/distinfo echo x - pymsgauth/pkg-comment sed 's/^X//' >pymsgauth/pkg-comment << 'END-of-pymsgauth/pkg-comment' XA toolkit for dealing with qsecretary confirmation notices END-of-pymsgauth/pkg-comment echo x - pymsgauth/pkg-descr sed 's/^X//' >pymsgauth/pkg-descr << 'END-of-pymsgauth/pkg-descr' Xpymsgauth is a toolkit for automatically and securely dealing with qsecretary Xconfirmation notices. X Xpymsgauth is written in Python, and licensed under the GNU General Public XLicense version 2. X XWWW: http://www.qcc.ca/~charlesc/software/pymsgauth/pymsgauth.html END-of-pymsgauth/pkg-descr echo x - pymsgauth/pkg-message sed 's/^X//' >pymsgauth/pkg-message << 'END-of-pymsgauth/pkg-message' X********************************************************************** XAfter the installation: X- create ~/.pymsgauth directory; X- copy __EXAMPLES__/pymsgauthrc-example to X ~/.pymsgauth/pymsgauthrc and edit the config file to fit your needs. X********************************************************************** END-of-pymsgauth/pkg-message echo x - pymsgauth/pkg-plist sed 's/^X//' >pymsgauth/pkg-plist << 'END-of-pymsgauth/pkg-plist' Xbin/pymsgauth-clean Xbin/pymsgauth-confirm Xbin/pymsgauth-mail Xshare/doc/pymsgauth/BUGS Xshare/doc/pymsgauth/CHANGELOG Xshare/doc/pymsgauth/COPYING Xshare/doc/pymsgauth/pymsgauth.html Xshare/doc/pymsgauth/pymsgauth.txt Xshare/examples/pymsgauth/pymsgauthrc-example X%%PYTHON_SITELIBDIR%%/ConfParser.py X%%PYTHON_SITELIBDIR%%/pymsgauth-mail X%%PYTHON_SITELIBDIR%%/pymsgauth.py X%%PYTHON_SITELIBDIR%%/pymsgauth-clean X%%PYTHON_SITELIBDIR%%/pymsgauth-confirm END-of-pymsgauth/pkg-plist exit --- pymsgauth.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message