summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-15 01:41:14 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-15 01:41:14 +0800
commit8b2ee0f129e599cec784a67ac2b855bf718084ca (patch)
treea555dd0011368cf47555a64423beb102604f79f6
parent5051194bb4ed6564c697a7ea42bbea0b3ee63bbe (diff)
downloadmarcuscom-ports-8b2ee0f129e599cec784a67ac2b855bf718084ca.tar
marcuscom-ports-8b2ee0f129e599cec784a67ac2b855bf718084ca.tar.gz
marcuscom-ports-8b2ee0f129e599cec784a67ac2b855bf718084ca.tar.bz2
marcuscom-ports-8b2ee0f129e599cec784a67ac2b855bf718084ca.tar.lz
marcuscom-ports-8b2ee0f129e599cec784a67ac2b855bf718084ca.tar.xz
marcuscom-ports-8b2ee0f129e599cec784a67ac2b855bf718084ca.tar.zst
marcuscom-ports-8b2ee0f129e599cec784a67ac2b855bf718084ca.zip
Update to 2.3.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1325 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--devel/libglade2/Makefile35
-rw-r--r--devel/libglade2/distinfo1
-rw-r--r--devel/libglade2/files/patch-ab20
-rw-r--r--devel/libglade2/files/patch-configure13
-rw-r--r--devel/libglade2/pkg-descr5
-rw-r--r--devel/libglade2/pkg-plist35
6 files changed, 109 insertions, 0 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile
new file mode 100644
index 000000000..9b2c1f288
--- /dev/null
+++ b/devel/libglade2/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: libglade2
+# Date created: 18 August 1999
+# Whom: Ade Lovett <ade@lovett.com>
+#
+# $FreeBSD: ports/devel/libglade2/Makefile,v 1.50 2003/11/04 18:08:47 perky Exp $
+#
+
+PORTNAME= libglade2
+PORTVERSION= 2.3.1
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.3
+DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME glade library
+
+BUILD_DEPENDS= ${PYEXPAT}
+RUN_DEPENDS= ${PYEXPAT}
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_GMAKE= yes
+USE_PYTHON= yes
+USE_LIBTOOL= yes
+USE_GNOME= gnomehack libxml2 gtk20
+INSTALLS_SHLIB= yes
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
+ --disable-gtk-doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>
diff --git a/devel/libglade2/distinfo b/devel/libglade2/distinfo
new file mode 100644
index 000000000..2fd392f29
--- /dev/null
+++ b/devel/libglade2/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/libglade-2.3.1.tar.bz2) = 29bcc66ff148463a407e01afaa8db90a
diff --git a/devel/libglade2/files/patch-ab b/devel/libglade2/files/patch-ab
new file mode 100644
index 000000000..ebc6a6880
--- /dev/null
+++ b/devel/libglade2/files/patch-ab
@@ -0,0 +1,20 @@
+--- Makefile.in.orig Fri Nov 14 12:32:02 2003
++++ Makefile.in Fri Nov 14 12:32:48 2003
+@@ -18,7 +18,7 @@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+ pkgdatadir = $(datadir)/@PACKAGE@
+-pkglibdir = $(libdir)/@PACKAGE@
++pkglibdir = $(prefix)/libdata/pkgconfig
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = .
+
+@@ -169,7 +169,7 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-SUBDIRS = glade doc tests
++SUBDIRS = glade doc
+
+ INCLUDES = $(LIBGLADE_CFLAGS)
+
diff --git a/devel/libglade2/files/patch-configure b/devel/libglade2/files/patch-configure
new file mode 100644
index 000000000..1b2eb098f
--- /dev/null
+++ b/devel/libglade2/files/patch-configure
@@ -0,0 +1,13 @@
+
+$FreeBSD: ports/devel/libglade2/files/patch-configure,v 1.2 2003/02/07 18:42:05 marcus Exp $
+
+--- configure 2002/04/26 09:41:08 1.1
++++ configure 2002/04/26 09:41:27
+@@ -7406,6 +7406,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/devel/libglade2/pkg-descr b/devel/libglade2/pkg-descr
new file mode 100644
index 000000000..dd6a386e9
--- /dev/null
+++ b/devel/libglade2/pkg-descr
@@ -0,0 +1,5 @@
+A library that allows you to load GLADE interfaces at runtime (you don't
+have to generate stubs with GLADE before hand). This way you can change
+the look of your application without recompiling. This way you can write
+the logic behind the interface separately from the code to build the
+interface, so changing the interface is not so much of a problem.
diff --git a/devel/libglade2/pkg-plist b/devel/libglade2/pkg-plist
new file mode 100644
index 000000000..85f4a2716
--- /dev/null
+++ b/devel/libglade2/pkg-plist
@@ -0,0 +1,35 @@
+bin/libglade-convert
+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.so
+lib/libglade-2.0.so.0
+libdata/pkgconfig/libglade-2.0.pc
+share/doc/libglade/GladeXML.html
+share/doc/libglade/home.png
+share/doc/libglade/index.html
+share/doc/libglade/index.sgml
+share/doc/libglade/left.png
+share/doc/libglade/libglade-Libglade-Build.html
+share/doc/libglade/libglade-Libglade-Initialisation.html
+share/doc/libglade/libglade-Libglade-SAX-Parser.html
+share/doc/libglade/libglade-dtd.html
+share/doc/libglade/libglade-dtd-exceptions.html
+share/doc/libglade/libglade-embedding.html
+share/doc/libglade/libglade-extending.html
+share/doc/libglade/libglade-i18n.html
+share/doc/libglade/libglade-lib.html
+share/doc/libglade/libglade-modules.html
+share/doc/libglade/libglade-notes.html
+share/doc/libglade/libglade.devhelp
+share/doc/libglade/right.png
+share/doc/libglade/up.png
+share/xml/libglade/glade-2.0.dtd
+@dirrm share/xml/libglade
+@dirrm share/doc/libglade
+@dirrm include/libglade-2.0/glade
+@dirrm include/libglade-2.0
+@unexec /bin/rmdir %D/share/xml 2>/dev/null || /usr/bin/true