diff options
author | swills <swills@FreeBSD.org> | 2013-03-03 05:01:58 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-03-03 05:01:58 +0800 |
commit | 9cd73e761755555a10327e2dc86cde1ba7e2cd5e (patch) | |
tree | 8f46c2cbb8bd0e823cb541fb737c52436a6d7db6 /graphics | |
parent | 979974ea183bf70bcb6df47d9cdfaa83b922534c (diff) | |
download | freebsd-ports-gnome-9cd73e761755555a10327e2dc86cde1ba7e2cd5e.tar.gz freebsd-ports-gnome-9cd73e761755555a10327e2dc86cde1ba7e2cd5e.tar.zst freebsd-ports-gnome-9cd73e761755555a10327e2dc86cde1ba7e2cd5e.zip |
- Deprecate ports which don't work with Ruby 1.9
- Set expiration to 2 months to give plenty of time to fix them to anyone who
may be interested (patching rubygem- ports is possible now)
- Trim headers while here
With Hat: ruby@
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-opengl/Makefile | 9 | ||||
-rw-r--r-- | graphics/ruby-pgplot/Makefile | 9 | ||||
-rw-r--r-- | graphics/rubygem-objectdetect/Makefile | 9 | ||||
-rw-r--r-- | graphics/rubygem-turing/Makefile | 8 |
4 files changed, 16 insertions, 19 deletions
diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile index e8e56b17ae2b..715381a94d00 100644 --- a/graphics/ruby-opengl/Makefile +++ b/graphics/ruby-opengl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Ruby/OpenGL -# Date created: 24 Aug 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= opengl PORTVERSION= 0.32b @@ -18,6 +14,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= OpenGL/GLU/GLUT interface modules for Ruby +DEPRECATED= Does not work with Ruby 1.9 +EXPIRATION_DATE= 2012-05-02 + USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_XORG= x11 xi xmu xext diff --git a/graphics/ruby-pgplot/Makefile b/graphics/ruby-pgplot/Makefile index a87dafeb2736..26225067899a 100644 --- a/graphics/ruby-pgplot/Makefile +++ b/graphics/ruby-pgplot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Ruby/PGPLOT -# Date created: 26 June 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= pgplot PORTVERSION= 0.1.3 @@ -17,6 +13,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby interface to PGPLOT graphics library +DEPRECATED= Does not work with Ruby 1.9 +EXPIRATION_DATE= 2012-05-02 + LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray diff --git a/graphics/rubygem-objectdetect/Makefile b/graphics/rubygem-objectdetect/Makefile index 09da39529e8e..62e20bc1fdd5 100644 --- a/graphics/rubygem-objectdetect/Makefile +++ b/graphics/rubygem-objectdetect/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rubygem-objectdetect -# Date created: 2008-11-25 -# Whom: TAKATSU Tomonari <tota@rtfm.jp> -# +# Created by: TAKATSU Tomonari <tota@rtfm.jp> # $FreeBSD$ -# PORTNAME= objectdetect PORTVERSION= 0.0.3 @@ -16,6 +12,9 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}-opencv23.gem MAINTAINER= tota@FreeBSD.org COMMENT= A simple library for detecting objects in pictures +DEPRECATED= Does not work with Ruby 1.9 +EXPIRATION_DATE= 2012-05-02 + LIB_DEPENDS= opencv_legacy.2:${PORTSDIR}/graphics/opencv LICENSE= MIT diff --git a/graphics/rubygem-turing/Makefile b/graphics/rubygem-turing/Makefile index 15abff33ad59..06c47441a618 100644 --- a/graphics/rubygem-turing/Makefile +++ b/graphics/rubygem-turing/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: rubygem-turing -# Date created: 07 June 2007 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ PORTNAME= turing @@ -13,6 +10,9 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Easy to use and customize/extend implementation of captcha +DEPRECATED= Does not work with Ruby 1.9 +EXPIRATION_DATE= 2012-05-02 + RUN_DEPENDS= rubygem-gd2>=1.0:${PORTSDIR}/graphics/rubygem-gd2 USE_RUBY= yes |