summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-05-16 16:24:56 +0000
committerijliao <ijliao@FreeBSD.org>2002-05-16 16:24:56 +0000
commit94b3ca361c94253a9ba6a2204ed4ec501debcb58 (patch)
treed3a5033d2dbedb0960b4869038e1ab341b2ba65d /databases
parenta1f40fcbc9a3d5d7458766ed6f30e3751c33c277 (diff)
downloadFreeBSD-ports-94b3ca361c94253a9ba6a2204ed4ec501debcb58.zip
FreeBSD-ports-94b3ca361c94253a9ba6a2204ed4ec501debcb58.tar.gz
add py-oops 0.9.1
Object Oriented Database Library For Persistent Storage in Python
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/py-oops/Makefile21
-rw-r--r--databases/py-oops/distinfo1
-rw-r--r--databases/py-oops/pkg-comment1
-rw-r--r--databases/py-oops/pkg-descr3
-rw-r--r--databases/py-oops/pkg-plist7
6 files changed, 34 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 75617ac..c465c0a 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -110,6 +110,7 @@
SUBDIR += py-bsddb3
SUBDIR += py-cdb
SUBDIR += py-gdbm
+ SUBDIR += py-oops
SUBDIR += py-psycopg
SUBDIR += py-pyPgSQL
SUBDIR += py-sqlrelay
diff --git a/databases/py-oops/Makefile b/databases/py-oops/Makefile
new file mode 100644
index 0000000..c1fee57
--- /dev/null
+++ b/databases/py-oops/Makefile
@@ -0,0 +1,21 @@
+# ex:ts=8
+# Ports collection makefile for: py-oops
+# Date created: May 16, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= oops
+PORTVERSION= 0.9.1
+CATEGORIES= databases python
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= pyobjfs
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+
+.include <bsd.port.mk>
diff --git a/databases/py-oops/distinfo b/databases/py-oops/distinfo
new file mode 100644
index 0000000..85fa1b8
--- /dev/null
+++ b/databases/py-oops/distinfo
@@ -0,0 +1 @@
+MD5 (oops-0.9.1.tar.gz) = 1238e5123fd1b8e964b7e7561a3b7c70
diff --git a/databases/py-oops/pkg-comment b/databases/py-oops/pkg-comment
new file mode 100644
index 0000000..c959190
--- /dev/null
+++ b/databases/py-oops/pkg-comment
@@ -0,0 +1 @@
+Object Oriented Database Library For Persistent Storage in Python
diff --git a/databases/py-oops/pkg-descr b/databases/py-oops/pkg-descr
new file mode 100644
index 0000000..0d4caa7
--- /dev/null
+++ b/databases/py-oops/pkg-descr
@@ -0,0 +1,3 @@
+Object Oriented Database Library For Persistent Storage in Python
+
+WWW: http://pyobjfs.sourceforge.net/
diff --git a/databases/py-oops/pkg-plist b/databases/py-oops/pkg-plist
new file mode 100644
index 0000000..e61c5e4
--- /dev/null
+++ b/databases/py-oops/pkg-plist
@@ -0,0 +1,7 @@
+lib/%%PYTHON_VERSION%%/site-packages/oops/__init__.py
+lib/%%PYTHON_VERSION%%/site-packages/oops/__init__.pyc
+lib/%%PYTHON_VERSION%%/site-packages/oops/__init__.pyo
+lib/%%PYTHON_VERSION%%/site-packages/oops/core.py
+lib/%%PYTHON_VERSION%%/site-packages/oops/core.pyc
+lib/%%PYTHON_VERSION%%/site-packages/oops/core.pyo
+@dirrm lib/%%PYTHON_VERSION%%/site-packages/oops
OpenPOWER on IntegriCloud