pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-xsdb: Remove as dead - the latest release 4 years before Py2.7



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Sep 21 00:57:19 2016 +0200
Changeset:	a77957ff1bc73f3e1505ed7d6c27d75ed1ec2779

Removed Files:
	py-xsdb/DESCR
	py-xsdb/Makefile
	py-xsdb/PLIST
	py-xsdb/distinfo

Log Message:
py-xsdb: Remove as dead - the latest release 4 years before Py2.7

There is no sane upstream distribution of tarballs and it's unclear what is
what.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a77957ff1bc73f3e1505ed7d6c27d75ed1ec2779

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-xsdb/DESCR    |  22 ------------
 py-xsdb/Makefile |  18 ----------
 py-xsdb/PLIST    | 106 -------------------------------------------------------
 py-xsdb/distinfo |   6 ----
 4 files changed, 152 deletions(-)

diffs:
diff --git a/py-xsdb/DESCR b/py-xsdb/DESCR
deleted file mode 100644
index 5bdd7ca..0000000
--- a/py-xsdb/DESCR
+++ /dev/null
@@ -1,22 +0,0 @@
-The xsdb package provides fundamental concurrent database functionality with
-concurrency control and recovery. Fundamental characteristics include:
-
-* Extreme portability and ease of installation and use.
-* A simple semantics of objects with associated descriptions
-  compatible with the relational model, object modelling methods, and other
-  data organizations such as OLAP.
-* Multiple access paths and indices.
-* Timestamp based concurrency control for safe concurrent database access.
-* Commit/Rollback and recovery support.
-* A variety of underlying storage implementations with configurable
-  features and performance characteristics.
-* No intrinsic database size limitations.
-
-General Technical Notes: The xsdb package is implemented in Python, and the
-server mode requires stackless python. An xsdb database (not in server mode)
-will run using standard C Python or Java Python (Jython), and in particular
-the client for an xsdb database may be a java program. It is possible to
-create clients in other programming platforms for interacting with xsdb
-(although none exist at this writing). The package will run on all hardware
-and operating system platforms that support Python and/or java (including MS
-Windows variants, Mac OS, Linux, most Unices, and many others).
diff --git a/py-xsdb/Makefile b/py-xsdb/Makefile
deleted file mode 100644
index ed8961f..0000000
--- a/py-xsdb/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2006/05/19 16:51:35 ykomatsu Exp $
-#
-
-DISTNAME=		xsdb
-PKGNAME=		${PYPKGPREFIX}-${DISTNAME}-0.1
-CATEGORIES=		databases
-MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=xsdb/}
-EXTRACT_SUFX=		.zip
-
-MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=		http://xsdb.sourceforge.net/
-COMMENT=		Concurrent database with concurrency control and recovery
-
-PY_PATCHPLIST=		yes
-PYDISTUTILSPKG=		yes
-
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-xsdb/PLIST b/py-xsdb/PLIST
deleted file mode 100644
index 4b3687d..0000000
--- a/py-xsdb/PLIST
+++ /dev/null
@@ -1,106 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:45:12 thomasklausner Exp $
-${PYSITELIB}/xsdb/__init__.py
-${PYSITELIB}/xsdb/__init__.pyc
-${PYSITELIB}/xsdb/__init__.pyo
-${PYSITELIB}/xsdb/bfile.py
-${PYSITELIB}/xsdb/bfile.pyc
-${PYSITELIB}/xsdb/bfile.pyo
-${PYSITELIB}/xsdb/bphierarchy.py
-${PYSITELIB}/xsdb/bphierarchy.pyc
-${PYSITELIB}/xsdb/bphierarchy.pyo
-${PYSITELIB}/xsdb/bplustree.py
-${PYSITELIB}/xsdb/bplustree.pyc
-${PYSITELIB}/xsdb/bplustree.pyo
-${PYSITELIB}/xsdb/bsdhierarchy.py
-${PYSITELIB}/xsdb/bsdhierarchy.pyc
-${PYSITELIB}/xsdb/bsdhierarchy.pyo
-${PYSITELIB}/xsdb/checkertest.py
-${PYSITELIB}/xsdb/checkertest.pyc
-${PYSITELIB}/xsdb/checkertest.pyo
-${PYSITELIB}/xsdb/connection.py
-${PYSITELIB}/xsdb/connection.pyc
-${PYSITELIB}/xsdb/connection.pyo
-${PYSITELIB}/xsdb/connectiontests.py
-${PYSITELIB}/xsdb/connectiontests.pyc
-${PYSITELIB}/xsdb/connectiontests.pyo
-${PYSITELIB}/xsdb/descriptions.py
-${PYSITELIB}/xsdb/descriptions.pyc
-${PYSITELIB}/xsdb/descriptions.pyo
-${PYSITELIB}/xsdb/fshierarchy.py
-${PYSITELIB}/xsdb/fshierarchy.pyc
-${PYSITELIB}/xsdb/fshierarchy.pyo
-${PYSITELIB}/xsdb/hollerith.py
-${PYSITELIB}/xsdb/hollerith.pyc
-${PYSITELIB}/xsdb/hollerith.pyo
-${PYSITELIB}/xsdb/hollerithserver.py
-${PYSITELIB}/xsdb/hollerithserver.pyc
-${PYSITELIB}/xsdb/hollerithserver.pyo
-${PYSITELIB}/xsdb/hybridhierarchy.py
-${PYSITELIB}/xsdb/hybridhierarchy.pyc
-${PYSITELIB}/xsdb/hybridhierarchy.pyo
-${PYSITELIB}/xsdb/kissbasehierarchy.py
-${PYSITELIB}/xsdb/kissbasehierarchy.pyc
-${PYSITELIB}/xsdb/kissbasehierarchy.pyo
-${PYSITELIB}/xsdb/lattice.py
-${PYSITELIB}/xsdb/lattice.pyc
-${PYSITELIB}/xsdb/lattice.pyo
-${PYSITELIB}/xsdb/lbasehierarchy.py
-${PYSITELIB}/xsdb/lbasehierarchy.pyc
-${PYSITELIB}/xsdb/lbasehierarchy.pyo
-${PYSITELIB}/xsdb/lbfile.py
-${PYSITELIB}/xsdb/lbfile.pyc
-${PYSITELIB}/xsdb/lbfile.pyo
-${PYSITELIB}/xsdb/lbplustree.py
-${PYSITELIB}/xsdb/lbplustree.pyc
-${PYSITELIB}/xsdb/lbplustree.pyo
-${PYSITELIB}/xsdb/lineformat.py
-${PYSITELIB}/xsdb/lineformat.pyc
-${PYSITELIB}/xsdb/lineformat.pyo
-${PYSITELIB}/xsdb/loadmondial.py
-${PYSITELIB}/xsdb/loadmondial.pyc
-${PYSITELIB}/xsdb/loadmondial.pyo
-${PYSITELIB}/xsdb/printdump.py
-${PYSITELIB}/xsdb/printdump.pyc
-${PYSITELIB}/xsdb/printdump.pyo
-${PYSITELIB}/xsdb/pulver.py
-${PYSITELIB}/xsdb/pulver.pyc
-${PYSITELIB}/xsdb/pulver.pyo
-${PYSITELIB}/xsdb/pwhollerith.py
-${PYSITELIB}/xsdb/pwhollerith.pyc
-${PYSITELIB}/xsdb/pwhollerith.pyo
-${PYSITELIB}/xsdb/rbfile.py
-${PYSITELIB}/xsdb/rbfile.pyc
-${PYSITELIB}/xsdb/rbfile.pyo
-${PYSITELIB}/xsdb/rparsexml.py
-${PYSITELIB}/xsdb/rparsexml.pyc
-${PYSITELIB}/xsdb/rparsexml.pyo
-${PYSITELIB}/xsdb/shadowhierarchy.py
-${PYSITELIB}/xsdb/shadowhierarchy.pyc
-${PYSITELIB}/xsdb/shadowhierarchy.pyo
-${PYSITELIB}/xsdb/socketmonitor.py
-${PYSITELIB}/xsdb/socketmonitor.pyc
-${PYSITELIB}/xsdb/socketmonitor.pyo
-${PYSITELIB}/xsdb/stampedhierarchy.py
-${PYSITELIB}/xsdb/stampedhierarchy.pyc
-${PYSITELIB}/xsdb/stampedhierarchy.pyo
-${PYSITELIB}/xsdb/test1.py
-${PYSITELIB}/xsdb/test1.pyc
-${PYSITELIB}/xsdb/test1.pyo
-${PYSITELIB}/xsdb/xsclient.py
-${PYSITELIB}/xsdb/xsclient.pyc
-${PYSITELIB}/xsdb/xsclient.pyo
-${PYSITELIB}/xsdb/xsdbcgi.py
-${PYSITELIB}/xsdb/xsdbcgi.pyc
-${PYSITELIB}/xsdb/xsdbcgi.pyo
-${PYSITELIB}/xsdb/xsdbexceptions.py
-${PYSITELIB}/xsdb/xsdbexceptions.pyc
-${PYSITELIB}/xsdb/xsdbexceptions.pyo
-${PYSITELIB}/xsdb/xsdblib.py
-${PYSITELIB}/xsdb/xsdblib.pyc
-${PYSITELIB}/xsdb/xsdblib.pyo
-${PYSITELIB}/xsdb/xspickle.py
-${PYSITELIB}/xsdb/xspickle.pyc
-${PYSITELIB}/xsdb/xspickle.pyo
-${PYSITELIB}/xsdb/xsserve.py
-${PYSITELIB}/xsdb/xsserve.pyc
-${PYSITELIB}/xsdb/xsserve.pyo
diff --git a/py-xsdb/distinfo b/py-xsdb/distinfo
deleted file mode 100644
index 13cb291..0000000
--- a/py-xsdb/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/01/15 13:23:24 mpasternak Exp $
-
-SHA1 (xsdb.zip) = 6147550f027e1a0edaee9f0f7facca7d18cb8359
-RMD160 (xsdb.zip) = 5b0f79b098b48ca6d759f610934fe85b3d722a8a
-SHA512 (xsdb.zip) = a8e3bb59b201f59375c75f7dafcca5c21dcb31fb1ef386972dbbd11e64fcaf2695eb1f79443ec395d08eb4db9a1b2c3c8b29736c3e20ac30d6031d5d2516be3e
-Size (xsdb.zip) = 713471 bytes


Home | Main Index | Thread Index | Old Index