summaryrefslogtreecommitdiff
path: root/devel/libproplist
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-02-02 09:43:46 +0000
committertron <tron@pkgsrc.org>1999-02-02 09:43:46 +0000
commite60d4ee6cca199ab693e1806222a60bc25acd4b4 (patch)
treed43e9ae5beeb2eff53d0559c1c89802ff7bdaa29 /devel/libproplist
parent3bea994cc620b92480199b33159794bdea00fc54 (diff)
downloadpkgsrc-e60d4ee6cca199ab693e1806222a60bc25acd4b4.tar.gz
New "libproplist" package supplied by Johnny C. Lam in PR pkg/6917:
GNUstep/OPENSTEP property lists compatibility library
Diffstat (limited to 'devel/libproplist')
-rw-r--r--devel/libproplist/Makefile14
-rw-r--r--devel/libproplist/files/md53
-rw-r--r--devel/libproplist/patches/patch-aa15
-rw-r--r--devel/libproplist/pkg/COMMENT1
-rw-r--r--devel/libproplist/pkg/DESCR11
-rw-r--r--devel/libproplist/pkg/PLIST4
6 files changed, 48 insertions, 0 deletions
diff --git a/devel/libproplist/Makefile b/devel/libproplist/Makefile
new file mode 100644
index 00000000000..cfb969bc2f1
--- /dev/null
+++ b/devel/libproplist/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/02/02 09:43:46 tron Exp $
+#
+
+DISTNAME= libPropList-0.8.3
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.windowmaker.org/pub/libs/ \
+ ftP://ftp.gnome.org/pub/libPropList/
+
+MAINTAINER= lamj@stat.cmu.edu
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libproplist/files/md5 b/devel/libproplist/files/md5
new file mode 100644
index 00000000000..33d721730b0
--- /dev/null
+++ b/devel/libproplist/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/02/02 09:43:46 tron Exp $
+
+MD5 (libPropList-0.8.3.tar.gz) = ead0257bca9448d0ce1d4cdfecd65d1f
diff --git a/devel/libproplist/patches/patch-aa b/devel/libproplist/patches/patch-aa
new file mode 100644
index 00000000000..8acee0da478
--- /dev/null
+++ b/devel/libproplist/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/02/02 09:43:46 tron Exp $
+
+--- configure.orig Mon Jan 25 18:41:05 1999
++++ configure Sun Jan 31 04:14:17 1999
+@@ -1512,8 +1512,8 @@
+ ac_tool_prefix=
+ fi
+
+-# Always use our own libtool.
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
++# Use LIBTOOL passed from environment
++#LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+
+ # Check for any special flags to pass to ltconfig.
+ libtool_flags=
diff --git a/devel/libproplist/pkg/COMMENT b/devel/libproplist/pkg/COMMENT
new file mode 100644
index 00000000000..85db47625a2
--- /dev/null
+++ b/devel/libproplist/pkg/COMMENT
@@ -0,0 +1 @@
+GNUstep/OPENSTEP property lists compatibility library
diff --git a/devel/libproplist/pkg/DESCR b/devel/libproplist/pkg/DESCR
new file mode 100644
index 00000000000..c0bd50609c2
--- /dev/null
+++ b/devel/libproplist/pkg/DESCR
@@ -0,0 +1,11 @@
+The library uses an opaque data type to represent a tree structure
+made of strings, data blocks, arrays and dictionaries (key-value pair
+lists). This structure can be manipulated, written out to and read in
+from a file, and synchronized with the contents of a file.
+The purpose of PL is to closely mimick the behaviour of the property
+lists used in GNUstep/OPENSTEP (there formed with the NSString,
+NSData, NSArray and NSDictionary classes) and to be compatible with
+it. PL enables programs that use configuration or preference files to
+make these compatible with GNUstep/OPENSTEP's user defaults handling
+mechanism, without needing to use Objective-C or GNUstep/OPENSTEP
+themselves.
diff --git a/devel/libproplist/pkg/PLIST b/devel/libproplist/pkg/PLIST
new file mode 100644
index 00000000000..7ee46a55794
--- /dev/null
+++ b/devel/libproplist/pkg/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/02/02 09:43:47 tron Exp $
+include/proplist.h
+lib/libPropList.a
+lib/libPropList.so.1.1