pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/dbh Removing databases/dbh. databases/libdbh...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b0042603ef35
branches: trunk
changeset: 644899:b0042603ef35
user: mef <mef%pkgsrc.org@localhost>
date: Mon Jan 19 02:09:18 2015 +0000
description:
Removing databases/dbh. databases/libdbh2 is a successor. See:
http://mail-index.netbsd.org/pkgsrc-users/2015/01/15/msg020923.html
diffstat:
databases/dbh/DESCR | 7 -------
databases/dbh/Makefile | 23 -----------------------
databases/dbh/PLIST | 10 ----------
databases/dbh/buildlink3.mk | 12 ------------
databases/dbh/distinfo | 6 ------
databases/dbh/patches/patch-aa | 22 ----------------------
6 files changed, 0 insertions(+), 80 deletions(-)
diffs (104 lines):
diff -r ddc8bd02665f -r b0042603ef35 databases/dbh/DESCR
--- a/databases/dbh/DESCR Mon Jan 19 02:07:41 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r ddc8bd02665f -r b0042603ef35 databases/dbh/Makefile
--- a/databases/dbh/Makefile Mon Jan 19 02:07:41 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r ddc8bd02665f -r b0042603ef35 databases/dbh/PLIST
--- a/databases/dbh/PLIST Mon Jan 19 02:07:41 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r ddc8bd02665f -r b0042603ef35 databases/dbh/buildlink3.mk
--- a/databases/dbh/buildlink3.mk Mon Jan 19 02:07:41 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r ddc8bd02665f -r b0042603ef35 databases/dbh/distinfo
--- a/databases/dbh/distinfo Mon Jan 19 02:07:41 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r ddc8bd02665f -r b0042603ef35 databases/dbh/patches/patch-aa
--- a/databases/dbh/patches/patch-aa Mon Jan 19 02:07:41 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index