Index: head/textproc/rubygem-fast_xs073/Makefile =================================================================== --- head/textproc/rubygem-fast_xs073/Makefile (revision 383328) +++ head/textproc/rubygem-fast_xs073/Makefile (revision 383329) @@ -1,24 +1,24 @@ # Created by: Scott Sanders # $FreeBSD$ PORTNAME= fast_xs 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 Index: head/textproc/rubygem-fast_xs073/pkg-descr =================================================================== --- head/textproc/rubygem-fast_xs073/pkg-descr (revision 383328) +++ head/textproc/rubygem-fast_xs073/pkg-descr (revision 383329) @@ -1,20 +1,20 @@ fast_xs provides C extensions for escaping text. The original String#fast_xs method is based on the xchar code by Sam Ruby: o intertwingly.net/stories/2005/09/28/xchar.rb o intertwingly.net/blog/2005/09/28/XML-Cleansing _why also packages an older version with Hpricot (patches submitted). The 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/