diff options
author | minskim <minskim> | 2004-03-07 17:16:54 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-07 17:16:54 +0000 |
commit | 35e50eab63fba7b67e1ed9e71ae210a5dce48f83 (patch) | |
tree | c634d9742625639b34cc35bd2b8a3014ec06c925 /lang/ccsh | |
parent | 06af4e828c0fc0056e76e5e656215876451444eb (diff) | |
download | pkgsrc-35e50eab63fba7b67e1ed9e71ae210a5dce48f83.tar.gz |
Import ccsh from pkgsrc-wip. Packaged by pancake at phreaker dot net,
and slightly modified by me.
CCSH is a scripting language that is intended to be powerful and easy
to use for people already familiar with the C language.
Diffstat (limited to 'lang/ccsh')
-rw-r--r-- | lang/ccsh/DESCR | 2 | ||||
-rw-r--r-- | lang/ccsh/Makefile | 28 | ||||
-rw-r--r-- | lang/ccsh/PLIST | 2 | ||||
-rw-r--r-- | lang/ccsh/distinfo | 4 |
4 files changed, 36 insertions, 0 deletions
diff --git a/lang/ccsh/DESCR b/lang/ccsh/DESCR new file mode 100644 index 00000000000..1627365bca0 --- /dev/null +++ b/lang/ccsh/DESCR @@ -0,0 +1,2 @@ +CCSH is a scripting language that is intended to be powerful and easy +to use for people already familiar with the C language. diff --git a/lang/ccsh/Makefile b/lang/ccsh/Makefile new file mode 100644 index 00000000000..459473700ce --- /dev/null +++ b/lang/ccsh/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/03/07 17:16:54 minskim Exp $ +# + +DISTNAME= ccsh-0.0.4 +CATEGORIES= lang +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ccsh/} + +MAINTAINER= pancake@phreaker.net +HOMEPAGE= http://ccsh.sourceforge.net/ +COMMENT= C-like syntax scripting + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_GNU_TOOLS+= make +USE_BUILDLINK3= yes + +SUBST_CLASSES+= options +SUBST_MESSAGE.options= "Preventing CFLAGS from being overridden." +SUBST_STAGE.options= post-patch +SUBST_FILES.options= Makefile +SUBST_SED.options= -e 's,^CFLAGS =,\#CFLAGS =,g' + +INSTALLATION_DIRS+= bin + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ccsh ${PREFIX}/bin/ccsh + +.include "../../mk/bsd.pkg.mk" diff --git a/lang/ccsh/PLIST b/lang/ccsh/PLIST new file mode 100644 index 00000000000..5ca8f60324d --- /dev/null +++ b/lang/ccsh/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/07 17:16:54 minskim Exp $ +bin/ccsh diff --git a/lang/ccsh/distinfo b/lang/ccsh/distinfo new file mode 100644 index 00000000000..9a9c9b2c1ba --- /dev/null +++ b/lang/ccsh/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/03/07 17:16:54 minskim Exp $ + +SHA1 (ccsh-0.0.4.tar.gz) = 81ce8c6b6a381f5b4640eb6389989078d0e60ee6 +Size (ccsh-0.0.4.tar.gz) = 11625 bytes |