diff options
author | mef <mef@pkgsrc.org> | 2015-09-06 09:50:47 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-09-06 09:50:47 +0000 |
commit | 42637cd670150b1c7740cb336fc6a586f6d5f693 (patch) | |
tree | 2085c703024cc390da6b8f9bc462bc867f979981 /ham | |
parent | ecbbd85380b48a479d3140554af5c5f716035bfa (diff) | |
download | pkgsrc-42637cd670150b1c7740cb336fc6a586f6d5f693.tar.gz |
Update 3.3 to 3.4
-----------------
Version 3.4:
I fixed a bug in the code that implements the modified GS (scaling)
card. In NEC2 the GS card scales all of the structure, but in Xnec2c I
modified the code so that it is possible to specify a range of tag
numbers to apply scaling to only. When a GS card follows a GX card,
selective scaling doesn't work correctly because a symmetric structure
is created. If you are using a GS card, it may be better to avoid
specifying a tag number range, just in case the bug fix is not
complete.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/xnec2c/Makefile | 5 | ||||
-rw-r--r-- | ham/xnec2c/PLIST | 3 | ||||
-rw-r--r-- | ham/xnec2c/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/ham/xnec2c/Makefile b/ham/xnec2c/Makefile index 3887e2969ca..04efcc03c13 100644 --- a/ham/xnec2c/Makefile +++ b/ham/xnec2c/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2015/04/25 14:23:22 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2015/09/06 09:50:47 mef Exp $ -DISTNAME= xnec2c-3.3 -PKGREVISION= 1 +DISTNAME= xnec2c-3.4 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 3697091e919..b8d416de5d5 100644 --- a/ham/xnec2c/PLIST +++ b/ham/xnec2c/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2014/10/14 00:42:13 mef Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/09/06 09:50:47 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 e8b1dfc3d72..a9ed5fc5964 100644 --- a/ham/xnec2c/distinfo +++ b/ham/xnec2c/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2015/04/17 01:55:24 mef Exp $ +$NetBSD: distinfo,v 1.6 2015/09/06 09:50:47 mef Exp $ -SHA1 (xnec2c-3.3.tar.bz2) = 0790b9ba67f7b4dae7b739ce4f5240f9ccb75bb1 -RMD160 (xnec2c-3.3.tar.bz2) = 44427973b203e186c4880d81a0ff7b62dc4c1359 -Size (xnec2c-3.3.tar.bz2) = 921522 bytes +SHA1 (xnec2c-3.4.tar.bz2) = 0e4a9e0343764167093a241ebe80ad2a60ee6705 +RMD160 (xnec2c-3.4.tar.bz2) = 9240b30c773c61d990814ef192351930ce0ad8bb +Size (xnec2c-3.4.tar.bz2) = 922548 bytes |