Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2013 13:30:44 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320472 - in head: audio/q-audio graphics/q-graph lang/q
Message-ID:  <201306101330.r5ADUiGj087034@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306101330.r5ADUiGj087034>