diff options
author | mef <mef@pkgsrc.org> | 2014-11-22 15:33:58 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-11-22 15:33:58 +0000 |
commit | c141cfb156596b074be29c6af5ba909f86f0d795 (patch) | |
tree | 519f1dca4cb26022880a0388b36be92006ab8c66 /ham/xnec2c | |
parent | 0d3ac9f0988175433970f31d93fd4d4fa0bedd1f (diff) | |
download | pkgsrc-c141cfb156596b074be29c6af5ba909f86f0d795.tar.gz |
Update 3.0 to 3.1
Version 3.1:
I have made several changes to the code that renders wire frame
drawings and displays some data, like the projection parameters
(azimuth and elevation of the structure and the radiation pattern) and
gain values. This has resulted in a faster and smoother animation of
these drawings and reduced workload on the processor during dragging
of these images. I have also reduced the default minimum size of
xnec2c's windows, as I had reports that they would not fit in the
displays of some laptops or monitors, with resolutions on the lower
side.
Diffstat (limited to 'ham/xnec2c')
-rw-r--r-- | ham/xnec2c/Makefile | 4 | ||||
-rw-r--r-- | ham/xnec2c/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ham/xnec2c/Makefile b/ham/xnec2c/Makefile index eef70d66889..179af6369ec 100644 --- a/ham/xnec2c/Makefile +++ b/ham/xnec2c/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2014/10/14 00:42:13 mef Exp $ +# $NetBSD: Makefile,v 1.7 2014/11/22 15:33:58 mef Exp $ -DISTNAME= xnec2c-3.0 +DISTNAME= xnec2c-3.1 CATEGORIES= ham MASTER_SITES= http://www.qsl.net/5b4az/pkg/nec2/xnec2c/ EXTRACT_SUFX= .tar.bz2 diff --git a/ham/xnec2c/distinfo b/ham/xnec2c/distinfo index 5f022eb1240..09ddb7b24c4 100644 --- a/ham/xnec2c/distinfo +++ b/ham/xnec2c/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/10/14 00:42:13 mef Exp $ +$NetBSD: distinfo,v 1.3 2014/11/22 15:33:58 mef Exp $ -SHA1 (xnec2c-3.0.tar.bz2) = 65599e7dd52b7a7b02824561c1df80920d17ed68 -RMD160 (xnec2c-3.0.tar.bz2) = 196b3796f1bf1fe7655c22e305431671aa51b346 -Size (xnec2c-3.0.tar.bz2) = 919854 bytes +SHA1 (xnec2c-3.1.tar.bz2) = 498b13d12ae5a1c1bb3573692c8c9a80f228995c +RMD160 (xnec2c-3.1.tar.bz2) = 46c7bbc33c93d0ba2e44b2a0f4c5ddfa4f7686d7 +Size (xnec2c-3.1.tar.bz2) = 921052 bytes |