diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-27 15:44:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-27 15:44:47 +0000 |
commit | 70b8577fa36d4bf241fc834e60c6940e21ee2c8a (patch) | |
tree | 2c3f4b6689d6cb05875aab909ecc2a41fad4ea94 /devel/pythk | |
parent | 52d9ae65db41023ad44bd66e627bb97edae1dc5a (diff) |
Notes
Diffstat (limited to 'devel/pythk')
-rw-r--r-- | devel/pythk/Makefile | 20 | ||||
-rw-r--r-- | devel/pythk/distinfo | 3 | ||||
-rw-r--r-- | devel/pythk/pkg-descr | 3 | ||||
-rw-r--r-- | devel/pythk/pkg-plist | 20 |
4 files changed, 46 insertions, 0 deletions
diff --git a/devel/pythk/Makefile b/devel/pythk/Makefile new file mode 100644 index 000000000000..53cae32b7700 --- /dev/null +++ b/devel/pythk/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: pythk +# Date created: 2007-03-27 +# Whom: Thinker K.F. Li <thinker@branda.to> +# +# $FreeBSD$ +# + +PORTNAME= pythk +PORTVERSION= 0.1.1 +CATEGORIES= devel +MASTER_SITES= http://master.branda.to/downloads/pythk/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= thinker@branda.to +COMMENT= A collection of Python functions + +USE_PYTHON= yes +USE_PYDISTUTILS=yes + +.include <bsd.port.mk> diff --git a/devel/pythk/distinfo b/devel/pythk/distinfo new file mode 100644 index 000000000000..a75da2e28dc5 --- /dev/null +++ b/devel/pythk/distinfo @@ -0,0 +1,3 @@ +MD5 (pythk-0.1.1.tar.gz) = 260de6c1f6566dc817ee2d26e7b5ff74 +SHA256 (pythk-0.1.1.tar.gz) = 5a211407d2be1754c7bb671b6375e2f11a19c4b68c82f95a37bcd0f2e51b91ca +SIZE (pythk-0.1.1.tar.gz) = 3557 diff --git a/devel/pythk/pkg-descr b/devel/pythk/pkg-descr new file mode 100644 index 000000000000..ac5010f4e51b --- /dev/null +++ b/devel/pythk/pkg-descr @@ -0,0 +1,3 @@ +pythk is a collection of functions for Python. It is used by sqlcc. + +WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/sqlcc diff --git a/devel/pythk/pkg-plist b/devel/pythk/pkg-plist new file mode 100644 index 000000000000..0ade5e5a947e --- /dev/null +++ b/devel/pythk/pkg-plist @@ -0,0 +1,20 @@ +@comment $FreeBSD$ +lib/python2.4/site-packages/pythk/__init__.py +lib/python2.4/site-packages/pythk/conveniences.py +lib/python2.4/site-packages/pythk/svg2js.py +lib/python2.4/site-packages/pythk/tourist.py +lib/python2.4/site-packages/pythk/types.py +lib/python2.4/site-packages/pythk/xhtml2js.py +lib/python2.4/site-packages/pythk/__init__.pyc +lib/python2.4/site-packages/pythk/conveniences.pyc +lib/python2.4/site-packages/pythk/svg2js.pyc +lib/python2.4/site-packages/pythk/tourist.pyc +lib/python2.4/site-packages/pythk/types.pyc +lib/python2.4/site-packages/pythk/xhtml2js.pyc +lib/python2.4/site-packages/pythk/__init__.pyo +lib/python2.4/site-packages/pythk/conveniences.pyo +lib/python2.4/site-packages/pythk/svg2js.pyo +lib/python2.4/site-packages/pythk/tourist.pyo +lib/python2.4/site-packages/pythk/types.pyo +lib/python2.4/site-packages/pythk/xhtml2js.pyo +@dirrmtry lib/python2.4/site-packages/pythk |