svn commit: r320472 - in head: audio/q-audio graphics/q-graph lang/q
Pietro Cerutti
gahr at FreeBSD.org
Mon Jun 10 13:30:45 UTC 2013
Author: gahr
Date: Mon Jun 10 13:30:44 2013
New Revision: 320472
URL: http://svnweb.freebsd.org/changeset/ports/320472
Log:
- 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.
Modified:
head/audio/q-audio/Makefile (contents, props changed)
head/graphics/q-graph/Makefile (contents, props changed)
head/lang/q/Makefile
Modified: head/audio/q-audio/Makefile
==============================================================================
--- head/audio/q-audio/Makefile Mon Jun 10 13:27:10 2013 (r320471)
+++ head/audio/q-audio/Makefile Mon Jun 10 13:30:44 2013 (r320472)
@@ -12,6 +12,9 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}${P
MAINTAINER= gahr at 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 \
Modified: head/graphics/q-graph/Makefile
==============================================================================
--- head/graphics/q-graph/Makefile Mon Jun 10 13:27:10 2013 (r320471)
+++ head/graphics/q-graph/Makefile Mon Jun 10 13:30:44 2013 (r320472)
@@ -15,6 +15,9 @@ PKGNAMEPREFIX= q-
MAINTAINER= gahr at 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
Modified: head/lang/q/Makefile
==============================================================================
--- head/lang/q/Makefile Mon Jun 10 13:27:10 2013 (r320471)
+++ head/lang/q/Makefile Mon Jun 10 13:30:44 2013 (r320472)
@@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}-lang/${PORT
MAINTAINER= gahr at 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 \
More information about the svn-ports-head
mailing list