pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import smallbasic-gui-0.12.6 as wip/smallbasic-gui.
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sun Sep 18 06:54:20 2016 +0200
Changeset: c0f3a18f1029b9a3f18c3b49f20af15d862a5e87
Added Files:
smallbasic-gui/DESCR
smallbasic-gui/Makefile
smallbasic-gui/PLIST
Log Message:
Import smallbasic-gui-0.12.6 as wip/smallbasic-gui.
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.
This package ships with a GUI version of SmallBASIC.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c0f3a18f1029b9a3f18c3b49f20af15d862a5e87
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
smallbasic-gui/DESCR | 7 +++++++
smallbasic-gui/Makefile | 16 ++++++++++++++++
smallbasic-gui/PLIST | 4 ++++
3 files changed, 27 insertions(+)
diffs:
diff --git a/smallbasic-gui/DESCR b/smallbasic-gui/DESCR
new file mode 100644
index 0000000..25e9dfe
--- /dev/null
+++ b/smallbasic-gui/DESCR
@@ -0,0 +1,7 @@
+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.
+
+This package ships with a GUI version of SmallBASIC.
diff --git a/smallbasic-gui/Makefile b/smallbasic-gui/Makefile
new file mode 100644
index 0000000..dbc5302
--- /dev/null
+++ b/smallbasic-gui/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+.include "../../wip/smallbasic/Makefile.common"
+
+PKGNAME= ${DISTNAME:tl:S/smallbasic/smallbasic-gui/}
+CATEGORIES+= x11
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= SmallBASIC with GUI
+
+CONFIGURE_ARGS+= --enable-sdl
+
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/smallbasic-gui/PLIST b/smallbasic-gui/PLIST
new file mode 100644
index 0000000..fc93f40
--- /dev/null
+++ b/smallbasic-gui/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/sbasicg
+share/applications/smallbasic.desktop
+share/icons/hicolor/128x128/apps/sb-desktop-128x128.png
Home |
Main Index |
Thread Index |
Old Index