summaryrefslogtreecommitdiff
path: root/lang/yabasic
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-05-02 23:19:53 +0000
committerjtb <jtb@pkgsrc.org>2003-05-02 23:19:53 +0000
commitdcdfb3e9f74a57b1f88f638a989d8afbe7b1c30d (patch)
treeeaa427a381b4255d2d6868a5929632c8bf6ad920 /lang/yabasic
parent4cae1f843bd1809418c82d87229c1daa37a6a48d (diff)
downloadpkgsrc-dcdfb3e9f74a57b1f88f638a989d8afbe7b1c30d.tar.gz
Initial import of yabasic. Submitted by David Ferlier in PR pkg/19785
with some minor modifications by me. Yabasic implements the most common and simple elements of the basic language; It comes with goto/gosub, with various loops, with user defined subroutines and Libraries. Yabasic does monochrome line graphics and printing. Yabasic runs under Unix and Windows; it is small (around 200KB) and free.
Diffstat (limited to 'lang/yabasic')
-rw-r--r--lang/yabasic/DESCR4
-rw-r--r--lang/yabasic/Makefile21
-rw-r--r--lang/yabasic/PLIST5
-rw-r--r--lang/yabasic/distinfo4
4 files changed, 34 insertions, 0 deletions
diff --git a/lang/yabasic/DESCR b/lang/yabasic/DESCR
new file mode 100644
index 00000000000..86052ac109c
--- /dev/null
+++ b/lang/yabasic/DESCR
@@ -0,0 +1,4 @@
+Yabasic implements the most common and simple elements of the basic language;
+It comes with goto/gosub, with various loops, with user defined subroutines
+and Libraries. Yabasic does monochrome line graphics and printing.
+Yabasic runs under Unix and Windows; it is small (around 200KB) and free.
diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile
new file mode 100644
index 00000000000..e52ec9ab44a
--- /dev/null
+++ b/lang/yabasic/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/05/02 23:19:53 jtb Exp $
+
+DISTNAME= yabasic-2.722
+CATEGORIES= lang
+MASTER_SITES= http://www.yabasic.de/download/
+
+MAINTAINER= david@netbsd-fr.org
+HOMEPAGE= http://www.yabasic.de
+COMMENT= Yet another Basic for Unix and Windows
+
+USE_X11= YES
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/yabasic
+ ${INSTALL_DATA} ${WRKSRC}/yabasic.htm \
+ ${PREFIX}/share/doc/html/yabasic
+
+.include "../../devel/ncurses/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/lang/yabasic/PLIST b/lang/yabasic/PLIST
new file mode 100644
index 00000000000..0d75a85ee2d
--- /dev/null
+++ b/lang/yabasic/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/02 23:19:53 jtb Exp $
+bin/yabasic
+man/man1/yabasic.1
+share/doc/html/yabasic/yabasic.htm
+@dirrm share/doc/html/yabasic
diff --git a/lang/yabasic/distinfo b/lang/yabasic/distinfo
new file mode 100644
index 00000000000..7d7b4015a5e
--- /dev/null
+++ b/lang/yabasic/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/05/02 23:19:53 jtb Exp $
+
+SHA1 (yabasic-2.722.tar.gz) = e664468d2f0d83afe355310c5d8d836d4f36a454
+Size (yabasic-2.722.tar.gz) = 284955 bytes