summaryrefslogtreecommitdiff
path: root/misc/ruby-columnize/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.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.
2015-02-03Update ruby-columnize to 0.9.0.taca1-4/+4
0.9.0 Dec 5, 2014 - Early gecko 0.8.9 Apr 19, 2014 - Add columnize method to Array class and a place to set its default options - Add option :colfmt to allow a format specifier to use (e.g. '%02d') in stringifying list items - Add option linesuffix (default is "\n") - When using arrange_array each line now has trailing ","
2012-03-17Update ruby-columnize to 0.3.6.taca1-4/+4
0.3.6 Dec 17, 2011 - rename version.rb columnize/version.rb so as not to conflict with another package called version - Administrivia - shorten gemcutter description
2011-12-15Update ruby-columnize package to 0.3.5.taca1-4/+4
0.3.5 Nov 24, 2011 - Handle situation where an array element is larger than the display width.
2011-11-08Don't try to patch gemspec file but use pre-generated one.taca1-2/+1
Instead, Use newer RDOC.
2011-08-12Add a comment to patch.taca1-2/+2
2011-08-12Update misc/ruby-columnize package to 0.3.4.taca1-4/+5
0.3.4 July 4, 2011 - Change to Ruby License - Add option 'term_adjust' to ignore terminal sequences in text - Add :ljust => :auto to decide whether or not to automatically left or right justify. When passing a hash parameter, the default is :auto.
2011-06-19Update ruby-columnize package to 0.3.3.taca1-4/+4
0.3.3 June 12, 2011 Fleetwood release - More general but simpler inteface using an options hash. Compatibility is maintaind though.
2010-12-04Update ruby-columnize package to 0.3.2.taca1-4/+4
0.3.2 - Mostly Administrivia. * Add .gemspec, correct description field and add a summary. * Add Columnize::VERSION * Simplify Rakefile * Add stub Makefiles
2010-09-10Update misc/ruby-columnize to 0.3.1.taca1-5/+4
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. 0.3.1 (01-07-26) - Correct for Ruby 1.9 (Mark Mosely) - add optional lineprefix parameter 0.3.0 (01-10-09) - Sam Woodward Release - Fix bad bug in arranging horizontally 0.2.1 (12-31-08) - Add ability to run columns horizontally 0.2 - Minor - get rid of hacky $0 test
2008-04-17Fix description of package and in specfile to refer to Columnize insteadjlam1-2/+2
of LineCache. Noted by Slava Semushin in private email. Bump PKGREVISION to 1.
2008-04-14Initial import of ruby18-columnize-0.1 as misc/ruby-columnize.jlam1-0/+6
LineCache is a module for printing an Array in column-sorted order.