summaryrefslogtreecommitdiffstats
path: root/devel/libglade2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-30 04:33:44 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-30 04:33:44 +0800
commitef8e3e53b961e8fd745fd895ba4d7d4b9ca2a9f5 (patch)
tree8a4f68d1dd8483a51482003c6040aa005ea163cd /devel/libglade2
parent61a0f1c8c4e73f9c90134b58357e7fd0be1d494c (diff)
downloadmarcuscom-ports-ef8e3e53b961e8fd745fd895ba4d7d4b9ca2a9f5.tar
marcuscom-ports-ef8e3e53b961e8fd745fd895ba4d7d4b9ca2a9f5.tar.gz
marcuscom-ports-ef8e3e53b961e8fd745fd895ba4d7d4b9ca2a9f5.tar.bz2
marcuscom-ports-ef8e3e53b961e8fd745fd895ba4d7d4b9ca2a9f5.tar.lz
marcuscom-ports-ef8e3e53b961e8fd745fd895ba4d7d4b9ca2a9f5.tar.xz
marcuscom-ports-ef8e3e53b961e8fd745fd895ba4d7d4b9ca2a9f5.tar.zst
marcuscom-ports-ef8e3e53b961e8fd745fd895ba4d7d4b9ca2a9f5.zip
Update to 2.5.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3155 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libglade2')
-rw-r--r--devel/libglade2/Makefile40
-rw-r--r--devel/libglade2/distinfo2
-rw-r--r--devel/libglade2/files/patch-ab20
-rw-r--r--devel/libglade2/pkg-descr3
-rw-r--r--devel/libglade2/pkg-plist38
5 files changed, 103 insertions, 0 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile
new file mode 100644
index 000000000..0c71312dd
--- /dev/null
+++ b/devel/libglade2/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: libglade2
+# Date created: 18 August 1999
+# Whom: Ade Lovett <ade@lovett.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libglade2
+PORTVERSION= 2.5.0
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5
+DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME glade library
+
+BUILD_DEPENDS= ${PYEXPAT}
+RUN_DEPENDS= ${PYEXPAT} \
+ xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_GMAKE= yes
+USE_PYTHON= yes
+USE_LIBTOOL_VER=15
+USE_GNOME= gnomehack libxml2 gtk20
+INSTALLS_SHLIB= yes
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
+ --disable-gtk-doc \
+ --with-xml-catalog=${LOCALBASE}/share/xml/catalog.ports
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+PLIST_SUB= XMLCATALOG="${LOCALBASE}/bin/xmlcatalog" \
+ CATALOG_PORTS_XML="${LOCALBASE}/share/xml/catalog.ports"
+
+.include <bsd.port.mk>
diff --git a/devel/libglade2/distinfo b/devel/libglade2/distinfo
new file mode 100644
index 000000000..a88c52659
--- /dev/null
+++ b/devel/libglade2/distinfo
@@ -0,0 +1,2 @@
+MD5 (gnome2/libglade-2.5.0.tar.bz2) = 2d7c71151771e4d1c4067ec739ce5f71
+SIZE (gnome2/libglade-2.5.0.tar.bz2) = 317558
diff --git a/devel/libglade2/files/patch-ab b/devel/libglade2/files/patch-ab
new file mode 100644
index 000000000..1ef7b7ed1
--- /dev/null
+++ b/devel/libglade2/files/patch-ab
@@ -0,0 +1,20 @@
+--- Makefile.in.orig Mon May 17 12:30:40 2004
++++ Makefile.in Mon May 17 12:31:44 2004
+@@ -22,7 +22,7 @@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+ pkgdatadir = $(datadir)/@PACKAGE@
+-pkglibdir = $(libdir)/@PACKAGE@
++pkglibdir = $(prefix)/libdata/pkgconfig
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = .
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+@@ -229,7 +229,7 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-SUBDIRS = glade doc tests
++SUBDIRS = glade doc
+ INCLUDES = $(LIBGLADE_CFLAGS)
+
+ # build documentation when doing a distcheck.
diff --git a/devel/libglade2/pkg-descr b/devel/libglade2/pkg-descr
new file mode 100644
index 000000000..7335dd1ea
--- /dev/null
+++ b/devel/libglade2/pkg-descr
@@ -0,0 +1,3 @@
+LibGlade allows GLADE interfaces to be handled at runtime, freeing
+GUI development from code development. This allows an interface to
+be changed without requiring a re-compilation.
diff --git a/devel/libglade2/pkg-plist b/devel/libglade2/pkg-plist
new file mode 100644
index 000000000..cba156fe6
--- /dev/null
+++ b/devel/libglade2/pkg-plist
@@ -0,0 +1,38 @@
+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/style.css
+share/doc/libglade/up.png
+share/xml/libglade/glade-2.0.dtd
+@unexec %%XMLCATALOG%% --noout --del %D/share/xml/libglade/glade-2.0.dtd %%CATALOG_PORTS_XML%% || /usr/bin/true
+@exec %%XMLCATALOG%% --noout --add "system" "http://glade.gnome.org/glade-2.0.dtd" %D/share/xml/libglade/glade-2.0.dtd %%CATALOG_PORTS_XML%% || /usr/bin/true
+@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