summaryrefslogtreecommitdiffstats
path: root/devel/libglademm24
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-08 02:45:01 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-08 02:45:01 +0800
commit4a6c82d87e33d38c6519aec0dc8f6a12f36170f1 (patch)
treeb6d8db2ea7b76c710dcf428fa918fc1431a187b2 /devel/libglademm24
parentf00b0a64e676f093f1d4add51c0046cf05b20eee (diff)
downloadmarcuscom-ports-4a6c82d87e33d38c6519aec0dc8f6a12f36170f1.tar
marcuscom-ports-4a6c82d87e33d38c6519aec0dc8f6a12f36170f1.tar.gz
marcuscom-ports-4a6c82d87e33d38c6519aec0dc8f6a12f36170f1.tar.bz2
marcuscom-ports-4a6c82d87e33d38c6519aec0dc8f6a12f36170f1.tar.lz
marcuscom-ports-4a6c82d87e33d38c6519aec0dc8f6a12f36170f1.tar.xz
marcuscom-ports-4a6c82d87e33d38c6519aec0dc8f6a12f36170f1.tar.zst
marcuscom-ports-4a6c82d87e33d38c6519aec0dc8f6a12f36170f1.zip
Update to 2.6.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4775 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libglademm24')
-rw-r--r--devel/libglademm24/Makefile53
-rw-r--r--devel/libglademm24/distinfo2
-rw-r--r--devel/libglademm24/pkg-descr3
-rw-r--r--devel/libglademm24/pkg-plist63
4 files changed, 121 insertions, 0 deletions
diff --git a/devel/libglademm24/Makefile b/devel/libglademm24/Makefile
new file mode 100644
index 000000000..d66557e16
--- /dev/null
+++ b/devel/libglademm24/Makefile
@@ -0,0 +1,53 @@
+# New ports collection makefile for: libglademm
+# Date created: 22 May 2003
+# Whom: Alexander Nedotsukov <bland@mail.ru>
+#
+# $FreeBSD: ports/devel/libglademm24/Makefile,v 1.16 2005/04/22 05:41:25 bland Exp $
+#
+
+PORTNAME= libglademm
+PORTVERSION= 2.6.1
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= bland@FreeBSD.org
+COMMENT= C++ wrapper for libglade2 library
+
+LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
+BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
+
+LATEST_LINK= libglademm24
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GCC= 3.4
+USE_REINPLACE= yes
+USE_GNOME= gnomehack libglade2
+USE_INC_LIBTOOL_VER=15
+INSTALLS_SHLIB= yes
+CONFIGURE_ARGS= --enable-static
+
+PLIST_SUB= VERSION="2.4" API_VERSION="2.4"
+
+post-patch:
+ @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
+ ${WRKSRC}/Makefile.in
+.if defined(NOPORTDOCS)
+ @${REINPLACE_CMD} -e 's|^\(SUBDIRS = .*\)\(docs\)\(.*\)|\1\3|' ${WRKSRC}/Makefile.in
+.endif
+ @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \
+ ${WRKSRC}/tools/extra_defs_gen/Makefile.in
+
+patch-autotools:
+ @(cd ${PATCH_WRKSRC}; \
+ for file in ${LIBTOOLFILES}; do \
+ ${CP} $$file $$file.tmp; \
+ ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \
+ $$file.tmp > $$file; \
+ ${RM} $$file.tmp; \
+ done);
+
+.include <bsd.port.mk>
diff --git a/devel/libglademm24/distinfo b/devel/libglademm24/distinfo
new file mode 100644
index 000000000..14c40e63f
--- /dev/null
+++ b/devel/libglademm24/distinfo
@@ -0,0 +1,2 @@
+MD5 (gnome2/libglademm-2.6.1.tar.bz2) = 0e9dd1e7b0e3170b56c50e5c4630fe95
+SIZE (gnome2/libglademm-2.6.1.tar.bz2) = 328018
diff --git a/devel/libglademm24/pkg-descr b/devel/libglademm24/pkg-descr
new file mode 100644
index 000000000..4e71ae598
--- /dev/null
+++ b/devel/libglademm24/pkg-descr
@@ -0,0 +1,3 @@
+This is a set of thin C++ wrappers for libglade v2 library.
+
+WWW: http://gtkmm.sourceforge.net/
diff --git a/devel/libglademm24/pkg-plist b/devel/libglademm24/pkg-plist
new file mode 100644
index 000000000..dcc7df3fc
--- /dev/null
+++ b/devel/libglademm24/pkg-plist
@@ -0,0 +1,63 @@
+include/libglademm-%%API_VERSION%%/libglademm.h
+include/libglademm-%%API_VERSION%%/libglademm/init.h
+include/libglademm-%%API_VERSION%%/libglademm/private/xml_p.h
+include/libglademm-%%API_VERSION%%/libglademm/variablesmap.h
+include/libglademm-%%API_VERSION%%/libglademm/wrap_init.h
+include/libglademm-%%API_VERSION%%/libglademm/xml.h
+lib/libglademm-%%VERSION%%.a
+lib/libglademm-%%VERSION%%.so
+lib/libglademm-%%VERSION%%.so.1
+lib/libglademm-%%API_VERSION%%/include/libglademmconfig.h
+lib/libglademm-%%API_VERSION%%/proc/m4/convert.m4
+lib/libglademm-%%API_VERSION%%/proc/m4/convert_libglademm.m4
+libdata/pkgconfig/libglademm-%%API_VERSION%%.pc
+%%PORTDOCS%%share/devhelp/books/libglademm-%%API_VERSION%%/libglademm-%%API_VERSION%%.devhelp
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/annotated.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1VariablesMap-members.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1VariablesMap.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1Xml-members.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1Xml.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1XmlError-members.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1XmlError.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1XmlError__inherit__graph.dot
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1Xml__inherit__graph.dot
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classes.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/dir_000000.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/dir_000000_dep.dot
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/dir_000001.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/dir_000001_dep.dot
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/dirs.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/doxygen.css
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/doxygen.png
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/files.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/functions.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/functions_func.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/functions_type.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/functions_vars.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/graph_legend.dot
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/graph_legend.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/hierarchy.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/index.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__0.dot
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherits.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/init_8h.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/namespaceGnome.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/namespaceGnome_1_1Glade.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/namespaces.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/variablesmap_8h.html
+%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/xml_8h.html
+%%PORTDOCS%%@dirrm share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html
+%%PORTDOCS%%@dirrm share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference
+%%PORTDOCS%%@dirrm share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs
+%%PORTDOCS%%@dirrm share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%
+%%PORTDOCS%%@unexec /bin/rmdir %D/share/doc/gnomemm-2.6 2> /dev/null || /usr/bin/true
+%%PORTDOCS%%@dirrm share/devhelp/books/libglademm-%%API_VERSION%%
+%%PORTDOCS%%@unexec /bin/rmdir %D/share/devhelp/books 2> /dev/null || /usr/bin/true
+%%PORTDOCS%%@unexec /bin/rmdir %D/share/devhelp 2> /dev/null || /usr/bin/true
+@dirrm lib/libglademm-%%API_VERSION%%/proc/m4
+@dirrm lib/libglademm-%%API_VERSION%%/proc
+@dirrm lib/libglademm-%%API_VERSION%%/include
+@dirrm lib/libglademm-%%API_VERSION%%
+@dirrm include/libglademm-%%API_VERSION%%/libglademm/private
+@dirrm include/libglademm-%%API_VERSION%%/libglademm
+@dirrm include/libglademm-%%API_VERSION%%