aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-06-10 21:30:44 +0800
committergahr <gahr@FreeBSD.org>2013-06-10 21:30:44 +0800
commit5759206ece7f3f26a6da0fa73e453a361fd92692 (patch)
tree1b7a0a2a949f2187de9aecf8203211685f7906de
parentc18beb49e2392f19f60f36d5567d9d0df0cd4800 (diff)
downloadfreebsd-ports-gnome-5759206ece7f3f26a6da0fa73e453a361fd92692.tar.gz
freebsd-ports-gnome-5759206ece7f3f26a6da0fa73e453a361fd92692.tar.zst
freebsd-ports-gnome-5759206ece7f3f26a6da0fa73e453a361fd92692.zip
- Deprecate lang/q and it's modules. As stated on the project's website, Q is
no longer supported, and users are advised to use lang/pure instead. Expiration date in two months.
-rw-r--r--audio/q-audio/Makefile3
-rw-r--r--graphics/q-graph/Makefile3
-rw-r--r--lang/q/Makefile3
3 files changed, 9 insertions, 0 deletions
diff --git a/audio/q-audio/Makefile b/audio/q-audio/Makefile
index 8bef32317ead..0c9f265d52e0 100644
--- a/audio/q-audio/Makefile
+++ b/audio/q-audio/Makefile
@@ -12,6 +12,9 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
MAINTAINER= gahr@FreeBSD.org
COMMENT= Q-Audio -- digital audio interface for the Q language
+DEPRECATED= Q-Lang is no longer supported. See lang/pure instead.
+EXPIRATION_DATE=2013-08-10
+
LIB_DEPENDS= q.8:${PORTSDIR}/lang/q \
jack.0:${PORTSDIR}/audio/jack \
samplerate.1:${PORTSDIR}/audio/libsamplerate \
diff --git a/graphics/q-graph/Makefile b/graphics/q-graph/Makefile
index b3332bc6404e..f67be8858484 100644
--- a/graphics/q-graph/Makefile
+++ b/graphics/q-graph/Makefile
@@ -15,6 +15,9 @@ PKGNAMEPREFIX= q-
MAINTAINER= gahr@FreeBSD.org
COMMENT= Q-Graph -- graph library and editor for the Q language
+DEPRECATED= Q-Lang is no longer supported. See lang/pure instead.
+EXPIRATION_DATE=2013-08-10
+
LIB_DEPENDS= q.8:${PORTSDIR}/lang/q
RUN_DEPENDS= ${LOCALBASE}/lib/bwidget/init.tcl:${PORTSDIR}/x11-toolkits/bwidget
diff --git a/lang/q/Makefile b/lang/q/Makefile
index fd7abe390402..0d5965457f1e 100644
--- a/lang/q/Makefile
+++ b/lang/q/Makefile
@@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}-lang/${PORTNAME}/${PORTVERSION}
MAINTAINER= gahr@FreeBSD.org
COMMENT= Q -- equational programming language
+DEPRECATED= Q-Lang is no longer supported. See lang/pure instead.
+EXPIRATION_DATE=2013-08-10
+
LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick \
curl.6:${PORTSDIR}/ftp/curl \
freetype.9:${PORTSDIR}/print/freetype2 \