FreeBSD Bugzilla – Attachment 170562 Details for
Bug 209708
[NEW PORT] textproc/rubygem-ox: Speed-optimized XML parser and object serializer for Ruby
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar for textproc/rubygem-ox
rubygem-ox.shar (text/plain), 2.98 KB, created by
Motomichi Matsuzaki
on 2016-05-23 09:45:10 UTC
(
hide
)
Description:
shar for textproc/rubygem-ox
Filename:
MIME Type:
Creator:
Motomichi Matsuzaki
Created:
2016-05-23 09:45:10 UTC
Size:
2.98 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># rubygem-ox ># rubygem-ox/distinfo ># rubygem-ox/pkg-descr ># rubygem-ox/Makefile ># rubygem-ox/file ># rubygem-ox/file/patch-ox.gemspec ># >echo c - rubygem-ox >mkdir -p rubygem-ox > /dev/null 2>&1 >echo x - rubygem-ox/distinfo >sed 's/^X//' >rubygem-ox/distinfo << '9bd8031e8bd04150259e4c385c1cf0dc' >XTIMESTAMP = 1463981473 >XSHA256 (rubygem/ox-2.4.1.gem) = 759bb0af0482c51fd22e41f632661406a486973ae569c3b1290043fa33e536ee >XSIZE (rubygem/ox-2.4.1.gem) = 71680 >9bd8031e8bd04150259e4c385c1cf0dc >echo x - rubygem-ox/pkg-descr >sed 's/^X//' >rubygem-ox/pkg-descr << 'ba9626effe181b0efde87c6ad8a24f73' >XOx, standing for Optimized XML, is a XML parser and object serializer, >Xwhich is designed to be a speed-optimized alternative to Nokogiri and Marshal. >X >X* Ox is self contained, and uses nothing other than standard C libraries. >X* Ox writes/parses generic XML documents including HTML documents. >X* Ox serializes Objects into human readable XML in contrast to Marshal >X* Ox also supports SAX parsing. >X >XWWW: http://ohler.com/ox/ >ba9626effe181b0efde87c6ad8a24f73 >echo x - rubygem-ox/Makefile >sed 's/^X//' >rubygem-ox/Makefile << 'ff6c3b400b9e64cca09aa1b9fe5a1851' >X# $FreeBSD$ >X >XPORTNAME= ox >XPORTVERSION= 2.4.1 >XCATEGORIES= textproc rubygems >XMASTER_SITES= RG >X >XMAINTAINER= ruby@FreeBSD.org >XCOMMENT= Speed-optimized XML parser and object serializer for Ruby >X >XLICENSE= MIT >X >XUSE_RUBY= yes >XUSES= gem >X >X# The original gem depends on ext/ox/ox.so, >X# but the ext directory is eliminated by FreeBSD's Uses/gem.mk framework. >X# The workaround below is to create symlink lib/ox/ox.so pointing to lib/ox.so. >X >XPLIST_FILES= ${GEM_LIB_DIR}/lib/ox/ox.so >X >Xpost-install: >X ${LN} -s ../ox.so ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/lib/ox >X >X.include <bsd.port.mk> >ff6c3b400b9e64cca09aa1b9fe5a1851 >echo c - rubygem-ox/file >mkdir -p rubygem-ox/file > /dev/null 2>&1 >echo x - rubygem-ox/file/patch-ox.gemspec >sed 's/^X//' >rubygem-ox/file/patch-ox.gemspec << '0fc87c15b38ea6724784ce6689df553e' >X--- ox.gemspec.orig 2016-05-23 07:20:09 UTC >X+++ ox.gemspec >X@@ -7,7 +7,7 @@ Gem::Specification.new do |s| >X s.version = "2.4.1" >X >X s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= >X- s.require_paths = ["lib".freeze, "ext".freeze] >X+ s.require_paths = ["lib".freeze] >X s.authors = ["Peter Ohler".freeze] >X s.date = "2016-04-30" >X s.description = "A fast XML parser and object serializer that uses only standard C lib.\n \nOptimized XML (Ox), as the name implies was written to provide speed optimized\nXML handling. It was designed to be an alternative to Nokogiri and other Ruby\nXML parsers for generic XML parsing and as an alternative to Marshal for Object\nserialization. ".freeze >0fc87c15b38ea6724784ce6689df553e >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 209708
: 170562