Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

5
lang/brandybasic/DESCR Normal file
View File

@@ -0,0 +1,5 @@
Brandy implements Basic V, the dialect of Basic that Acorn Computers
supplied with their ranges of desktop computers that use the ARM
processor such as the Archimedes and RiscPC. Basic V is an extended
version of BBC Basic. This was the Basic used on the BBC Micro that
Acorn made during the early 1980s.

33
lang/brandybasic/Makefile Normal file
View File

@@ -0,0 +1,33 @@
# $NetBSD: Makefile,v 1.18 2012/10/02 20:11:36 asau Exp $
#
DISTNAME= b116
PKGNAME= brandybasic-1.0.16
PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://jaguar.orpheusweb.co.uk/
# http://jaguar.orpheusweb.co.uk/brandy_119.tgz
EXTRACT_SUFX= .tgz
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://jaguar.orpheusweb.co.uk/branpage.html
COMMENT= Brandy Basic V interpreter - Acorn ARM Computers BASIC dialect
NOT_FOR_PLATFORM= SunOS-*-* # needs porting
WRKSRC= ${WRKDIR}/brandy-1.0.16
DOCDIR= share/doc/brandy
EXAMPLEDIR= share/examples/brandy
BUILD_TARGET= nodebug
USE_TOOLS+= gtar
INSTALLATION_DIRS= bin ${DOCDIR} ${EXAMPLEDIR}
do-install:
cd ${WRKSRC}/docs && ${GTAR} -cf - `ls |grep -v .orig` | \
(cd ${DESTDIR}${PREFIX}/${DOCDIR} && gtar xf -)
cd ${WRKSRC}/examples && ${GTAR} -cf - [a-z]* | \
(cd ${DESTDIR}${PREFIX}/${EXAMPLEDIR} && gtar xf -)
${INSTALL_PROGRAM} ${WRKSRC}/brandy ${DESTDIR}${PREFIX}/bin/brandy
.include "../../mk/bsd.pkg.mk"

27
lang/brandybasic/PLIST Normal file
View File

@@ -0,0 +1,27 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:03:28 joerg Exp $
bin/brandy
share/doc/brandy/COPYING
share/doc/brandy/README
share/doc/brandy/basic
share/doc/brandy/compiling
share/doc/brandy/graphics
share/doc/brandy/history
share/doc/brandy/internals
share/doc/brandy/messages
share/doc/brandy/use
share/examples/brandy/cmdline
share/examples/brandy/combsort
share/examples/brandy/cricket
share/examples/brandy/dow
share/examples/brandy/graphdemo
share/examples/brandy/hanoi
share/examples/brandy/hex
share/examples/brandy/lands
share/examples/brandy/pastriang
share/examples/brandy/sieve
share/examples/brandy/tekdemo1
share/examples/brandy/tekdemo2
share/examples/brandy/teklib
share/examples/brandy/trees1
share/examples/brandy/trees2
share/examples/brandy/tvtime

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.6 2007/06/30 18:31:52 joerg Exp $
SHA1 (b116.tgz) = 5c149c54f2d55bc16e1ccf84c811234c5b1d7285
RMD160 (b116.tgz) = 7cec7b35e2b5ce89b81e8e3f10d0db9838a8cbf5
Size (b116.tgz) = 381894 bytes
SHA1 (patch-aa) = a5b12fb2a0b7483bd0591d004c87642a394d4253

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-aa,v 1.3 2007/06/30 18:31:52 joerg Exp $
--- src/target.h.orig 2004-01-25 19:01:20.000000000 +0000
+++ src/target.h
@@ -66,6 +66,11 @@ typedef double float64; /* Type for 64
#define IDSTRING "Brandy Basic V Interpreter Version 1.0.16 (FreeBSD) 25/01/2004"
#endif
+#ifdef __DragonFly__
+#define TARGET_FREEBSD
+#define IDSTRING "Brandy Basic V Interpreter Version 1.0.16 (DragonFly) 25/01/2004"
+#endif
+
#ifdef __OpenBSD__
#define TARGET_OPENBSD
#define TARGET_UNIX