aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-fast_xs
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSESunpoet Po-Chuan Hsieh2015-04-052-6/+7
| | | | | | | | | | - Fix RUN_DEPENDS - Convert non-ASCII characters to ASCII characters - Update WWW - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=383328
* many ruby/rubygem ports: death of rubyforge.orgSteve Wills2014-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port) Notes: svn path=/head/; revision=365393
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-031-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories T-V. CR: D509 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=363904
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332051
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Remove portscout limit which is no longer neededSteve Wills2013-07-021-7/+1
| | | | | | | - Trim header while here Notes: svn path=/head/; revision=322149
* - Update to 0.8.0Steve Wills2013-07-012-3/+3
| | | | Notes: svn path=/head/; revision=322135
* - Revert to 0.7.3 b/c of chef dependencyPhilip M. Gollucci2012-02-122-3/+6
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=290990
* - Update to 0.8.0Philip M. Gollucci2012-02-082-3/+3
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=290647
* - Fix version requirementsPhilip M. Gollucci2011-12-191-1/+1
| | | | Notes: svn path=/head/; revision=287675
* fast_xs provides C extensions for escaping text.Philip M. Gollucci2011-12-163-0/+44
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 a " (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://fast-xs.rubyforge.org/ PR: ports/163362 Submitted by: Scott Sanders <scott@jssjr.com> Sponsored by: RideCharge Inc. / Taxi Magic Notes: svn path=/head/; revision=287508