summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-08-11 13:45:43 +0000
committerrh <rh@pkgsrc.org>2001-08-11 13:45:43 +0000
commitf043095ba798b94bd24a1c18468e3c86640cf824 (patch)
tree16fa27f8efc6c1ded031c5310420b782227195b3 /devel
parent981e67a8e63b8f1d8599dd2c6d4ce52d01442ebb (diff)
downloadpkgsrc-f043095ba798b94bd24a1c18468e3c86640cf824.tar.gz
Initial import of bonobo-conf-0.10, the GNOME Bonobo Configuration System.
Diffstat (limited to 'devel')
-rw-r--r--devel/bonobo-conf/Makefile34
-rw-r--r--devel/bonobo-conf/distinfo4
-rw-r--r--devel/bonobo-conf/pkg/DESCR13
-rw-r--r--devel/bonobo-conf/pkg/PLIST48
4 files changed, 99 insertions, 0 deletions
diff --git a/devel/bonobo-conf/Makefile b/devel/bonobo-conf/Makefile
new file mode 100644
index 00000000000..9b6010f41fb
--- /dev/null
+++ b/devel/bonobo-conf/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/08/11 13:45:43 rh Exp $
+#
+
+DISTNAME= bonobo-conf-0.10
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/bonobo-conf/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnome.org/
+COMMENT= Bonobo configuration system
+
+DEPENDS+= oaf>=0.6.2:../../devel/oaf
+DEPENDS+= GConf>=0.11:../../devel/GConf
+DEPENDS+= bonobo>=0.37:../../devel/bonobo
+BUILD_USES_MSGFMT= YES
+
+GNU_CONFIGURE= YES
+USE_LIBINTL= YES
+USE_X11BASE= YES
+USE_LIBTOOL= YES
+USE_GMAKE= YES
+
+post-configure:
+ ${RM} -f ${WRKSRC}/libtool
+ ${LN} -s ${LOCALBASE}/bin/libtool ${WRKSRC}
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bonobo-conf
+.for doc in bonobo-conf.pdf bonobo-conf.sgml
+ ${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${PREFIX}/share/doc/bonobo-conf
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/bonobo-conf/distinfo b/devel/bonobo-conf/distinfo
new file mode 100644
index 00000000000..2f52a67b836
--- /dev/null
+++ b/devel/bonobo-conf/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/08/11 13:45:43 rh Exp $
+
+SHA1 (bonobo-conf-0.10.tar.bz2) = f3692d62a72b0e85b5ff3052c1df128a05f01477
+Size (bonobo-conf-0.10.tar.bz2) = 327195 bytes
diff --git a/devel/bonobo-conf/pkg/DESCR b/devel/bonobo-conf/pkg/DESCR
new file mode 100644
index 00000000000..14d794eaaf3
--- /dev/null
+++ b/devel/bonobo-conf/pkg/DESCR
@@ -0,0 +1,13 @@
+ The Bonobo Configuration System (BCS) consists of several parts. An
+API to access configuration data, a database to store configuration values
+in XML format and a system to visualise and edit configuration data. The
+whole system is built on top of bonobo and ORBit (CORBA).
+
+ There are several APIs to access the configuration data, and the API can
+be chosen through the bonobo moniker system. It is up to the programmer
+to decide which interface is best for a given application. The
+configuration system allows you to store the data with various backends.
+Although BCS is shipped with it's own XML based backend, it is also
+possible to use GConf, or LDAP as backend. The configuration database
+architecture is a reimplementation of the GConf architecture developed by
+Havoc Pennington using Bonobo-native idioms.
diff --git a/devel/bonobo-conf/pkg/PLIST b/devel/bonobo-conf/pkg/PLIST
new file mode 100644
index 00000000000..96996534545
--- /dev/null
+++ b/devel/bonobo-conf/pkg/PLIST
@@ -0,0 +1,48 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/11 13:45:43 rh Exp $
+bin/bonobo-moniker-xmldb
+bin/cedit
+include/bonobo-conf/Bonobo_Config.h
+include/bonobo-conf/bonobo-config-control.h
+include/bonobo-conf/bonobo-config-database.h
+include/bonobo-conf/bonobo-config-subdir.h
+include/bonobo-conf/bonobo-config-utils.h
+include/bonobo-conf/bonobo-preferences.h
+include/bonobo-conf/bonobo-property-bag-proxy.h
+include/bonobo-conf/bonobo-property-editor.h
+include/bonobo-conf/bonobo-property-frame.h
+lib/bonobo/monikers/libmoniker_config.a
+lib/bonobo/monikers/libmoniker_config.la
+lib/bonobo/monikers/libmoniker_config.so
+lib/bonobo/monikers/libmoniker_config.so.0
+lib/bonobo/monikers/libmoniker_config.so.0.0
+lib/bonobo/monikers/libmoniker_gconf.a
+lib/bonobo/monikers/libmoniker_gconf.la
+lib/bonobo/monikers/libmoniker_gconf.so
+lib/bonobo/monikers/libmoniker_gconf.so.0
+lib/bonobo/monikers/libmoniker_gconf.so.0.0
+lib/bonobo_confConf.sh
+lib/libbonobo_conf.a
+lib/libbonobo_conf.la
+lib/libbonobo_conf.so
+lib/libbonobo_conf.so.0
+lib/libbonobo_conf.so.0.0
+share/doc/bonobo-conf/bonobo-conf.pdf
+share/doc/bonobo-conf/bonobo-conf.sgml
+share/idl/Bonobo_Config.idl
+share/locale/de/LC_MESSAGES/bonobo-conf.mo
+share/locale/it/LC_MESSAGES/bonobo-conf.mo
+share/locale/nn/LC_MESSAGES/bonobo-conf.mo
+share/locale/no/LC_MESSAGES/bonobo-conf.mo
+share/locale/pl/LC_MESSAGES/bonobo-conf.mo
+share/locale/sv/LC_MESSAGES/bonobo-conf.mo
+share/locale/zh_TW.Big5/LC_MESSAGES/bonobo-conf.mo
+share/oaf/Bonobo_Moniker_config.oaf
+share/oaf/Bonobo_Moniker_gconf.oaf
+share/oaf/Bonobo_Moniker_xmldb.oaf
+@dirrm share/doc/bonobo-conf
+@exec /bin/mkdir -p /usr/X11R6/share/bonobo-conf/html/bonobo-conf
+@dirrm share/bonobo-conf/html/bonobo-conf
+@dirrm share/bonobo-conf/html
+@dirrm share/bonobo-conf
+@dirrm lib/bonobo/monikers
+@dirrm include/bonobo-conf