diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-04-27 17:28:10 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-04-27 17:28:10 +0800 |
commit | 0c8496082c62a4a12892f66386fdb426cc06668a (patch) | |
tree | 190906cf780502ca44028f2ffbccc341b94e4687 /misc/shc | |
parent | 2c82dcfa0437c9cfeb5b316a43a190add916698b (diff) | |
download | freebsd-ports-gnome-0c8496082c62a4a12892f66386fdb426cc06668a.tar.gz freebsd-ports-gnome-0c8496082c62a4a12892f66386fdb426cc06668a.tar.zst freebsd-ports-gnome-0c8496082c62a4a12892f66386fdb426cc06668a.zip |
Update to 3.8.9
Diffstat (limited to 'misc/shc')
-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 |