diff options
author | rh <rh> | 1999-07-31 19:06:08 +0000 |
---|---|---|
committer | rh <rh> | 1999-07-31 19:06:08 +0000 |
commit | b97bdf63c2b020e78e14ba048e201d74f88fb0d1 (patch) | |
tree | b5a99e016b46a6e755457949db30e72474c4ccf4 | |
parent | a28275779ca00199348ffdb306aef33a2e43f4e9 (diff) | |
download | pkgsrc-b97bdf63c2b020e78e14ba048e201d74f88fb0d1.tar.gz |
Initial import of libglade-0.2, a runtime interpreter for GLADE gui files
for GNOME.
-rw-r--r-- | devel/libglade/Makefile | 23 | ||||
-rw-r--r-- | devel/libglade/files/md5 | 3 | ||||
-rw-r--r-- | devel/libglade/files/patch-sum | 4 | ||||
-rw-r--r-- | devel/libglade/patches/patch-aa | 28 | ||||
-rw-r--r-- | devel/libglade/patches/patch-ab | 13 | ||||
-rw-r--r-- | devel/libglade/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/libglade/pkg/DESCR | 9 | ||||
-rw-r--r-- | devel/libglade/pkg/PLIST | 22 |
8 files changed, 103 insertions, 0 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile new file mode 100644 index 00000000000..270aa2ca978 --- /dev/null +++ b/devel/libglade/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/07/31 19:06:08 rh Exp $ +# + +DISTNAME= libglade-0.2 +CATEGORIES= devel +MASTER_SITES= http://gd.tuwien.ac.at/hci/gnome.org/GNOME/sources/libglade/ \ + ftp://gnomeftp.wgn.net/pub/gnome/sources/libglade/ \ + ftp://ftp.fr.gnome.org/pub/gnome/sources/libglade/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.daa.com.au/~james/gnome/ + +DEPENDS+= mawk-1.2.2:../../lang/mawk +DEPENDS+= gnome-libs-1.0.10:../../x11/gnome-libs +DEPENDS+= libxml-1.4.0:../../textproc/libxml + +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +USE_X11BASE= YES +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/libglade/files/md5 b/devel/libglade/files/md5 new file mode 100644 index 00000000000..11bdcc42465 --- /dev/null +++ b/devel/libglade/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/07/31 19:06:09 rh Exp $ + +MD5 (libglade-0.2.tar.gz) = ddf6445c30be0ed4741b8bba1e945fa2 diff --git a/devel/libglade/files/patch-sum b/devel/libglade/files/patch-sum new file mode 100644 index 00000000000..e566ed4e918 --- /dev/null +++ b/devel/libglade/files/patch-sum @@ -0,0 +1,4 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/07/31 19:06:09 rh Exp $ + +MD5 (patch-aa) = 6983c71d16a2a72fd2da0d750b2989d7 +MD5 (patch-ab) = 15924d7ef1c65b872d943476e510488e diff --git a/devel/libglade/patches/patch-aa b/devel/libglade/patches/patch-aa new file mode 100644 index 00000000000..5d2893535b2 --- /dev/null +++ b/devel/libglade/patches/patch-aa @@ -0,0 +1,28 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/07/31 19:06:09 rh Exp $ + +--- configure.orig Sun Jun 20 13:27:55 1999 ++++ configure Fri Jul 30 19:52:25 1999 +@@ -1738,8 +1738,10 @@ + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" + ++if false; then + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++fi + + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. +@@ -4472,10 +4474,12 @@ + top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac + ++if false; then + case "$ac_given_INSTALL" in + [/$]*) INSTALL="$ac_given_INSTALL" ;; + *) INSTALL="$ac_dots$ac_given_INSTALL" ;; + esac ++fi + + echo creating "$ac_file" + rm -f "$ac_file" diff --git a/devel/libglade/patches/patch-ab b/devel/libglade/patches/patch-ab new file mode 100644 index 00000000000..b9a2c9e8895 --- /dev/null +++ b/devel/libglade/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/07/31 19:06:09 rh Exp $ + +--- doc/Makefile.in.orig Sun Jun 20 17:52:23 1999 ++++ doc/Makefile.in Fri Jul 30 20:04:05 1999 +@@ -294,8 +294,6 @@ + echo '-- Installing '$$i ; \ + $(INSTALL_DATA) $$i $(TARGET_DIR); \ + done; \ +- echo '-- Installing $(srcdir)/html/index.sgml' ; \ +- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(TARGET_DIR); \ + echo '-- Fixing Crossreferences' ; \ + gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR) || true; \ + fi) diff --git a/devel/libglade/pkg/COMMENT b/devel/libglade/pkg/COMMENT new file mode 100644 index 00000000000..a1b460eb28d --- /dev/null +++ b/devel/libglade/pkg/COMMENT @@ -0,0 +1 @@ +A runtime interpreter for GLADE gui files diff --git a/devel/libglade/pkg/DESCR b/devel/libglade/pkg/DESCR new file mode 100644 index 00000000000..8dd5155d5fd --- /dev/null +++ b/devel/libglade/pkg/DESCR @@ -0,0 +1,9 @@ + 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. diff --git a/devel/libglade/pkg/PLIST b/devel/libglade/pkg/PLIST new file mode 100644 index 00000000000..eae39506018 --- /dev/null +++ b/devel/libglade/pkg/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/31 19:06:08 rh Exp $ +bin/libglade-config +bin/libglade-xgettext +include/glade/glade.h +include/glade/glade-xml.h +include/glade/glade-build.h +lib/libglade.so.0.0 +lib/libglade.a +lib/libglade-gnome.so.0.0 +lib/libglade-gnome.a +lib/libgladeConf.sh +share/aclocal/libglade.m4 +share/gnome/html/libglade/gladexml.html +share/gnome/html/libglade/libglade-embedding.html +share/gnome/html/libglade/libglade-extending.html +share/gnome/html/libglade/libglade-gnome.html +share/gnome/html/libglade/libglade-i18n.html +share/gnome/html/libglade/libglade-lib.html +share/gnome/html/libglade/libglade-libglade-build.html +share/gnome/html/libglade/libglade-libglade-initialisation.html +share/gnome/html/libglade/libglade-notes.html +share/gnome/html/libglade/libglade.html |