diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 21:09:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 21:09:33 +0000 |
commit | 43f8d59612f19a3b9a64c7c0f7d5dc1477567275 (patch) | |
tree | b15b858b005ef5a566bb44e841547b6c3cabce0e /misc/shc | |
parent | bd01a5df4e7fe3d5da5584f92c25bab4c9d4e6bf (diff) | |
download | ports-43f8d59612f19a3b9a64c7c0f7d5dc1477567275.tar.gz ports-43f8d59612f19a3b9a64c7c0f7d5dc1477567275.zip |
Notes
Diffstat (limited to 'misc/shc')
-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 |
4 files changed, 0 insertions, 37 deletions
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 |