New port: cad/archimedes: Semiconductor device simulation software
This commit is contained in:
parent
cd1065023d
commit
60e4d17b87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557413
@ -9,6 +9,7 @@
|
|||||||
SUBDIR += admesh
|
SUBDIR += admesh
|
||||||
SUBDIR += adms
|
SUBDIR += adms
|
||||||
SUBDIR += alliance
|
SUBDIR += alliance
|
||||||
|
SUBDIR += archimedes
|
||||||
SUBDIR += astk-client
|
SUBDIR += astk-client
|
||||||
SUBDIR += astk-serveur
|
SUBDIR += astk-serveur
|
||||||
SUBDIR += atlc
|
SUBDIR += atlc
|
||||||
|
20
cad/archimedes/Makefile
Normal file
20
cad/archimedes/Makefile
Normal file
@ -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>
|
3
cad/archimedes/distinfo
Normal file
3
cad/archimedes/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1607576191
|
||||||
|
SHA256 (archimedes-2.0.1.tar.gz) = 7facfaa198bd4391445101138d3659a5d6fb74d989f0b83aebbc687b47b3d749
|
||||||
|
SIZE (archimedes-2.0.1.tar.gz) = 632393
|
11
cad/archimedes/files/patch-src_particlecreation.h
Normal file
11
cad/archimedes/files/patch-src_particlecreation.h
Normal file
@ -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)
|
||||||
|
{
|
8
cad/archimedes/pkg-descr
Normal file
8
cad/archimedes/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user