diff options
-rw-r--r-- | textproc/rubygem-fast_xs073/Makefile | 10 | ||||
-rw-r--r-- | textproc/rubygem-fast_xs073/pkg-descr | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/textproc/rubygem-fast_xs073/Makefile b/textproc/rubygem-fast_xs073/Makefile index 6343fd302683..ee9145399341 100644 --- a/textproc/rubygem-fast_xs073/Makefile +++ b/textproc/rubygem-fast_xs073/Makefile @@ -6,19 +6,19 @@ PORTVERSION= 0.7.3 PORTEPOCH= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 073 MAINTAINER= ruby@FreeBSD.org COMMENT= Systems integration framework. Expander +LICENSE= MIT + RUN_DEPENDS= rubygem-hoe>=2.3.2:${PORTSDIR}/devel/rubygem-hoe -NO_LATEST_LINK= yes PORTSCOUT= limit:^0.7 -USE_RUBY= yes -USE_RUBYGEMS= yes +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PKGNAMESUFFIX= 073 - .include <bsd.port.mk> diff --git a/textproc/rubygem-fast_xs073/pkg-descr b/textproc/rubygem-fast_xs073/pkg-descr index 1d5d53485a20..8f8839e9b3e6 100644 --- a/textproc/rubygem-fast_xs073/pkg-descr +++ b/textproc/rubygem-fast_xs073/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 “"” (which is an +String#fast_xs is an almost exact translation of Sam Ruby's original +implementation (String#to_xs), but it does escape """ (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_xs073/ +WWW: http://fast-xs.rubyforge.org/ |