1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

- Add LICENSE

- Fix RUN_DEPENDS
- Convert non-ASCII characters to ASCII characters
- Update WWW
- Bump PORTREVISION for dependency change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-04-05 18:24:51 +00:00
parent d4904cf97a
commit 95c8dddfcb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383328
2 changed files with 7 additions and 6 deletions

View File

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

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