diff options
-rw-r--r-- | math/elmer-umfpack/Makefile | 3 | ||||
-rw-r--r-- | science/elmer-eio/Makefile | 5 | ||||
-rw-r--r-- | science/elmer-matc/Makefile | 3 | ||||
-rw-r--r-- | science/elmer-meshgen2d/Makefile | 3 | ||||
-rw-r--r-- | science/elmergrid/Makefile | 3 |
5 files changed, 16 insertions, 1 deletions
diff --git a/math/elmer-umfpack/Makefile b/math/elmer-umfpack/Makefile index aa9b43ca4475..7930edb2ddf4 100644 --- a/math/elmer-umfpack/Makefile +++ b/math/elmer-umfpack/Makefile @@ -12,6 +12,9 @@ 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= diff --git a/science/elmer-eio/Makefile b/science/elmer-eio/Makefile index e6e1b8b7c2ac..ffa583c8f42e 100644 --- a/science/elmer-eio/Makefile +++ b/science/elmer-eio/Makefile @@ -5,12 +5,15 @@ PORTNAME= eio PORTVERSION= 5.4.0 PORTREVISION= 6 CATEGORIES= science -MASTER_SITES= http://garr.dl.sourceforge.net/sourceforge/elmerfem/ +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 diff --git a/science/elmer-matc/Makefile b/science/elmer-matc/Makefile index 3d901654ef92..44545cfa4570 100644 --- a/science/elmer-matc/Makefile +++ b/science/elmer-matc/Makefile @@ -11,6 +11,9 @@ 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 diff --git a/science/elmer-meshgen2d/Makefile b/science/elmer-meshgen2d/Makefile index 1bb792a561d5..a8bac7b07d23 100644 --- a/science/elmer-meshgen2d/Makefile +++ b/science/elmer-meshgen2d/Makefile @@ -11,6 +11,9 @@ 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= diff --git a/science/elmergrid/Makefile b/science/elmergrid/Makefile index 6e128755abed..960c2818cf98 100644 --- a/science/elmergrid/Makefile +++ b/science/elmergrid/Makefile @@ -10,6 +10,9 @@ 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 |