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

12
math/bc/DESCR Normal file
View File

@@ -0,0 +1,12 @@
Bc is an arbitrary precision calculator language. Syntax is similar
to C, but differs in many substantial areas. It supports interactive
execution of statements
It can also be used as a simple console-based calculator.
This GNU version of bc contains several extensions beyond traditional
bc implementations and the POSIX draft standard.
This package also includes dc, another arbitrary precision calculator.
Dc is a reverse-polish desk calculator which supports unlimited
precision arithmetic. It also allows you to define and call macros.

18
math/bc/Makefile Normal file
View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.11 2013/04/06 20:27:24 rodent Exp $
DISTNAME= bc-1.06
PKGREVISION= 3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU:=bc/}
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.gnu.org/software/bc/bc.html
COMMENT= Arbitrary precision calculator language
USE_TOOLS+= flex
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-readline
INFO_FILES= yes
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

7
math/bc/PLIST Normal file
View File

@@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.3 2006/04/05 23:01:15 jlam Exp $
bin/bc
bin/dc
info/bc.info
info/dc.info
man/man1/bc.1
man/man1/dc.1

8
math/bc/distinfo Normal file
View File

@@ -0,0 +1,8 @@
$NetBSD: distinfo,v 1.3 2008/03/05 04:00:01 jlam Exp $
SHA1 (bc-1.06.tar.gz) = c8f258a7355b40a485007c40865480349c157292
RMD160 (bc-1.06.tar.gz) = e0394a090ad42f289a80de1dd26d2cf591f88481
Size (bc-1.06.tar.gz) = 278926 bytes
SHA1 (patch-aa) = 338b4e1232f4d10dee35183dec16b8da62f0cabf
SHA1 (patch-ab) = 7f51824877c1573c737c6fa5695d1f2443e3b335
SHA1 (patch-ac) = f9213e083374b61a9db4aa3315d21a8579e0704f

69
math/bc/patches/patch-aa Normal file
View File

@@ -0,0 +1,69 @@
$NetBSD: patch-aa,v 1.1.1.1 2003/09/29 23:57:38 reed Exp $
--- doc/bc.info.orig Fri Nov 15 18:09:27 2002
+++ doc/bc.info Fri Nov 15 18:16:06 2002
@@ -1,4 +1,9 @@
-This is bc.info, produced by makeinfo version 4.0 from bc.texi.
+This is bc.info, produced by makeinfo version 4.2 from bc.texi.
+
+INFO-DIR-SECTION Mathematics
+START-INFO-DIR-ENTRY
+* bc: (bc). An arbitrary precision calculator language.
+END-INFO-DIR-ENTRY

File: bc.info, Node: Top, Next: Introduction, Prev: (dir), Up: (dir)
@@ -971,29 +976,29 @@

Tag Table:
-Node: Top65
-Node: Introduction354
-Node: Description515
-Node: Command Line Options1969
-Node: Basic Elements2533
-Node: Numbers2704
-Node: Variables3467
-Node: Comments4576
-Node: Expressions5317
-Node: About Expressions and Special Variables5597
-Node: Basic Expressions7333
-Node: Relational Expressions10274
-Node: Boolean Expressions11279
-Node: Precedence11834
-Node: Special Expressions12994
-Node: Statements14376
-Node: Pseudo Statements21001
-Node: Functions21649
-Node: Math Library Functions25703
-Node: Examples26413
-Node: Readline and Libedit Options28431
-Node: GNU `bc' and Other Implementations29458
-Node: Limits34700
-Node: Environment Variables35953
+Node: Top203
+Node: Introduction492
+Node: Description653
+Node: Command Line Options2107
+Node: Basic Elements2671
+Node: Numbers2842
+Node: Variables3605
+Node: Comments4714
+Node: Expressions5455
+Node: About Expressions and Special Variables5735
+Node: Basic Expressions7471
+Node: Relational Expressions10412
+Node: Boolean Expressions11417
+Node: Precedence11972
+Node: Special Expressions13132
+Node: Statements14514
+Node: Pseudo Statements21139
+Node: Functions21787
+Node: Math Library Functions25841
+Node: Examples26551
+Node: Readline and Libedit Options28569
+Node: GNU `bc' and Other Implementations29596
+Node: Limits34838
+Node: Environment Variables36091

End Tag Table

45
math/bc/patches/patch-ab Normal file
View File

@@ -0,0 +1,45 @@
$NetBSD: patch-ab,v 1.1.1.1 2003/09/29 23:57:39 reed Exp $
--- doc/dc.info.orig Fri Nov 15 18:09:53 2002
+++ doc/dc.info Fri Nov 15 18:16:01 2002
@@ -1,4 +1,9 @@
-This is dc.info, produced by makeinfo version 4.0 from dc.texi.
+This is dc.info, produced by makeinfo version 4.2 from dc.texi.
+
+INFO-DIR-SECTION Mathematics
+START-INFO-DIR-ENTRY
+* dc: (dc). A reverse-polish arbitrary precision calculator.
+END-INFO-DIR-ENTRY
START-INFO-DIR-ENTRY
* dc: (dc). Arbritrary precision RPN "Desktop Calculator".
@@ -425,17 +430,17 @@

Tag Table:
-Node: Top1084
-Node: Introduction1663
-Node: Invocation2880
-Node: Printing Commands3724
-Node: Arithmetic4902
-Node: Stack Control7815
-Node: Registers8228
-Node: Parameters9154
-Node: Strings10415
-Node: Status Inquiry13385
-Node: Miscellaneous13942
-Node: Reporting bugs14909
+Node: Top1227
+Node: Introduction1806
+Node: Invocation3023
+Node: Printing Commands3867
+Node: Arithmetic5045
+Node: Stack Control7958
+Node: Registers8371
+Node: Parameters9297
+Node: Strings10558
+Node: Status Inquiry13528
+Node: Miscellaneous14085
+Node: Reporting bugs15052

End Tag Table

13
math/bc/patches/patch-ac Normal file
View File

@@ -0,0 +1,13 @@
$NetBSD: patch-ac,v 1.1 2008/03/05 04:00:01 jlam Exp $
--- bc/scan.l.orig 2000-09-13 14:25:47.000000000 -0400
+++ bc/scan.l
@@ -143,7 +143,7 @@ static int rl_len = 0;
/* Definitions for readline access. */
extern FILE *rl_instream;
-_PROTOTYPE(char *readline, (char *));
+_PROTOTYPE(char *readline, (const char *));
/* rl_input puts upto MAX characters into BUF with the number put in
BUF placed in *RESULT. If the yy input file is the same as