mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
comms/nec2c: update 1.3.1 → 1.3.2
PR: 282918
This commit is contained in:
parent
2fdec3a6a4
commit
8cebc306e8
3 changed files with 21 additions and 19 deletions
|
@ -1,16 +1,20 @@
|
|||
PORTNAME= nec2c
|
||||
DISTVERSION= 1.3.1
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.2
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= https://www.qsl.net/5b4az/pkg/nec2/nec2c/
|
||||
|
||||
MAINTAINER= hamradio@FreeBSD.org
|
||||
COMMENT= Used to calculate antenna patterns useful to ham radio
|
||||
WWW= https://www.qsl.net/5b4az/
|
||||
WWW= https://www.qsl.net/5b4az/ \
|
||||
https://github.com/KJ7LNW/nec2c/
|
||||
|
||||
LICENSE= PD
|
||||
LICENSE_FILE= ${WRKSRC}/README
|
||||
|
||||
USES= dos2unix tar:bz2
|
||||
USES= autoreconf
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= KJ7LNW
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1701631817
|
||||
SHA256 (nec2c-1.3.1.tar.bz2) = 8c706008bcb11c34bf33a3f8f78711c79f7bb49de8a22d74df6b10e1203c013e
|
||||
SIZE (nec2c-1.3.1.tar.bz2) = 186124
|
||||
TIMESTAMP = 1732272936
|
||||
SHA256 (KJ7LNW-nec2c-v1.3.2_GH0.tar.gz) = e044708cc425f094dbdc1845e6ead33d4a40c838382031335af79ac9f1721168
|
||||
SIZE (KJ7LNW-nec2c-v1.3.2_GH0.tar.gz) = 267989
|
||||
|
|
|
@ -1,18 +1,16 @@
|
|||
nec2c is a translation of the NEC2 FORTRAN source code to the C language.
|
||||
The translation was performed mostly "by hand" and a lot of modifications
|
||||
to the original program were introduced in order to modernize the NEC2
|
||||
and to remove as many built-in limitations as possible. The attendant
|
||||
SOMNEC program was also translated to C and incorporated in nec2c as a
|
||||
function so that Sommerfeld ground solutions are a part of the program.
|
||||
nec2c is a translation of the NEC2 FORTRAN source code to the C language. The
|
||||
translation was performed mostly "by hand" and a lot of modifications to the
|
||||
original program were introduced in order to modernize the NEC2 and to remove as
|
||||
many built-in limitations as possible. The attendant SOMNEC program was also
|
||||
translated to C and incorporated in nec2c as a function so that Sommerfeld
|
||||
ground solutions are a part of the program.
|
||||
|
||||
Originally Written by:
|
||||
|
||||
Numerical Electromagnetics Code (NEC2) developed at Lawrence
|
||||
Livermore lab., Livermore, CA. (contact G. Burke at 415-422-8414
|
||||
for problems with the NEC code. For problems with the vax implem-
|
||||
entation, contact J. Breakall at 415-422-8196 or E. Domning at 415
|
||||
422-5936)
|
||||
file created 4/11/80.
|
||||
Numerical Electromagnetics Code (NEC2) developed at Lawrence Livermore lab.,
|
||||
Livermore, CA. (contact G. Burke at 415-422-8414 for problems with the NEC
|
||||
code. For problems with the vax implementation, contact J. Breakall at
|
||||
415-422-8196 or E. Domning at 415 422-5936) file created 4/11/80.
|
||||
|
||||
Translation by:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue