summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-27 15:44:47 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-27 15:44:47 +0000
commit70b8577fa36d4bf241fc834e60c6940e21ee2c8a (patch)
tree2c3f4b6689d6cb05875aab909ecc2a41fad4ea94
parentAdd an explicit dependency on gtk20 to get GTK2_VERSION defined (diff)
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>
Notes
Notes: svn path=/head/; revision=188558
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pythk/Makefile20
-rw-r--r--devel/pythk/distinfo3
-rw-r--r--devel/pythk/pkg-descr3
-rw-r--r--devel/pythk/pkg-plist20
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