summaryrefslogtreecommitdiffstats
path: root/devel/gconf2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-19 03:12:45 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-19 03:12:45 +0800
commit768900dddc2adb5bd0af6b3e0d59654dc71d2e9b (patch)
treeb6e12b7f558af77dfbd52ab89a84489c127fc85b /devel/gconf2
parent2fba1a2d8eb914d118a18389a4efb30f38717605 (diff)
downloadmarcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar
marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.gz
marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.bz2
marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.lz
marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.xz
marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.zst
marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.zip
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1225 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2')
-rw-r--r--devel/gconf2/Makefile36
-rw-r--r--devel/gconf2/distinfo1
-rw-r--r--devel/gconf2/files/patch-ab11
-rw-r--r--devel/gconf2/files/patch-configure10
-rw-r--r--devel/gconf2/pkg-descr22
-rw-r--r--devel/gconf2/pkg-plist77
6 files changed, 0 insertions, 157 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile
deleted file mode 100644
index 05342793c..000000000
--- a/devel/gconf2/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: gconf2
-# Date created: 28th June 2000
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gconf2
-PORTVERSION= 2.4.0.1
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/GConf/2.4
-DISTNAME= GConf-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A configuration database system for GNOME
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_REINPLACE= yes
-USE_GNOME= gnomehack gnomehier orbit2 gtk20 libxml2 linc
-INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
- --disable-gtk-doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-post-install:
- @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/apps
- @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/schemas/apps
- @${MKDIR} ${PREFIX}/etc/gconf/schemas
-
-.include <bsd.port.mk>
diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo
deleted file mode 100644
index 41fb7d076..000000000
--- a/devel/gconf2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome2/GConf-2.4.0.1.tar.bz2) = 2f7548d0bad24d7c4beba54d0ec98a20
diff --git a/devel/gconf2/files/patch-ab b/devel/gconf2/files/patch-ab
deleted file mode 100644
index 6f25900e7..000000000
--- a/devel/gconf2/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Sun Aug 4 22:38:39 2002
-+++ Makefile.in Sun Aug 4 22:39:52 2002
-@@ -35,7 +35,7 @@
- DESTDIR =
-
- pkgdatadir = $(datadir)/@PACKAGE@
--pkglibdir = $(libdir)/@PACKAGE@
-+pkglibdir = $(prefix)/libdata/pkgconfig
- pkgincludedir = $(includedir)/@PACKAGE@
-
- top_builddir = .
diff --git a/devel/gconf2/files/patch-configure b/devel/gconf2/files/patch-configure
deleted file mode 100644
index b41b752d8..000000000
--- a/devel/gconf2/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Sat May 3 13:11:21 2003
-+++ configure Sun Jun 15 01:22:52 2003
-@@ -8029,6 +8029,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/gconf2/pkg-descr b/devel/gconf2/pkg-descr
deleted file mode 100644
index 0658ef70f..000000000
--- a/devel/gconf2/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-GConf attempts to leapfrog the registry concept. It's a library which provides
-a simple configuration data storage interface to applications, and also an
-architecture that tries to make things easy for system administrators.
-
-Here are some of the features of GConf:
-
- * Replaceable backend architecture.
-
- * Configuration key documentation. Applications can install documentation
- along with their configuration data, explaining the possible settings and
- the effect of each configuration key.
-
- * Data change notification service. If configuration data is changed, all
- interested applications are notified. The notification service works
- across the network, affecting all login sessions for a single user.
-
- * The client API is very abstract.
-
- * GConf does proper locking so that the configuration data doesn't get
- corrupted when multiple applications try to use it.
-
-WWW: http://www.gnome.org/projects/gconf/
diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist
deleted file mode 100644
index cc70f2842..000000000
--- a/devel/gconf2/pkg-plist
+++ /dev/null
@@ -1,77 +0,0 @@
-bin/gconftool-2
-etc/gconf/2/path
-include/gconf/2/gconf/gconf-changeset.h
-include/gconf/2/gconf/gconf-client.h
-include/gconf/2/gconf/gconf-engine.h
-include/gconf/2/gconf/gconf-enum-types.h
-include/gconf/2/gconf/gconf-error.h
-include/gconf/2/gconf/gconf-listeners.h
-include/gconf/2/gconf/gconf-schema.h
-include/gconf/2/gconf/gconf-value.h
-include/gconf/2/gconf/gconf.h
-lib/GConf/2/libgconfbackend-xml.so
-lib/libgconf-2.a
-lib/libgconf-2.so
-lib/libgconf-2.so.5
-libdata/pkgconfig/gconf-2.0.pc
-libexec/gconf-sanity-check-2
-libexec/gconfd-2
-share/aclocal/gconf-2.m4
-share/locale/am/LC_MESSAGES/GConf2.mo
-share/locale/ar/LC_MESSAGES/GConf2.mo
-share/locale/az/LC_MESSAGES/GConf2.mo
-share/locale/be/LC_MESSAGES/GConf2.mo
-share/locale/bg/LC_MESSAGES/GConf2.mo
-share/locale/bn/LC_MESSAGES/GConf2.mo
-share/locale/ca/LC_MESSAGES/GConf2.mo
-share/locale/cs/LC_MESSAGES/GConf2.mo
-share/locale/cy/LC_MESSAGES/GConf2.mo
-share/locale/da/LC_MESSAGES/GConf2.mo
-share/locale/de/LC_MESSAGES/GConf2.mo
-share/locale/el/LC_MESSAGES/GConf2.mo
-share/locale/es/LC_MESSAGES/GConf2.mo
-share/locale/eu/LC_MESSAGES/GConf2.mo
-share/locale/fa/LC_MESSAGES/GConf2.mo
-share/locale/fi/LC_MESSAGES/GConf2.mo
-share/locale/fr/LC_MESSAGES/GConf2.mo
-share/locale/ga/LC_MESSAGES/GConf2.mo
-share/locale/gl/LC_MESSAGES/GConf2.mo
-share/locale/hi/LC_MESSAGES/GConf2.mo
-share/locale/hu/LC_MESSAGES/GConf2.mo
-share/locale/id/LC_MESSAGES/GConf2.mo
-share/locale/it/LC_MESSAGES/GConf2.mo
-share/locale/ja/LC_MESSAGES/GConf2.mo
-share/locale/ko/LC_MESSAGES/GConf2.mo
-share/locale/lv/LC_MESSAGES/GConf2.mo
-share/locale/mk/LC_MESSAGES/GConf2.mo
-share/locale/ml/LC_MESSAGES/GConf2.mo
-share/locale/mn/LC_MESSAGES/GConf2.mo
-share/locale/ms/LC_MESSAGES/GConf2.mo
-share/locale/nl/LC_MESSAGES/GConf2.mo
-share/locale/nn/LC_MESSAGES/GConf2.mo
-share/locale/no/LC_MESSAGES/GConf2.mo
-share/locale/pl/LC_MESSAGES/GConf2.mo
-share/locale/pt/LC_MESSAGES/GConf2.mo
-share/locale/pt_BR/LC_MESSAGES/GConf2.mo
-share/locale/ro/LC_MESSAGES/GConf2.mo
-share/locale/ru/LC_MESSAGES/GConf2.mo
-share/locale/sk/LC_MESSAGES/GConf2.mo
-share/locale/sl/LC_MESSAGES/GConf2.mo
-share/locale/sq/LC_MESSAGES/GConf2.mo
-share/locale/sr/LC_MESSAGES/GConf2.mo
-share/locale/sr@Latn/LC_MESSAGES/GConf2.mo
-share/locale/sv/LC_MESSAGES/GConf2.mo
-share/locale/tr/LC_MESSAGES/GConf2.mo
-share/locale/uk/LC_MESSAGES/GConf2.mo
-share/locale/vi/LC_MESSAGES/GConf2.mo
-share/locale/yi/LC_MESSAGES/GConf2.mo
-share/locale/zh_CN/LC_MESSAGES/GConf2.mo
-share/locale/zh_TW/LC_MESSAGES/GConf2.mo
-share/sgml/gconf/gconf-1.0.dtd
-@dirrm share/doc/gconf
-@dirrm share/sgml/gconf
-@dirrm lib/GConf/2
-@dirrm include/gconf/2/gconf
-@dirrm include/gconf/2
-@dirrm etc/gconf/2
-@unexec /bin/rmdir %D/share/sgml 2>/dev/null || /usr/bin/true