summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-pkgview
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-20 06:20:25 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-20 06:20:25 +0800
commit52eb0c363dbd39ca18828556aa6e06a0f55cdad1 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /sysutils/gnome-pkgview
parent02ae0012100b6d06fd4310bcc5e44198eaf8930e (diff)
downloadmarcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.gz
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.bz2
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.lz
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.xz
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.zst
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.zip
Remove the GNOME 2.1 ports. These have been merged into FreeBSD CVS
as GNOME 2.2....next up, GNOME 2.3. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@538 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-pkgview')
-rw-r--r--sysutils/gnome-pkgview/Makefile35
-rw-r--r--sysutils/gnome-pkgview/distinfo1
-rw-r--r--sysutils/gnome-pkgview/files/patch-configure11
-rw-r--r--sysutils/gnome-pkgview/files/patch-src_config-path.c13
-rw-r--r--sysutils/gnome-pkgview/pkg-comment1
-rw-r--r--sysutils/gnome-pkgview/pkg-descr6
-rw-r--r--sysutils/gnome-pkgview/pkg-plist15
7 files changed, 0 insertions, 82 deletions
diff --git a/sysutils/gnome-pkgview/Makefile b/sysutils/gnome-pkgview/Makefile
deleted file mode 100644
index 5845eb2d9..000000000
--- a/sysutils/gnome-pkgview/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: gnome-pkgview
-# Date created: 20 November 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnome-pkgview
-PORTVERSION= 0.0.8
-CATEGORIES= sysutils gnome
-MASTER_SITES= http://www.gtnorthern.demon.co.uk/packages/gnome-pkgview/
-
-MAINTAINER= gnome@FreeBSD.org
-
-LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_REINPLACE= yes
-USE_GMAKE= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier
-USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- -e 's|%%X11BASE%%|${X11BASE}|g' \
- ${WRKSRC}/src/config-path.c
-
-.include <bsd.port.mk>
diff --git a/sysutils/gnome-pkgview/distinfo b/sysutils/gnome-pkgview/distinfo
deleted file mode 100644
index 3da020add..000000000
--- a/sysutils/gnome-pkgview/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome-pkgview-0.0.8.tar.bz2) = 2985d721484d4a97c7f40c726b906fc7
diff --git a/sysutils/gnome-pkgview/files/patch-configure b/sysutils/gnome-pkgview/files/patch-configure
deleted file mode 100644
index a8e15c3c2..000000000
--- a/sysutils/gnome-pkgview/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Thu Nov 14 02:31:45 2002
-+++ configure Thu Nov 14 02:31:56 2002
-@@ -3991,7 +3991,7 @@
-
-
- cat >>confdefs.h <<_ACEOF
--#define GNOME_ICONDIR "${prefix}/share/pixmaps"
-+#define GNOME_ICONDIR "${prefix}/share/gnome/pixmaps"
- _ACEOF
-
-
diff --git a/sysutils/gnome-pkgview/files/patch-src_config-path.c b/sysutils/gnome-pkgview/files/patch-src_config-path.c
deleted file mode 100644
index 2eed9821d..000000000
--- a/sysutils/gnome-pkgview/files/patch-src_config-path.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/config-path.c.orig Thu Nov 14 02:23:41 2002
-+++ src/config-path.c Thu Nov 14 02:29:54 2002
-@@ -14,9 +14,7 @@
- pkgs_found = 0;
-
- /* parse the PKG_CONFIG_PATH env var, and add a terminator */
-- if ( getenv ("PKG_CONFIG_PATH") ) {
-- path = g_strconcat(getenv("PKG_CONFIG_PATH"),":DIRS_DONE",NULL);
-- }
-+ path = "%%LOCALBASE%%/libdata/pkgconfig:%%X11BASE%%/libdata/pkgconfig:DIRS_DONE";
-
- /* walk the PKG_CONFIG_PATH for other files */
- if ( path ) {
diff --git a/sysutils/gnome-pkgview/pkg-comment b/sysutils/gnome-pkgview/pkg-comment
deleted file mode 100644
index 09a399813..000000000
--- a/sysutils/gnome-pkgview/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Displays the version of GNOME 2 components installed
diff --git a/sysutils/gnome-pkgview/pkg-descr b/sysutils/gnome-pkgview/pkg-descr
deleted file mode 100644
index 968f1daf5..000000000
--- a/sysutils/gnome-pkgview/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Pkgview is an application that displays the versions of all installed GNOME 2
-components, then tries to guess the overall GNOME 2 version. This tool
-can be very useful when trying to report bugs in GNOME's Bugzilla
-database.
-
-WWW: http://www.gtnorthern.demon.co.uk/pkgview.html
diff --git a/sysutils/gnome-pkgview/pkg-plist b/sysutils/gnome-pkgview/pkg-plist
deleted file mode 100644
index 3984e533e..000000000
--- a/sysutils/gnome-pkgview/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-bin/gnome-pkgview
-share/gnome/applications/gnome-pkgview.desktop
-share/gnome/pixmaps/gnome-pkgview/logo.png
-share/gnome/pixmaps/gnome-pkgview/pkgview.png
-share/locale/ca/LC_MESSAGES/gnome-pkgview.mo
-share/locale/da/LC_MESSAGES/gnome-pkgview.mo
-share/locale/de/LC_MESSAGES/gnome-pkgview.mo
-share/locale/en_GB/LC_MESSAGES/gnome-pkgview.mo
-share/locale/eo/LC_MESSAGES/gnome-pkgview.mo
-share/locale/es/LC_MESSAGES/gnome-pkgview.mo
-share/locale/fr/LC_MESSAGES/gnome-pkgview.mo
-share/locale/it/LC_MESSAGES/gnome-pkgview.mo
-share/locale/ja/LC_MESSAGES/gnome-pkgview.mo
-share/locale/nl/LC_MESSAGES/gnome-pkgview.mo
-@dirrm share/gnome/pixmaps/gnome-pkgview