Date: Sun, 24 Feb 2008 15:36:31 +0800 (CST) From: "Thinker K.F. Li" <thinker@branda.to> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/121046: [NEW PORT] devel/pythk: A collection of Python functions Message-ID: <200802240736.m1O7aVsA014076@cowboy.branda.to> Resent-Message-ID: <200802240800.m1O805Ag001618@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121046 >Category: ports >Synopsis: [NEW PORT] devel/pythk: A collection of Python functions >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 08:00:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Thinker K.F. Li >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD cowboy.branda.to 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Wed Dec 19 19:53:07 CST 2007 >Description: pythk is a collection of functions for Python. It is used by sqlcc. WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/sqlcc Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py25-pythk-0.2.0.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: # # pythk # pythk/Makefile # pythk/distinfo # pythk/pkg-descr # pythk/pkg-plist # echo c - pythk mkdir -p pythk > /dev/null 2>&1 echo x - pythk/Makefile sed 's/^X//' >pythk/Makefile << 'END-of-pythk/Makefile' X# New ports collection makefile for: pythk X# Date created: 2007-03-27 X# Whom: Thinker K.F. Li <thinker@branda.to> X# X# $FreeBSD: ports/devel/pythk/Makefile,v 1.1 2007/03/27 15:44:47 miwi Exp $ X# X XPORTNAME= pythk XPORTVERSION= 0.2.0 XCATEGORIES= devel XMASTER_SITES= http://master.branda.to/downloads/pythk/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= thinker@branda.to XCOMMENT= A collection of Python functions X XUSE_PYTHON= yes XUSE_PYDISTUTILS=yes X X.include <bsd.port.mk> END-of-pythk/Makefile echo x - pythk/distinfo sed 's/^X//' >pythk/distinfo << 'END-of-pythk/distinfo' XMD5 (pythk-0.2.0.tar.gz) = 6c46eb852996b112d9c80481b9e4cab9 XSHA256 (pythk-0.2.0.tar.gz) = 7063606f3a342eb1430c2b5e8dafd0514fca9257e80392d034a6dc2444b7cc97 XSIZE (pythk-0.2.0.tar.gz) = 4400 END-of-pythk/distinfo echo x - pythk/pkg-descr sed 's/^X//' >pythk/pkg-descr << 'END-of-pythk/pkg-descr' Xpythk is a collection of functions for Python. It is used by sqlcc. X XWWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/sqlcc END-of-pythk/pkg-descr echo x - pythk/pkg-plist sed 's/^X//' >pythk/pkg-plist << 'END-of-pythk/pkg-plist' X@comment $FreeBSD: ports/devel/pythk/pkg-plist,v 1.2 2007/03/29 21:07:59 pav Exp $ X%%PYTHON_SITELIBDIR%%/pythk/__init__.py X%%PYTHON_SITELIBDIR%%/pythk/__init__.pyc X%%PYTHON_SITELIBDIR%%/pythk/__init__.pyo X%%PYTHON_SITELIBDIR%%/pythk/conveniences.py X%%PYTHON_SITELIBDIR%%/pythk/conveniences.pyc X%%PYTHON_SITELIBDIR%%/pythk/conveniences.pyo X%%PYTHON_SITELIBDIR%%/pythk/decorators.py X%%PYTHON_SITELIBDIR%%/pythk/decorators.pyc X%%PYTHON_SITELIBDIR%%/pythk/decorators.pyo X%%PYTHON_SITELIBDIR%%/pythk/fileop.py X%%PYTHON_SITELIBDIR%%/pythk/fileop.pyc X%%PYTHON_SITELIBDIR%%/pythk/fileop.pyo X%%PYTHON_SITELIBDIR%%/pythk/iters.py X%%PYTHON_SITELIBDIR%%/pythk/iters.pyc X%%PYTHON_SITELIBDIR%%/pythk/iters.pyo X%%PYTHON_SITELIBDIR%%/pythk/svg2js.py X%%PYTHON_SITELIBDIR%%/pythk/svg2js.pyc X%%PYTHON_SITELIBDIR%%/pythk/svg2js.pyo X%%PYTHON_SITELIBDIR%%/pythk/tourist.py X%%PYTHON_SITELIBDIR%%/pythk/tourist.pyc X%%PYTHON_SITELIBDIR%%/pythk/tourist.pyo X%%PYTHON_SITELIBDIR%%/pythk/types.py X%%PYTHON_SITELIBDIR%%/pythk/types.pyc X%%PYTHON_SITELIBDIR%%/pythk/types.pyo X%%PYTHON_SITELIBDIR%%/pythk/xhtml2js.py X%%PYTHON_SITELIBDIR%%/pythk/xhtml2js.pyc X%%PYTHON_SITELIBDIR%%/pythk/xhtml2js.pyo X@dirrmtry %%PYTHON_SITELIBDIR%%/pythk END-of-pythk/pkg-plist exit --- py25-pythk-0.2.0.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?200802240736.m1O7aVsA014076>