diff options
author | agc <agc> | 1998-08-19 09:29:25 +0000 |
---|---|---|
committer | agc <agc> | 1998-08-19 09:29:25 +0000 |
commit | a7ab51d53fbed5688668a6bcd6172a9f5bc919b3 (patch) | |
tree | b16a487460f96e57092df443804a14508bcad415 /devel/glib/pkg | |
parent | 9d79a1b204052d01f7025ad0578aa305742e0cc3 (diff) | |
download | pkgsrc-a7ab51d53fbed5688668a6bcd6172a9f5bc919b3.tar.gz |
Initial import, from the FreeBSD ports collection, of glib-1.1.2,
which used to be part of gtk+. It is a library providing lists,
trees, hashes, memory allocation functionality and many other things.
Modified by me to use the NetBSD libtool package, add NetBSD RCS Ids,
correct the PLIST, install scripts correctly, correct the English etc.
Diffstat (limited to 'devel/glib/pkg')
-rw-r--r-- | devel/glib/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/glib/pkg/DESCR | 14 | ||||
-rw-r--r-- | devel/glib/pkg/PLIST | 9 |
3 files changed, 24 insertions, 0 deletions
diff --git a/devel/glib/pkg/COMMENT b/devel/glib/pkg/COMMENT new file mode 100644 index 00000000000..decf836a46f --- /dev/null +++ b/devel/glib/pkg/COMMENT @@ -0,0 +1 @@ +Some useful routines for C programming. diff --git a/devel/glib/pkg/DESCR b/devel/glib/pkg/DESCR new file mode 100644 index 00000000000..e9d81338613 --- /dev/null +++ b/devel/glib/pkg/DESCR @@ -0,0 +1,14 @@ +GLib is a library which includes routines for C, providing lists, +trees, hashes, memory allocation functionality and many other things. + +Versions of GLib prior to 1.1.0 are distributed with GTK+ versions 1.1.0 +and earlier. + +The official ftp site is: + ftp://ftp.gtk.org/pub/gtk + +The official web site is: + http://www.gtk.org/ + +A mailing list is located at: + gtk-list@redhat.com diff --git a/devel/glib/pkg/PLIST b/devel/glib/pkg/PLIST new file mode 100644 index 00000000000..e19b4c02dfb --- /dev/null +++ b/devel/glib/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/08/19 09:29:26 agc Exp $ +bin/glib-config +include/glib/glib.h +include/glib/glibconfig.h +lib/libglib11.a +lib/libglib11.la +lib/libglib11.so.0.2 +share/aclocal/glib.m4 +@dirrm include/glib |