aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED5
-rw-r--r--math/Makefile1
-rw-r--r--math/elmer-umfpack/Makefile38
-rw-r--r--math/elmer-umfpack/distinfo2
-rw-r--r--math/elmer-umfpack/pkg-descr8
-rw-r--r--math/elmer-umfpack/pkg-plist5
-rw-r--r--science/Makefile4
-rw-r--r--science/elmer-eio/Makefile31
-rw-r--r--science/elmer-eio/distinfo2
-rw-r--r--science/elmer-eio/pkg-descr9
-rw-r--r--science/elmer-matc/Makefile31
-rw-r--r--science/elmer-matc/distinfo2
-rw-r--r--science/elmer-matc/pkg-descr3
-rw-r--r--science/elmer-matc/pkg-plist6
-rw-r--r--science/elmer-meshgen2d/Makefile23
-rw-r--r--science/elmer-meshgen2d/distinfo2
-rw-r--r--science/elmer-meshgen2d/pkg-descr9
-rw-r--r--science/elmergrid/Makefile21
-rw-r--r--science/elmergrid/distinfo2
-rw-r--r--science/elmergrid/pkg-descr13
20 files changed, 5 insertions, 212 deletions
diff --git a/MOVED b/MOVED
index 26855f192aa5..64491e7df3a3 100644
--- a/MOVED
+++ b/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
diff --git a/math/Makefile b/math/Makefile
index 51d8858f8d21..6b0bd348727d 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -105,7 +105,6 @@
SUBDIR += eigen2
SUBDIR += eigen3
SUBDIR += eispack
- SUBDIR += elmer-umfpack
SUBDIR += emc2
SUBDIR += ent
SUBDIR += entropy
diff --git a/math/elmer-umfpack/Makefile b/math/elmer-umfpack/Makefile
deleted file mode 100644
index 7930edb2ddf4..000000000000
--- a/math/elmer-umfpack/Makefile
+++ /dev/null
@@ -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>
diff --git a/math/elmer-umfpack/distinfo b/math/elmer-umfpack/distinfo
deleted file mode 100644
index cc7178e3422e..000000000000
--- a/math/elmer-umfpack/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (umfpack-4.4.tar.gz) = b567c45b9c870db5460e2a257ff70956ef2d0d076a91ee4ef7be32b7b9dc0497
-SIZE (umfpack-4.4.tar.gz) = 454616
diff --git a/math/elmer-umfpack/pkg-descr b/math/elmer-umfpack/pkg-descr
deleted file mode 100644
index 1db1cc2e0618..000000000000
--- a/math/elmer-umfpack/pkg-descr
+++ /dev/null
@@ -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/
diff --git a/math/elmer-umfpack/pkg-plist b/math/elmer-umfpack/pkg-plist
deleted file mode 100644
index f23d8c4309de..000000000000
--- a/math/elmer-umfpack/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-include/amd_elmer.h
-include/umfpack_elmer.h
-lib/libamd_elmer.a
-lib/libamdf77_elmer.a
-lib/libumfpack_elmer.a
diff --git a/science/Makefile b/science/Makefile
index 57ad96f9d7ca..a6b3ea42992e 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -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
diff --git a/science/elmer-eio/Makefile b/science/elmer-eio/Makefile
deleted file mode 100644
index ffa583c8f42e..000000000000
--- a/science/elmer-eio/Makefile
+++ /dev/null
@@ -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>
diff --git a/science/elmer-eio/distinfo b/science/elmer-eio/distinfo
deleted file mode 100644
index d741a35dfa9e..000000000000
--- a/science/elmer-eio/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (eio-5.4.0.tar.gz) = c5991a763144ad25143906cdb343023658232bf18be84433494832355c29526e
-SIZE (eio-5.4.0.tar.gz) = 154358
diff --git a/science/elmer-eio/pkg-descr b/science/elmer-eio/pkg-descr
deleted file mode 100644
index f149ad186a27..000000000000
--- a/science/elmer-eio/pkg-descr
+++ /dev/null
@@ -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/
diff --git a/science/elmer-matc/Makefile b/science/elmer-matc/Makefile
deleted file mode 100644
index 44545cfa4570..000000000000
--- a/science/elmer-matc/Makefile
+++ /dev/null
@@ -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>
diff --git a/science/elmer-matc/distinfo b/science/elmer-matc/distinfo
deleted file mode 100644
index efb3f986be5d..000000000000
--- a/science/elmer-matc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (matc-5.4.0.tar.gz) = ed40cd7b71c4d8d2bd2c697ef1f24c8750db3f9fad6e6d248e0a1baaa17045fb
-SIZE (matc-5.4.0.tar.gz) = 169202
diff --git a/science/elmer-matc/pkg-descr b/science/elmer-matc/pkg-descr
deleted file mode 100644
index 919f3ab45ff3..000000000000
--- a/science/elmer-matc/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-MATC language library used by Elmer FEM package.
-
-WWW: http://www.csc.fi/elmer/
diff --git a/science/elmer-matc/pkg-plist b/science/elmer-matc/pkg-plist
deleted file mode 100644
index 5c4bc3496a0b..000000000000
--- a/science/elmer-matc/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/matc
-lib/libmatc.a
-include/elmer/fnames.h
-include/elmer/gra.h
-include/elmer/matc.h
-@dirrm include/elmer
diff --git a/science/elmer-meshgen2d/Makefile b/science/elmer-meshgen2d/Makefile
deleted file mode 100644
index a8bac7b07d23..000000000000
--- a/science/elmer-meshgen2d/Makefile
+++ /dev/null
@@ -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>
diff --git a/science/elmer-meshgen2d/distinfo b/science/elmer-meshgen2d/distinfo
deleted file mode 100644
index a427a0678230..000000000000
--- a/science/elmer-meshgen2d/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (meshgen2d-5.0.0.tar.gz) = 688b2e94843b3cc7f35191649ec695274510b2e65dcf2d666df28eb8373d4916
-SIZE (meshgen2d-5.0.0.tar.gz) = 136274
diff --git a/science/elmer-meshgen2d/pkg-descr b/science/elmer-meshgen2d/pkg-descr
deleted file mode 100644
index d45f5cca6743..000000000000
--- a/science/elmer-meshgen2d/pkg-descr
+++ /dev/null
@@ -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/
diff --git a/science/elmergrid/Makefile b/science/elmergrid/Makefile
deleted file mode 100644
index 960c2818cf98..000000000000
--- a/science/elmergrid/Makefile
+++ /dev/null
@@ -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>
diff --git a/science/elmergrid/distinfo b/science/elmergrid/distinfo
deleted file mode 100644
index 6008bd6e2378..000000000000
--- a/science/elmergrid/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (elmergrid-5.4.0.tar.gz) = 9c629d429c51e88b38f8b5c2d6e41daac2cf69c0d0b42acdf91cff03809ca841
-SIZE (elmergrid-5.4.0.tar.gz) = 361726
diff --git a/science/elmergrid/pkg-descr b/science/elmergrid/pkg-descr
deleted file mode 100644
index b79c00dac06c..000000000000
--- a/science/elmergrid/pkg-descr
+++ /dev/null
@@ -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