pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libiberty libiberty-1.0 This package provides th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fa02892e0f4
branches:  trunk
changeset: 476046:8fa02892e0f4
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Wed Jun 02 11:28:38 2004 +0000

description:
libiberty-1.0 This package provides the GNU liberty library of "missing"
functions. The functions in liberty are normally included, as needed, by
GNU packages to make up for functions not found in the operating
system. This copy of liberty has been extracted from the gcc-3.4.0
release distribution.

diffstat:

 devel/libiberty/DESCR         |  16 ++++++++++++++++
 devel/libiberty/Makefile      |  19 +++++++++++++++++++
 devel/libiberty/PLIST         |   3 +++
 devel/libiberty/buildlink3.mk |  18 ++++++++++++++++++
 devel/libiberty/distinfo      |   4 ++++
 5 files changed, 60 insertions(+), 0 deletions(-)

diffs (80 lines):

diff -r 24af42923bd9 -r 8fa02892e0f4 devel/libiberty/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libiberty/DESCR     Wed Jun 02 11:28:38 2004 +0000
@@ -0,0 +1,16 @@
+This package provides the -liberty library of "missing" functions.
+It is a collection of subroutines used by various GNU programs.
+Current members include:
+
+        getopt -- get options from command line
+        obstack -- stacks of arbitrarily-sized objects
+        strerror -- error message strings corresponding to errno
+        strtol -- string-to-long conversion
+        strtoul -- string-to-unsigned-long conversion
+
+The functions in liberty are normally included, as needed, by
+GNU packages to make up for functions not found in the operating
+system.
+
+This copy of liberty has been extracted from the gcc-3.4.0
+release distribution.
diff -r 24af42923bd9 -r 8fa02892e0f4 devel/libiberty/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libiberty/Makefile  Wed Jun 02 11:28:38 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/02 11:28:38 shannonjr Exp $
+#
+
+DISTNAME=              libiberty-1.0
+CATEGORIES=            devel
+MASTER_SITES=          http://www.johnrshannon.com/NetBSD/
+
+MAINTAINER=            john%johnrshannon.com@localhost
+COMMENT=               This package provides the GNU liberty library of "missing" functions
+
+USE_BUILDLINK3=                yes
+USE_GNU_TOOLS+=                make
+GNU_CONFIGURE=         yes
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/libiberty/libiberty.a ${PREFIX}/lib
+       ${INSTALL_DATA} ${WRKSRC}/include/libiberty.h ${PREFIX}/include
+
+.include "../../mk/bsd.pkg.mk"
diff -r 24af42923bd9 -r 8fa02892e0f4 devel/libiberty/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libiberty/PLIST     Wed Jun 02 11:28:38 2004 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/02 11:28:38 shannonjr Exp $
+include/libiberty.h
+lib/libiberty.a
diff -r 24af42923bd9 -r 8fa02892e0f4 devel/libiberty/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libiberty/buildlink3.mk     Wed Jun 02 11:28:38 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/06/02 11:28:38 shannonjr Exp $
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+LIBIBERTY_BUILDLINK3_MK:=      ${LIBIBERTY_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    libiberty
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nlibiberty}
+BUILDLINK_PACKAGES+=   libiberty
+
+.if !empty(LIBIBERTY_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.libiberty+=  libiberty>=1.0
+BUILDLINK_PKGSRCDIR.libiberty?=        ../../devel/libiberty
+.endif # LIBIBERTY_BUILDLINK3_MK
+BUILDLINK_DEPMETHOD.libiberty?= build
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r 24af42923bd9 -r 8fa02892e0f4 devel/libiberty/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libiberty/distinfo  Wed Jun 02 11:28:38 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/06/02 11:28:38 shannonjr Exp $
+
+SHA1 (libiberty-1.0.tar.gz) = e0ad9a4ae0e1d2be67a14d03e7e8840ab01dc2d5
+Size (libiberty-1.0.tar.gz) = 1210416 bytes



Home | Main Index | Thread Index | Old Index