Date: Sat, 18 Mar 2006 12:21:58 -0800 (PST) From: Daniel <daniel@netwalk.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/94657: new port Message-ID: <20060318202159.1243988E4@nero.netwalk.org> Resent-Message-ID: <200603182030.k2IKU9aB006063@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94657 >Category: ports >Synopsis: new port >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 18 20:30:08 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Daniel <daniel@netwalk.org> >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD nero.netwalk.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Fri Nov 4 17:55:08 PST 2005 debonair@nero.netwalk.org:/usr/obj/usr/src/sys/NERO i386 >Description: New port: devel/pythonutils general utility modules that simplify common programming tasks in Python. >How-To-Repeat: >Fix: # 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: # # py-utils # py-utils/Makefile # py-utils/distinfo # py-utils/pkg-plist # py-utils/pkg-descr # echo c - py-utils mkdir -p py-utils > /dev/null 2>&1 echo x - py-utils/Makefile sed 's/^X//' >py-utils/Makefile << 'END-of-py-utils/Makefile' X# New ports collection makefile for: sabnzbd X# Date created: 16 March 2006 X# Whom: Daniel Bretoi X# X# $FreeBSD$ X# X XPORTNAME= pythonutils XPORTVERSION= 0.2.5 XCATEGORIES= devel X#MASTER_SITES= http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=/:source1 XMASTER_SITES= http://www.voidspace.org.uk/cgi-bin/voidspace/:source1 XDISTFILES= downman.py?file=${PKGNAME}${EXTRACT_SUFX}:source1 X XMAINTAINER= daniel@netwalk.org XCOMMENT= general utility modules that simplify common programming tasks in Python. X XUSE_PYTHON= 2.2+ XUSE_PYDISTUTILS= yes XUSE_ZIP= yes X Xpost-install: X.if !defined(NOPOTDOCS) X ${MKDIR} ${DOCSDIR} X ${CP} -R ${WRKSRC}/docs/ ${DOCSDIR} X.endif X X.include <bsd.port.mk> END-of-py-utils/Makefile echo x - py-utils/distinfo sed 's/^X//' >py-utils/distinfo << 'END-of-py-utils/distinfo' XMD5 (downman.py?file=pythonutils-0.2.5.zip) = 9193f93635e0272a22e651b09d4e278a XSHA256 (downman.py?file=pythonutils-0.2.5.zip) = 634fb79e2d9c60a5fe9612900cf1e7dae4864c5197f3b436530aa31e770b6778 XSIZE (downman.py?file=pythonutils-0.2.5.zip) = 293531 END-of-py-utils/distinfo echo x - py-utils/pkg-plist sed 's/^X//' >py-utils/pkg-plist << 'END-of-py-utils/pkg-plist' X%%PYTHON_SITELIBDIR%%/pythonutils/__init__.py X%%PYTHON_SITELIBDIR%%/pythonutils/__init__.pyc X%%PYTHON_SITELIBDIR%%/pythonutils/__init__.pyo X%%PYTHON_SITELIBDIR%%/pythonutils/cgiutils.py X%%PYTHON_SITELIBDIR%%/pythonutils/cgiutils.pyc X%%PYTHON_SITELIBDIR%%/pythonutils/cgiutils.pyo X%%PYTHON_SITELIBDIR%%/pythonutils/configobj.py X%%PYTHON_SITELIBDIR%%/pythonutils/configobj.pyc X%%PYTHON_SITELIBDIR%%/pythonutils/configobj.pyo X%%PYTHON_SITELIBDIR%%/pythonutils/listquote.py X%%PYTHON_SITELIBDIR%%/pythonutils/listquote.pyc X%%PYTHON_SITELIBDIR%%/pythonutils/listquote.pyo X%%PYTHON_SITELIBDIR%%/pythonutils/odict.py X%%PYTHON_SITELIBDIR%%/pythonutils/odict.pyc X%%PYTHON_SITELIBDIR%%/pythonutils/odict.pyo X%%PYTHON_SITELIBDIR%%/pythonutils/pathutils.py X%%PYTHON_SITELIBDIR%%/pythonutils/pathutils.pyc X%%PYTHON_SITELIBDIR%%/pythonutils/pathutils.pyo X%%PYTHON_SITELIBDIR%%/pythonutils/standout.py X%%PYTHON_SITELIBDIR%%/pythonutils/standout.pyc X%%PYTHON_SITELIBDIR%%/pythonutils/standout.pyo X%%PYTHON_SITELIBDIR%%/pythonutils/urlpath.py X%%PYTHON_SITELIBDIR%%/pythonutils/urlpath.pyc X%%PYTHON_SITELIBDIR%%/pythonutils/urlpath.pyo X%%PYTHON_SITELIBDIR%%/pythonutils/validate.py X%%PYTHON_SITELIBDIR%%/pythonutils/validate.pyc X%%PYTHON_SITELIBDIR%%/pythonutils/validate.pyo X%%PYTHON_SITELIBDIR%%/pythonutils.pth X%%PORTDOCS%%%%DOCSDIR%%/BSD-LICENSE.html X%%PORTDOCS%%%%DOCSDIR%%/BSD-LICENSE.txt X%%PORTDOCS%%%%DOCSDIR%%/cgiutils.html X%%PORTDOCS%%%%DOCSDIR%%/cgiutils.txt X%%PORTDOCS%%%%DOCSDIR%%/configobj.html X%%PORTDOCS%%%%DOCSDIR%%/configobj.txt X%%PORTDOCS%%%%DOCSDIR%%/images/osi-certified-120x100.gif X%%PORTDOCS%%%%DOCSDIR%%/images/powered_by_python.jpg X%%PORTDOCS%%%%DOCSDIR%%/images/PythonPowered.png X%%PORTDOCS%%%%DOCSDIR%%/listquote.html X%%PORTDOCS%%%%DOCSDIR%%/listquote.txt X%%PORTDOCS%%%%DOCSDIR%%/odict.html X%%PORTDOCS%%%%DOCSDIR%%/odict.txt X%%PORTDOCS%%%%DOCSDIR%%/pathutils.html X%%PORTDOCS%%%%DOCSDIR%%/pathutils.txt X%%PORTDOCS%%%%DOCSDIR%%/pythonutils.html X%%PORTDOCS%%%%DOCSDIR%%/pythonutils.txt X%%PORTDOCS%%%%DOCSDIR%%/smilies/biggrin.gif X%%PORTDOCS%%%%DOCSDIR%%/smilies/cool.gif X%%PORTDOCS%%%%DOCSDIR%%/smilies/exclaim.gif X%%PORTDOCS%%%%DOCSDIR%%/smilies/sad.gif X%%PORTDOCS%%%%DOCSDIR%%/smilies/smile.gif X%%PORTDOCS%%%%DOCSDIR%%/smilies/wink.gif X%%PORTDOCS%%%%DOCSDIR%%/standout.html X%%PORTDOCS%%%%DOCSDIR%%/standout.txt X%%PORTDOCS%%%%DOCSDIR%%/stylesheets/default.css X%%PORTDOCS%%%%DOCSDIR%%/stylesheets/pysrc.css X%%PORTDOCS%%%%DOCSDIR%%/stylesheets/voidspace_docutils.css X%%PORTDOCS%%%%DOCSDIR%%/urlpath.html X%%PORTDOCS%%%%DOCSDIR%%/urlpath.txt X%%PORTDOCS%%%%DOCSDIR%%/validate.html X%%PORTDOCS%%%%DOCSDIR%%/validate.txt X@dirrm %%PORTDOCS%%%%DOCSDIR%%/smilies X@dirrm %%PORTDOCS%%%%DOCSDIR%%/stylesheets X@dirrm %%PORTDOCS%%%%DOCSDIR%%/images X@dirrm %%PORTDOCS%%%%DOCSDIR%%/ X@dirrm %%PYTHON_SITELIBDIR%%/pythonutils END-of-py-utils/pkg-plist echo x - py-utils/pkg-descr sed 's/^X//' >py-utils/pkg-descr << 'END-of-py-utils/pkg-descr' XThe Voidspace Pythonutils package is a simple way of installing the Voidspace collection of modules [2]. These are currently : X ConfigObj 4.1.0 - Easy config file reading/writing X validate 0.2.1 - Validation and type conversion system X listquote 1.4.0 - String to list conversion X StandOut 2.1.0 - Simple logging and output control object X pathutils 0.2.4 - For working with paths and files X cgiutils 0.3.5 - CGI helpers X urlpath 0.1.0 - Functions for handling URLs X odict 0.2.1 - Ordered Dictionary Class X XSeveral of the Voidspace Projects depend on these modules. They are also useful in their own right of course. They are primarily general utility modules that simplify common programming tasks in Python. X XWWW: http://www.voidspace.org.uk/python/pythonutils.html END-of-py-utils/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060318202159.1243988E4>