diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-02-09 23:18:15 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-02-09 23:18:15 +0000 |
commit | e313b3998d37dd4d4de39fef804ddb3f3eb80cfb (patch) | |
tree | 30306b20474a7fd2a841df15ffa38a49c5a4858a /devel | |
parent | Remove some commented out makefile cruft. (diff) |
Add bonobo-conf, the Bonobo configuration moniker is built on top of
GConf, providing a convenient way to handle configuration data.
Notes
Notes:
svn path=/head/; revision=38159
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/bonobo-conf/Makefile | 35 | ||||
-rw-r--r-- | devel/bonobo-conf/distinfo | 1 | ||||
-rw-r--r-- | devel/bonobo-conf/files/patch-aa | 6 | ||||
-rw-r--r-- | devel/bonobo-conf/pkg-comment | 1 | ||||
-rw-r--r-- | devel/bonobo-conf/pkg-descr | 10 | ||||
-rw-r--r-- | devel/bonobo-conf/pkg-plist | 32 |
7 files changed, 86 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index eb8df564de62..0627c73d807d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -32,6 +32,7 @@ SUBDIR += boaconstructor SUBDIR += boehm-gc SUBDIR += bonobo + SUBDIR += bonobo-conf SUBDIR += bugbuddy SUBDIR += c_c++_reference SUBDIR += camlp4 diff --git a/devel/bonobo-conf/Makefile b/devel/bonobo-conf/Makefile new file mode 100644 index 000000000000..7562e119ef0c --- /dev/null +++ b/devel/bonobo-conf/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: bonobo-conf +# Date created: 9th February 2001 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= bonobo-conf +PORTVERSION= 0.1 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= unstable/sources/bonobo-conf + +MAINTAINER= ade@FreeBSD.org + +LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \ + gconf-1.1:${PORTSDIR}/devel/gconf + +USE_X_PREFIX= yes +USE_PERL5= yes +USE_GMAKE= yes +USE_GNOME= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +pre-patch: + @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + +.include <bsd.port.mk> diff --git a/devel/bonobo-conf/distinfo b/devel/bonobo-conf/distinfo new file mode 100644 index 000000000000..aae7b86cd509 --- /dev/null +++ b/devel/bonobo-conf/distinfo @@ -0,0 +1 @@ +MD5 (bonobo-conf-0.1.tar.gz) = 607d28082814cdff1acf855f4d81fcb6 diff --git a/devel/bonobo-conf/files/patch-aa b/devel/bonobo-conf/files/patch-aa new file mode 100644 index 000000000000..081fe07c0a2e --- /dev/null +++ b/devel/bonobo-conf/files/patch-aa @@ -0,0 +1,6 @@ +--- macros/Makefile.in.orig Fri Feb 9 04:08:41 2001 ++++ macros/Makefile.in Fri Feb 9 16:43:29 2001 +@@ -99,2 +99,2 @@ + +-@INSIDE_GNOME_COMMON_TRUE@gnome_aclocaldir = $(datadir)/aclocal/gnome-macros ++@INSIDE_GNOME_COMMON_TRUE@gnome_aclocaldir = $(prefix)/share/aclocal/gnome-macros diff --git a/devel/bonobo-conf/pkg-comment b/devel/bonobo-conf/pkg-comment new file mode 100644 index 000000000000..09df6da22fb1 --- /dev/null +++ b/devel/bonobo-conf/pkg-comment @@ -0,0 +1 @@ +Bonobo configuration moniker diff --git a/devel/bonobo-conf/pkg-descr b/devel/bonobo-conf/pkg-descr new file mode 100644 index 000000000000..de9f604f35c8 --- /dev/null +++ b/devel/bonobo-conf/pkg-descr @@ -0,0 +1,10 @@ +The Bonobo configuration moniker is built on top of GConf and +provides a convenient way to handle configuration data. + +Features: + - provides persistent storage for configuration data + - able to store/edit arbitrary complex types - CORBA_any + - fully scriptable: everything is usable through the CORBA interfaces. + - easy to use + +WWW: http://www.gnome.org/ diff --git a/devel/bonobo-conf/pkg-plist b/devel/bonobo-conf/pkg-plist new file mode 100644 index 000000000000..fdd666cc2574 --- /dev/null +++ b/devel/bonobo-conf/pkg-plist @@ -0,0 +1,32 @@ +lib/bonobo/monikers/libconfig_moniker.a +lib/bonobo/monikers/libconfig_moniker.so +lib/bonobo/monikers/libconfig_moniker.so.0 +share/aclocal/gnome-macros/aclocal-include.m4 +share/aclocal/gnome-macros/autogen.sh +share/aclocal/gnome-macros/compiler-flags.m4 +share/aclocal/gnome-macros/curses.m4 +share/aclocal/gnome-macros/gnome-bonobo-check.m4 +share/aclocal/gnome-macros/gnome-common.m4 +share/aclocal/gnome-macros/gnome-fileutils.m4 +share/aclocal/gnome-macros/gnome-gettext.m4 +share/aclocal/gnome-macros/gnome-ghttp-check.m4 +share/aclocal/gnome-macros/gnome-gnorba-check.m4 +share/aclocal/gnome-macros/gnome-guile-checks.m4 +share/aclocal/gnome-macros/gnome-libgtop-check.m4 +share/aclocal/gnome-macros/gnome-macros.dep +share/aclocal/gnome-macros/gnome-objc-checks.m4 +share/aclocal/gnome-macros/gnome-orbit-check.m4 +share/aclocal/gnome-macros/gnome-print-check.m4 +share/aclocal/gnome-macros/gnome-pthread-check.m4 +share/aclocal/gnome-macros/gnome-support.m4 +share/aclocal/gnome-macros/gnome-undelfs.m4 +share/aclocal/gnome-macros/gnome-vfs.m4 +share/aclocal/gnome-macros/gnome-x-checks.m4 +share/aclocal/gnome-macros/gnome-xml-check.m4 +share/aclocal/gnome-macros/gnome.m4 +share/aclocal/gnome-macros/gperf-check.m4 +share/aclocal/gnome-macros/linger.m4 +share/aclocal/gnome-macros/need-declaration.m4 +share/gnome/idl/Bonobo_PropertyEditor.idl +share/gnome/oaf/Bonobo_Moniker_config.oaf +@dirrm share/aclocal/gnome-macros |