From b9b5a2736a30da6e29b6e7814f8ec3d630eec56d Mon Sep 17 00:00:00 2001 From: jtb Date: Fri, 2 May 2003 23:19:53 +0000 Subject: 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. --- lang/yabasic/DESCR | 4 ++++ lang/yabasic/Makefile | 21 +++++++++++++++++++++ lang/yabasic/PLIST | 5 +++++ lang/yabasic/distinfo | 4 ++++ 4 files changed, 34 insertions(+) create mode 100644 lang/yabasic/DESCR create mode 100644 lang/yabasic/Makefile create mode 100644 lang/yabasic/PLIST create mode 100644 lang/yabasic/distinfo (limited to 'lang/yabasic') 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 -- cgit v1.2.3