Date: Sun, 5 Apr 2015 18:24:57 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383329 - head/textproc/rubygem-fast_xs073 Message-ID: <201504051824.t35IOvCv077648@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Apr 5 18:24:56 2015 New Revision: 383329 URL: https://svnweb.freebsd.org/changeset/ports/383329 Log: - Add LICENSE - Remove NO_LATEST_LINK - Move PKGNAMESUFFIX upward - Convert non-ASCII characters to ASCII characters - Update WWW Modified: head/textproc/rubygem-fast_xs073/Makefile head/textproc/rubygem-fast_xs073/pkg-descr Modified: head/textproc/rubygem-fast_xs073/Makefile ============================================================================== --- head/textproc/rubygem-fast_xs073/Makefile Sun Apr 5 18:24:51 2015 (r383328) +++ head/textproc/rubygem-fast_xs073/Makefile Sun Apr 5 18:24:56 2015 (r383329) @@ -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> Modified: head/textproc/rubygem-fast_xs073/pkg-descr ============================================================================== --- head/textproc/rubygem-fast_xs073/pkg-descr Sun Apr 5 18:24:51 2015 (r383328) +++ head/textproc/rubygem-fast_xs073/pkg-descr Sun Apr 5 18:24:56 2015 (r383329) @@ -11,10 +11,10 @@ version here should be compatible with t 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504051824.t35IOvCv077648>