aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-ll-core
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-06-24 14:28:28 +0800
committerahze <ahze@FreeBSD.org>2005-06-24 14:28:28 +0800
commitc009f40651d9200a1d4e7232b196c3e51cf75c5f (patch)
tree7f338de4c58ddbc26dba4b2f4b036508732c6a73 /devel/py-ll-core
parent38eaa5072bfcf38c3e2c459c37cdb9f3cd973cfc (diff)
downloadfreebsd-ports-gnome-c009f40651d9200a1d4e7232b196c3e51cf75c5f.tar.gz
freebsd-ports-gnome-c009f40651d9200a1d4e7232b196c3e51cf75c5f.tar.zst
freebsd-ports-gnome-c009f40651d9200a1d4e7232b196c3e51cf75c5f.zip
Add py-ll-core 0.3, utility functions and classes used by the other
LivingLogic packages. PR: ports/82578 Submitted by: Choe, Cheng-Dae
Diffstat (limited to 'devel/py-ll-core')
-rw-r--r--devel/py-ll-core/Makefile21
-rw-r--r--devel/py-ll-core/distinfo2
-rw-r--r--devel/py-ll-core/pkg-descr4
-rw-r--r--devel/py-ll-core/pkg-plist5
4 files changed, 32 insertions, 0 deletions
diff --git a/devel/py-ll-core/Makefile b/devel/py-ll-core/Makefile
new file mode 100644
index 000000000000..1a51e7de9e43
--- /dev/null
+++ b/devel/py-ll-core/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: ll-core
+# Date created: 2005-06-23
+# Whom: Choe, Cheng-Dae
+#
+# $FreeBSD$
+#
+
+PORTNAME= ll-core
+PORTVERSION= 0.3
+CATEGORIES= devel python
+MASTER_SITES= http://ftp.livinglogic.de/core/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= whitekid@gmail.com
+COMMENT= Utility functions and classes used by the other LivingLogic packages
+
+USE_PYTHON= 2.4+
+USE_PYDISTUTILS= yes
+USE_BZIP2= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-ll-core/distinfo b/devel/py-ll-core/distinfo
new file mode 100644
index 000000000000..a1b6318f4312
--- /dev/null
+++ b/devel/py-ll-core/distinfo
@@ -0,0 +1,2 @@
+MD5 (ll-core-0.3.tar.bz2) = a88d1a7f953afc5cb21b20caa9fcafdb
+SIZE (ll-core-0.3.tar.bz2) = 6072
diff --git a/devel/py-ll-core/pkg-descr b/devel/py-ll-core/pkg-descr
new file mode 100644
index 000000000000..f037e9330656
--- /dev/null
+++ b/devel/py-ll-core/pkg-descr
@@ -0,0 +1,4 @@
+This package contains various utility functions and classes used by the other
+LivingLogic sub-packages.
+
+WWW: http://www.livinglogic.de/Python/core/
diff --git a/devel/py-ll-core/pkg-plist b/devel/py-ll-core/pkg-plist
new file mode 100644
index 000000000000..82640adc7b1c
--- /dev/null
+++ b/devel/py-ll-core/pkg-plist
@@ -0,0 +1,5 @@
+@comment $FreeBSD$
+%%PYTHON_SITELIBDIR%%/ll/__init__.py
+%%PYTHON_SITELIBDIR%%/ll/__init__.pyc
+%%PYTHON_SITELIBDIR%%/ll/__init__.pyo
+@dirrm %%PYTHON_SITELIBDIR%%/ll