pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
squirrel: Import wip/squirrel as squirrel-3.0.7.
Module Name: pkgsrc-wip
Committed By: Christian Koch <cfkoch%edgebsd.org@localhost>
Pushed By: cfkoch
Date: Tue Oct 27 21:57:22 2015 -0700
Changeset: ec4fdb924535621456009276054a02b44a94fd59
Modified Files:
Makefile
Added Files:
squirrel/DESCR
squirrel/Makefile
squirrel/PLIST
squirrel/distinfo
Log Message:
squirrel: Import wip/squirrel as squirrel-3.0.7.
Squirrel is a high level imperative, object-oriented programming language,
designed to be a light-weight scripting language that fits in the size,
memory bandwidth, and real-time requirements of applications like video
games.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ec4fdb924535621456009276054a02b44a94fd59
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
squirrel/DESCR | 4 ++++
squirrel/Makefile | 30 ++++++++++++++++++++++++++++++
squirrel/PLIST | 2 ++
squirrel/distinfo | 5 +++++
5 files changed, 42 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index e943002..9de21f1 100644
--- a/Makefile
+++ b/Makefile
@@ -3638,6 +3638,7 @@ SUBDIR+= spidermonkey24
SUBDIR+= splix
SUBDIR+= spread4
SUBDIR+= spyder
+SUBDIR+= squirrel
SUBDIR+= squirrelmail-avelsieve
SUBDIR+= squirrelmail-chg_sasl_passwd
SUBDIR+= squirrelmail-compatibility
diff --git a/squirrel/DESCR b/squirrel/DESCR
new file mode 100644
index 0000000..a3fe781
--- /dev/null
+++ b/squirrel/DESCR
@@ -0,0 +1,4 @@
+Squirrel is a high level imperative, object-oriented programming language,
+designed to be a light-weight scripting language that fits in the size,
+memory bandwidth, and real-time requirements of applications like video
+games.
diff --git a/squirrel/Makefile b/squirrel/Makefile
new file mode 100644
index 0000000..7e76c5c
--- /dev/null
+++ b/squirrel/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+PKGNAME= squirrel-${VERSION}
+DISTNAME= squirrel_${VERSION_ALT}_stable
+VERSION= 3.0.7
+VERSION_ALT= 3_0_7
+CATEGORIES= lang
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrel/}
+
+MAINTAINER= cfkoch%edgebsd.org@localhost
+HOMEPAGE= http://squirrel-lang.org/
+COMMENT= The Squirrel programming language
+LICENSE= mit
+
+USE_TOOLS+= gmake
+USE_LANGUAGES+= c c++
+AUTO_MKDIRS= yes
+
+WRKSRC= ${WRKDIR}/SQUIRREL3
+NO_CONFIGURE= yes
+BUILD_TARGET= sq64
+
+do-install:
+ ( \
+ cd ${WRKSRC}; \
+ cp -v ./bin/sq ${DESTDIR}${PREFIX}/bin; \
+ )
+
+.include "../../mk/bsd.pkg.mk"
+.include "../../mk/fetch/sites.mk"
diff --git a/squirrel/PLIST b/squirrel/PLIST
new file mode 100644
index 0000000..7dac94a
--- /dev/null
+++ b/squirrel/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/sq
diff --git a/squirrel/distinfo b/squirrel/distinfo
new file mode 100644
index 0000000..ceaced2
--- /dev/null
+++ b/squirrel/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (squirrel_3_0_7_stable.tar.gz) = 5ae3f669677ac5f5d663ec070d42ee68980e1911
+RMD160 (squirrel_3_0_7_stable.tar.gz) = ca626275b43d6ebc29e99d33b65cf3c67f9bc72f
+Size (squirrel_3_0_7_stable.tar.gz) = 459749 bytes
Home |
Main Index |
Thread Index |
Old Index