Date: Thu, 26 Feb 2009 11:40:16 +0100 From: "Benoit C." <benoit@litchis.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jadawin@FreeBSD.org Subject: ports/132121: New port: devel/py-pytemplate Small project intending to give python developpers a starting framework Message-ID: <20090226104004.D90BE80AE11@lucile.litchis.org> Resent-Message-ID: <200902261050.n1QAo1Zj032016@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132121 >Category: ports >Synopsis: New port: devel/py-pytemplate Small project intending to give python developpers a starting framework >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 26 10:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Benoit Calvez >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD faith.lan.litchis.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Fri Jan 23 11:28:49 CET 2009 root@faith.lan.litchis.org:/usr/obj/usr/src/sys/FAITH amd64 >Description: Pytemplate is a small project intending to give python developpers a starting framework. It permits to create properly scripts without struggling with configuration files, logging properties development. They are already available through a main class that the new script will inherit. >How-To-Repeat: >Fix: --- pytemplate.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: # # . # ./pkg-plist # ./Makefile # ./distinfo # ./pkg-descr # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'ef3e7f63841ae908ba397c2bef1fbad6' X%%PYTHON_SITELIBDIR%%/pytemplate.py X%%PYTHON_SITELIBDIR%%/pytemplate.pyc X%%PYTHON_SITELIBDIR%%/pytemplate.pyo X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/daemonexample.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/threadexample.py X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% ef3e7f63841ae908ba397c2bef1fbad6 echo x - ./Makefile sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19' X# New ports collection makefile for: pytemplate X# Date created: 2009-02-24 X# Whom: Benoit Calvez <benoit@litchis.org> X# X# $FreeBSD$ X XPORTNAME= pytemplate XPORTVERSION= 1.5.1 XCATEGORIES= devel python XMASTER_SITES= http://www.bulot.org/downloads/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= benoit@litchis.org XCOMMENT= Pytemplate gives python developpers a starting framework X XBUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_PYTHON= 2.4+ XUSE_PYDISTUTILS= yes X XEXAMPLESDIR= ${PREFIX}/share/examples/py-pytemplate X XEXAMPLES= daemonexample.py example.py threadexample.py X Xpost-install: X.if !defined(NOPORTEXAMPLES) X @${MKDIR} ${EXAMPLESDIR} X.for f in ${EXAMPLES} X @${INSTALL_DATA} ${WRKSRC}/${f} ${EXAMPLESDIR} X.endfor X.endif X X.include <bsd.port.mk> 464ef7c6571951809b23e262cbe26e19 echo x - ./distinfo sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2' XMD5 (pytemplate-1.5.1.tar.gz) = 61190e02d87e95f78a3d115ea191e6ae XSHA256 (pytemplate-1.5.1.tar.gz) = fc43424db195b667a85bae132bf66e67c416f327c1a6c2c0aa66f9a9345a9bc5 XSIZE (pytemplate-1.5.1.tar.gz) = 17926 aec8793adfd5b7c3f00e62ae41a09ac2 echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5' XPytemplate is a small project intending to give python developpers a starting Xframework. It permits to create properly scripts without struggling with Xconfiguration files, logging properties development. They are already available Xthrough a main class that the new script will inherit. X XWWW: http://bulot.org/wiki/doku.php?id=projects:python:pytemplate 0e313719ff012ceaf97a028d51caa8f5 exit --- pytemplate.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090226104004.D90BE80AE11>