From 35e50eab63fba7b67e1ed9e71ae210a5dce48f83 Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 7 Mar 2004 17:16:54 +0000 Subject: 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. --- lang/ccsh/DESCR | 2 ++ lang/ccsh/Makefile | 28 ++++++++++++++++++++++++++++ lang/ccsh/PLIST | 2 ++ lang/ccsh/distinfo | 4 ++++ 4 files changed, 36 insertions(+) create mode 100644 lang/ccsh/DESCR create mode 100644 lang/ccsh/Makefile create mode 100644 lang/ccsh/PLIST create mode 100644 lang/ccsh/distinfo (limited to 'lang/ccsh') 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 -- cgit v1.2.3