- Add LICENSE

- Remove NO_LATEST_LINK
- Move PKGNAMESUFFIX upward
- Convert non-ASCII characters to ASCII characters
- Update WWW
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-04-05 18:24:56 +00:00
parent 95c8dddfcb
commit 60fee4d444
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383329
2 changed files with 8 additions and 8 deletions

View File

@ -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>

View File

@ -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 Rubys 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_xs073/
WWW: http://fast-xs.rubyforge.org/