diff options
author | kris <kris@FreeBSD.org> | 2003-07-31 05:09:33 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-07-31 05:09:33 +0800 |
commit | 2085af5bddf176e5f8d0179a4fb8f567ac490805 (patch) | |
tree | 9141b2ab9f6012da8b19c7e26060cf21bf93567a /misc | |
parent | fcc4ae001c85e9df0c025a4bb254b7b9320c7fb1 (diff) | |
download | freebsd-ports-gnome-2085af5bddf176e5f8d0179a4fb8f567ac490805.tar.gz freebsd-ports-gnome-2085af5bddf176e5f8d0179a4fb8f567ac490805.tar.zst freebsd-ports-gnome-2085af5bddf176e5f8d0179a4fb8f567ac490805.zip |
Remove the shc port, which has been broken for nearly a year
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/shc/Makefile | 29 | ||||
-rw-r--r-- | misc/shc/distinfo | 1 | ||||
-rw-r--r-- | misc/shc/pkg-descr | 6 | ||||
-rw-r--r-- | misc/shc/pkg-plist | 1 |
5 files changed, 0 insertions, 38 deletions
diff --git a/misc/Makefile b/misc/Makefile index 761c3328746c..58de44c7253a 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -317,7 +317,6 @@ SUBDIR += seizedesktop SUBDIR += sh-utils SUBDIR += shared-mime-info - SUBDIR += shc SUBDIR += shuffle SUBDIR += since SUBDIR += sloccount diff --git a/misc/shc/Makefile b/misc/shc/Makefile deleted file mode 100644 index 2810069242a5..000000000000 --- a/misc/shc/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: shc -# Date created: Feb 14, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= shc -PORTVERSION= 3.3 -CATEGORIES= misc -MASTER_SITES= ftp://asterix.fi.upm.es/pub/facultad/departamentos/datsi/frosal/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= A shell script "encoder" - -IGNORE= "Produces broken binaries" - -USE_REINPLACE= yes -ALL_TARGET= shc - -MAN1= shc.1 - -post-patch: - @${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS},g ; \ - s,/usr/local,${PREFIX},g" ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/misc/shc/distinfo b/misc/shc/distinfo deleted file mode 100644 index 52137118a3e2..000000000000 --- a/misc/shc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (shc-3.3.tgz) = 342c1fe98814dabdd1dc67f17e6a71ed diff --git a/misc/shc/pkg-descr b/misc/shc/pkg-descr deleted file mode 100644 index 2ed30a65a479..000000000000 --- a/misc/shc/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -A generic shell script compiler. Shc takes a script, which is -specified on the command line and produces c source code. The -generated source code is then compiled and linked to produce a -stripped binary executable. Use with care. - -WWW: http://www.datsi.fi.upm.es/~frosal/frosal.html diff --git a/misc/shc/pkg-plist b/misc/shc/pkg-plist deleted file mode 100644 index cbfcaa1f7c75..000000000000 --- a/misc/shc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/shc |