Subject: CVS commit: pkgsrc/math/orpie
To: None <pkgsrc-changes@NetBSD.org>
From: Tobias Nygren <tnn@netbsd.org>
List: pkgsrc-changes
Date: 09/13/2007 12:10:41
Module Name:	pkgsrc
Committed By:	tnn
Date:		Thu Sep 13 12:10:41 UTC 2007

Modified Files:
	pkgsrc/math/orpie: Makefile distinfo
	pkgsrc/math/orpie/patches: patch-ac
Removed Files:
	pkgsrc/math/orpie/patches: patch-ab

Log Message:
Update to orpie-1.5.0 and add DESTDIR support.

ChangeLog:
- Complete rewrite of units implementation, allowing user-defined units
  and physical constants.
- Updated included ocamlgsl bindings to 0.6.0.
- Square root of a negative value now returns a complex result.
- gcd(), lcd(), and mod() now accept real-valued  arguments.
- Fix for crash in abbrev mode.
- Made a minor Makefile change to correct linking errors under Gentoo
  (maybe others).
- Numerous code cleanups. Calculator code has been better separated from
  interface code.
- Support --sysconfdir configure option.  (Anyone packaging for the
  filesystem hierarchy standard will now need to use something like
  "./configure --prefix=/usr --sysconfdir=/etc".)
- Implemented entry of most fundamental physical constants.
- Fixed incorrect error message regarding deprecated extended_enter command


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/math/orpie/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/orpie/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/math/orpie/patches/patch-ab
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/orpie/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.