From 4329612c39f2eda804689e529886f735a0c39776 Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 1 Apr 2004 18:13:31 +0000 Subject: Update to 2.4.0: GLib-2.4 is a stable release adding an incremental improvement in functionality over GLib-2.2 while maintaining binary and source compatibility. New features include: General * Watches for child process exit integrated into the main loop. * Unicode tables updated to cover all of Unicode-4.0. * Standard header file for gettext macros, including Q_() macro for strings with context. * Improved seeding for the GRandom random number generator. Threading * Atomic operations on integers and pointers. * GOnce for one-time initialization. GObject: * G_DEFINE_TYPE macros for easy definition of GObject types. * Properties can now be added to interfaces. * Instance private data allows private data members for objects. --- devel/glib2/PLIST | 46 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 32 insertions(+), 14 deletions(-) (limited to 'devel/glib2/PLIST') diff --git a/devel/glib2/PLIST b/devel/glib2/PLIST index 3774ff07ba0..3ae07a3c428 100644 --- a/devel/glib2/PLIST +++ b/devel/glib2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2003/08/27 09:06:12 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2004/04/01 18:13:31 jmmv Exp $ bin/glib-genmarshal bin/glib-gettextize bin/glib-mkenums @@ -8,6 +8,7 @@ include/glib/glib-2.0/glib.h include/glib/glib-2.0/glib/galloca.h include/glib/glib-2.0/glib/garray.h include/glib/glib-2.0/glib/gasyncqueue.h +include/glib/glib-2.0/glib/gatomic.h include/glib/glib-2.0/glib/gbacktrace.h include/glib/glib-2.0/glib/gcache.h include/glib/glib-2.0/glib/gcompletion.h @@ -19,6 +20,8 @@ include/glib/glib-2.0/glib/gerror.h include/glib/glib-2.0/glib/gfileutils.h include/glib/glib-2.0/glib/ghash.h include/glib/glib-2.0/glib/ghook.h +include/glib/glib-2.0/glib/gi18n-lib.h +include/glib/glib-2.0/glib/gi18n.h include/glib/glib-2.0/glib/giochannel.h include/glib/glib-2.0/glib/glist.h include/glib/glib-2.0/glib/gmacros.h @@ -72,33 +75,36 @@ lib/glib-2.0/include/glibconfig.h lib/libglib-2.0.a lib/libglib-2.0.la lib/libglib-2.0.so -lib/libglib-2.0.so.200 -lib/libglib-2.0.so.200.3 +lib/libglib-2.0.so.400 +lib/libglib-2.0.so.400.0 lib/libgmodule-2.0.a lib/libgmodule-2.0.la lib/libgmodule-2.0.so -lib/libgmodule-2.0.so.200 -lib/libgmodule-2.0.so.200.3 +lib/libgmodule-2.0.so.400 +lib/libgmodule-2.0.so.400.0 lib/libgobject-2.0.a lib/libgobject-2.0.la lib/libgobject-2.0.so -lib/libgobject-2.0.so.200 -lib/libgobject-2.0.so.200.3 +lib/libgobject-2.0.so.400 +lib/libgobject-2.0.so.400.0 lib/libgthread-2.0.a lib/libgthread-2.0.la lib/libgthread-2.0.so -lib/libgthread-2.0.so.200 -lib/libgthread-2.0.so.200.3 +lib/libgthread-2.0.so.400 +lib/libgthread-2.0.so.400.0 lib/pkgconfig/glib-2.0.pc lib/pkgconfig/gmodule-2.0.pc lib/pkgconfig/gobject-2.0.pc lib/pkgconfig/gthread-2.0.pc man/man1/glib-genmarshal.1 +man/man1/glib-gettextize.1 man/man1/glib-mkenums.1 +man/man1/gobject-query.1 share/aclocal/glib-2.0.m4 share/aclocal/glib-gettext.m4 share/doc/html/glib/glib-Arrays.html share/doc/html/glib/glib-Asynchronous-Queues.html +share/doc/html/glib/glib-Atomic-Operations.html share/doc/html/glib/glib-Automatic-String-Completion.html share/doc/html/glib/glib-Balanced-Binary-Trees.html share/doc/html/glib/glib-Basic-Types.html @@ -116,6 +122,7 @@ share/doc/html/glib/glib-File-Utilities.html share/doc/html/glib/glib-Glob-style-pattern-matching.html share/doc/html/glib/glib-Hash-Tables.html share/doc/html/glib/glib-Hook-Functions.html +share/doc/html/glib/glib-I18N.html share/doc/html/glib/glib-IO-Channels.html share/doc/html/glib/glib-Keyed-Data-Lists.html share/doc/html/glib/glib-Lexical-Scanner.html @@ -153,8 +160,10 @@ share/doc/html/glib/glib-building.html share/doc/html/glib/glib-changes.html share/doc/html/glib/glib-compiling.html share/doc/html/glib/glib-core.html +share/doc/html/glib/glib-cross-compiling.html share/doc/html/glib/glib-data-types.html share/doc/html/glib/glib-fundamentals.html +share/doc/html/glib/glib-gettextize.html share/doc/html/glib/glib-resources.html share/doc/html/glib/glib-running.html share/doc/html/glib/glib-utilities.html @@ -167,20 +176,24 @@ share/doc/html/glib/ix01.html share/doc/html/glib/left.png share/doc/html/glib/mainloop-states.gif share/doc/html/glib/right.png +share/doc/html/glib/tools.html share/doc/html/glib/up.png +share/doc/html/gobject/GTypeModule.html +share/doc/html/gobject/GTypePlugin.html +share/doc/html/gobject/glib-genmarshal.html +share/doc/html/gobject/glib-mkenums.html share/doc/html/gobject/gobject-Boxed-Types.html share/doc/html/gobject/gobject-Closures.html share/doc/html/gobject/gobject-Enumeration-and-Flag-Types.html share/doc/html/gobject/gobject-GParamSpec.html -share/doc/html/gobject/gobject-GType.html -share/doc/html/gobject/gobject-GTypeModule.html -share/doc/html/gobject/gobject-GTypePlugin.html share/doc/html/gobject/gobject-Generic-values.html share/doc/html/gobject/gobject-Signals.html share/doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html share/doc/html/gobject/gobject-The-Base-Object-Type.html +share/doc/html/gobject/gobject-Type-Information.html share/doc/html/gobject/gobject-Value-arrays.html share/doc/html/gobject/gobject-Varargs-Value-Collection.html +share/doc/html/gobject/gobject-query.html share/doc/html/gobject/gobject.devhelp share/doc/html/gobject/home.png share/doc/html/gobject/index.html @@ -190,9 +203,11 @@ share/doc/html/gobject/left.png share/doc/html/gobject/pr01.html share/doc/html/gobject/right.png share/doc/html/gobject/rn01.html +share/doc/html/gobject/rn02.html share/doc/html/gobject/up.png share/glib-2.0/gettext/po/Makefile.in.in ${PKGLOCALEDIR}/locale/am/LC_MESSAGES/glib20.mo +${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/be/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/glib20.mo @@ -210,23 +225,25 @@ ${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/fa/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/glib20.mo +${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/glib20.mo +${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/id/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/is/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/glib20.mo -${PKGLOCALEDIR}/locale/li/LC_MESSAGES/glib20.mo +${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/glib20.mo -${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/glib20.mo +${PKGLOCALEDIR}/locale/pa/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/glib20.mo @@ -237,6 +254,7 @@ ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/glib20.mo +${PKGLOCALEDIR}/locale/sr@ije/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/glib20.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/glib20.mo -- cgit v1.2.3