From 51b099c2b9d6bc996bfbca51fe8c1e554a059a23 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 12 Jul 2002 17:33:14 +0000 Subject: Initial import of libglade2, supplied by Julio Merino in pkg/17462. Libglade is a library that performs a similar job to the C source output routines in the GLADE user interface builder. Whereas GLADE's output routines create C code that can then be compiled, libglade builds the interface from an XML file (GLADE's save format) at runtime. This way you can change the look of a program without needing to recompile. Currently it supports all the widgets in current releases, together with support for keyboard accelerators and automatic signal connection. --- devel/libglade2/PLIST | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 devel/libglade2/PLIST (limited to 'devel/libglade2/PLIST') diff --git a/devel/libglade2/PLIST b/devel/libglade2/PLIST new file mode 100644 index 00000000000..581e0b144c3 --- /dev/null +++ b/devel/libglade2/PLIST @@ -0,0 +1,31 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/12 17:33:14 wiz Exp $ +include/libglade-2.0/glade/glade-build.h +include/libglade-2.0/glade/glade-init.h +include/libglade-2.0/glade/glade-parser.h +include/libglade-2.0/glade/glade-xml.h +include/libglade-2.0/glade/glade.h +lib/libglade-2.0.a +lib/libglade-2.0.la +lib/libglade-2.0.so +lib/libglade-2.0.so.0 +lib/libglade-2.0.so.0.0 +lib/pkgconfig/libglade-2.0.pc +share/gtk-doc/html/libglade/gladexml.html +share/gtk-doc/html/libglade/libglade-dtd-exceptions.html +share/gtk-doc/html/libglade/libglade-dtd.html +share/gtk-doc/html/libglade/libglade-embedding.html +share/gtk-doc/html/libglade/libglade-extending.html +share/gtk-doc/html/libglade/libglade-i18n.html +share/gtk-doc/html/libglade/libglade-lib.html +share/gtk-doc/html/libglade/libglade-libglade-build.html +share/gtk-doc/html/libglade/libglade-libglade-initialisation.html +share/gtk-doc/html/libglade/libglade-libglade-sax-parser.html +share/gtk-doc/html/libglade/libglade-modules.html +share/gtk-doc/html/libglade/libglade-notes.html +share/gtk-doc/html/libglade/libglade.html +share/xml/libglade/glade-2.0.dtd +@dirrm share/xml/libglade +@unexec ${RMDIR} %D/share/xml 2>/dev/null || true +@dirrm share/gtk-doc/html/libglade +@dirrm include/libglade-2.0/glade +@dirrm include/libglade-2.0 -- cgit v1.2.3