Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 05:25:33 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557413 - in head/cad: . archimedes archimedes/files
Message-ID:  <202012100525.0BA5PXCH033138@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Dec 10 05:25:32 2020
New Revision: 557413
URL: https://svnweb.freebsd.org/changeset/ports/557413

Log:
  New port: cad/archimedes: Semiconductor device simulation software

Added:
  head/cad/archimedes/
  head/cad/archimedes/Makefile   (contents, props changed)
  head/cad/archimedes/distinfo   (contents, props changed)
  head/cad/archimedes/files/
  head/cad/archimedes/files/patch-src_particlecreation.h   (contents, props changed)
  head/cad/archimedes/pkg-descr   (contents, props changed)
Modified:
  head/cad/Makefile

Modified: head/cad/Makefile
==============================================================================
--- head/cad/Makefile	Thu Dec 10 04:59:40 2020	(r557412)
+++ head/cad/Makefile	Thu Dec 10 05:25:32 2020	(r557413)
@@ -9,6 +9,7 @@
     SUBDIR += admesh
     SUBDIR += adms
     SUBDIR += alliance
+    SUBDIR += archimedes
     SUBDIR += astk-client
     SUBDIR += astk-serveur
     SUBDIR += atlc

Added: head/cad/archimedes/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/archimedes/Makefile	Thu Dec 10 05:25:32 2020	(r557413)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	archimedes
+DISTVERSION=	2.0.1
+CATEGORIES=	cad
+MASTER_SITES=	GNU
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Semiconductor device simulation software
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		gmake
+
+GNU_CONFIGURE=	yes
+
+PLIST_FILES=	bin/${PORTNAME}
+
+.include <bsd.port.mk>

Added: head/cad/archimedes/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/archimedes/distinfo	Thu Dec 10 05:25:32 2020	(r557413)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1607576191
+SHA256 (archimedes-2.0.1.tar.gz) = 7facfaa198bd4391445101138d3659a5d6fb74d989f0b83aebbc687b47b3d749
+SIZE (archimedes-2.0.1.tar.gz) = 632393

Added: head/cad/archimedes/files/patch-src_particlecreation.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/archimedes/files/patch-src_particlecreation.h	Thu Dec 10 05:25:32 2020	(r557413)
@@ -0,0 +1,11 @@
+--- src/particlecreation.h.orig	2020-12-10 05:08:02 UTC
++++ src/particlecreation.h
+@@ -34,7 +34,7 @@
+ // edge = 2 Upper edge
+ // edge = 3 Left edge
+ 
+-inline
++//inline
+ void
+ creation(int i,real t,int edge)
+ {

Added: head/cad/archimedes/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/archimedes/pkg-descr	Thu Dec 10 05:25:32 2020	(r557413)
@@ -0,0 +1,8 @@
+Archimedes is the GNU package for semiconductor device simulations that has been
+released for the first time on 2005 under GPL. It has been created by Jean
+Michel Sellier who is, since then, the leader of the project and the main
+developer. It is a Free software and thus it can be copied, modified and
+redistributed under GPL. This is the one of the big advantages of using
+Archimedes.
+
+WWW: https://www.gnu.org/software/archimedes/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012100525.0BA5PXCH033138>