[Lunar-commits] r20405 - in moonbase/trunk/utils: . nonpareil
Terry Chan
tchan at lunar-linux.org
Wed Jun 14 02:34:08 UTC 2006
Author: tchan
Date: 2006-06-14 02:34:07 +0000 (Wed, 14 Jun 2006)
New Revision: 20405
Added:
moonbase/trunk/utils/nonpareil/
moonbase/trunk/utils/nonpareil/BUILD
moonbase/trunk/utils/nonpareil/DEPENDS
moonbase/trunk/utils/nonpareil/DETAILS
Log:
Adding the nonpareil module to moonbase. All the HP Calculator freaks will
love this one.
Added: moonbase/trunk/utils/nonpareil/BUILD
===================================================================
--- moonbase/trunk/utils/nonpareil/BUILD (rev 0)
+++ moonbase/trunk/utils/nonpareil/BUILD 2006-06-14 02:34:07 UTC (rev 20405)
@@ -0,0 +1,8 @@
+(
+
+ scons prefix=/usr debug=no &&
+ prepare_install &&
+ scons install prefix=/usr &&
+ gather_docs DEBUGGING TODO
+
+) >$C_FIFO 2>&1
Added: moonbase/trunk/utils/nonpareil/DEPENDS
===================================================================
--- moonbase/trunk/utils/nonpareil/DEPENDS (rev 0)
+++ moonbase/trunk/utils/nonpareil/DEPENDS 2006-06-14 02:34:07 UTC (rev 20405)
@@ -0,0 +1,9 @@
+depends gtk+-2 &&
+depends glib-2 &&
+depends libxml2 &&
+depends SDL &&
+depends SDL_mixer &&
+depends flex &&
+depends bison &&
+depends netpbm &&
+depends scons
Added: moonbase/trunk/utils/nonpareil/DETAILS
===================================================================
--- moonbase/trunk/utils/nonpareil/DETAILS (rev 0)
+++ moonbase/trunk/utils/nonpareil/DETAILS 2006-06-14 02:34:07 UTC (rev 20405)
@@ -0,0 +1,21 @@
+ MODULE=nonpareil
+ VERSION=0.77
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://nonpareil.brouhaha.com/download/
+ SOURCE_VFY=sha1:d4d3cd91724edd5a6b98e448c93a790723f8594a
+ WEB_SITE=http://nonpareil.brouhaha.com
+ MAINTAINER=tchan at lunar-linux.org
+ ENTERED=20060613
+ UPDATED=20060613
+ SHORT="HP calculator simulator"
+
+cat << EOF
+Nonpareil is a high-fidelity simulator for calculators. It currently supports
+many HP calculators models introduced between 1972 and 1982. Simulation
+fidelity is achieved through the use of the actual microcode of the
+calculators, thus in most cases the simulation behavior exactly matches that of
+the real calculator. In particular, numerical results will be identical,
+because the simulator is using the BCD arithmetic algorithms from the
+calculator. Models currently emulated include: HP-11c, 12c, 15c, 16c, 21, 25,
+25c, 32e, 33c, 34c, 35, 37e, 38c, 38e, 41c, 41cv, 41cx, 45, 55, 80.
+EOF
More information about the Lunar-commits
mailing list