diff options
author | mef <mef@pkgsrc.org> | 2016-07-14 11:59:06 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-07-14 11:59:06 +0000 |
commit | 224a9d3fb332ebdaa1878a10ba2527d976a78d17 (patch) | |
tree | d28df36ac0bc92532ff590c2434a788e55cceeb4 /ham | |
parent | d6256aa92adb9875dc1394fda96dc566632e5393 (diff) | |
download | pkgsrc-224a9d3fb332ebdaa1878a10ba2527d976a78d17.tar.gz |
Updated ham/xnec2c 3.4 to 3.5
-----------------------------
(from doc/xnec2c.html)
Version 3.5:
I modified the NEC2 Editor code so that when a Geometry or
Command editor window is opened, activating Apply or OK will
save data in the editor window to the treeview, even if the
default data is not edited.
I modified the NEC2 Editor code so that if a treeview row is
removed while the relevant editor window is open, then
activating Apply or OK will not attempt to save data to the
treeview, since this will cause an illegal memory access and
will crash xnec2c.
Fixed a bug in the Helix editor which caused incorrect
calculation of the segment length as a percentage of
wavelength or of the number of segments/turn that correspond
to a given segment length as a percentage of wavelength.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/xnec2c/Makefile | 4 | ||||
-rw-r--r-- | ham/xnec2c/PLIST | 3 | ||||
-rw-r--r-- | ham/xnec2c/distinfo | 10 |
3 files changed, 8 insertions, 9 deletions
diff --git a/ham/xnec2c/Makefile b/ham/xnec2c/Makefile index 04efcc03c13..e56e67ba942 100644 --- a/ham/xnec2c/Makefile +++ b/ham/xnec2c/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2015/09/06 09:50:47 mef Exp $ +# $NetBSD: Makefile,v 1.12 2016/07/14 11:59:06 mef Exp $ -DISTNAME= xnec2c-3.4 +DISTNAME= xnec2c-3.5 CATEGORIES= ham MASTER_SITES= http://www.qsl.net/5b4az/pkg/nec2/xnec2c/ EXTRACT_SUFX= .tar.bz2 diff --git a/ham/xnec2c/PLIST b/ham/xnec2c/PLIST index b8d416de5d5..38b8335f4ca 100644 --- a/ham/xnec2c/PLIST +++ b/ham/xnec2c/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2015/09/06 09:50:47 mef Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/07/14 11:59:06 mef Exp $ bin/xnec2c share/doc/xnec2c/NEC2-bug.txt share/doc/xnec2c/NearFieldCalcs.txt -share/doc/xnec2c/aspell.sh share/doc/xnec2c/images/charges.png share/doc/xnec2c/images/currents.png share/doc/xnec2c/images/excitation.png diff --git a/ham/xnec2c/distinfo b/ham/xnec2c/distinfo index cc3f2959549..348906411dc 100644 --- a/ham/xnec2c/distinfo +++ b/ham/xnec2c/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/02 23:57:25 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/07/14 11:59:06 mef Exp $ -SHA1 (xnec2c-3.4.tar.bz2) = 0e4a9e0343764167093a241ebe80ad2a60ee6705 -RMD160 (xnec2c-3.4.tar.bz2) = 9240b30c773c61d990814ef192351930ce0ad8bb -SHA512 (xnec2c-3.4.tar.bz2) = d71048ab8cbed1174e9773a273e63605de86efe4fd2b8ffb9c0862c9a3c6f9f54f241f9ea0dfdd59508d5860b8997c64685aac4d14aa7a60fdfd13194ef21378 -Size (xnec2c-3.4.tar.bz2) = 922548 bytes +SHA1 (xnec2c-3.5.tar.bz2) = bbcd26f703be5d3b46292ea8f5260fc075ac758f +RMD160 (xnec2c-3.5.tar.bz2) = f035fb505d0360a35173a7ae1ef820773031b23b +SHA512 (xnec2c-3.5.tar.bz2) = c3225ade9b624b458db7146da0c3cac03e287a1ca2ffce6fad77edc4fe7c1446156de6ab5f2e45a33b35916c4f07468bc2bdba96d9d186accb4b373b571ef897 +Size (xnec2c-3.5.tar.bz2) = 915879 bytes |