pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Deleting libconfuse. It duplicates (just) confuse.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/974220eb209e
branches:  trunk
changeset: 644746:974220eb209e
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jan 17 02:50:11 2015 +0000

description:
Deleting libconfuse. It duplicates (just) confuse.
Thanks Niclas Rosenvik for finding this.

diffstat:

 devel/Makefile                 |   3 +--
 devel/libconfuse/DESCR         |  19 -------------------
 devel/libconfuse/Makefile      |  21 ---------------------
 devel/libconfuse/PLIST         |   4 ----
 devel/libconfuse/buildlink3.mk |  13 -------------
 devel/libconfuse/distinfo      |   5 -----
 6 files changed, 1 insertions(+), 64 deletions(-)

diffs (99 lines):

diff -r bb63daa4220e -r 974220eb209e devel/Makefile
--- a/devel/Makefile    Sat Jan 17 02:42:46 2015 +0000
+++ b/devel/Makefile    Sat Jan 17 02:50:11 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2026 2015/01/16 19:32:25 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2027 2015/01/17 02:50:11 mef Exp $
 #
 
 COMMENT=       Development utilities
@@ -406,7 +406,6 @@
 SUBDIR+=       libcfg+
 SUBDIR+=       libcompizconfig
 SUBDIR+=       libconfig
-SUBDIR+=       libconfuse
 SUBDIR+=       libctl
 SUBDIR+=       libdaemon
 SUBDIR+=       libdatrie
diff -r bb63daa4220e -r 974220eb209e devel/libconfuse/DESCR
--- a/devel/libconfuse/DESCR    Sat Jan 17 02:42:46 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-This is libConfuse, a library for parsing configuration files. It was
-called libcfg before, but was changed to not confuse with other
-similar libraries.
-
-See the INSTALL file for installation instructions. By default, only a
-static library is built. Specify --enable-shared to the configure
-script to also build a shared library.
-
-With libtool 1.4.2 (and/or automake 1.6.3) there is a problem building
-the sources. The libtool script expects the environment variable SED
-to point to a usable sed binary, but this variable does not get
-set. You'll have to do a "export SED=sed" (if using bash) or "setenv
-SED sed" (if using csh) before running make.
-
-Documentation can be built by running doxygen in the top-level
-directory. It is also available at http://www.nongnu.org/confuse/manual/.
-
-There is a project page at http://sv.nongnu.org/projects/confuse.
-Report bugs to <confuse-devel%nongnu.org@localhost>
diff -r bb63daa4220e -r 974220eb209e devel/libconfuse/Makefile
--- a/devel/libconfuse/Makefile Sat Jan 17 02:42:46 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2013/12/03 01:27:43 mef Exp $
-
-DISTNAME=      confuse-2.7
-PKGNAME=       ${DISTNAME:C/^/lib/}
-
-CATEGORIES=    devel
-MASTER_SITES=  http://savannah.nongnu.org/download/confuse/
-LICENSE=       isc
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.nongnu.org/confuse/
-COMMENT=       Configuration file parser library
-
-# Following args mentioned in DESCR (and configure) but no effect for the moment
-CONFIGURE_ARGS+= --enable-shared
-
-USE_LIBTOOL=   yes
-
-GNU_CONFIGURE=         yes
-
-.include "../../mk/bsd.pkg.mk"
diff -r bb63daa4220e -r 974220eb209e devel/libconfuse/PLIST
--- a/devel/libconfuse/PLIST    Sat Jan 17 02:42:46 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/12/03 01:27:43 mef Exp $
-include/confuse.h
-lib/libconfuse.la
-lib/pkgconfig/libconfuse.pc
diff -r bb63daa4220e -r 974220eb209e devel/libconfuse/buildlink3.mk
--- a/devel/libconfuse/buildlink3.mk    Sat Jan 17 02:42:46 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2013/12/03 01:27:43 mef Exp $
-
-BUILDLINK_TREE+=       libconfuse
-
-.if !defined(LIBCONFUSE_BUILDLINK3_MK)
-LIBCONFUSE_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libconfuse+=     libconfuse>=2.7
-BUILDLINK_PKGSRCDIR.libconfuse?=       ../../devel/libconfuse
-
-.endif # LIBCONFUSE_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -libconfuse
diff -r bb63daa4220e -r 974220eb209e devel/libconfuse/distinfo
--- a/devel/libconfuse/distinfo Sat Jan 17 02:42:46 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2013/12/03 01:27:43 mef Exp $
-
-SHA1 (confuse-2.7.tar.gz) = b3f74f9763e6c9012476dbd323d083af4be34cad
-RMD160 (confuse-2.7.tar.gz) = adff129b2fd078b0e233386541dd83f7b0c567a4
-Size (confuse-2.7.tar.gz) = 517272 bytes



Home | Main Index | Thread Index | Old Index