summaryrefslogtreecommitdiff
path: root/textproc/ruby-builder
AgeCommit message (Collapse)AuthorFilesLines
2017-06-21Update ruby-builder to 3.2.3.taca4-23/+14
3.1.2 * Removed css builder 3.1.3 * suppress warning while undefining object_id 3.1.4 * explicit blank content will not generate a self-closing tag 3.2.0 * Check if method was already cached before method definition. * Change to String, raise_error last argument accept String * Add test * Cleanup of code * Make changes to add option * Update lib/builder/xmlbase.rb * Cleaned up test case. * Cleaned up explicit nil code a wee bit. * Remove extraneous white spaces. * Convert readme from rdoc to markdown. * Tweek readme. * Add us-ascii encoding declaration. * Use old style hash literals for 1.8.x compatibility. * Add # encoding: iso-8859-1 comment * Add single quote attribute option. * Update changes. * More rdoc fixes.
2017-02-19Update ruby-builder to 3.1.4minskim2-7/+7
Changes: * Included the to_xs arity patch needed for weird Rails compatibility issue. * Escaping newlines in attributes now. * Allow method caching
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-12-17Update ruby-builder to 3.0.4, latest version of 3.0.x.taca3-10/+10
Exact changes are unknown.
2011-03-27Fix build problem with ruby18's rdoc.taca2-1/+16
2010-12-04ruby-builder package to 3.0.0.taca3-13/+16
Changes after 2.2.0 are unknown. = Change Log == Version 2.2.0 * Applied patch from Thijs van der Vossen to allow UTF-8 encoded output when the encoding is UTF-8 and $KCODE is UTF8.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-6/+4
* pdate HOMEPAGE. * Add LICENSE. * Ajust new ruby package's framework.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2008-04-04Initial import of ruby18-builder-2.1.2 as textproc/ruby-builder.jlam4-0/+51
Builder provide a simple way programmatically create XML markup and data structures within Ruby.