summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-22 19:47:53 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-22 19:47:53 +0800
commit9defb304a74653950e7dfcfccd58447d021f3baf (patch)
tree2356947c435470e27f942f96035a4f45776a8fe5 /devel
parentd7f0c9c0e5e71c42c85729da7b71c81f5dc41187 (diff)
downloadmarcuscom-ports-9defb304a74653950e7dfcfccd58447d021f3baf.tar
marcuscom-ports-9defb304a74653950e7dfcfccd58447d021f3baf.tar.gz
marcuscom-ports-9defb304a74653950e7dfcfccd58447d021f3baf.tar.bz2
marcuscom-ports-9defb304a74653950e7dfcfccd58447d021f3baf.tar.lz
marcuscom-ports-9defb304a74653950e7dfcfccd58447d021f3baf.tar.xz
marcuscom-ports-9defb304a74653950e7dfcfccd58447d021f3baf.tar.zst
marcuscom-ports-9defb304a74653950e7dfcfccd58447d021f3baf.zip
Update to 2.24.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11569 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/gconfmm26/Makefile4
-rw-r--r--devel/gconfmm26/distinfo6
-rw-r--r--devel/gnome-vfsmm/Makefile38
-rw-r--r--devel/gnome-vfsmm/distinfo3
-rw-r--r--devel/gnome-vfsmm/pkg-descr3
-rw-r--r--devel/gnome-vfsmm/pkg-plist62
6 files changed, 111 insertions, 5 deletions
diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile
index 27d72442c..8ef578e17 100644
--- a/devel/gconfmm26/Makefile
+++ b/devel/gconfmm26/Makefile
@@ -3,11 +3,11 @@
# Whom: Alexander Nedotsukov <bland@mail.ru>
#
# $FreeBSD$
-# $MCom: ports/devel/gconfmm26/Makefile,v 1.20 2008/03/08 16:24:44 marcus Exp $
+# $MCom: ports/devel/gconfmm26/Makefile,v 1.22 2008/09/10 17:41:16 marcus Exp $
#
PORTNAME= gconfmm
-PORTVERSION= 2.23.1
+PORTVERSION= 2.24.0
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/devel/gconfmm26/distinfo b/devel/gconfmm26/distinfo
index 7348b2e3f..20aa775d8 100644
--- a/devel/gconfmm26/distinfo
+++ b/devel/gconfmm26/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gconfmm-2.23.1.tar.bz2) = 361e34020e7735cec58ec999193a851f
-SHA256 (gnome2/gconfmm-2.23.1.tar.bz2) = 31530f8e7784493885c7b2296166e46f04d3f04c1be2662dd2f1cdac623b4392
-SIZE (gnome2/gconfmm-2.23.1.tar.bz2) = 295716
+MD5 (gnome2/gconfmm-2.24.0.tar.bz2) = cd2c3c919dbf8f90f703680d2fa088b2
+SHA256 (gnome2/gconfmm-2.24.0.tar.bz2) = d801f3422411269b4234e97589d8c90a2495336320e608c5aab4a277c0010baa
+SIZE (gnome2/gconfmm-2.24.0.tar.bz2) = 298222
diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile
new file mode 100644
index 000000000..e830b04fc
--- /dev/null
+++ b/devel/gnome-vfsmm/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: gnome-vfsmm
+# Date created: 22 May 2003
+# Whom: Alexander Nedotsukov <bland@mail.ru>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnome-vfsmm
+PORTVERSION= 2.24.0
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= bland@FreeBSD.org
+COMMENT= C++ wrapper for gnomevfs2 library
+
+LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm
+BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnomevfs2
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+CONFIGURE_ARGS= --enable-static
+
+PLIST_SUB= VERSION="2.6" API_VERSION="2.6"
+
+post-patch:
+ @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples// ; \
+ /^SUBDIRS =/s/docs//' \
+ ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \
+ ${WRKSRC}/tools/extra_defs_gen/Makefile.in
+
+.include <bsd.port.mk>
diff --git a/devel/gnome-vfsmm/distinfo b/devel/gnome-vfsmm/distinfo
new file mode 100644
index 000000000..857e752d8
--- /dev/null
+++ b/devel/gnome-vfsmm/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/gnome-vfsmm-2.24.0.tar.bz2) = f02257451583832c4d67f4accba7ad62
+SHA256 (gnome2/gnome-vfsmm-2.24.0.tar.bz2) = ab2fd9067d631254543f5dd33edf0649983e53073cfc697ce7de5157d4ba80ae
+SIZE (gnome2/gnome-vfsmm-2.24.0.tar.bz2) = 359035
diff --git a/devel/gnome-vfsmm/pkg-descr b/devel/gnome-vfsmm/pkg-descr
new file mode 100644
index 000000000..da03091b1
--- /dev/null
+++ b/devel/gnome-vfsmm/pkg-descr
@@ -0,0 +1,3 @@
+This is a set of thin C++ wrappers for GnomeVFS v2 library.
+
+WWW: http://gtkmm.sourceforge.net/
diff --git a/devel/gnome-vfsmm/pkg-plist b/devel/gnome-vfsmm/pkg-plist
new file mode 100644
index 000000000..a117076e4
--- /dev/null
+++ b/devel/gnome-vfsmm/pkg-plist
@@ -0,0 +1,62 @@
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/address.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/application-registry.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/async-2.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/async-handle-2.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/async-handle.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/async.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/directory-handle.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/dns-sd.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/drive.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/enums.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/exception.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/file-info.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/handle.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/init.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/mime-action.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/mime-application.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/mime-handlers.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/mime-monitor.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/monitor-handle.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/address_p.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/async-handle-2_p.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/async-handle_p.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/drive_p.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/enums_p.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/file-info_p.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/mime-action_p.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/mime-application_p.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/mime-monitor_p.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/resolve-handle_p.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/transfer-progress-2_p.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/transfer-progress_p.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/uri_p.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/volume-monitor_p.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/volume_p.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/resolve-handle.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/transfer-2.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/transfer-progress-2.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/transfer-progress.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/transfer.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/types.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/uri.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/utils.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/volume-monitor.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/volume.h
+include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/wrap_init.h
+lib/gnome-vfsmm-%%API_VERSION%%/include/libgnomevfsmmconfig.h
+lib/gnome-vfsmm-%%API_VERSION%%/proc/m4/convert.m4
+lib/gnome-vfsmm-%%API_VERSION%%/proc/m4/convert_gnome_vfsmm.m4
+lib/libgnomevfsmm-%%VERSION%%.a
+lib/libgnomevfsmm-%%VERSION%%.la
+lib/libgnomevfsmm-%%VERSION%%.so
+lib/libgnomevfsmm-%%VERSION%%.so.1
+libdata/pkgconfig/gnome-vfsmm-%%API_VERSION%%.pc
+@dirrm lib/gnome-vfsmm-%%API_VERSION%%/proc/m4
+@dirrm lib/gnome-vfsmm-%%API_VERSION%%/proc
+@dirrm lib/gnome-vfsmm-%%API_VERSION%%/include
+@dirrm lib/gnome-vfsmm-%%API_VERSION%%
+@dirrm include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private
+@dirrm include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm
+@dirrm include/gnome-vfsmm-%%API_VERSION%%