diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-03-02 21:01:58 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-03-02 21:01:58 +0000 |
commit | 28b723187b6ba8da4ae446326721343a9b42fb3d (patch) | |
tree | 8f46c2cbb8bd0e823cb541fb737c52436a6d7db6 /devel | |
parent | d2d71651710cb12db35813fcaf5ebb06cf9dcd0c (diff) | |
download | ports-28b723187b6ba8da4ae446326721343a9b42fb3d.tar.gz ports-28b723187b6ba8da4ae446326721343a9b42fb3d.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-fam/Makefile | 9 | ||||
-rw-r--r-- | devel/ruby-gettext/Makefile | 9 | ||||
-rw-r--r-- | devel/ruby-io-reactor/Makefile | 3 | ||||
-rw-r--r-- | devel/ruby-jttui/Makefile | 11 | ||||
-rw-r--r-- | devel/ruby-krossruby/Makefile | 3 | ||||
-rw-r--r-- | devel/ruby-langscan/Makefile | 9 | ||||
-rw-r--r-- | devel/ruby-mmap/Makefile | 9 | ||||
-rw-r--r-- | devel/ruby-racc/Makefile | 9 | ||||
-rw-r--r-- | devel/ruby-rcov/Makefile | 9 | ||||
-rw-r--r-- | devel/ruby-rudl/Makefile | 9 | ||||
-rw-r--r-- | devel/ruby-slang/Makefile | 9 | ||||
-rw-r--r-- | devel/ruby-subversion/Makefile | 9 | ||||
-rw-r--r-- | devel/ruby-sysvipc/Makefile | 9 | ||||
-rw-r--r-- | devel/rubygem-getopt-declare/Makefile | 9 | ||||
-rw-r--r-- | devel/rubygem-io-like/Makefile | 9 | ||||
-rw-r--r-- | devel/rubygem-linecache/Makefile | 8 | ||||
-rw-r--r-- | devel/rubygem-ncurses/Makefile | 9 | ||||
-rw-r--r-- | devel/rubygem-parsetree/Makefile | 8 | ||||
-rw-r--r-- | devel/rubygem-rparsec/Makefile | 8 | ||||
-rw-r--r-- | devel/rubygem-sdl/Makefile | 9 | ||||
-rw-r--r-- | devel/rubygem-zoom/Makefile | 9 |
21 files changed, 82 insertions, 94 deletions
diff --git a/devel/ruby-fam/Makefile b/devel/ruby-fam/Makefile index e01380f9d53c..a2e16ddf9ed7 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 fc139ad9974c..4bdb39272609 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 b896739057f8..af7f54d6fd0b 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 812d53d7a6ed..f8a8f8d64485 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 d0c0d3cb8ff5..507f70b1ec6f 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 2cedd7ddf120..712ace5786db 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 8ad093d0d909..c317818db6c2 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 05598c865a19..592fecdedd0f 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 963551cb894c..c4bead13301f 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 96fd4eec301f..78f81ba339b5 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 20a09fb8028f..cb46399551c8 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 5665e9812271..751efe045cb7 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 27b9e0a438be..1f7ce2d38cbb 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 c21c9cbb0bc5..344ef6baa213 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 5616bd952610..aebd6be8c7c7 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 ee15f04e10cb..e82d57db8c78 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 9af91b98c75d..454b130936a7 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 f679119504ee..e0585a7f1463 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 6d01216b8145..c1024defec71 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 1c6745af611a..e8c6adb87461 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 e8c8fa2ca76a..496eb03d0487 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 |