./math/nickle, Desk calculator language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q1, Version: 2.79, Package name: nickle-2.79, Maintainer: pkgsrc-users

Nickle is a desk calculator language with powerful programming and
scripting capabilities. Nickle supports a variety of datatypes, espe-
cially arbitrary precision integers, rationals, and imprecise reals.
The input language vaguely resembles C. Some things in C which do not
translate easily are different, some design choices have been made dif-
ferently, and a very few features are simply missing.


Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 86722b07df9eebf99789b91a0c576f14af8ea739
RMD160: a6a211cf1171960c0cab45c9d2206d5ae4abd374
Filesize: 567.93 KB

Version history: (Expand)


CVS history: (Expand)


   2017-04-25 19:39:11 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #5356 - requested by sevan
math/nickle: build fix

Revisions pulled up:
- math/nickle/distinfo                                          1.11
- math/nickle/patches/patch-aa                                  1.5
- math/nickle/patches/patch-lex.c                               1.1

---
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sun Apr 23 14:49:27 UTC 2017

   Modified Files:
           pkgsrc/math/nickle: distinfo
           pkgsrc/math/nickle/patches: patch-aa
   Added Files:
           pkgsrc/math/nickle/patches: patch-lex.c

   Log message:
   Fix build problem on NetBSD 6.1_STABLE.

   * Guard use of rl_catch_signals variable with "#if \ 
HAVE_RL_CATCH_SIGNALS".

   Add comment in patch/patch-aa quote from last commit message.