pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import smallbasic-0.12.6 as wip/smallbasic.
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sun Sep 18 06:54:05 2016 +0200
Changeset: 588da5d7d041479f6db45824427dd497de13fb79
Added Files:
smallbasic/DESCR
smallbasic/Makefile
smallbasic/Makefile.common
smallbasic/PLIST
smallbasic/distinfo
Log Message:
Import smallbasic-0.12.6 as wip/smallbasic.
SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for
everyday calculations, scripts and prototypes. SmallBASIC includes
trigonometric, matrices and algebra functions, a built in IDE, a powerful
string library, system, sound, and graphic commands along with structured
programming syntax.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=588da5d7d041479f6db45824427dd497de13fb79
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
smallbasic/DESCR | 5 +++++
smallbasic/Makefile | 10 ++++++++++
smallbasic/Makefile.common | 31 +++++++++++++++++++++++++++++++
smallbasic/PLIST | 2 ++
smallbasic/distinfo | 6 ++++++
5 files changed, 54 insertions(+)
diffs:
diff --git a/smallbasic/DESCR b/smallbasic/DESCR
new file mode 100644
index 0000000..59b6f74
--- /dev/null
+++ b/smallbasic/DESCR
@@ -0,0 +1,5 @@
+SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for
+everyday calculations, scripts and prototypes. SmallBASIC includes
+trigonometric, matrices and algebra functions, a built in IDE, a powerful
+string library, system, sound, and graphic commands along with structured
+programming syntax.
diff --git a/smallbasic/Makefile b/smallbasic/Makefile
new file mode 100644
index 0000000..62e3dfb
--- /dev/null
+++ b/smallbasic/Makefile
@@ -0,0 +1,10 @@
+# $NetBSD$
+
+.include "Makefile.common"
+
+PKGNAME= ${DISTNAME:tl}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Fast and easy to learn BASIC language interpreter
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/smallbasic/Makefile.common b/smallbasic/Makefile.common
new file mode 100644
index 0000000..5bc293a
--- /dev/null
+++ b/smallbasic/Makefile.common
@@ -0,0 +1,31 @@
+# $NetBSD$
+#
+# used by wip/smallbasic-gui/Makefile
+
+GITHUB_PROJECT= SmallBASIC
+DISTNAME= SmallBASIC-0.12.6
+CATEGORIES= lang
+MASTER_SITES= ${MASTER_SITE_GITHUB:=smallbasic/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+HOMEPAGE= http://smallbasic.sourceforge.net/
+LICENSE= gnu-gpl-v3
+
+USE_TOOLS+= aclocal autoheader autoconf automake bash pkg-config
+
+USE_LANGUAGES= c c++
+
+# for xxd
+BUILD_DEPENDS+= vim-[0-9]*:../../editors/vim
+
+GNU_CONFIGURE= YES
+CONFIG_SHELL= ${BASH}
+
+BUILDLINK_TRANSFORM+= rm:-ldl
+
+DISTINFO_FILE= ${.CURDIR}/../../wip/smallbasic/distinfo
+
+pre-configure:
+ ${RUN} cd ${WRKSRC} && ${SH} ./autogen.sh
+
+.include "../../devel/pcre/buildlink3.mk"
diff --git a/smallbasic/PLIST b/smallbasic/PLIST
new file mode 100644
index 0000000..427289c
--- /dev/null
+++ b/smallbasic/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/sbasic
diff --git a/smallbasic/distinfo b/smallbasic/distinfo
new file mode 100644
index 0000000..d43083f
--- /dev/null
+++ b/smallbasic/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (SmallBASIC-0.12.6.tar.gz) = 141b1085da0544402f5cd8ee23b10484569de31f
+RMD160 (SmallBASIC-0.12.6.tar.gz) = 900e691db717d978e37bf03b83ce51a28c2fdd4d
+SHA512 (SmallBASIC-0.12.6.tar.gz) = 2d912a5afa86f4747eb9db1712c3704d2b9c013466db9e47ae5884ee437d824dc590cb354a79713925ed08db1eeaa1725d94e3883a9c697790f5733a4c731ac8
+Size (SmallBASIC-0.12.6.tar.gz) = 1323590 bytes
Home |
Main Index |
Thread Index |
Old Index