diff options
author | tg <tg@FreeBSD.org> | 1998-11-03 18:00:04 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-11-03 18:00:04 +0800 |
commit | 3d92704f31ac2647a9266a905252943bc7381469 (patch) | |
tree | 0e8bd1a69f1e252a6bba059ac149660135fa8455 /databases/gadfly | |
parent | b23a01e995957a5d77929fd5711eb87ce8992805 (diff) | |
download | freebsd-ports-gnome-3d92704f31ac2647a9266a905252943bc7381469.tar.gz freebsd-ports-gnome-3d92704f31ac2647a9266a905252943bc7381469.tar.zst freebsd-ports-gnome-3d92704f31ac2647a9266a905252943bc7381469.zip |
New port gadfly, an SQL database written in Python.
Diffstat (limited to 'databases/gadfly')
-rw-r--r-- | databases/gadfly/Makefile | 42 | ||||
-rw-r--r-- | databases/gadfly/distinfo | 1 | ||||
-rw-r--r-- | databases/gadfly/pkg-comment | 1 | ||||
-rw-r--r-- | databases/gadfly/pkg-descr | 7 | ||||
-rw-r--r-- | databases/gadfly/pkg-plist | 97 |
5 files changed, 148 insertions, 0 deletions
diff --git a/databases/gadfly/Makefile b/databases/gadfly/Makefile new file mode 100644 index 000000000000..45fdae7cbc26 --- /dev/null +++ b/databases/gadfly/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: gadfly +# Version required: 1.0 +# Date created: 30 October 1998 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= kwP +PKGNAME= gadfly-1.0 +CATEGORIES= databases +MASTER_SITES= http://www.chordate.com/kwParsing/ + +MAINTAINER= ports@FreeBSD.ORG + +BUILD_DEPENDS= python:${PORTSDIR}/lang/python +RUN_DEPENDS= python:${PORTSDIR}/lang/python + +NO_WRKSUBDIR= yes + +PYTHONSCRIPTDIR= ${PREFIX}/lib/python1.5 +GADFLYDIR= ${PYTHONSCRIPTDIR}/site-packages/gadfly +GADFLYDOCDIR= ${PREFIX}/share/doc/gadfly + +do-build: + +do-install: + ${MKDIR} ${GADFLYDIR} + ${INSTALL_DATA} ${WRKSRC}/*.py ${GADFLYDIR} + ${INSTALL_DATA} ${WRKSRC}/sql.mar ${GADFLYDIR} + ${ECHO} 'gadfly' > ${PYTHONSCRIPTDIR}/site-packages/gadfly.pth + (cd ${GADFLYDIR}; python gfinstall.py) + @${PREFIX}/bin/python ${PYTHONSCRIPTDIR}/compileall.py ${GADFLYDIR} + @${PREFIX}/bin/python -O ${PYTHONSCRIPTDIR}/compileall.py ${GADFLYDIR} + ${MKDIR} ${GADFLYDOCDIR} + ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${GADFLYDOCDIR} +.if !defined(${NOPORTDOCS}) + ${INSTALL_DATA} ${WRKSRC}/*.html ${GADFLYDOCDIR} + ${INSTALL_DATA} ${WRKSRC}/gadfly.JPG ${GADFLYDOCDIR} +.endif + +.include <bsd.port.mk> diff --git a/databases/gadfly/distinfo b/databases/gadfly/distinfo new file mode 100644 index 000000000000..579ca8d6c674 --- /dev/null +++ b/databases/gadfly/distinfo @@ -0,0 +1 @@ +MD5 (kwP.tar.gz) = 00a4d7ad89e4bbd877c15349b5019474 diff --git a/databases/gadfly/pkg-comment b/databases/gadfly/pkg-comment new file mode 100644 index 000000000000..5475fd4c91a8 --- /dev/null +++ b/databases/gadfly/pkg-comment @@ -0,0 +1 @@ +An SQL database written in Python diff --git a/databases/gadfly/pkg-descr b/databases/gadfly/pkg-descr new file mode 100644 index 000000000000..20073be77a0a --- /dev/null +++ b/databases/gadfly/pkg-descr @@ -0,0 +1,7 @@ +Gadfly is a relational database management system which uses a +large subset of very standard SQL as its query language and Python +modules and optional Python/C extension modules as its underlying +engine. Gadfly stores the active database in memory, with recovery +logging to a file system. It supports an optional TCP/IP based +client server mode and log based failure recovery for system or +software failures (but not for disk failures). diff --git a/databases/gadfly/pkg-plist b/databases/gadfly/pkg-plist new file mode 100644 index 000000000000..abcd2d0739e6 --- /dev/null +++ b/databases/gadfly/pkg-plist @@ -0,0 +1,97 @@ +lib/python1.5/site-packages/gadfly.pth +lib/python1.5/site-packages/gadfly/DLispShort.py +lib/python1.5/site-packages/gadfly/DLispShort.pyc +lib/python1.5/site-packages/gadfly/DLispShort.pyo +lib/python1.5/site-packages/gadfly/DumbLispGen.py +lib/python1.5/site-packages/gadfly/DumbLispGen.pyc +lib/python1.5/site-packages/gadfly/DumbLispGen.pyo +lib/python1.5/site-packages/gadfly/SQLTESTG.py +lib/python1.5/site-packages/gadfly/SQLTESTG.pyc +lib/python1.5/site-packages/gadfly/SQLTESTG.pyo +lib/python1.5/site-packages/gadfly/gadfly.py +lib/python1.5/site-packages/gadfly/gadfly.pyc +lib/python1.5/site-packages/gadfly/gadfly.pyo +lib/python1.5/site-packages/gadfly/gfclient.py +lib/python1.5/site-packages/gadfly/gfclient.pyc +lib/python1.5/site-packages/gadfly/gfclient.pyo +lib/python1.5/site-packages/gadfly/gfdb0.py +lib/python1.5/site-packages/gadfly/gfdb0.pyc +lib/python1.5/site-packages/gadfly/gfdb0.pyo +lib/python1.5/site-packages/gadfly/gfinstall.py +lib/python1.5/site-packages/gadfly/gfinstall.pyc +lib/python1.5/site-packages/gadfly/gfinstall.pyo +lib/python1.5/site-packages/gadfly/gfintrospect.py +lib/python1.5/site-packages/gadfly/gfintrospect.pyc +lib/python1.5/site-packages/gadfly/gfintrospect.pyo +lib/python1.5/site-packages/gadfly/gfserve.py +lib/python1.5/site-packages/gadfly/gfserve.pyc +lib/python1.5/site-packages/gadfly/gfserve.pyo +lib/python1.5/site-packages/gadfly/gfsocket.py +lib/python1.5/site-packages/gadfly/gfsocket.pyc +lib/python1.5/site-packages/gadfly/gfsocket.pyo +lib/python1.5/site-packages/gadfly/gfstest.py +lib/python1.5/site-packages/gadfly/gfstest.pyc +lib/python1.5/site-packages/gadfly/gfstest.pyo +lib/python1.5/site-packages/gadfly/gftest.py +lib/python1.5/site-packages/gadfly/gftest.pyc +lib/python1.5/site-packages/gadfly/gftest.pyo +lib/python1.5/site-packages/gadfly/idl.py +lib/python1.5/site-packages/gadfly/idl.pyc +lib/python1.5/site-packages/gadfly/idl.pyo +lib/python1.5/site-packages/gadfly/kjParseBuild.py +lib/python1.5/site-packages/gadfly/kjParseBuild.pyc +lib/python1.5/site-packages/gadfly/kjParseBuild.pyo +lib/python1.5/site-packages/gadfly/kjParser.py +lib/python1.5/site-packages/gadfly/kjParser.pyc +lib/python1.5/site-packages/gadfly/kjParser.pyo +lib/python1.5/site-packages/gadfly/kjSet.py +lib/python1.5/site-packages/gadfly/kjSet.pyc +lib/python1.5/site-packages/gadfly/kjSet.pyo +lib/python1.5/site-packages/gadfly/kjbuckets0.py +lib/python1.5/site-packages/gadfly/kjbuckets0.pyc +lib/python1.5/site-packages/gadfly/kjbuckets0.pyo +lib/python1.5/site-packages/gadfly/kjpylint.py +lib/python1.5/site-packages/gadfly/kjpylint.pyc +lib/python1.5/site-packages/gadfly/kjpylint.pyo +lib/python1.5/site-packages/gadfly/pygram.py +lib/python1.5/site-packages/gadfly/pygram.pyc +lib/python1.5/site-packages/gadfly/pygram.pyo +lib/python1.5/site-packages/gadfly/relalg.py +lib/python1.5/site-packages/gadfly/relalg.pyc +lib/python1.5/site-packages/gadfly/relalg.pyo +lib/python1.5/site-packages/gadfly/remotetest.py +lib/python1.5/site-packages/gadfly/remotetest.pyc +lib/python1.5/site-packages/gadfly/remotetest.pyo +lib/python1.5/site-packages/gadfly/sql.mar +lib/python1.5/site-packages/gadfly/sqlbind.py +lib/python1.5/site-packages/gadfly/sqlbind.pyc +lib/python1.5/site-packages/gadfly/sqlbind.pyo +lib/python1.5/site-packages/gadfly/sqlgen.py +lib/python1.5/site-packages/gadfly/sqlgen.pyc +lib/python1.5/site-packages/gadfly/sqlgen.pyo +lib/python1.5/site-packages/gadfly/sqlgram.py +lib/python1.5/site-packages/gadfly/sqlgram.pyc +lib/python1.5/site-packages/gadfly/sqlgram.pyo +lib/python1.5/site-packages/gadfly/sqlgtest.py +lib/python1.5/site-packages/gadfly/sqlgtest.pyc +lib/python1.5/site-packages/gadfly/sqlgtest.pyo +lib/python1.5/site-packages/gadfly/sqlmod.py +lib/python1.5/site-packages/gadfly/sqlmod.pyc +lib/python1.5/site-packages/gadfly/sqlmod.pyo +lib/python1.5/site-packages/gadfly/sqlsem.py +lib/python1.5/site-packages/gadfly/sqlsem.pyc +lib/python1.5/site-packages/gadfly/sqlsem.pyo +lib/python1.5/site-packages/gadfly/sqlwhere.py +lib/python1.5/site-packages/gadfly/sqlwhere.pyc +lib/python1.5/site-packages/gadfly/sqlwhere.pyo +@dirrm lib/python1.5/site-packages/gadfly +share/doc/gadfly/COPYRIGHT +share/doc/gadfly/gadfly.JPG +share/doc/gadfly/gadfly.html +share/doc/gadfly/gfSQL.html +share/doc/gadfly/gffaq.html +share/doc/gadfly/gfrecover.html +share/doc/gadfly/index.html +share/doc/gadfly/kwParsing.html +share/doc/gadfly/server.html +@dirrm share/doc/gadfly |