diff options
author | mef <mef@pkgsrc.org> | 2015-01-19 02:09:18 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-01-19 02:09:18 +0000 |
commit | dc79e808d6a2e7fdbffb20291a6bef1edfc1dcb6 (patch) | |
tree | b8cdaa9a547c4e026fe99617a2402953a6cfb029 | |
parent | b19469301433b550d43eda47c67138fc40a20b85 (diff) | |
download | pkgsrc-dc79e808d6a2e7fdbffb20291a6bef1edfc1dcb6.tar.gz |
Removing databases/dbh. databases/libdbh2 is a successor. See:
http://mail-index.netbsd.org/pkgsrc-users/2015/01/15/msg020923.html
-rw-r--r-- | databases/dbh/DESCR | 7 | ||||
-rw-r--r-- | databases/dbh/Makefile | 23 | ||||
-rw-r--r-- | databases/dbh/PLIST | 10 | ||||
-rw-r--r-- | databases/dbh/buildlink3.mk | 12 | ||||
-rw-r--r-- | databases/dbh/distinfo | 6 | ||||
-rw-r--r-- | databases/dbh/patches/patch-aa | 22 |
6 files changed, 0 insertions, 80 deletions
diff --git a/databases/dbh/DESCR b/databases/dbh/DESCR deleted file mode 100644 index ff30a8e63ae..00000000000 --- a/databases/dbh/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -Disk based hashes is a method to create multidimensional binary trees on disk. -This library permits the extension of database concept to a plethora of -electronic data, such as graphic information. With the multidimensional binary -tree it is possible to mathematically prove that access time to any -particular record is minimized (using the concept of critical points from -calculus), which provides the means to construct optimized databases for -particular applications. diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile deleted file mode 100644 index 59bea8094f9..00000000000 --- a/databases/dbh/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $NetBSD: Makefile,v 1.20 2012/10/02 21:25:16 asau Exp $ - -DISTNAME= dbh-1.0.24 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dbh/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://dbh.sourceforge.net/ -COMMENT= Library to create disk based Hashtables - -USE_LIBTOOL= yes -GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config - -INSTALLATION_DIRS+= share/doc/dbh/html - -post-install: - cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING ChangeLog \ - ${DESTDIR}${PREFIX}/share/doc/dbh - cd ${WRKSRC} && ${INSTALL_DATA} doc/dbh-hash-tables.html \ - ${DESTDIR}${PREFIX}/share/doc/dbh/html - -.include "../../mk/bsd.pkg.mk" diff --git a/databases/dbh/PLIST b/databases/dbh/PLIST deleted file mode 100644 index 6584edc2c16..00000000000 --- a/databases/dbh/PLIST +++ /dev/null @@ -1,10 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:43:15 joerg Exp $ -include/dbh.h -include/dbh_config.h -include/dbh_functions.h -lib/libdbh.la -lib/pkgconfig/dbh-1.0.pc -share/doc/dbh/AUTHORS -share/doc/dbh/COPYING -share/doc/dbh/ChangeLog -share/doc/dbh/html/dbh-hash-tables.html diff --git a/databases/dbh/buildlink3.mk b/databases/dbh/buildlink3.mk deleted file mode 100644 index 171645ef6fe..00000000000 --- a/databases/dbh/buildlink3.mk +++ /dev/null @@ -1,12 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.8 2009/03/20 19:24:05 joerg Exp $ - -BUILDLINK_TREE+= dbh - -.if !defined(DBH_BUILDLINK3_MK) -DBH_BUILDLINK3_MK:= - -BUILDLINK_API_DEPENDS.dbh+= dbh>=1.0.22 -BUILDLINK_PKGSRCDIR.dbh?= ../../databases/dbh -.endif # DBH_BUILDLINK3_MK - -BUILDLINK_TREE+= -dbh diff --git a/databases/dbh/distinfo b/databases/dbh/distinfo deleted file mode 100644 index 2b0bec1fed3..00000000000 --- a/databases/dbh/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.9 2011/11/28 22:56:52 marino Exp $ - -SHA1 (dbh-1.0.24.tar.gz) = 235e33979da23727c40070c8c9c215590e3e6898 -RMD160 (dbh-1.0.24.tar.gz) = e7ac0eeff608a73b9fc1c3a2b3185b07c3769ada -Size (dbh-1.0.24.tar.gz) = 371463 bytes -SHA1 (patch-aa) = 83fb4019c616290fd31547f92fb733b2fca5b05e diff --git a/databases/dbh/patches/patch-aa b/databases/dbh/patches/patch-aa deleted file mode 100644 index 59f98b9f487..00000000000 --- a/databases/dbh/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.6 2011/11/28 22:56:52 marino Exp $ - ---- configure.orig 2011-11-28 22:30:26.451887000 +0000 -+++ configure -@@ -6235,7 +6235,7 @@ echo "${ECHO_T}no" >&6 - exit 1 - fi - gentoo_lt_version="1.5.10" --gentoo_ltmain_version=`grep '^[:space:]*VERSION=' $ltmain | sed -e 's|^[:space:]*VERSION=||'` -+gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'` - if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then - echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6 -@@ -25161,7 +25161,7 @@ cat >>confdefs.h <<\_ACEOF - #define DEBUG 1 - _ACEOF - -- if test "x$ac_cv_debug" == "xfull"; then -+ if test "x$ac_cv_debug" = "xfull"; then - CFLAGS="$CFLAGS -g3 -Wall -Werror" - echo "$as_me:$LINENO: result: full" >&5 - echo "${ECHO_T}full" >&6 |