revive ports/misc/shc and upgrade it to 3.7

This commit is contained in:
Ying-Chieh Liao 2003-12-29 04:30:55 +00:00
parent a6f5e50a29
commit 0e0d5c1a70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96819
5 changed files with 36 additions and 0 deletions

View File

@ -318,6 +318,7 @@
SUBDIR += seq2
SUBDIR += sh-utils
SUBDIR += shared-mime-info
SUBDIR += shc
SUBDIR += shuffle
SUBDIR += since
SUBDIR += sloccount

27
misc/shc/Makefile Normal file
View File

@ -0,0 +1,27 @@
# ex:ts=8
# Ports collection makefile for: shc
# Date created: Feb 14, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= shc
PORTVERSION= 3.7
CATEGORIES= misc
MASTER_SITES= http://www.datsi.fi.upm.es/~frosal/sources/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A shell script "encoder"
MAN1= shc.1
do-build:
@cd ${WRKSRC} && ${CC} ${CFLAGS} -o shc shc.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/shc ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/shc.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>

1
misc/shc/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (shc-3.7.tgz) = 49e4054ad39371ea84f7be46cf8d9701

6
misc/shc/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
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

1
misc/shc/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/shc