diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-27 23:44:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-27 23:44:47 +0800 |
commit | 9cf372f5c488299f1ff5345a236f8c48f8cb9e75 (patch) | |
tree | 77a730cd49438466dc1852bbb90756afea38d86e /devel | |
parent | a2b91f6978584fad7aba83251dbb60e4a4cbbe60 (diff) | |
download | freebsd-ports-gnome-9cf372f5c488299f1ff5345a236f8c48f8cb9e75.tar.gz freebsd-ports-gnome-9cf372f5c488299f1ff5345a236f8c48f8cb9e75.tar.zst freebsd-ports-gnome-9cf372f5c488299f1ff5345a236f8c48f8cb9e75.zip |
pythk is a collection of functions for Python.
WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/sqlcc
PR: ports/110926
Submitted by: Thinker K.F. Li <thinker at branda.to>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-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 |
5 files changed, 47 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0ac18c0fefe6..0edd2a041e94 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1893,6 +1893,7 @@ SUBDIR += pymacs SUBDIR += pypersrc SUBDIR += pyrex + SUBDIR += pythk SUBDIR += pythontidy SUBDIR += qca SUBDIR += qextmdi 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 |