diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-04-27 09:28:10 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-04-27 09:28:10 +0000 |
commit | a965599ad10bc071947d41583ab6463296e5d8e6 (patch) | |
tree | 2f582d76b0469b1c20f4d18e760ae9c97294a3b3 /misc | |
parent | f011a2393faaa9fcaf0cfbbcfd29cb36f978fb8f (diff) | |
download | ports-a965599ad10bc071947d41583ab6463296e5d8e6.tar.gz ports-a965599ad10bc071947d41583ab6463296e5d8e6.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/shc/Makefile | 14 | ||||
-rw-r--r-- | misc/shc/distinfo | 4 | ||||
-rw-r--r-- | misc/shc/pkg-descr | 7 |
3 files changed, 13 insertions, 12 deletions
diff --git a/misc/shc/Makefile b/misc/shc/Makefile index 9664a0675704..55dc2a77fad4 100644 --- a/misc/shc/Makefile +++ b/misc/shc/Makefile @@ -1,28 +1,30 @@ -# ex:ts=8 # Ports collection makefile for: shc -# Date created: Feb 14, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# Date created: Feb 14, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> # # $FreeBSD$ # PORTNAME= shc -PORTVERSION= 3.8.7 +PORTVERSION= 3.8.9 CATEGORIES= misc MASTER_SITES= http://www.datsi.fi.upm.es/~frosal/sources/ \ CRITICAL EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A shell script "encoder" +COMMENT= A generic script compiler MAKE_JOBS_SAFE= yes MAN1= shc.1 PLIST_FILES= bin/shc +post-extract: + @${RM} ${WRKSRC}/shc + do-build: - ${CC} ${CFLAGS} -o ${WRKSRC}/shc ${WRKSRC}/shc.c + ${CC} ${CFLAGS} -o ${WRKSRC}/shc ${WRKSRC}/${PORTNAME}-${PORTVERSION}.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/shc ${PREFIX}/bin diff --git a/misc/shc/distinfo b/misc/shc/distinfo index ea9d526030e9..67e140730b0a 100644 --- a/misc/shc/distinfo +++ b/misc/shc/distinfo @@ -1,2 +1,2 @@ -SHA256 (shc-3.8.7.tgz) = d855a2638e2b9e76156e38ae9886acafa36d34a79182adfe641445f85a5f3086 -SIZE (shc-3.8.7.tgz) = 20498 +SHA256 (shc-3.8.9.tgz) = 62a48cf0172e64f6f38a51aa05534aee311c5f8cc48f048958551c5b9a650a53 +SIZE (shc-3.8.9.tgz) = 33287 diff --git a/misc/shc/pkg-descr b/misc/shc/pkg-descr index 2ed30a65a479..1f64468c8c41 100644 --- a/misc/shc/pkg-descr +++ b/misc/shc/pkg-descr @@ -1,6 +1,5 @@ -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. +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. WWW: http://www.datsi.fi.upm.es/~frosal/frosal.html |