summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CVSROOT/modules1
-rw-r--r--misc/Makefile1
-rw-r--r--misc/shc/Makefile27
-rw-r--r--misc/shc/distinfo1
-rw-r--r--misc/shc/pkg-descr6
-rw-r--r--misc/shc/pkg-plist1
6 files changed, 37 insertions, 0 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules
index 4dfdafa..806a87d 100644
--- a/CVSROOT/modules
+++ b/CVSROOT/modules
@@ -8203,6 +8203,7 @@ shapelib ports/devel/shapelib
shared-mime-info ports/misc/shared-mime-info
sharefonts ports/x11-fonts/sharefonts
sharity-light ports/net/sharity-light
+shc ports/misc/shc
shftool ports/converters/shftool
shishi ports/security/shishi
shlock ports/sysutils/shlock
diff --git a/misc/Makefile b/misc/Makefile
index cc530c8..90bcb75 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -318,6 +318,7 @@
SUBDIR += seq2
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
new file mode 100644
index 0000000..1953ce4
--- /dev/null
+++ b/misc/shc/Makefile
@@ -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>
diff --git a/misc/shc/distinfo b/misc/shc/distinfo
new file mode 100644
index 0000000..b136ce9
--- /dev/null
+++ b/misc/shc/distinfo
@@ -0,0 +1 @@
+MD5 (shc-3.7.tgz) = 49e4054ad39371ea84f7be46cf8d9701
diff --git a/misc/shc/pkg-descr b/misc/shc/pkg-descr
new file mode 100644
index 0000000..2ed30a6
--- /dev/null
+++ b/misc/shc/pkg-descr
@@ -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
diff --git a/misc/shc/pkg-plist b/misc/shc/pkg-plist
new file mode 100644
index 0000000..cbfcaa1
--- /dev/null
+++ b/misc/shc/pkg-plist
@@ -0,0 +1 @@
+bin/shc
OpenPOWER on IntegriCloud