summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-05-02 23:26:23 +0000
committerjtb <jtb@pkgsrc.org>2003-05-02 23:26:23 +0000
commita5ed0716102caf4c44478a398a690c75736b11cf (patch)
tree6750c1e92f4dfd364f49c6e0b8efdb15af4c50a3 /doc
parent0761735b9faacc65dce374c572eb0bbe6d420ccb (diff)
downloadpkgsrc-a5ed0716102caf4c44478a398a690c75736b11cf.tar.gz
Note addition of yabasic-2.722. From David Ferlier in PR pkg/19785.
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 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 29f93dcfe33..ba41072cd84 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.2126 2003/05/02 17:51:28 jtb Exp $
+$NetBSD: CHANGES,v 1.2127 2003/05/02 23:26:23 jtb Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -1833,3 +1833,4 @@ Changes to the packages collection and infrastructure in 2003:
[wiz 2003-05-02]
Updated gcc3 to 3.2.2nb1 [jmmv 2003-05-02]
Updated mercury to 0.11.0 [jtb 2003-05-02]
+ Added yabasic-2.722 [jtb 2003-05-02]