summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-06-07 14:05:04 +0000
committerwiz <wiz@pkgsrc.org>2009-06-07 14:05:04 +0000
commitef70e5212ddabe5bca071b6144aa134a5208c3e7 (patch)
tree9004361940ac64cdab3dff08d2ab704c2c0cd79b /math
parent5cf4395dfa5ab27019e85e5a2a0818de0779ee43 (diff)
downloadpkgsrc-ef70e5212ddabe5bca071b6144aa134a5208c3e7.tar.gz
Update to 2.68. Set LICENSE to mit.
Changes: commit 815ea2aadc2644a426b87f8c4e41d58a01d50de0 Author: Keith Packard <keithp@keithp.com> Date: Sat Jun 21 02:31:29 2008 -0700 Bump to version 2.68 commit e278cfc926e5cd2ee51c9e45a642b2803d93cceb Author: Keith Packard <keithp@keithp.com> Date: Sat Jun 21 02:28:53 2008 -0700 Bump debian standards to 3.8.0 commit d69f9ba5dbf231bf2c8ecd5ab55e550d11f5ebae Author: Keith Packard <keithp@keithp.com> Date: Sat Jun 21 02:28:34 2008 -0700 Add README.release commit 74d032db530e2441f47b68549d18a70956ddf601 Author: Keith Packard <keithp@keithp.com> Date: Mon May 19 13:22:11 2008 -0700 Non-interactive stdin is always available for reading. Failing to set the 'stdinOwned' flag meant that you could never read from stdin which wasn't a terminal. Oops. commit d0604e797cf194eb025a1784766ebea8cf38ec87 Author: Keith Packard <keithp@keithp.com> Date: Wed Mar 26 23:21:41 2008 -0700 Allow background nickle to not poll on tty ownership When stdin is connected to a terminal but nickle is not the foreground process on that terminal, the io code would poll to wait for ownership to flip back to nickle so that reads could be performed without generating a signal. Now, nickle waits until someone actually tries to read from the terminal before starting to poll. This means that simple background processing nickle programs will not poll every 100ms. commit fd8d02af5bf2884858108421fec40b8c7ca9863b Author: Keith Packard <keithp@keithp.com> Date: Wed Mar 26 16:22:44 2008 -0700 Remove support for non-SIGIO pipes Older version of the kernel (before 2001) failed to generate SIGIO on pipes, so nickle had code to poll instead. I think we can safely remove that code now. commit 5106300e425315c5f753dd4e1bf2c1ff6d19db64 Author: Keith Packard <keithp@keithp.com> Date: Fri Mar 21 12:31:00 2008 -0700 Fix floating point printing to correctly round output commit e7f78ce3e66259f0a08c0099de4b89ad739c03c8 Author: Keith Packard <keithp@keithp.com> Date: Thu Mar 20 10:56:38 2008 -0700 Fix divide_by_zero exception type in fourfours.5c example commit e00e48546d26c6e0c22c70cb7eb14e81c897c61e Author: Keith Packard <keithp@keithp.com> Date: Thu Mar 20 10:20:52 2008 -0700 Make SRPM + RPM build work by serializing dependencies. $(SRPM) $(RPM): ... build fails as it does 'build' twice. commit 48e852689a43de236f93aa13172d31c8eb536fc1 Author: Keith Packard <keithp@keithp.com> Date: Wed Mar 19 23:24:45 2008 -0700 Makefile fixes: make main.o depend on Makefile, ensure debuild actually does commit 27ace3a23d90e8e5fe16b943743a8d9144cca7e6 Author: Keith Packard <keithp@keithp.com> Date: Wed Mar 19 23:12:13 2008 -0700 Avoid having the 'pretty_print' builtin show two error messages. NamespaceLocate takes a 'complain' boolean that will print out an error message, but the pretty_print command also raises an exception when it fails to find the name. Two errors is at least one too many here. commit 31e633b55cece8a6e46d763b2e51c974b450a12f Author: Keith Packard <keithp@keithp.com> Date: Wed Mar 19 22:38:18 2008 -0700 Rename the builtin Process namespace to PID to not conflict with the Process library commit ffc553a721015347939cc07da4a81577d86093d0 Author: Keith Packard <keithp@keithp.com> Date: Wed Mar 19 22:37:49 2008 -0700 FileGetErrorMessage returns a Value, not a char *
Diffstat (limited to 'math')
-rw-r--r--math/nickle/Makefile6
-rw-r--r--math/nickle/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/math/nickle/Makefile b/math/nickle/Makefile
index 2d96003d485..e4de89fa052 100644
--- a/math/nickle/Makefile
+++ b/math/nickle/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.6 2009/05/20 00:58:22 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2009/06/07 14:05:04 wiz Exp $
#
-DISTNAME= nickle-2.67
-PKGREVISION= 1
+DISTNAME= nickle-2.68
CATEGORIES= math lang
MASTER_SITES= http://nickle.org/release/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://nickle.org/
COMMENT= Desk calculator language
+LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/math/nickle/distinfo b/math/nickle/distinfo
index a40158d4512..5651225652f 100644
--- a/math/nickle/distinfo
+++ b/math/nickle/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/05/05 19:07:08 drochner Exp $
+$NetBSD: distinfo,v 1.5 2009/06/07 14:05:04 wiz Exp $
-SHA1 (nickle-2.67.tar.gz) = f8c494e38fd8c9fd57f87f6296ba7ced426334c6
-RMD160 (nickle-2.67.tar.gz) = f8feec6f2538d5fde352ac5ccf733b4e0845cdfc
-Size (nickle-2.67.tar.gz) = 467437 bytes
+SHA1 (nickle-2.68.tar.gz) = 226afe1503557a746672fccfa464cfaafd3bb058
+RMD160 (nickle-2.68.tar.gz) = 9d9d6b5fb79b65a8a0cd922e4322d7d91c58065b
+Size (nickle-2.68.tar.gz) = 469027 bytes