pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/nec2c Import nec2c-1.1 as ham/nec2c.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ace8e7129024
branches:  trunk
changeset: 621903:ace8e7129024
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 20 16:46:38 2013 +0000

description:
Import nec2c-1.1 as ham/nec2c.

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.

diffstat:

 ham/nec2c/DESCR    |   7 +++++++
 ham/nec2c/Makefile |  16 ++++++++++++++++
 ham/nec2c/PLIST    |   2 ++
 ham/nec2c/distinfo |   5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 9e6323d6c028 -r ace8e7129024 ham/nec2c/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/nec2c/DESCR   Sat Jul 20 16:46:38 2013 +0000
@@ -0,0 +1,7 @@
+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.
diff -r 9e6323d6c028 -r ace8e7129024 ham/nec2c/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/nec2c/Makefile        Sat Jul 20 16:46:38 2013 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2013/07/20 16:46:38 wiz Exp $
+
+DISTNAME=      nec2c-1.1
+CATEGORIES=    ham
+MASTER_SITES=  http://www.qsl.net/5b4az/pkg/nec2/nec2c/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.qsl.net/5b4az/pages/nec2.html
+COMMENT=       Numerical Electromagnetics Code in C
+LICENSE=       gnu-gpl-v3
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+
+.include "../../mk/bsd.pkg.mk"
diff -r 9e6323d6c028 -r ace8e7129024 ham/nec2c/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/nec2c/PLIST   Sat Jul 20 16:46:38 2013 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2013/07/20 16:46:38 wiz Exp $
+bin/nec2c
diff -r 9e6323d6c028 -r ace8e7129024 ham/nec2c/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/nec2c/distinfo        Sat Jul 20 16:46:38 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/07/20 16:46:38 wiz Exp $
+
+SHA1 (nec2c-1.1.tar.bz2) = 5d87c984ca31add505d889ca51d83df04c07eb12
+RMD160 (nec2c-1.1.tar.bz2) = 0f5c5b01ab2f2f14aa0e0dc5a9ebdee956efe704
+Size (nec2c-1.1.tar.bz2) = 155061 bytes



Home | Main Index | Thread Index | Old Index