1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

- 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.
This commit is contained in:
Pietro Cerutti 2013-06-10 13:30:44 +00:00
parent e550cf5e3b
commit cc15b0864c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320472
3 changed files with 9 additions and 0 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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 \