pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/42845: [lang/wsbasic]Update to 1.2.7
>Number: 42845
>Category: pkg
>Synopsis: [lang/wsbasic]Update to 1.2.7
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Feb 19 08:00:00 +0000 2010
>Originator: Wen Heping
>Release: NetBSD-5.0.1
>Organization:
Private
>Environment:
NetBSD NB501 5.0.1 NetBSD 5.0.1 (GENERIC) #0: Thu Jul 30 01:39:11 UTC 2009
builds%b8.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-1-RELEASE/i386/200907292356Z-obj/home/builds/ab/netbsd-5-0-1-RELEASE/src/sys/arch/i386/compile/GENERIC
i386
>Description:
1.2.7
Releasing new version, data lines are added (bit like other basic interpreters,
provides a basic array like functionality to store and read data). Preliminary
shell functionality is implemented. I expect to replace my aging bash with this
soon :-).
>How-To-Repeat:
>Fix:
diff -urN wsbasic.orig/Makefile wsbasic/Makefile
--- wsbasic.orig/Makefile 2010-02-19 23:02:51.000000000 +0800
+++ wsbasic/Makefile 2010-02-19 23:51:38.000000000 +0800
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2006/06/01 21:03:43 joerg Exp $
-DISTNAME= wsbasic-1_2_5
+DISTNAME= wsbasic-1_2_7
PKGNAME= ${DISTNAME:S/_/./g}
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wsbasic/}
@@ -8,6 +8,7 @@
MAINTAINER= ghen%NetBSD.org@localhost
HOMEPAGE= http://wsbasic.sourceforge.net/
COMMENT= Simple BASIC interpreter
+LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
diff -urN wsbasic.orig/PLIST wsbasic/PLIST
--- wsbasic.orig/PLIST 2010-02-19 23:02:51.000000000 +0800
+++ wsbasic/PLIST 2010-02-19 23:46:59.000000000 +0800
@@ -5,6 +5,7 @@
share/wsbasic/assigns.b
share/wsbasic/changepath.b
share/wsbasic/datatest.b
+share/wsbasic/deftest.b
share/wsbasic/dir-foreach.b
share/wsbasic/dir.b
share/wsbasic/foreach.b
@@ -19,6 +20,7 @@
share/wsbasic/post_ip.b
share/wsbasic/rantest.b
share/wsbasic/runtest.b
+share/wsbasic/shelltest.b
share/wsbasic/speed2.b
share/wsbasic/strings.b
share/wsbasic/while.b
diff -urN wsbasic.orig/distinfo wsbasic/distinfo
--- wsbasic.orig/distinfo 2010-02-19 23:02:51.000000000 +0800
+++ wsbasic/distinfo 2010-02-19 23:11:03.000000000 +0800
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2005/10/26 15:58:54 minskim Exp $
-SHA1 (wsbasic-1_2_5.tar.gz) = 7cac105c3d11ee00e008b7d1756f8ddf9a70929e
-RMD160 (wsbasic-1_2_5.tar.gz) = 70b8aeb73a2a2ba9f05b9067645c6feb895ee382
-Size (wsbasic-1_2_5.tar.gz) = 20745 bytes
-SHA1 (patch-aa) = 5217f62abd2efd27faaf9dad9371932a28218230
+SHA1 (wsbasic-1_2_7.tar.gz) = c27e5c95fd9b5c8cc8366600df6f83b67d223829
+RMD160 (wsbasic-1_2_7.tar.gz) = 2c194087f59af350bcbebc674e1016035bbcb126
+Size (wsbasic-1_2_7.tar.gz) = 23516 bytes
+SHA1 (patch-aa) = 708faae900989161740659abe49242c4ebedc0fa
diff -urN wsbasic.orig/patches/patch-aa wsbasic/patches/patch-aa
--- wsbasic.orig/patches/patch-aa 2010-02-19 23:02:51.000000000 +0800
+++ wsbasic/patches/patch-aa 2010-02-19 23:52:09.000000000 +0800
@@ -1,12 +1,11 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/10/19 03:36:03 minskim Exp $
-
---- Makefile.orig 2005-01-28 02:40:58.000000000 +0100
-+++ Makefile
+$NetBSD$
+--- Makefile.orig 2010-02-19 23:06:27.000000000 +0800
++++ Makefile 2010-02-19 23:07:01.000000000 +0800
@@ -1,5 +1,6 @@
-CXX = g++
+CXX ?= g++
FLAGS = -O2 -Wall #-D_DEBUG_
+FLAGS += $(CXXFLAGS)
INSTALL_DIR = /usr/local/bin/
- RELEASE = 1_2_5
+ RELEASE = 1_2_7
Home |
Main Index |
Thread Index |
Old Index