aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-04-05 18:24:51 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-04-05 18:24:51 +0000
commit95c8dddfcbbb99e3eca99ea890b6335267f108f9 (patch)
tree0f9e998cdb4879e2ff9aede777975783be5f6390 /textproc
parentd4904cf97ab61a39ef1c661ffcd5b2fb63ad4cb1 (diff)
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rubygem-fast_xs/Makefile7
-rw-r--r--textproc/rubygem-fast_xs/pkg-descr6
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/rubygem-fast_xs/Makefile b/textproc/rubygem-fast_xs/Makefile
index 31e6ae69d74a..f735852c1ae9 100644
--- a/textproc/rubygem-fast_xs/Makefile
+++ b/textproc/rubygem-fast_xs/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fast_xs
PORTVERSION= 0.8.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
@@ -10,10 +11,10 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Systems integration framework. Expander
-RUN_DEPENDS= rubygem-hoe>=2.3.2:${PORTSDIR}/devel/rubygem-hoe
+LICENSE= MIT
-USE_RUBY= yes
-USE_RUBYGEMS= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
diff --git a/textproc/rubygem-fast_xs/pkg-descr b/textproc/rubygem-fast_xs/pkg-descr
index d404860a103d..8f8839e9b3e6 100644
--- a/textproc/rubygem-fast_xs/pkg-descr
+++ b/textproc/rubygem-fast_xs/pkg-descr
@@ -11,10 +11,10 @@ version here should be compatible with the latest version of Hpricot code.
Ruby on Rails will automatically use String#fast_xs from either Hpricot or this
gem version with the bundled Builder package.
-String#fast_xs is an almost exact translation of Sam Ruby’s original
-implementation (String#to_xs), but it does escape “&quot;” (which is an
+String#fast_xs is an almost exact translation of Sam Ruby's original
+implementation (String#to_xs), but it does escape "&quot;" (which is an
optional, but all parsers are able ot handle it. XML::Builder as packaged in
Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs
available.
-WWW: http://rubygems.org/gems/fast_xs/
+WWW: http://fast-xs.rubyforge.org/