From owner-svn-ports-all@FreeBSD.ORG Mon Jun 10 13:30:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 276E1CE4; Mon, 10 Jun 2013 13:30:45 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 007D0182F; Mon, 10 Jun 2013 13:30:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5ADUiOM087037; Mon, 10 Jun 2013 13:30:44 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5ADUiGj087034; Mon, 10 Jun 2013 13:30:44 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201306101330.r5ADUiGj087034@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Jun 2013 13:30:44 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jun 2013 13:30:45 -0000 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 \