Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.28 2015/06/10 14:58:50 joerg Exp $
# $NetBSD: Makefile,v 1.31 2016/04/11 19:01:54 ryoon Exp $
#
DISTNAME= basic256_0.9.6.71
PKGNAME= ${DISTNAME:S/_/-/}
PKGREVISION= 18
PKGREVISION= 21
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kidbasic/}
EXTRACT_SUFX= .tgz

View File

@@ -1,8 +1,9 @@
$NetBSD: distinfo,v 1.4 2015/06/10 14:58:50 joerg Exp $
$NetBSD: distinfo,v 1.6 2015/12/29 23:34:43 dholland Exp $
SHA1 (basic256_0.9.6.71.tgz) = 3a8ee26230d5b14b5f325c3b6e0db511534d785f
RMD160 (basic256_0.9.6.71.tgz) = 1edd4a2eb153eb9712f8b33e1ff2a64ebf1ba883
SHA512 (basic256_0.9.6.71.tgz) = cdebc9da6b3835c7b626e0cf1c90019c6cf5091f43e7f17923b03392eac9013d70817fd60fda705ccb8843ea7d649e30eb8ef50593da39e4a75b1b15c4279f21
Size (basic256_0.9.6.71.tgz) = 7924162 bytes
SHA1 (patch-Interpreter.cpp) = 23e0c4d7b611dff4366dbd6859d8c4eddf9d31ad
SHA1 (patch-RunController.cpp) = 7716844575a393900b9cab1e61abd6b18cf5b138
SHA1 (patch-Variables.h) = a350770e86e8b6913c92785b893e72d6a641f0eb
SHA1 (patch-Variables.h) = a3e777c774c57103506d09e8300867766c2067fd

View File

@@ -1,8 +1,10 @@
$NetBSD: patch-Variables.h,v 1.1 2015/06/12 13:12:27 joerg Exp $
$NetBSD: patch-Variables.h,v 1.2 2015/12/29 23:34:43 dholland Exp $
Update C++ dialect.
--- Variables.h.orig 2015-06-09 23:15:06.000000000 +0000
+++ Variables.h
@@ -34,7 +34,7 @@ struct variable
@@ -34,7 +34,7 @@ struct variable
union {
char *string;
double floatval;