Subject: CVS commit: pkgsrc/math/capc-calc
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 09/18/2007 19:40:20
Module Name: pkgsrc
Committed By: drochner
Date: Tue Sep 18 19:40:20 UTC 2007
Modified Files:
pkgsrc/math/capc-calc: Makefile PLIST distinfo
pkgsrc/math/capc-calc/patches: patch-aa
Removed Files:
pkgsrc/math/capc-calc/patches: patch-ab
Log Message:
update to 2.12.2
This is a major release. Significant changes include:
* calc may be built with static or dynamic shared libraries
* overhauled Makefiles to use system targets
- replaced compiler sets with host targets
- targets include: linux, OS X, FreeBSD, simple, default
- many changes to Makefile variables
* calc source static and extern variables declared with CPP symbols
- to make it easier to compile under certain Windoz environments
- to assist those who are developing a multi-threaded calc lib
* calc library makes it easier to control parse and scan messages
* added Makefile.simple for hosts without GNU Make
* added custom registers
- when calc is run with the -C flag
* dropped support of md5 and sha-0 hashes
* calc supports real and complex exponentiation bases and exponents
- i.e., 2.5 ^ 3.5, 0.5i ^ 0.25, 2.5 ^ 2.718i, 3.13145i ^ 0.30103i
added TEST_TARGET
To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 pkgsrc/math/capc-calc/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/math/capc-calc/PLIST
cvs rdiff -r1.18 -r1.19 pkgsrc/math/capc-calc/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/math/capc-calc/patches/patch-aa
cvs rdiff -r1.1 -r0 pkgsrc/math/capc-calc/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.