Remove expired ports:
2014-11-07 math/elmer-umfpack: Obsoleted by cad/elmerfem 2014-11-07 science/elmer-eio: Obsoleted by cad/elmerfem 2014-11-07 science/elmer-matc: Obsoleted by cad/elmerfem 2014-11-07 science/elmer-meshgen2d: Obsoleted by cad/elmerfem 2014-11-07 science/elmergrid: Obsoleted by cad/elmerfem
This commit is contained in:
parent
1daf83ef17
commit
2f08c48841
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372273
20 changed files with 5 additions and 212 deletions
5
MOVED
5
MOVED
|
@ -7176,3 +7176,8 @@ www/rt38||2014-10-31|Has expired: Has expired: End of Life March 2014
|
|||
textproc/libmwaw|textproc/libmwaw03|2014-10-31|Replaced by newer version
|
||||
databases/pecl-yac|devel/pecl-yac|2014-11-04|Duplicate port
|
||||
devel/qt5-qmldevtools||2014-11-05|Merged into lang/qt5-qml
|
||||
math/elmer-umfpack|cad/elmerfem|2014-11-07|Has expired: Obsoleted by cad/elmerfem
|
||||
science/elmer-eio|cad/elmerfem|2014-11-07|Has expired: Obsoleted by cad/elmerfem
|
||||
science/elmer-matc|cad/elmerfem|2014-11-07|Has expired: Obsoleted by cad/elmerfem
|
||||
science/elmer-meshgen2d|cad/elmerfem|2014-11-07|Has expired: Obsoleted by cad/elmerfem
|
||||
science/elmergrid|cad/elmerfem|2014-11-07|Has expired: Obsoleted by cad/elmerfem
|
||||
|
|
|
@ -105,7 +105,6 @@
|
|||
SUBDIR += eigen2
|
||||
SUBDIR += eigen3
|
||||
SUBDIR += eispack
|
||||
SUBDIR += elmer-umfpack
|
||||
SUBDIR += emc2
|
||||
SUBDIR += ent
|
||||
SUBDIR += entropy
|
||||
|
|
|
@ -1,38 +0,0 @@
|
|||
# Created by: Pedro Giffuni <giffunip@asme.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= umfpack
|
||||
PORTVERSION= 4.4
|
||||
PORTREVISION= 7
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://garr.dl.sourceforge.net/sourceforge/elmerfem/
|
||||
PKGNAMEPREFIX= elmer-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= UMFPACK library used by ELMER FEM package
|
||||
|
||||
DEPRECATED= Obsoleted by cad/elmerfem
|
||||
EXPIRATION_DATE=2014-11-07
|
||||
|
||||
USES= fortran
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET=
|
||||
|
||||
# This should be looked up by autoconf
|
||||
CFLAGS+= -DGETRUSAGE
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/src/amd/include/amd.h ${STAGEDIR}${PREFIX}/include/amd_elmer.h
|
||||
${INSTALL_DATA} ${WRKSRC}/src/umfpack/include/umfpack.h ${STAGEDIR}${PREFIX}/include/umfpack_elmer.h
|
||||
${INSTALL_DATA} ${WRKSRC}/src/amd/libamd.a ${STAGEDIR}${PREFIX}/lib/libamd_elmer.a
|
||||
${INSTALL_DATA} ${WRKSRC}/src/amd/libamdf77.a ${STAGEDIR}${PREFIX}/lib/libamdf77_elmer.a
|
||||
${INSTALL_DATA} ${WRKSRC}/src/umfpack/libumfpack.a ${STAGEDIR}${PREFIX}/lib/libumfpack_elmer.a
|
||||
|
||||
.include <bsd.port.post.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (umfpack-4.4.tar.gz) = b567c45b9c870db5460e2a257ff70956ef2d0d076a91ee4ef7be32b7b9dc0497
|
||||
SIZE (umfpack-4.4.tar.gz) = 454616
|
|
@ -1,8 +0,0 @@
|
|||
This is a slightly modified version of umfpack for use with the Elmer FEM
|
||||
package.
|
||||
|
||||
Among other small changes, Elmer calls umfpack routines from f90 using
|
||||
umf4_f77wrapper.c from umfpacks demo directory. The elmer-umfpack build
|
||||
compiles this and includes it in the libumfpack.a.
|
||||
|
||||
WWW: http://www.csc.fi/elmer/
|
|
@ -1,5 +0,0 @@
|
|||
include/amd_elmer.h
|
||||
include/umfpack_elmer.h
|
||||
lib/libamd_elmer.a
|
||||
lib/libamdf77_elmer.a
|
||||
lib/libumfpack_elmer.a
|
|
@ -37,10 +37,6 @@
|
|||
SUBDIR += devisor
|
||||
SUBDIR += dlpoly-classic
|
||||
SUBDIR += ecs
|
||||
SUBDIR += elmer-eio
|
||||
SUBDIR += elmer-matc
|
||||
SUBDIR += elmer-meshgen2d
|
||||
SUBDIR += elmergrid
|
||||
SUBDIR += epte
|
||||
SUBDIR += fastcap
|
||||
SUBDIR += fasthenry
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
# Created by: Pedro Giffuni <giffunip@asme.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= eio
|
||||
PORTVERSION= 5.4.0
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= http://garr.dl.sourceforge.net/sourceforge/elmerfem/
|
||||
PKGNAMEPREFIX= elmer-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= ELMER FEM Package Data base Interface
|
||||
|
||||
DEPRECATED= Obsoleted by cad/elmerfem
|
||||
EXPIRATION_DATE=2014-11-07
|
||||
|
||||
USES= fortran
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET=
|
||||
|
||||
PLIST_FILES= include/eio_api.h lib/libeioc.a lib/libeiof.a
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
CFLAGS+= -fPIC
|
||||
FCFLAGS+= -fPIC
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (eio-5.4.0.tar.gz) = c5991a763144ad25143906cdb343023658232bf18be84433494832355c29526e
|
||||
SIZE (eio-5.4.0.tar.gz) = 154358
|
|
@ -1,9 +0,0 @@
|
|||
Input/Output Data base interface for use in the ELMER FEM package.
|
||||
|
||||
Elmer is an open-source computational tool for multi-physics problems.
|
||||
|
||||
Elmer includes physical models of fluid dynamics, structural mechanics,
|
||||
electromagnetics and heat transfer. These are described by partial
|
||||
differential equations which Elmer solves by the Finite Element Method (FEM)
|
||||
|
||||
WWW: http://www.csc.fi/elmer/
|
|
@ -1,31 +0,0 @@
|
|||
# Created by: Pedro Giffuni <giffunip@asme.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= matc
|
||||
PORTVERSION= 5.4.0
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= http://garr.dl.sourceforge.net/sourceforge/elmerfem/
|
||||
PKGNAMEPREFIX= elmer-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= MatC language library used by ELMER FEM package
|
||||
|
||||
DEPRECATED= Obsoleted by cad/elmerfem
|
||||
EXPIRATION_DATE=2014-11-07
|
||||
|
||||
CXXFLAGS+= -Wno-deprecated
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= fortran
|
||||
|
||||
PLIST_SUB= ARCH=${MACHINE_ARCH}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
CFLAGS+= -fPIC
|
||||
FFLAGS+= -fPIC
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (matc-5.4.0.tar.gz) = ed40cd7b71c4d8d2bd2c697ef1f24c8750db3f9fad6e6d248e0a1baaa17045fb
|
||||
SIZE (matc-5.4.0.tar.gz) = 169202
|
|
@ -1,3 +0,0 @@
|
|||
MATC language library used by Elmer FEM package.
|
||||
|
||||
WWW: http://www.csc.fi/elmer/
|
|
@ -1,6 +0,0 @@
|
|||
bin/matc
|
||||
lib/libmatc.a
|
||||
include/elmer/fnames.h
|
||||
include/elmer/gra.h
|
||||
include/elmer/matc.h
|
||||
@dirrm include/elmer
|
|
@ -1,23 +0,0 @@
|
|||
# Created by: Pedro Giffuni <giffunip@asme.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= meshgen2d
|
||||
PORTVERSION= 5.0.0
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= http://garr.dl.sourceforge.net/sourceforge/elmerfem/
|
||||
PKGNAMEPREFIX= elmer-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Mesh Generation Utility for use with the ELMER FEM package
|
||||
|
||||
DEPRECATED= Obsoleted by cad/elmerfem
|
||||
EXPIRATION_DATE=2014-11-07
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET=
|
||||
|
||||
PLIST_FILES= bin/ElmerMesh2D \
|
||||
bin/Mesh2D
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (meshgen2d-5.0.0.tar.gz) = 688b2e94843b3cc7f35191649ec695274510b2e65dcf2d666df28eb8373d4916
|
||||
SIZE (meshgen2d-5.0.0.tar.gz) = 136274
|
|
@ -1,9 +0,0 @@
|
|||
A Mesh Generation Utility for use with the ELMER FEM package
|
||||
|
||||
Elmer is an open-source computational tool for multi-physics problems.
|
||||
|
||||
Elmer includes physical models of fluid dynamics, structural mechanics,
|
||||
electromagnetics and heat transfer. These are described by partial
|
||||
differential equations which Elmer solves by the Finite Element Method (FEM)
|
||||
|
||||
WWW: http://www.csc.fi/elmer/
|
|
@ -1,21 +0,0 @@
|
|||
# Created by: Pedro Giffuni <giffunip@asme.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= elmergrid
|
||||
PORTVERSION= 5.4.0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= http://garr.dl.sourceforge.net/sourceforge/elmerfem/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Mesh Manipulation Utility for use with the ELMER FEM package
|
||||
|
||||
DEPRECATED= Obsoleted by cad/elmerfem
|
||||
EXPIRATION_DATE=2014-11-07
|
||||
|
||||
ALL_TARGET=
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/ElmerGrid
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (elmergrid-5.4.0.tar.gz) = 9c629d429c51e88b38f8b5c2d6e41daac2cf69c0d0b42acdf91cff03809ca841
|
||||
SIZE (elmergrid-5.4.0.tar.gz) = 361726
|
|
@ -1,13 +0,0 @@
|
|||
ElmerGrid is a utility program for fast creation of structured 2D and
|
||||
extruded and rotated 3D geometries. ElmerGrid is independent but fully
|
||||
supports ElmerSolver and ElmerPost. It may be used to create linear,
|
||||
quadratic and cubic triangles and rectangles. It has also versatile
|
||||
capabilities in mesh manipulation.
|
||||
|
||||
ElmerGrid may also be used in grid manipulation. ElmerGrid may, for
|
||||
example, be used to transfer different mesh formats to that understood by
|
||||
ElmerSolver or ElmerPost. ElmerGrid also includes mesh partitioning
|
||||
routines that have been optimized for ElmerSolver. The partitioning may be
|
||||
done by METIS or by a simple geometric division.
|
||||
|
||||
WWW: http://www.csc.fi/elmer/elmergrid/index.phtml
|
Loading…
Reference in a new issue