diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-15 22:58:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-15 22:58:48 +0000 |
commit | 1adc95397927fb3e8732b8b473101e30525bb0db (patch) | |
tree | 6e21e9dfa632ebf171a0b925b530f8be6586e554 /devel | |
parent | e4e51828976b97ab59fe5a38c6c7ccdc516c54d6 (diff) | |
download | ports-1adc95397927fb3e8732b8b473101e30525bb0db.tar.gz ports-1adc95397927fb3e8732b8b473101e30525bb0db.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/gnome-vfsmm/Makefile | 28 | ||||
-rw-r--r-- | devel/gnome-vfsmm/distinfo | 1 | ||||
-rw-r--r-- | devel/gnome-vfsmm/files/patch-configure | 10 | ||||
-rw-r--r-- | devel/gnome-vfsmm/files/patch-libgnomevfs::Makefile.in | 11 | ||||
-rw-r--r-- | devel/gnome-vfsmm/pkg-descr | 3 | ||||
-rw-r--r-- | devel/gnome-vfsmm/pkg-plist | 27 |
7 files changed, 81 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 733461bcc233..267ea19ba3c0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -222,6 +222,7 @@ SUBDIR += glui SUBDIR += gmake SUBDIR += gnome-devel + SUBDIR += gnome-vfsmm SUBDIR += gnome2-devel SUBDIR += gnomebuild SUBDIR += gnomecommon diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile new file mode 100644 index 000000000000..7cfecde256ea --- /dev/null +++ b/devel/gnome-vfsmm/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gnome-vfsmm +# Date created: 22 May 2003 +# Whom: Alexander Nedotsukov <bland@mail.ru> +# +# $FreeBSD$ +# + +PORTNAME= gnome-vfsmm +PORTVERSION= 1.3.1 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gtkmm +DIST_SUBDIR= gnome2 + +MAINTAINER= bland@mail.ru +COMMENT= C++ wrapper for gnomevfs2 library + +LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomevfs2 +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --enable-static + +.include <bsd.port.mk> diff --git a/devel/gnome-vfsmm/distinfo b/devel/gnome-vfsmm/distinfo new file mode 100644 index 000000000000..fd08a2b7e8d5 --- /dev/null +++ b/devel/gnome-vfsmm/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gnome-vfsmm-1.3.1.tar.gz) = 97569f952fffabc2c6c5afb38513ad52 diff --git a/devel/gnome-vfsmm/files/patch-configure b/devel/gnome-vfsmm/files/patch-configure new file mode 100644 index 000000000000..d7b2624e844b --- /dev/null +++ b/devel/gnome-vfsmm/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed May 21 11:43:11 2003 ++++ configure Wed May 21 11:43:25 2003 +@@ -7884,6 +7884,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/gnome-vfsmm/files/patch-libgnomevfs::Makefile.in b/devel/gnome-vfsmm/files/patch-libgnomevfs::Makefile.in new file mode 100644 index 000000000000..d40ca03eabec --- /dev/null +++ b/devel/gnome-vfsmm/files/patch-libgnomevfs::Makefile.in @@ -0,0 +1,11 @@ +--- libgnomevfs/Makefile.in.orig Wed May 21 11:53:07 2003 ++++ libgnomevfs/Makefile.in Wed May 21 11:53:30 2003 +@@ -153,7 +153,7 @@ + gnome_vfsmm_configdir = $(libdir)/gnome-vfsmm-2.0/include + gnome_vfsmm_config_DATA = libgnomevfsmmconfig.h + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = gnome-vfsmm-2.0.pc + subdir = libgnomevfs + mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs diff --git a/devel/gnome-vfsmm/pkg-descr b/devel/gnome-vfsmm/pkg-descr new file mode 100644 index 000000000000..da03091b168f --- /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 000000000000..62a417b55d6c --- /dev/null +++ b/devel/gnome-vfsmm/pkg-plist @@ -0,0 +1,27 @@ +include/gnome-vfsmm-2.0/libgnomevfsmm.h +include/gnome-vfsmm-2.0/libgnomevfsmm/application-registry.h +include/gnome-vfsmm-2.0/libgnomevfsmm/directory-handle.h +include/gnome-vfsmm-2.0/libgnomevfsmm/enums.h +include/gnome-vfsmm-2.0/libgnomevfsmm/file-info.h +include/gnome-vfsmm-2.0/libgnomevfsmm/handle.h +include/gnome-vfsmm-2.0/libgnomevfsmm/init.h +include/gnome-vfsmm-2.0/libgnomevfsmm/mime-monitor.h +include/gnome-vfsmm-2.0/libgnomevfsmm/private/enums_p.h +include/gnome-vfsmm-2.0/libgnomevfsmm/private/file-info_p.h +include/gnome-vfsmm-2.0/libgnomevfsmm/private/mime-monitor_p.h +include/gnome-vfsmm-2.0/libgnomevfsmm/private/uri_p.h +include/gnome-vfsmm-2.0/libgnomevfsmm/uri.h +include/gnome-vfsmm-2.0/libgnomevfsmm/wrap_init.h +lib/gnome-vfsmm-2.0/include/libgnomevfsmmconfig.h +lib/gnome-vfsmm-2.0/proc/m4/convert.m4 +lib/gnome-vfsmm-2.0/proc/m4/convert_gnome_vfsmm.m4 +lib/libgnomevfsmm-1.3.a +lib/libgnomevfsmm-1.3.so +lib/libgnomevfsmm-1.3.so.2 +libdata/pkgconfig/gnome-vfsmm-2.0.pc +@dirrm lib/gnome-vfsmm-2.0/include +@dirrm lib/gnome-vfsmm-2.0/proc/m4 +@dirrm lib/gnome-vfsmm-2.0/proc +@dirrm include/gnome-vfsmm-2.0/libgnomevfsmm/private +@dirrm include/gnome-vfsmm-2.0/libgnomevfsmm +@dirrm include/gnome-vfsmm-2.0 |