summaryrefslogtreecommitdiff
path: root/deskutils/gnomeutils2
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gnomeutils2')
-rw-r--r--deskutils/gnomeutils2/Makefile35
-rw-r--r--deskutils/gnomeutils2/distinfo1
-rw-r--r--deskutils/gnomeutils2/files/patch-aa29
-rw-r--r--deskutils/gnomeutils2/files/patch-ad28
-rw-r--r--deskutils/gnomeutils2/pkg-comment1
-rw-r--r--deskutils/gnomeutils2/pkg-descr1
-rw-r--r--deskutils/gnomeutils2/pkg-plist93
7 files changed, 0 insertions, 188 deletions
diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile
deleted file mode 100644
index e505316802e7..000000000000
--- a/deskutils/gnomeutils2/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: gnomeutils
-# Version required: 1.0.50
-# Date created: 03 July 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-#
-
-DISTNAME= gnome-utils-1.0.50
-PKGNAME= gnomeutils-1.0.50
-CATEGORIES= misc gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/gnome-utils
-
-MAINTAINER= nakai@FreeBSD.org
-
-BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
-RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
-LIB_DEPENDS= obgnome.1:${PORTSDIR}/lang/gnomeobjc
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome \
- --with-gnome=${PREFIX}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib"
-
-MAN1= gtt.1
-
-.include <bsd.port.mk>
diff --git a/deskutils/gnomeutils2/distinfo b/deskutils/gnomeutils2/distinfo
deleted file mode 100644
index 93e242b3c36a..000000000000
--- a/deskutils/gnomeutils2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome-utils-1.0.50.tar.gz) = 33cee31c701b4fd7119bc7f482a36500
diff --git a/deskutils/gnomeutils2/files/patch-aa b/deskutils/gnomeutils2/files/patch-aa
deleted file mode 100644
index 31dde3d638b4..000000000000
--- a/deskutils/gnomeutils2/files/patch-aa
+++ /dev/null
@@ -1,29 +0,0 @@
---- configure.orig Tue Sep 28 17:45:40 1999
-+++ configure Mon Oct 4 17:32:08 1999
-@@ -2409,7 +2409,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- PTHREAD_LIB="-lc_r"
-+ PTHREAD_LIB=""
- else
- echo "$ac_t""no" 1>&6
- echo $ac_n "checking for pthread_create""... $ac_c" 1>&6
-@@ -3165,7 +3165,7 @@
-
- echo $ac_n "checking for an obGnomeConf.sh""... $ac_c" 1>&6
- echo "configure:3168: checking for an obGnomeConf.sh" >&5
-- my_gnome_libdir=`$GNOME_CONFIG --libdir`
-+ my_gnome_libdir=`$GNOME_CONFIG --sysconfdir`
- if test -f $my_gnome_libdir/obGnomeConf.sh; then
- . $my_gnome_libdir/obGnomeConf.sh
- echo "$ac_t""found $my_gnome_libdir" 1>&6
-@@ -5419,7 +5419,7 @@
- cat conftest.$ac_ext >&5
- rm -rf conftest*
- CATOBJEXT=.mo
-- DATADIRNAME=lib
-+ DATADIRNAME=share
- fi
- rm -f conftest*
- INSTOBJEXT=.mo
diff --git a/deskutils/gnomeutils2/files/patch-ad b/deskutils/gnomeutils2/files/patch-ad
deleted file mode 100644
index 65ebff071c14..000000000000
--- a/deskutils/gnomeutils2/files/patch-ad
+++ /dev/null
@@ -1,28 +0,0 @@
---- gdialog/dialog.h.orig Tue Jul 6 16:23:33 1999
-+++ gdialog/dialog.h Wed Aug 18 11:34:23 1999
-@@ -36,24 +36,7 @@
- #include <gnome.h>
- #endif
-
--#ifdef ultrix
--# include <cursesX.h>
--#else
--# if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)
--# include <ncurses.h>
--# else
--# if !defined(_XOPEN_SOURCE_EXTENDED) && !defined(__sgi)
--# define hacked 1
--# define _XOPEN_SOURCE_EXTENDED
--# define _ACS_COMPAT_CODE
--# endif
--# include <curses.h>
--# ifdef hacked
--# undef _XOPEN_SOURCE_EXTENDED
--# undef _ACS_COMPAT_CODE
--# endif
--# endif
--#endif
-+#include <ncurses.h>
-
- /*
- * Change these if you want
diff --git a/deskutils/gnomeutils2/pkg-comment b/deskutils/gnomeutils2/pkg-comment
deleted file mode 100644
index 2fbe3addfdac..000000000000
--- a/deskutils/gnomeutils2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-GNOME support utilities
diff --git a/deskutils/gnomeutils2/pkg-descr b/deskutils/gnomeutils2/pkg-descr
deleted file mode 100644
index dcd124ed4e1e..000000000000
--- a/deskutils/gnomeutils2/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-GNOME support utilities.
diff --git a/deskutils/gnomeutils2/pkg-plist b/deskutils/gnomeutils2/pkg-plist
deleted file mode 100644
index 076629dfb7a9..000000000000
--- a/deskutils/gnomeutils2/pkg-plist
+++ /dev/null
@@ -1,93 +0,0 @@
-bin/gcalc
-bin/gcolorsel
-bin/gdialog
-bin/gdiskfree
-bin/gfontsel
-bin/ghex
-bin/gless
-bin/gnome-run
-bin/grun
-bin/gsearchtool
-bin/gshutdown
-bin/gstripchart
-bin/gtt
-bin/gw
-bin/splac
-bin/splash
-share/gnome/apps/Applications/ghex.desktop
-share/gnome/apps/Applications/gtt.desktop
-share/gnome/apps/System/gshutdown.desktop
-share/gnome/apps/Utilities/gcalc.desktop
-share/gnome/apps/Utilities/gcolorsel.desktop
-share/gnome/apps/Utilities/gdiskfree.desktop
-share/gnome/apps/Utilities/gfontsel.desktop
-share/gnome/apps/Utilities/gless.desktop
-share/gnome/apps/Utilities/gsearchtool.desktop
-share/gnome/apps/Utilities/gstripchart.desktop
-share/gnome/apps/Utilities/gw.desktop
-share/gnome/apps/gnome-run.desktop
-share/gnome/gstripchart/gstripchart.conf
-share/gnome/help/ghex/C/index.html
-share/gnome/help/ghex/C/topic.dat
-share/gnome/help/ghex/es/index.html
-share/gnome/help/ghex/es/topic.dat
-share/gnome/help/ghex/sv/index.html
-share/gnome/help/ghex/sv/topic.dat
-share/gnome/help/gshutdown/C/index.html
-share/gnome/help/gshutdown/C/topic.dat
-share/gnome/help/gshutdown/es/index.html
-share/gnome/help/gshutdown/es/topic.dat
-share/gnome/help/gshutdown/no/index.html
-share/gnome/help/gshutdown/no/topic.dat
-share/gnome/help/gstripchart/C/gstripchart.html
-share/gnome/help/gstripchart/C/index.html
-share/gnome/help/gstripchart/C/topic.dat
-share/gnome/help/gtt/C/index.html
-share/gnome/help/gtt/C/topic.dat
-share/gnome/help/gtt/de/index.html
-share/gnome/help/gtt/de/topic.dat
-share/gnome/help/gtt/es/index.html
-share/gnome/help/gtt/es/topic.dat
-share/gnome/idl/gsu.idl
-share/gnome/pixmaps/gnome-fontsel.png
-share/gnome/pixmaps/gnome-ghex.png
-share/gnome/pixmaps/gnome-searchtool.png
-share/gnome/pixmaps/gnome-stripchart.png
-share/gnome/pixmaps/gnome-who.png
-share/locale/ca/LC_MESSAGES/gnome-utils.mo
-share/locale/cs/LC_MESSAGES/gnome-utils.mo
-share/locale/da/LC_MESSAGES/gnome-utils.mo
-share/locale/de/LC_MESSAGES/gnome-utils.mo
-share/locale/en_GB/LC_MESSAGES/gnome-utils.mo
-share/locale/es/LC_MESSAGES/gnome-utils.mo
-share/locale/et/LC_MESSAGES/gnome-utils.mo
-share/locale/fi/LC_MESSAGES/gnome-utils.mo
-share/locale/fr/LC_MESSAGES/gnome-utils.mo
-share/locale/ga/LC_MESSAGES/gnome-utils.mo
-share/locale/hu/LC_MESSAGES/gnome-utils.mo
-share/locale/it/LC_MESSAGES/gnome-utils.mo
-share/locale/ja/LC_MESSAGES/gnome-utils.mo
-share/locale/ko/LC_MESSAGES/gnome-utils.mo
-share/locale/no/LC_MESSAGES/gnome-utils.mo
-share/locale/pl/LC_MESSAGES/gnome-utils.mo
-share/locale/pt/LC_MESSAGES/gnome-utils.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-utils.mo
-share/locale/ru/LC_MESSAGES/gnome-utils.mo
-share/locale/sv/LC_MESSAGES/gnome-utils.mo
-share/locale/wa/LC_MESSAGES/gnome-utils.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo
-@dirrm share/gnome/help/gtt/es
-@dirrm share/gnome/help/gtt/de
-@dirrm share/gnome/help/gtt/C
-@dirrm share/gnome/help/gtt
-@dirrm share/gnome/help/gstripchart/C
-@dirrm share/gnome/help/gstripchart
-@dirrm share/gnome/help/gshutdown/no
-@dirrm share/gnome/help/gshutdown/es
-@dirrm share/gnome/help/gshutdown/C
-@dirrm share/gnome/help/gshutdown
-@dirrm share/gnome/help/ghex/sv
-@dirrm share/gnome/help/ghex/es
-@dirrm share/gnome/help/ghex/C
-@dirrm share/gnome/help/ghex
-@dirrm share/gnome/gstripchart