diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-14 05:47:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-14 05:47:45 +0800 |
commit | 979af6bd280174aeeb391dd65004f5df29f34684 (patch) | |
tree | ba07109a9dfa807c21f20e5f43f35ecdd8b7888f /science | |
parent | 0ecbc69a44210dfcadb6551310418742ef4aee48 (diff) | |
download | freebsd-ports-gnome-979af6bd280174aeeb391dd65004f5df29f34684.tar.gz freebsd-ports-gnome-979af6bd280174aeeb391dd65004f5df29f34684.tar.zst freebsd-ports-gnome-979af6bd280174aeeb391dd65004f5df29f34684.zip |
Deprecate unmaintained ports from science where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Diffstat (limited to 'science')
-rw-r--r-- | science/fastcap/Makefile | 3 | ||||
-rw-r--r-- | science/fasthenry/Makefile | 3 | ||||
-rw-r--r-- | science/oases/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/science/fastcap/Makefile b/science/fastcap/Makefile index 84198d16e070..ef485efd4b48 100644 --- a/science/fastcap/Makefile +++ b/science/fastcap/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= ftp://ftp.srware.com/pub/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A three-dimensional capacitance extraction program +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + P_VERSION= 2.0 HAS_CONFIGURE= yes diff --git a/science/fasthenry/Makefile b/science/fasthenry/Makefile index 7ba7693aeabc..dcc6d9a426dd 100644 --- a/science/fasthenry/Makefile +++ b/science/fasthenry/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= ftp://ftp.srware.com/pub/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A multipole-accelerated inductance analysis program +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + P_VERSION= 3.0 HAS_CONFIGURE= yes diff --git a/science/oases/Makefile b/science/oases/Makefile index 81e4f94910ac..aefce571e703 100644 --- a/science/oases/Makefile +++ b/science/oases/Makefile @@ -16,6 +16,9 @@ DISTNAME= oases_Mar-28-2002 MAINTAINER= ports@FreeBSD.org COMMENT= Ocean Acoustics and Seismic Exploration Synthesis +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + WRKSRC= ${WRKDIR}/Oases_export USE_XORG= x11 |