summaryrefslogtreecommitdiff
path: root/databases/py-bdb-xml
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-01-07 18:13:34 +0000
committerwiz <wiz@pkgsrc.org>2018-01-07 18:13:34 +0000
commit5f553326dbc831f61ebd4efba90adb8a81d3b700 (patch)
treebe315914ff96378e73e0f4a6fcdaaae60c8e2837 /databases/py-bdb-xml
parent96b12cf727098ffe221cd1525b01a535a5a3efcb (diff)
downloadpkgsrc-5f553326dbc831f61ebd4efba90adb8a81d3b700.tar.gz
{py-,}bdb-xml: remove packages
Last release from 2011, build broken, not used by anything in pkgsrc.
Diffstat (limited to 'databases/py-bdb-xml')
-rw-r--r--databases/py-bdb-xml/DESCR5
-rw-r--r--databases/py-bdb-xml/Makefile34
-rw-r--r--databases/py-bdb-xml/PLIST5
-rw-r--r--databases/py-bdb-xml/distinfo7
-rw-r--r--databases/py-bdb-xml/patches/patch-aa22
5 files changed, 0 insertions, 73 deletions
diff --git a/databases/py-bdb-xml/DESCR b/databases/py-bdb-xml/DESCR
deleted file mode 100644
index d4560b4f802..00000000000
--- a/databases/py-bdb-xml/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-This module is built using SWIG (http://www.swig.org) to produce a
-Python module that maps to the Berkeley DB XML C++ API fairly closely.
-At present, separate documentation for the Python API is not provided.
-Refer to the C++ API documentation and the Python examples for more
-information, or contact Sleepycat Support (support@sleepycat.com).
diff --git a/databases/py-bdb-xml/Makefile b/databases/py-bdb-xml/Makefile
deleted file mode 100644
index 65c6cd441f0..00000000000
--- a/databases/py-bdb-xml/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:27 wiz Exp $
-
-DISTNAME= dbxml-2.5.16
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/db/bdb-/}
-CATEGORIES= databases python
-MASTER_SITES= http://download.oracle.com/berkeley-db/
-
-MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= http://www.oracle.com/us/products/database/berkeley-db/
-COMMENT= Python wrapper for Berkeley DB XML C++ API
-LICENSE= modified-bsd AND apache-1.1
-
-CONFLICTS= ${PYPKGPREFIX}-dbxml<=1.2.1
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/dbxml/src/python
-
-USE_LANGUAGES= c c++
-NO_CONFIGURE= yes
-PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.5.16
-
-SUBST_CLASSES+= fix-path
-SUBST_STAGE.fix-path= pre-build
-SUBST_MESSAGE.fix-path= Fixing library paths.
-SUBST_FILES.fix-path= setup.py
-SUBST_SED.fix-path= -e 's,@prefix@,${PREFIX},'
-SUBST_SED.fix-path+= -e 's,@DB_DIR@,${BDBBASE},'
-SUBST_SED.fix-path+= -e 's,@XERCES_DIR@,${BUILDLINK_PREFIX.xerces-c},'
-SUBST_SED.fix-path+= -e 's,@XQILLA_DIR@,${BUILDLINK_PREFIX.xqilla},'
-SUBST_SED.fix-path+= -e 's,@BDB_TYPE@,${BDB_TYPE},'
-
-.include "../../databases/bdb-xml/buildlink3.mk"
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/databases/py-bdb-xml/PLIST b/databases/py-bdb-xml/PLIST
deleted file mode 100644
index 50a5fe1f4d8..00000000000
--- a/databases/py-bdb-xml/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/31 17:18:45 minskim Exp $
-${PYSITELIB}/_dbxml.so
-${PYSITELIB}/dbxml.py
-${PYSITELIB}/dbxml.pyc
-${PYSITELIB}/dbxml.pyo
diff --git a/databases/py-bdb-xml/distinfo b/databases/py-bdb-xml/distinfo
deleted file mode 100644
index c43f5906c89..00000000000
--- a/databases/py-bdb-xml/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 01:56:26 agc Exp $
-
-SHA1 (dbxml-2.5.16.tar.gz) = 46f0e6b301e556c2502e4da0cd96a599acc53837
-RMD160 (dbxml-2.5.16.tar.gz) = fdb4c85271cb84a8e31931d8fb287ad17fafff9c
-SHA512 (dbxml-2.5.16.tar.gz) = 71c7db8dccd8dda64aafc2c8399129f94cb2c5b0b75176b96e3f6c57b5cd9d040418de2fdce9322f0b7f00bcd88a21aca1e2b886cf18aba942c582236d7bdc7b
-Size (dbxml-2.5.16.tar.gz) = 52819154 bytes
-SHA1 (patch-aa) = 26968f2541a469444f7ee8ec64dfd28f4967ff26
diff --git a/databases/py-bdb-xml/patches/patch-aa b/databases/py-bdb-xml/patches/patch-aa
deleted file mode 100644
index 4e828144d8f..00000000000
--- a/databases/py-bdb-xml/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2011/02/23 10:33:47 adam Exp $
-
---- setup.py.orig 2009-12-22 13:21:17.000000000 +0000
-+++ setup.py
-@@ -69,7 +69,7 @@ else:
-
- if os.name == "posix":
- INCLUDES.append(os.path.join(dbxml_home,"include"))
-- INCLUDES.append(os.path.join(db_home, "include"))
-+ INCLUDES.append(os.path.join(db_home, "include", "@BDB_TYPE@"))
-
- LIBDIRS = [os.path.join(dbxml_home,"build_unix/.libs"),
- os.path.join(dbxml_home, "lib"),
-@@ -78,7 +78,7 @@ if os.name == "posix":
- os.path.join(xerces_home, "lib")]
-
- LIBS = ["dbxml",
-- "db-4",
-+ "@BDB_TYPE@",
- "xqilla", "xerces-c"]
-
- DATAFILES = []