summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-22 00:03:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-22 00:03:12 +0000
commit5961e2d83e8fe307f28e8e8b25caa4c1c4b9e1c2 (patch)
tree440749c836bdb1729b39688e813767d03a71d978 /misc
parent- Update maintainer's email, old address bounces (diff)
- Remove GNU shellutils, they are replaced by GNU coreutils package,
available as sysutils/coreutils. Approved by: maintainer timeout (1 month)
Notes
Notes: svn path=/head/; revision=98739
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/sh-utils/Makefile66
-rw-r--r--misc/sh-utils/distinfo1
-rw-r--r--misc/sh-utils/files/patch-src_test.c13
-rw-r--r--misc/sh-utils/pkg-descr19
-rw-r--r--misc/sh-utils/pkg-plist52
6 files changed, 0 insertions, 152 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 8d05b05dbbba..b2ecaa1f72b4 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -317,7 +317,6 @@
SUBDIR += screen
SUBDIR += seizedesktop
SUBDIR += seq2
- SUBDIR += sh-utils
SUBDIR += shared-mime-info
SUBDIR += shc
SUBDIR += shuffle
diff --git a/misc/sh-utils/Makefile b/misc/sh-utils/Makefile
deleted file mode 100644
index 9d441a465f1b..000000000000
--- a/misc/sh-utils/Makefile
+++ /dev/null
@@ -1,66 +0,0 @@
-# New ports collection makefile for: sh-utils
-# Date created: 10 October 2000
-# Whom: Cyrille Lefevre <clefevre@citeweb.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sh-utils
-PORTVERSION= 2.0
-PORTREVISION= 4
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= sh-utils
-
-MAINTAINER= cyrille.lefevre@laposte.net
-COMMENT= The FSF's versions of date(1), expr(1), test(1), etc
-
-# Global variables
-#
-
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
-
-CONFLICTS= coreutils-*
-
-USE_PERL5_BUILD=yes
-USE_REINPLACE= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-CONFIGURE_ARGS= --program-prefix=g
-
-MAN1= gbasename.1 gchroot.1 gdate.1 gdirname.1 gecho.1 genv.1 \
- gexpr.1 gfalse.1 ggroups.1 ghostid.1 ghostname.1 gid.1 \
- glogname.1 gnice.1 gnohup.1 gpathchk.1 gpinky.1 gprintenv.1 \
- gprintf.1 gpwd.1 gsleep.1 gstty.1 gsu.1 gtee.1 gtest.1 \
- gtrue.1 gtty.1 guname.1 gusers.1 gwho.1 gwhoami.1 gyes.1
-
-# Local variables
-#
-
-INSTALL_INFO?= install-info
-
-# Post-extract
-#
-
-post-extract: remove-info-files
-
-remove-info-files:
- @${RM} -f ${WRKSRC}/doc/${PORTNAME}.info*
-
-# Patch
-#
-
-post-patch:
-.if !defined(WITH_SUID)
- @${REINPLACE_CMD} -e 's/u\+s/u\+w/g' ${WRKSRC}/src/Makefile.in
-.endif
-
-# Post-install
-#
-
-post-install: install-info
-
-install-info:
- @${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir
-
-.include <bsd.port.mk>
diff --git a/misc/sh-utils/distinfo b/misc/sh-utils/distinfo
deleted file mode 100644
index 74221cf044b6..000000000000
--- a/misc/sh-utils/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (sh-utils-2.0.tar.gz) = 5e78d1d48ca563ca77e96b22406c4aaf
diff --git a/misc/sh-utils/files/patch-src_test.c b/misc/sh-utils/files/patch-src_test.c
deleted file mode 100644
index 9448b25d513a..000000000000
--- a/misc/sh-utils/files/patch-src_test.c
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- src/test.c.orig Tue Feb 4 00:43:33 2003
-+++ src/test.c Tue Feb 4 00:43:50 2003
-@@ -153,6 +153,7 @@
- return (stat (path, finfo));
- }
-
-+#define eaccess test_access
- /* Do the same thing access(2) does, but use the effective uid and gid,
- and don't make the mistake of telling root that any file is executable.
- But this loses when the containing filesystem is mounted e.g. read-only. */
diff --git a/misc/sh-utils/pkg-descr b/misc/sh-utils/pkg-descr
deleted file mode 100644
index c2de7b70c89f..000000000000
--- a/misc/sh-utils/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-The Free Software Foundation's "sh" utilities, including "basename",
-"chroot", "date", "dirname", "echo", "env", "expr", "false",
-"groups", "hostid", "hostname", "id", "logname", "nice", "nohup",
-"pathchk", "pinky", "printenv", "printf", "pwd", "sleep", "stty",
-"su", "tee", "test", "true", "tty", "uname", "users", "who",
-"whoami", and "yes".
-
-Similar utilities to most of these exist in the FreeBSD base system,
-but many of the GNU versions have added functionality that is
-useful.
-
-Note that this port will install these utilities with a `g' prefix,
-for example gdate, gexpr, or gtest, but the texinfo documentation
-will refer to them without the `g' prefix.
-
-GNU su does not support a wheel group. This port installs it
-without the suid bit, unless you define WITH_SUID while building.
-
-WWW: http://www.gnu.org/software/shellutils/shellutils.html
diff --git a/misc/sh-utils/pkg-plist b/misc/sh-utils/pkg-plist
deleted file mode 100644
index eef6681a6257..000000000000
--- a/misc/sh-utils/pkg-plist
+++ /dev/null
@@ -1,52 +0,0 @@
-bin/gbasename
-bin/gdate
-bin/gdirname
-bin/gecho
-bin/genv
-bin/gexpr
-bin/gfactor
-bin/gfalse
-bin/ghostname
-bin/gid
-bin/glogname
-bin/gpathchk
-bin/gpinky
-bin/gprintenv
-bin/gprintf
-bin/gpwd
-bin/gseq
-bin/gsleep
-bin/gtee
-bin/gtest
-bin/gtrue
-bin/gtty
-bin/ggroups
-bin/gnohup
-bin/gusers
-bin/gwho
-bin/gwhoami
-bin/gyes
-bin/guname
-bin/gchroot
-bin/ghostid
-bin/gnice
-bin/gstty
-bin/gsu
-@unexec install-info --delete %D/info/sh-utils.info %D/info/dir
-info/sh-utils.info
-@exec install-info %D/info/sh-utils.info %D/info/dir
-share/locale/cs/LC_MESSAGES/sh-utils.mo
-share/locale/de/LC_MESSAGES/sh-utils.mo
-share/locale/el/LC_MESSAGES/sh-utils.mo
-share/locale/es/LC_MESSAGES/sh-utils.mo
-share/locale/fr/LC_MESSAGES/sh-utils.mo
-share/locale/it/LC_MESSAGES/sh-utils.mo
-share/locale/nl/LC_MESSAGES/sh-utils.mo
-share/locale/no/LC_MESSAGES/sh-utils.mo
-share/locale/pl/LC_MESSAGES/sh-utils.mo
-share/locale/pt/LC_MESSAGES/sh-utils.mo
-share/locale/pt_BR/LC_MESSAGES/sh-utils.mo
-share/locale/ru/LC_MESSAGES/sh-utils.mo
-share/locale/sk/LC_MESSAGES/sh-utils.mo
-share/locale/sv/LC_MESSAGES/sh-utils.mo
-share/locale/zh/LC_MESSAGES/sh-utils.mo