summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-03-02 21:01:58 +0000
committerswills <swills@FreeBSD.org>2013-03-02 21:01:58 +0000
commit9cd73e761755555a10327e2dc86cde1ba7e2cd5e (patch)
tree8f46c2cbb8bd0e823cb541fb737c52436a6d7db6
parent979974ea183bf70bcb6df47d9cdfaa83b922534c (diff)
downloadFreeBSD-ports-9cd73e761755555a10327e2dc86cde1ba7e2cd5e.zip
FreeBSD-ports-9cd73e761755555a10327e2dc86cde1ba7e2cd5e.tar.gz
- 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@
-rw-r--r--archivers/ruby-bz2/Makefile3
-rw-r--r--audio/ruby-vorbisfile/Makefile9
-rw-r--r--audio/ruby-xmms/Makefile9
-rw-r--r--databases/ruby-bdb1/Makefile9
-rw-r--r--databases/ruby-interbase/Makefile9
-rw-r--r--devel/ruby-fam/Makefile9
-rw-r--r--devel/ruby-gettext/Makefile9
-rw-r--r--devel/ruby-io-reactor/Makefile3
-rw-r--r--devel/ruby-jttui/Makefile11
-rw-r--r--devel/ruby-krossruby/Makefile3
-rw-r--r--devel/ruby-langscan/Makefile9
-rw-r--r--devel/ruby-mmap/Makefile9
-rw-r--r--devel/ruby-racc/Makefile9
-rw-r--r--devel/ruby-rcov/Makefile9
-rw-r--r--devel/ruby-rudl/Makefile9
-rw-r--r--devel/ruby-slang/Makefile9
-rw-r--r--devel/ruby-subversion/Makefile9
-rw-r--r--devel/ruby-sysvipc/Makefile9
-rw-r--r--devel/rubygem-getopt-declare/Makefile9
-rw-r--r--devel/rubygem-io-like/Makefile9
-rw-r--r--devel/rubygem-linecache/Makefile8
-rw-r--r--devel/rubygem-ncurses/Makefile9
-rw-r--r--devel/rubygem-parsetree/Makefile8
-rw-r--r--devel/rubygem-rparsec/Makefile8
-rw-r--r--devel/rubygem-sdl/Makefile9
-rw-r--r--devel/rubygem-zoom/Makefile9
-rw-r--r--games/ruby-exmars/Makefile9
-rw-r--r--graphics/ruby-opengl/Makefile9
-rw-r--r--graphics/ruby-pgplot/Makefile9
-rw-r--r--graphics/rubygem-objectdetect/Makefile9
-rw-r--r--graphics/rubygem-turing/Makefile8
-rw-r--r--japanese/ruby-chasen/Makefile9
-rw-r--r--japanese/ruby-eb/Makefile3
-rw-r--r--japanese/ruby-ming/Makefile9
-rw-r--r--lang/ruby-lua4/Makefile9
-rw-r--r--misc/rubygem-ohcount/Makefile9
-rw-r--r--multimedia/ruby-flvtool2/Makefile9
-rw-r--r--net-im/rubygem-termtter/Makefile9
-rw-r--r--net-im/rubygem-xmpp4r/Makefile9
-rw-r--r--security/ruby-acl/Makefile9
-rw-r--r--security/ruby-tcpwrap/Makefile9
-rw-r--r--textproc/ruby-amrita/Makefile9
-rw-r--r--textproc/ruby-erbscan/Makefile9
-rw-r--r--textproc/ruby-libxml/Makefile9
-rw-r--r--textproc/ruby-sablot/Makefile9
-rw-r--r--textproc/ruby-xmlscan-old/Makefile9
-rw-r--r--textproc/ruby-xslt/Makefile9
-rw-r--r--textproc/rubygem-ferret/Makefile9
-rw-r--r--textproc/rubygem-formosa/Makefile10
-rw-r--r--textproc/rubygem-htmltools/Makefile3
-rw-r--r--www/ruby-nora/Makefile9
-rw-r--r--www/rubygem-mongrel/Makefile8
-rw-r--r--x11-toolkits/ruby-gtk/Makefile9
-rw-r--r--x11-toolkits/ruby-tk/Makefile9
-rw-r--r--x11/ruby-gtktrayicon/Makefile9
55 files changed, 215 insertions, 248 deletions
diff --git a/archivers/ruby-bz2/Makefile b/archivers/ruby-bz2/Makefile
index 96bc23f..642bb71 100644
--- a/archivers/ruby-bz2/Makefile
+++ b/archivers/ruby-bz2/Makefile
@@ -12,6 +12,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby extension to use libbz2
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/audio/ruby-vorbisfile/Makefile b/audio/ruby-vorbisfile/Makefile
index 11b16fa..80549e9 100644
--- a/audio/ruby-vorbisfile/Makefile
+++ b/audio/ruby-vorbisfile/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ruby-vorbisfile
-# Date created: 5 October 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= vorbisfile
PORTVERSION= 0.2
@@ -17,6 +13,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= A Ruby extension wrapping libvorbisfile
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
LIB_DEPENDS= vorbisfile.6:${PORTSDIR}/audio/libvorbis
USE_RUBY= yes
diff --git a/audio/ruby-xmms/Makefile b/audio/ruby-xmms/Makefile
index 3a337f0..ce2d513 100644
--- a/audio/ruby-xmms/Makefile
+++ b/audio/ruby-xmms/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Xmms-Ruby
-# Date created: 12 May 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= xmms
PORTVERSION= 0.1.2
@@ -19,6 +15,9 @@ COMMENT= XMMS bindings for Ruby
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/databases/ruby-bdb1/Makefile b/databases/ruby-bdb1/Makefile
index 6a6efdc..e8af036 100644
--- a/databases/ruby-bdb1/Makefile
+++ b/databases/ruby-bdb1/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ruby-BDB1
-# Date created: 16 January 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= bdb1
PORTVERSION= 0.2.3
@@ -15,6 +11,9 @@ DIST_SUBDIR= ruby
MAINTAINER= jpaetzel@FreeBSD.org
COMMENT= Ruby interface to Berkeley DB revision 1.8x with full feature support
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
USE_RUBY_RDOC= yes
diff --git a/databases/ruby-interbase/Makefile b/databases/ruby-interbase/Makefile
index 79ea822..5866a45 100644
--- a/databases/ruby-interbase/Makefile
+++ b/databases/ruby-interbase/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ruby-interbase
-# Date created: 8 Nov 2001
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
+# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
-#
PORTNAME= interbase
PORTVERSION= 0.5.2
@@ -16,6 +12,9 @@ DIST_SUBDIR= ruby
MAINTAINER= skv@FreeBSD.org
COMMENT= Ruby interface to Firebird/Interbase library
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_FIREBIRD= yes
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/devel/ruby-fam/Makefile b/devel/ruby-fam/Makefile
index e01380f..a2e16dd 100644
--- a/devel/ruby-fam/Makefile
+++ b/devel/ruby-fam/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: FAM-Ruby
-# Date created: 11 June 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= fam
PORTVERSION= 0.2.0
@@ -17,6 +13,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= FAM bindings for Ruby
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBY_EXTCONF=yes
USE_FAM= yes
diff --git a/devel/ruby-gettext/Makefile b/devel/ruby-gettext/Makefile
index fc139ad..4bdb392 100644
--- a/devel/ruby-gettext/Makefile
+++ b/devel/ruby-gettext/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ruby GetText Package
-# Date created: 4 February 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= gettext
PORTVERSION= 1.93.0
@@ -17,6 +13,9 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= A Ruby implementation of the gettext library
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
#USE_GETTEXT= yes # not actually depends on it
USE_RUBY= yes
USE_RUBY_FEATURES= racc-runtime iconv
diff --git a/devel/ruby-io-reactor/Makefile b/devel/ruby-io-reactor/Makefile
index b896739..af7f54d 100644
--- a/devel/ruby-io-reactor/Makefile
+++ b/devel/ruby-io-reactor/Makefile
@@ -12,6 +12,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby module that implements an asynchronous multiplexed IO Reactor
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RAKE= yes
diff --git a/devel/ruby-jttui/Makefile b/devel/ruby-jttui/Makefile
index 812d53d..f8a8f8d 100644
--- a/devel/ruby-jttui/Makefile
+++ b/devel/ruby-jttui/Makefile
@@ -1,11 +1,5 @@
-# ex:ts=8 -*-mode: makefile-*-
-#
-# New ports collection makefile for: ruby-jttui
-# Date created: 2003-02-12
-# Whom: Alan Eldridge <alane@geeksrus.net>
-#
+# Created by: Alan Eldridge <alane@geeksrus.net>
# $FreeBSD$
-#
PORTNAME= jttui
PORTVERSION= 200205082055
@@ -19,6 +13,9 @@ DISTNAME= jttui.${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Textmode User Interface by Jakub Travnik
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
diff --git a/devel/ruby-krossruby/Makefile b/devel/ruby-krossruby/Makefile
index d0c0d3c..507f70b 100644
--- a/devel/ruby-krossruby/Makefile
+++ b/devel/ruby-krossruby/Makefile
@@ -12,6 +12,9 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Ruby bindings for Qt/KDE
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
CONFLICTS= ruby1[89]-kdebindings-4.[0-6].*
USE_KDE4= kdehier kdelibs kdeprefix pimlibs automoc4
diff --git a/devel/ruby-langscan/Makefile b/devel/ruby-langscan/Makefile
index 2cedd7d..712ace5 100644
--- a/devel/ruby-langscan/Makefile
+++ b/devel/ruby-langscan/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ruby-langscan
-# Date created: 2011-08-10
-# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
-#
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= langscan
PORTVERSION= 1.2
@@ -16,6 +12,9 @@ DIST_SUBDIR= ${RUBY_PKGNAMEPREFIX:S|${RUBY_SUFFIX}-||}
MAINTAINER= tota@FreeBSD.org
COMMENT= A program analyzer for source code search engine
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
diff --git a/devel/ruby-mmap/Makefile b/devel/ruby-mmap/Makefile
index 8ad093d..c317818 100644
--- a/devel/ruby-mmap/Makefile
+++ b/devel/ruby-mmap/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ruby-Mmap
-# Date created: 8 March 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= mmap
PORTVERSION= 0.2.6
@@ -15,6 +11,9 @@ DIST_SUBDIR= ruby
MAINTAINER= clsung@FreeBSD.org
COMMENT= Ruby interface to manage memory-mapped file objects
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
USE_RUBY_RDOC= yes
diff --git a/devel/ruby-racc/Makefile b/devel/ruby-racc/Makefile
index 05598c8..592fecd 100644
--- a/devel/ruby-racc/Makefile
+++ b/devel/ruby-racc/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ruby-Racc
-# Date created: 7 Aug 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= racc
PORTVERSION= 1.4.5
@@ -17,6 +13,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= An LALR(1) parser generator for Ruby
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBY_SETUP= yes
USE_RUBY_FEATURES= racc-runtime
diff --git a/devel/ruby-rcov/Makefile b/devel/ruby-rcov/Makefile
index 963551c..c4bead1 100644
--- a/devel/ruby-rcov/Makefile
+++ b/devel/ruby-rcov/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: rcov
-# Date created: 25 May 2006
-# Whom: Rui Lopes (rgl ruilopes com)
-#
+# Created by: Rui Lopes (rgl ruilopes com)
# $FreeBSD$
-#
PORTNAME= rcov
PORTVERSION= 0.8.1.2
@@ -15,6 +11,9 @@ DIST_SUBDIR= ruby
MAINTAINER= clsung@FreeBSD.org
COMMENT= A tool for simple code coverage analysis in Ruby
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBY_SETUP= yes
diff --git a/devel/ruby-rudl/Makefile b/devel/ruby-rudl/Makefile
index 96fd4ee..78f81ba 100644
--- a/devel/ruby-rudl/Makefile
+++ b/devel/ruby-rudl/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: RuDL
-# Date created: 10 April 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= rudl
PORTVERSION= 0.8
@@ -17,6 +13,9 @@ DIST_SUBDIR= ruby
MAINTAINER= erik@bz.bzflag.bz
COMMENT= A high level library to use SDL from Ruby
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_SDL= gfx image mixer ttf sdl
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/devel/ruby-slang/Makefile b/devel/ruby-slang/Makefile
index 20a09fb..cb46399 100644
--- a/devel/ruby-slang/Makefile
+++ b/devel/ruby-slang/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ruby-slang (slanglib)
-# Date created: 23 Aug 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= slang
PORTVERSION= 0.52
@@ -15,6 +11,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= S-Lang extension module for Ruby
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang
MAKE_JOBS_SAFE= yes
diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile
index 5665e98..751efe0 100644
--- a/devel/ruby-subversion/Makefile
+++ b/devel/ruby-subversion/Makefile
@@ -1,15 +1,14 @@
-# New ports collection makefile for: subversion-ruby
-# Date Created: 4 July 2005
-# Whom: Hiroyuki Iwatsuki <don@na.rim.or.jp>
-#
+# Created by: Hiroyuki Iwatsuki <don@na.rim.or.jp>
# $FreeBSD$
-#
PKGNAMEPREFIX= ruby-
MAINTAINER= lev@FreeBSD.org
COMMENT= Ruby bindings for version control system
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
.if defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 16
MASTERDIR= ${.CURDIR}/../../devel/subversion16
.else
diff --git a/devel/ruby-sysvipc/Makefile b/devel/ruby-sysvipc/Makefile
index 27b9e0a..1f7ce2d 100644
--- a/devel/ruby-sysvipc/Makefile
+++ b/devel/ruby-sysvipc/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ruby-sysvipc
-# Date created: 12 May 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= sysvipc
PORTVERSION= 0.7
@@ -15,6 +11,9 @@ DIST_SUBDIR= ruby
MAINTAINER= clsung@FreeBSD.org
COMMENT= Ruby interface to use System V IPC system calls
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/devel/rubygem-getopt-declare/Makefile b/devel/rubygem-getopt-declare/Makefile
index c21c9cb..344ef6b 100644
--- a/devel/rubygem-getopt-declare/Makefile
+++ b/devel/rubygem-getopt-declare/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: rubygem-getopt-declare
-# Date created: 2011-06-02
-# Whom: Romain Tartiere <romain@FreeBSD.org>
-#
+# Created by: Romain Tartiere <romain@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= getopt-declare
PORTVERSION= 1.29
@@ -13,6 +9,9 @@ MASTER_SITES= RG
MAINTAINER= romain@FreeBSD.org
COMMENT= Declaratively Expressed Command-Line Arguments via Regular Expressions
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-io-like/Makefile b/devel/rubygem-io-like/Makefile
index 5616bd9..aebd6be 100644
--- a/devel/rubygem-io-like/Makefile
+++ b/devel/rubygem-io-like/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: rubygem-io-like
-# Date created: 2011-08-06
-# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
-#
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= io-like
PORTVERSION= 0.3.0
@@ -13,6 +9,9 @@ MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= The interface of IO objects to classes providing a few simple methods
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-linecache/Makefile b/devel/rubygem-linecache/Makefile
index ee15f04..e82d57d 100644
--- a/devel/rubygem-linecache/Makefile
+++ b/devel/rubygem-linecache/Makefile
@@ -1,7 +1,4 @@
-# Ports collection makefile for: rubygem-linecache
-# Date created: 17 Oct 2008
-# Whom: Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= linecache
@@ -12,6 +9,9 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Caches(Ruby source) Files as Might Be Used in a Debugger
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-ncurses/Makefile b/devel/rubygem-ncurses/Makefile
index 9af91b9..454b130 100644
--- a/devel/rubygem-ncurses/Makefile
+++ b/devel/rubygem-ncurses/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: rubygem-ncurses
-# Date created: 13 November 2010
-# Whom: Eric Freeman <freebsdports@chillibear.com>
-#
+# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
-#
PORTNAME= ncurses
PORTVERSION= 0.9.1
@@ -13,6 +9,9 @@ MASTER_SITES= RG
MAINTAINER= freebsdports@chillibear.com
COMMENT= Wrapper to the ncurses library
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-parsetree/Makefile b/devel/rubygem-parsetree/Makefile
index f679119..e0585a7 100644
--- a/devel/rubygem-parsetree/Makefile
+++ b/devel/rubygem-parsetree/Makefile
@@ -1,7 +1,4 @@
-# Ports collection makefile for: rubygem-parsetree
-# Date created: 13 April 2007
-# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
-#
+# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= parsetree
@@ -13,6 +10,9 @@ DISTNAME= ParseTree-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby parse tree tools
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
RUN_DEPENDS= rubygem-inline>=3.7.0:${PORTSDIR}/devel/rubygem-inline \
rubygem-sexp_processor>=3.0.1:${PORTSDIR}/devel/rubygem-sexp_processor
diff --git a/devel/rubygem-rparsec/Makefile b/devel/rubygem-rparsec/Makefile
index 6d01216..c1024de 100644
--- a/devel/rubygem-rparsec/Makefile
+++ b/devel/rubygem-rparsec/Makefile
@@ -1,7 +1,4 @@
-# Ports collection makefile for: rubygem-rparsec
-# Date created: 24 September 2008
-# Whom: stas
-#
+# Created by: stas
# $FreeBSD$
PORTNAME= rparsec
@@ -12,6 +9,9 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Recursive descent parser combinator framework for Ruby
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-sdl/Makefile b/devel/rubygem-sdl/Makefile
index 1c6745a..e8c6adb 100644
--- a/devel/rubygem-sdl/Makefile
+++ b/devel/rubygem-sdl/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: rubygem-sdl
-# Date created: 2011-04-10
-# Whom: Steve Wills <swills@FreeBSD.org>
-#
+# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= sdl
PORTVERSION= 2.1.1
@@ -15,6 +11,9 @@ DISTNAME= rubysdl-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby extension library to use SDL library
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
RUN_DEPENDS= rubygem-opengl>=0.60.1:${PORTSDIR}/graphics/rubygem-opengl
GEM_NAME= ${DISTNAME}
diff --git a/devel/rubygem-zoom/Makefile b/devel/rubygem-zoom/Makefile
index e8c8fa2..496eb03 100644
--- a/devel/rubygem-zoom/Makefile
+++ b/devel/rubygem-zoom/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ruby-zoom
-# Date created: 16 September 2005
-# Whom: Mitsuru YOSHIDA <mitsuru@riken.jp>
-#
+# Created by: Mitsuru YOSHIDA <mitsuru@riken.jp>
# $FreeBSD$
-#
PORTNAME= zoom
PORTVERSION= 0.4.1
@@ -14,6 +10,9 @@ MASTER_SITES= RG
MAINTAINER= ports@FreeBSD.org
COMMENT= A Ruby binding to the Z39.50 Object-Orientation Model (ZOOM)
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
LIB_DEPENDS= yaz.4:${PORTSDIR}/net/yaz
USE_RUBY= yes
diff --git a/games/ruby-exmars/Makefile b/games/ruby-exmars/Makefile
index 898be34..d211842 100644
--- a/games/ruby-exmars/Makefile
+++ b/games/ruby-exmars/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ruby-exmars
-# Date created: 22 Jul 2005
-# Whom: Alejandro Pulver <alejandro@varnet.biz>
-#
+# Created by: Alejandro Pulver <alejandro@varnet.biz>
# $FreeBSD$
-#
PORTNAME= exmars
PORTVERSION= 0.01
@@ -14,6 +10,9 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby interface to the exMARS Memory Array Redcode Simulator
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile
index e8e56b1..715381a 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 a87dafe..2622506 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 09da395..62e20bc 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 15abff3..06c4744 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
diff --git a/japanese/ruby-chasen/Makefile b/japanese/ruby-chasen/Makefile
index cd99ca4..4194eed 100644
--- a/japanese/ruby-chasen/Makefile
+++ b/japanese/ruby-chasen/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ruby-ChaSen
-# Date created: 1 Mar 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= chasen
PORTVERSION= 1.7
@@ -15,6 +11,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= ChaSen module for Ruby
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
LIB_DEPENDS= chasen.2:${PORTSDIR}/japanese/chasen-base
USE_RUBY= yes
diff --git a/japanese/ruby-eb/Makefile b/japanese/ruby-eb/Makefile
index 0a5c412..8e1d035 100644
--- a/japanese/ruby-eb/Makefile
+++ b/japanese/ruby-eb/Makefile
@@ -12,6 +12,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby bind of EB library
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
LIB_DEPENDS= eb:${PORTSDIR}/japanese/eb
USE_RUBY= yes
diff --git a/japanese/ruby-ming/Makefile b/japanese/ruby-ming/Makefile
index 488c3a0..635e39d 100644
--- a/japanese/ruby-ming/Makefile
+++ b/japanese/ruby-ming/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ruby/Ming-ja
-# Date created: 13 November 2003
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= ming
PORTVERSION= 0.2a.${RUBY_MING_VERSION}
@@ -19,6 +15,9 @@ DIST_SUBDIR= ruby
MAINTAINER= don@na.rim.or.jp
COMMENT= Yet another Ming module for Ruby built with Japanese support
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
LIB_DEPENDS= ming.3:${PORTSDIR}/japanese/ming
RUBY_MING_VERSION= 0.1.6
diff --git a/lang/ruby-lua4/Makefile b/lang/ruby-lua4/Makefile
index c53a4bd..d6b0b56 100644
--- a/lang/ruby-lua4/Makefile
+++ b/lang/ruby-lua4/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ruby/Lua
-# Date created: 30 August 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= lua
PORTVERSION= 20010921
@@ -17,6 +13,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= A Ruby extension to make Lua script language as a class
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_LUA= 4.0
USE_ZIP= yes
diff --git a/misc/rubygem-ohcount/Makefile b/misc/rubygem-ohcount/Makefile
index 28b4466..384aca6 100644
--- a/misc/rubygem-ohcount/Makefile
+++ b/misc/rubygem-ohcount/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ohcount
-# Date created: 2009-05-31
-# Whom: Edmondas Girkantas <eg@fbsd.lt>
-#
+# Created by: Edmondas Girkantas <eg@fbsd.lt>
# $FreeBSD$
-#
PORTNAME= ohcount
PORTVERSION= 2.0.1
@@ -13,6 +9,9 @@ MASTER_SITES= http://labs.ohloh.net/download/
MAINTAINER= eg@fbsd.lt
COMMENT= Ohcount is the source code line counter that powers Ohloh
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
RUN_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs \
ragel:${PORTSDIR}/devel/ragel
diff --git a/multimedia/ruby-flvtool2/Makefile b/multimedia/ruby-flvtool2/Makefile
index db4d3cf..5c38b58 100644
--- a/multimedia/ruby-flvtool2/Makefile
+++ b/multimedia/ruby-flvtool2/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ruby-flvtool2
-# Date created: 2007-05-07
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= flvtool2
PORTVERSION= 1.0.6
@@ -16,6 +12,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= gslin@gslin.org
COMMENT= Manipulation tool for Macromedia Flash Video files
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBY_SETUP= yes
diff --git a/net-im/rubygem-termtter/Makefile b/net-im/rubygem-termtter/Makefile
index 7df6c87..cd80731 100644
--- a/net-im/rubygem-termtter/Makefile
+++ b/net-im/rubygem-termtter/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: rubygem-termtter
-# Date created: 2009-07-12
-# Whom: Dennis Herrmann <dhn@FreeBSD.org>
-#
+# Created by: Dennis Herrmann <dhn@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= termtter
PORTVERSION= 1.11.0
@@ -13,6 +9,9 @@ MASTER_SITES= RG
MAINTAINER= dhn@FreeBSD.org
COMMENT= Terminal based Twitter client
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
RUN_DEPENDS= rubygem-json>=1.1.3:${PORTSDIR}/devel/rubygem-json \
rubygem-termcolor>=1.0.0:${PORTSDIR}/textproc/rubygem-termcolor \
rubygem-rubytter>=1.4.0:${PORTSDIR}/net/rubygem-rubytter \
diff --git a/net-im/rubygem-xmpp4r/Makefile b/net-im/rubygem-xmpp4r/Makefile
index 950ec13..a6f2f72 100644
--- a/net-im/rubygem-xmpp4r/Makefile
+++ b/net-im/rubygem-xmpp4r/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ruby-xmpp4r
-# Date created: 21 Nov 2005
-# Whom: Stephan Maka <stephan@spaceboyz.net>
-#
+# Created by: Stephan Maka <stephan@spaceboyz.net>
# $FreeBSD$
-#
PORTNAME= xmpp4r
PORTVERSION= 0.5
@@ -14,6 +10,9 @@ MASTER_SITES= RG
MAINTAINER= miwi@FreeBSD.org
COMMENT= XMPP/Jabber library for Ruby
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/security/ruby-acl/Makefile b/security/ruby-acl/Makefile
index dd055aa..99f9630 100644
--- a/security/ruby-acl/Makefile
+++ b/security/ruby-acl/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ruby-acl
-# Date created: 7 Sep 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= acl
PORTVERSION= 1.0.1
@@ -15,6 +11,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ufo@februality.com
COMMENT= Ruby module to provide Access Control List checks
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
NO_BUILD= yes
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile
index 8c4023b..bfb2644 100644
--- a/security/ruby-tcpwrap/Makefile
+++ b/security/ruby-tcpwrap/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ruby-tcpwrap
-# Date created: 15 Aug 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= tcpwrap
PORTVERSION= 0.6
@@ -17,6 +13,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= TCP wrappers library for Ruby
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
LIB_DEPENDS= ident.0:${PORTSDIR}/security/libident
USE_RUBY= yes
diff --git a/textproc/ruby-amrita/Makefile b/textproc/ruby-amrita/Makefile
index 45295a6..c0963ce 100644
--- a/textproc/ruby-amrita/Makefile
+++ b/textproc/ruby-amrita/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ruby/amrita
-# Date created: 10 November 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= amrita
PORTVERSION= 1.0.2
@@ -16,6 +12,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= An HTML/XHTML template library for Ruby
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBY_FEATURES= strscan
diff --git a/textproc/ruby-erbscan/Makefile b/textproc/ruby-erbscan/Makefile
index 66975ad..bcede5f 100644
--- a/textproc/ruby-erbscan/Makefile
+++ b/textproc/ruby-erbscan/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: erbscan
-# Date created: 17 November 2006
-# Whom: Shinsuke Matsui (<smatsui@karashi.org>)
-#
+# Created by: Shinsuke Matsui (<smatsui@karashi.org>)
# $FreeBSD$
-#
PORTNAME= erbscan
PORTVERSION= 0.0.20030723b
@@ -15,6 +11,9 @@ DIST_SUBDIR= ruby
MAINTAINER= smatsui@karashi.org
COMMENT= ERB compiler accelerator
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile
index c33b1a7..84aa533 100644
--- a/textproc/ruby-libxml/Makefile
+++ b/textproc/ruby-libxml/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ruby-libxml
-# Date created: 09 July 2002
-# Whom: Sean Chittenden <seanc@FreeBSD.org>
-#
+# Created by: Sean Chittenden <seanc@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libxml
PORTVERSION= 1.1.3
@@ -16,6 +12,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= gahr@FreeBSD.org
COMMENT= A friendly API to libxml for Ruby
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_RUBY= yes
diff --git a/textproc/ruby-sablot/Makefile b/textproc/ruby-sablot/Makefile
index 6c10363..09192ea 100644
--- a/textproc/ruby-sablot/Makefile
+++ b/textproc/ruby-sablot/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ruby-sablot
-# Date created: 9 March 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= sablot
PORTVERSION= 0.5.2
@@ -16,6 +12,9 @@ DIST_SUBDIR= ruby
MAINTAINER= gahr@FreeBSD.org
COMMENT= Ruby interface to the Sablotron XSLT processor
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron \
expat.6:${PORTSDIR}/textproc/expat2
diff --git a/textproc/ruby-xmlscan-old/Makefile b/textproc/ruby-xmlscan-old/Makefile
index ca82d92..ef94f37 100644
--- a/textproc/ruby-xmlscan-old/Makefile
+++ b/textproc/ruby-xmlscan-old/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ruby-xmlscan
-# Date created: 7 August 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= xmlscan
PORTVERSION= 0.0.10
@@ -15,6 +11,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= Pure Ruby XML/HTML scanner and XPath processor/compiler modules
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
BUILD_DEPENDS= racc:${PORTSDIR}/devel/ruby-racc
USE_RUBY= yes
diff --git a/textproc/ruby-xslt/Makefile b/textproc/ruby-xslt/Makefile
index 8f88476..c62f0ea 100644
--- a/textproc/ruby-xslt/Makefile
+++ b/textproc/ruby-xslt/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ruby-xmlscan
-# Date created: 22 August 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= xslt
PORTVERSION= 0.9.6
@@ -18,6 +14,9 @@ DIST_SUBDIR= ruby
MAINTAINER= wenheping@gmail.com
COMMENT= An XSLT processor in pure Ruby
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_GNOME= libxslt
USE_RUBY= yes
USE_RUBY_SETUP= yes
diff --git a/textproc/rubygem-ferret/Makefile b/textproc/rubygem-ferret/Makefile
index baf6446..0cbfe13 100644
--- a/textproc/rubygem-ferret/Makefile
+++ b/textproc/rubygem-ferret/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ferret
-# Date created: 2006-08-10
-# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
-#
+# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= ferret
PORTVERSION= 0.11.6
@@ -13,6 +9,9 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ferret is a ruby port of Lucene
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
diff --git a/textproc/rubygem-formosa/Makefile b/textproc/rubygem-formosa/Makefile
index fd19be8..cce62b3 100644
--- a/textproc/rubygem-formosa/Makefile
+++ b/textproc/rubygem-formosa/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: formosa
-# Date created: Jul 31, 2007
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= formosa
PORTVERSION= 0.2.0
@@ -14,6 +9,9 @@ MASTER_SITES= RG
MAINTAINER= lukhnos@gmail.com
COMMENT= A collection of libraries for Taiwanese languages processing
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
RUN_DEPENDS= rubygem-activesupport>=1.4.2:${PORTSDIR}/devel/rubygem-activesupport
USE_RUBY= yes
diff --git a/textproc/rubygem-htmltools/Makefile b/textproc/rubygem-htmltools/Makefile
index d42cb2c..02ee8e0 100644
--- a/textproc/rubygem-htmltools/Makefile
+++ b/textproc/rubygem-htmltools/Makefile
@@ -9,6 +9,9 @@ DISTNAME= htmltools-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tools for parsing and manipulating HTML text in Ruby
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/www/ruby-nora/Makefile b/www/ruby-nora/Makefile
index bedb143b..f0d6fdd 100644
--- a/www/ruby-nora/Makefile
+++ b/www/ruby-nora/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Nora
-# Date created: 8 December 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= nora
PORTVERSION= 0.0.20041114
@@ -15,6 +11,9 @@ DIST_SUBDIR= ruby
MAINTAINER= dhn@FreeBSD.org
COMMENT= A rich set of Ruby libraries for Web applications
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBY_SETUP= yes
diff --git a/www/rubygem-mongrel/Makefile b/www/rubygem-mongrel/Makefile
index db25aac..47c7e3f 100644
--- a/www/rubygem-mongrel/Makefile
+++ b/www/rubygem-mongrel/Makefile
@@ -1,7 +1,4 @@
-# Ports collection makefile for: mongrel
-# Date created: 20 May 2006
-# Whom: Rui Lopes (<rgl ruilopes com>)
-#
+# Created by: Rui Lopes (<rgl ruilopes com>)
# $FreeBSD$
PORTNAME= mongrel
@@ -13,6 +10,9 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast HTTP 1.1 library and server for Ruby web applications
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
RUN_DEPENDS= rubygem-gem_plugin>=0.2.3:${PORTSDIR}/devel/rubygem-gem_plugin \
rubygem-daemons>=1.0.3:${PORTSDIR}/devel/rubygem-daemons \
rubygem-fastthread>=1.0.1:${PORTSDIR}/devel/rubygem-fastthread \
diff --git a/x11-toolkits/ruby-gtk/Makefile b/x11-toolkits/ruby-gtk/Makefile
index ce315cb..60419f1 100644
--- a/x11-toolkits/ruby-gtk/Makefile
+++ b/x11-toolkits/ruby-gtk/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ruby-gtk
-# Date created: 19 April 1999
-# Whom: Yasuhiro Fukuma <yasuf@big.or.jp>
-#
+# Created by: Yasuhiro Fukuma <yasuf@big.or.jp>
# $FreeBSD$
-#
PORTNAME= gtk
PORTVERSION= ${RUBY_GNOME_PORTVERSION}
@@ -17,6 +13,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding for GTK+
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
USE_XORG= x11
diff --git a/x11-toolkits/ruby-tk/Makefile b/x11-toolkits/ruby-tk/Makefile
index eb51cfc..a4de51e 100644
--- a/x11-toolkits/ruby-tk/Makefile
+++ b/x11-toolkits/ruby-tk/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ruby-tk
-# Date created: 15 March 1999
-# Whom: Yasuhiro Fukuma <yasuf@big.or.jp>
-#
+# Created by: Yasuhiro Fukuma <yasuf@big.or.jp>
# $FreeBSD$
-#
PORTNAME= tk
PORTVERSION= ${RUBY_PORTVERSION}
@@ -16,6 +12,9 @@ DISTFILES= # none
MAINTAINER?= ruby@FreeBSD.org
COMMENT?= Ruby interface to the Tk widget set
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch
USE_RUBY= yes
diff --git a/x11/ruby-gtktrayicon/Makefile b/x11/ruby-gtktrayicon/Makefile
index 81b3186..9ff72ba 100644
--- a/x11/ruby-gtktrayicon/Makefile
+++ b/x11/ruby-gtktrayicon/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ruby-gtktrayicon
-# Date created: 29 June 2004
-# Whom: Hye-Shik Chang
-#
+# Created by: Hye-Shik Chang
# $FreeBSD$
-#
PORTNAME= gtktrayicon
PORTVERSION= 0.1.0
@@ -17,6 +13,9 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding for GtkTrayIcon
+DEPRECATED= Does not work with Ruby 1.9
+EXPIRATION_DATE= 2012-05-02
+
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2
OpenPOWER on IntegriCloud