From owner-cvs-all@FreeBSD.ORG Wed Jul 13 21:13:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6A5616A41C; Wed, 13 Jul 2005 21:13:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B845243D48; Wed, 13 Jul 2005 21:13:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLDQ2m003770; Wed, 13 Jul 2005 21:13:26 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLDQJ0003769; Wed, 13 Jul 2005 21:13:26 GMT (envelope-from pav) Message-Id: <200507132113.j6DLDQJ0003769@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 13 Jul 2005 21:13:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms Makefile ports/comms/nec2c Makefile distinfo pkg-descr pkg-plist ports/comms/nec2c/files carg.c patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2005 21:13:27 -0000 pav 2005-07-13 21:13:26 UTC FreeBSD ports repository Modified files: comms Makefile Added files: comms/nec2c Makefile distinfo pkg-descr pkg-plist comms/nec2c/files carg.c patch-Makefile Log: 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. PR: ports/83392 Submitted by: Diane Bruce Revision Changes Path 1.136 +1 -0 ports/comms/Makefile 1.1 +46 -0 ports/comms/nec2c/Makefile (new) 1.1 +2 -0 ports/comms/nec2c/distinfo (new) 1.1 +20 -0 ports/comms/nec2c/files/carg.c (new) 1.1 +18 -0 ports/comms/nec2c/files/patch-Makefile (new) 1.1 +24 -0 ports/comms/nec2c/pkg-descr (new) 1.1 +108 -0 ports/comms/nec2c/pkg-plist (new)