Bug 163362 - [NEW PORT] textproc/rubygem-fast_xs: A systems integration framework. Expander - rubygem-chef-server 16
Summary: [NEW PORT] textproc/rubygem-fast_xs: A systems integration framework. Expande...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-16 21:40 UTC by Scott Sanders
Modified: 2011-12-16 22:30 UTC (History)
0 users

See Also:


Attachments
rubygem-fast_xs-0.7.3.shar (2.30 KB, text/plain)
2011-12-16 21:40 UTC, Scott Sanders
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Sanders 2011-12-16 21:40:14 UTC
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
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/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-16 21:41:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

pgollucci@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2011-12-16 22:23:37 UTC
State Changed
From-To: open->closed

Committed, Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-12-16 22:23:49 UTC
pgollucci    2011-12-16 22:23:34 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/rubygem-fast_xs Makefile distinfo pkg-descr 
  Log:
  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 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
  
  Revision  Changes    Path
  1.1687    +1 -0      ports/textproc/Makefile
  1.1       +22 -0     ports/textproc/rubygem-fast_xs/Makefile (new)
  1.1       +2 -0      ports/textproc/rubygem-fast_xs/distinfo (new)
  1.1       +20 -0     ports/textproc/rubygem-fast_xs/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"