mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
GConf is a configuration database system for the GNOME desktop,
functionally similar to the Windows registry but lots better :-)
This commit is contained in:
parent
14bf79d354
commit
9ea482340b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29992
38
devel/gconf/Makefile
Normal file
38
devel/gconf/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: gconf
|
||||
# Date created: 28th June 2000
|
||||
# Whom: Ade Lovett <ade@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gconf
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/GConf
|
||||
DISTNAME= GConf-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
|
||||
xml.5:${PORTSDIR}/textproc/libxml \
|
||||
popt.0:${PORTSDIR}/devel/popt \
|
||||
guile.6:${PORTSDIR}/lang/guile \
|
||||
oaf.0:${PORTSDIR}/devel/oaf
|
||||
RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
|
||||
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALL_SHLIBS= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
--datadir=${PREFIX}/share/gnome
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/gconf/distinfo
Normal file
1
devel/gconf/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (GConf-0.5.tar.gz) = 9dc7c3c9626fa7ccefbac4cb9954d504
|
1
devel/gconf/pkg-comment
Normal file
1
devel/gconf/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A configuration database system for GNOME
|
4
devel/gconf/pkg-descr
Normal file
4
devel/gconf/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
GConf is a configuration database system for the GNOME desktop,
|
||||
functionally similar to the Windows registry but lots better :-)
|
||||
|
||||
WWW: http://www.gnome.org/
|
44
devel/gconf/pkg-plist
Normal file
44
devel/gconf/pkg-plist
Normal file
@ -0,0 +1,44 @@
|
||||
bin/gconf-config
|
||||
bin/gconfd
|
||||
bin/gconftool
|
||||
etc/gconf/gconf.xml.defaults/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/desktop/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/desktop/standard/%gconf.xml
|
||||
etc/gconf/path.example
|
||||
etc/gconf/schemas/desktop.schemas
|
||||
include/gconf/gconf-backend.h
|
||||
include/gconf/gconf-changeset.h
|
||||
include/gconf/gconf-client.h
|
||||
include/gconf/gconf-engine.h
|
||||
include/gconf/gconf-error.h
|
||||
include/gconf/gconf-listeners.h
|
||||
include/gconf/gconf-schema.h
|
||||
include/gconf/gconf-value.h
|
||||
include/gconf/gconf.h
|
||||
lib/gconf/libgconfbackend-xml.so
|
||||
lib/libgconf-gtk.a
|
||||
lib/libgconf-gtk.so
|
||||
lib/libgconf-gtk.so.1
|
||||
lib/libgconf.a
|
||||
lib/libgconf.so
|
||||
lib/libgconf.so.8
|
||||
share/gnome/aclocal/gconf.m4
|
||||
share/gnome/oaf/gconfd.oafinfo
|
||||
share/locale/cs/LC_MESSAGES/GConf.mo
|
||||
share/locale/da/LC_MESSAGES/GConf.mo
|
||||
share/locale/el/LC_MESSAGES/GConf.mo
|
||||
share/locale/fr/LC_MESSAGES/GConf.mo
|
||||
share/locale/no/LC_MESSAGES/GConf.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/GConf.mo
|
||||
share/locale/sv/LC_MESSAGES/GConf.mo
|
||||
share/locale/uk/LC_MESSAGES/GConf.mo
|
||||
@dirrm share/gnome/gconf
|
||||
@dirrm lib/gconf
|
||||
@dirrm include/gconf
|
||||
@dirrm etc/gconf/schemas
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/standard
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas
|
||||
@dirrm etc/gconf/gconf.xml.defaults
|
||||
@dirrm etc/gconf
|
38
devel/gconf2/Makefile
Normal file
38
devel/gconf2/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: gconf
|
||||
# Date created: 28th June 2000
|
||||
# Whom: Ade Lovett <ade@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gconf
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/GConf
|
||||
DISTNAME= GConf-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
|
||||
xml.5:${PORTSDIR}/textproc/libxml \
|
||||
popt.0:${PORTSDIR}/devel/popt \
|
||||
guile.6:${PORTSDIR}/lang/guile \
|
||||
oaf.0:${PORTSDIR}/devel/oaf
|
||||
RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
|
||||
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALL_SHLIBS= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
--datadir=${PREFIX}/share/gnome
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/gconf2/distinfo
Normal file
1
devel/gconf2/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (GConf-0.5.tar.gz) = 9dc7c3c9626fa7ccefbac4cb9954d504
|
1
devel/gconf2/pkg-comment
Normal file
1
devel/gconf2/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A configuration database system for GNOME
|
4
devel/gconf2/pkg-descr
Normal file
4
devel/gconf2/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
GConf is a configuration database system for the GNOME desktop,
|
||||
functionally similar to the Windows registry but lots better :-)
|
||||
|
||||
WWW: http://www.gnome.org/
|
44
devel/gconf2/pkg-plist
Normal file
44
devel/gconf2/pkg-plist
Normal file
@ -0,0 +1,44 @@
|
||||
bin/gconf-config
|
||||
bin/gconfd
|
||||
bin/gconftool
|
||||
etc/gconf/gconf.xml.defaults/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/desktop/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/desktop/standard/%gconf.xml
|
||||
etc/gconf/path.example
|
||||
etc/gconf/schemas/desktop.schemas
|
||||
include/gconf/gconf-backend.h
|
||||
include/gconf/gconf-changeset.h
|
||||
include/gconf/gconf-client.h
|
||||
include/gconf/gconf-engine.h
|
||||
include/gconf/gconf-error.h
|
||||
include/gconf/gconf-listeners.h
|
||||
include/gconf/gconf-schema.h
|
||||
include/gconf/gconf-value.h
|
||||
include/gconf/gconf.h
|
||||
lib/gconf/libgconfbackend-xml.so
|
||||
lib/libgconf-gtk.a
|
||||
lib/libgconf-gtk.so
|
||||
lib/libgconf-gtk.so.1
|
||||
lib/libgconf.a
|
||||
lib/libgconf.so
|
||||
lib/libgconf.so.8
|
||||
share/gnome/aclocal/gconf.m4
|
||||
share/gnome/oaf/gconfd.oafinfo
|
||||
share/locale/cs/LC_MESSAGES/GConf.mo
|
||||
share/locale/da/LC_MESSAGES/GConf.mo
|
||||
share/locale/el/LC_MESSAGES/GConf.mo
|
||||
share/locale/fr/LC_MESSAGES/GConf.mo
|
||||
share/locale/no/LC_MESSAGES/GConf.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/GConf.mo
|
||||
share/locale/sv/LC_MESSAGES/GConf.mo
|
||||
share/locale/uk/LC_MESSAGES/GConf.mo
|
||||
@dirrm share/gnome/gconf
|
||||
@dirrm lib/gconf
|
||||
@dirrm include/gconf
|
||||
@dirrm etc/gconf/schemas
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/standard
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas
|
||||
@dirrm etc/gconf/gconf.xml.defaults
|
||||
@dirrm etc/gconf
|
Loading…
Reference in New Issue
Block a user