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 /textproc | |
parent | d2d71651710cb12db35813fcaf5ebb06cf9dcd0c (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-amrita/Makefile | 9 | ||||
-rw-r--r-- | textproc/ruby-erbscan/Makefile | 9 | ||||
-rw-r--r-- | textproc/ruby-libxml/Makefile | 9 | ||||
-rw-r--r-- | textproc/ruby-sablot/Makefile | 9 | ||||
-rw-r--r-- | textproc/ruby-xmlscan-old/Makefile | 9 | ||||
-rw-r--r-- | textproc/ruby-xslt/Makefile | 9 | ||||
-rw-r--r-- | textproc/rubygem-ferret/Makefile | 9 | ||||
-rw-r--r-- | textproc/rubygem-formosa/Makefile | 10 | ||||
-rw-r--r-- | textproc/rubygem-htmltools/Makefile | 3 |
9 files changed, 35 insertions, 41 deletions
diff --git a/textproc/ruby-amrita/Makefile b/textproc/ruby-amrita/Makefile index 45295a6bf28f..c0963ce358bc 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 66975ad437e2..bcede5f8f25c 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 c33b1a7a2a5b..84aa5333132d 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 6c1036397e8d..09192ea9ae7b 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 ca82d92dfdd0..ef94f37619fd 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 8f88476f0c5b..c62f0ea53d91 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 baf64464a295..0cbfe13ad1fc 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 fd19be88f12e..cce62b31774a 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 d42cb2cfa900..02ee8e0a67d4 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 |