diff options
author | jtb <jtb> | 2001-04-29 16:17:50 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-29 16:17:50 +0000 |
commit | 06db777a91dff6bfd76741c20c13ad96c06b481f (patch) | |
tree | b9bc01b1a29fec701eeafb616cb75ac357d96b0b /math | |
parent | eb277bf58feefdf3be02e4c2578758d40e22bd00 (diff) | |
download | pkgsrc-06db777a91dff6bfd76741c20c13ad96c06b481f.tar.gz |
Update of tochnog to 20010429. Changes unknown. Move to SHA1 checksums.
Diffstat (limited to 'math')
-rw-r--r-- | math/tochnog/Makefile | 4 | ||||
-rw-r--r-- | math/tochnog/distinfo | 13 | ||||
-rw-r--r-- | math/tochnog/patches/patch-aa | 6 |
3 files changed, 13 insertions, 10 deletions
diff --git a/math/tochnog/Makefile b/math/tochnog/Makefile index 17ca7ecb7d5..eb4df4de37a 100644 --- a/math/tochnog/Makefile +++ b/math/tochnog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2001/04/28 23:59:22 jtb Exp $ +# $NetBSD: Makefile,v 1.8 2001/04/29 16:17:50 jtb Exp $ -DISTNAME= tochnog-20010210 +DISTNAME= tochnog-20010429 CATEGORIES= math MASTER_SITES= ftp://tochnog.sourceforge.net/pub/tochnog/ DISTFILES= tn.tar.gz tnu.ps.gz tnp.ps.gz diff --git a/math/tochnog/distinfo b/math/tochnog/distinfo index 3a389a7df54..c67a928bc2b 100644 --- a/math/tochnog/distinfo +++ b/math/tochnog/distinfo @@ -1,7 +1,10 @@ -$NetBSD: distinfo,v 1.1 2001/04/17 11:35:58 agc Exp $ +$NetBSD: distinfo,v 1.2 2001/04/29 16:17:50 jtb Exp $ -MD5 (tochnog-20010210/tn.tar.gz) = 8d48f9c18e9c30b5901f22b4392487de -MD5 (tochnog-20010210/tnu.ps.gz) = 5af220e1c643ade9ef9aad309ad84ea0 -MD5 (tochnog-20010210/tnp.ps.gz) = d6b795565e655c1aada309709815f4ab -SHA1 (patch-aa) = e09d2a76fbd09208eb04564ac05e37e89f7599d0 +SHA1 (tochnog-20010429/tn.tar.gz) = a4628df82573b5b9ebf5deeb9f32c6068cff5fed +Size (tochnog-20010429/tn.tar.gz) = 394723 bytes +SHA1 (tochnog-20010429/tnu.ps.gz) = 9f41c9cf997f3e4ee60a735dd584bef19be69ef9 +Size (tochnog-20010429/tnu.ps.gz) = 756685 bytes +SHA1 (tochnog-20010429/tnp.ps.gz) = d12a0840f8cceae67dea8bd18a2405a05f356d9b +Size (tochnog-20010429/tnp.ps.gz) = 41836 bytes +SHA1 (patch-aa) = c11e22272c8b64fff0556415ea9f90b9f318718a SHA1 (patch-ab) = e90269af74181a3ce4be670b83ac07ff7e1a7c94 diff --git a/math/tochnog/patches/patch-aa b/math/tochnog/patches/patch-aa index e1c4b1f9797..e8d31c1dbef 100644 --- a/math/tochnog/patches/patch-aa +++ b/math/tochnog/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/02/10 04:30:48 jtb Exp $ +$NetBSD: patch-aa,v 1.2 2001/04/29 16:17:51 jtb Exp $ --- makefile.orig Sun Jan 28 09:45:23 2001 +++ makefile @@ -33,9 +33,9 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/02/10 04:30:48 jtb Exp $ + "VCPP=" \ + "COMPILER_C=$(CC)" \ + "COMPILER_CPP=$(CXX)" \ -+ "COMPILER_FLAGS=$(CFLAGS) -ansi -c $(PROFILE) $(ALL_INCLUDE)" \ ++ "COMPILER_FLAGS=$(CFLAGS) -ansi -c $(ALL_INCLUDE)" \ + "LINK_FLAGS_BEFORE=" \ -+ "LINK_FLAGS_AFTER= $(PROFILE) $(ALL_LIB) -lm -o tochnog" ++ "LINK_FLAGS_AFTER= $(ALL_LIB) -lm -o tochnog" tochnog: adjust.$(OBJ) area.$(OBJ) \ beam.$(OBJ) bounda.$(OBJ) calcul.$(OBJ) \ |