diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-17 13:09:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-17 13:09:40 +0000 |
commit | c79631b6eec788a277b86c2a96a6c3264628c6ce (patch) | |
tree | 85e52dbac30f3bf94bfef70fd9aac531d4f6a838 /math | |
parent | 11ff9338199d467e6ec5524d89ba328e64718910 (diff) | |
download | ports-c79631b6eec788a277b86c2a96a6c3264628c6ce.tar.gz ports-c79631b6eec788a277b86c2a96a6c3264628c6ce.zip |
Another bunch of deprecation: no more public distfiles and/or abandonware
Notes
Notes:
svn path=/head/; revision=275724
Diffstat (limited to 'math')
-rw-r--r-- | math/hexcalc/Makefile | 3 | ||||
-rw-r--r-- | math/qgfe/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile index 8eb729d7e8a7..23bf79635544 100644 --- a/math/hexcalc/Makefile +++ b/math/hexcalc/Makefile @@ -16,6 +16,9 @@ EXTRACT_SUFX= ..tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= A multi-radix calculator for x11 +DEPRECATED= Look like an abandonware, no more public distifles +EXPIRATION_DATE= 2011-08-01 + USE_IMAKE= yes USE_XORG= ice sm x11 xaw xext xmu xt MAN1= hexcalc.1 diff --git a/math/qgfe/Makefile b/math/qgfe/Makefile index ec38b2a1dfbc..54a621b5f084 100644 --- a/math/qgfe/Makefile +++ b/math/qgfe/Makefile @@ -15,6 +15,9 @@ MASTER_SITES= http://www.xm1math.net/qgfe/ MAINTAINER= ports@FreeBSD.org COMMENT= Gnuplot Front End +DEPRECATED= Look like an abandonware, no more public distifles +EXPIRATION_DATE= 2011-08-01 + BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot |