mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- New port math/octave-forge-secs3d.
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is secs3d. A Drift-Diffusion simulator for 3d semiconductor devices.
This commit is contained in:
parent
f76cdd1eb9
commit
18150e58c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281674
@ -286,6 +286,7 @@
|
||||
SUBDIR += octave-forge-quaternion
|
||||
SUBDIR += octave-forge-secs1d
|
||||
SUBDIR += octave-forge-secs2d
|
||||
SUBDIR += octave-forge-secs3d
|
||||
SUBDIR += octave-forge-signal
|
||||
SUBDIR += octave-forge-simp
|
||||
SUBDIR += octave-forge-sockets
|
||||
|
24
math/octave-forge-secs3d/Makefile
Normal file
24
math/octave-forge-secs3d/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: octave-forge-secs3d
|
||||
# Date created: 12 September 2011
|
||||
# Whom: Stephen Montgomery-Smith <stephen@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= octave-forge-secs3d
|
||||
PORTVERSION= 0.0.1
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= stephen@FreeBSD.org
|
||||
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
||||
do-build:
|
||||
${DO_NADA}
|
||||
|
||||
post-build:
|
||||
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
|
||||
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME}
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
math/octave-forge-secs3d/distinfo
Normal file
2
math/octave-forge-secs3d/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (octave-forge/secs3d-0.0.1.tar.gz) = 1c9f8bac2becccf2a24a9ef5d9cf2804f334cabf1b41fe0dde677beb27052336
|
||||
SIZE (octave-forge/secs3d-0.0.1.tar.gz) = 27383
|
10
math/octave-forge-secs3d/pkg-descr
Normal file
10
math/octave-forge-secs3d/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
The octave-forge package is the result of The GNU Octave Repositry project,
|
||||
which is intended to be a central location for custom scripts, functions and
|
||||
extensions for GNU Octave. contains the source for all the functions plus
|
||||
build and install scripts.
|
||||
|
||||
This is secs3d.
|
||||
|
||||
A Drift-Diffusion simulator for 3d semiconductor devices
|
||||
|
||||
WWW: http://octave.sourceforge.net/
|
1
math/octave-forge-secs3d/pkg-plist
Normal file
1
math/octave-forge-secs3d/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment This file intentionally left empty
|
Loading…
Reference in New Issue
Block a user