Commit graph

8 commits

Author SHA1 Message Date
taca
b2c8a129c2 textproc/ruby-plist: update to 3.4.0
=== 3.4.0 (2017-12-08)

https://github.com/patsplat/plist/compare/v3.3.0...v3.4.0

* Support custom indent string (https://github.com/patsplat/plist/pull/44)
2018-03-14 15:52:57 +00:00
taca
dd859d0373 Update ruby-plist to 3.3.0.
=== 3.3.0 (2017-04-28)

https://github.com/patsplat/plist/compare/dece870...v3.3.0

* Fix ASCII/UTF-8 error (https://github.com/patsplat/plist/pull/38).
* Fix Fixnum, Bignum deprecations in Ruby 2.4
* Fix unused variable `e` warning
2017-06-05 15:24:02 +00:00
taca
1d67f4e058 Update ruby-plist to 3.2.0.
* Updated dprecated File.exists? to File.exist?
* Updated README.rdoc 'Apple Computer' -> 'Apple'
* Fixed defect in PData in which exception was thrown when <data/> element
  was read from plist.
* guard against not being able to load rdoc tasks
* Fix typo in comment
* Remove 'Computer' from 'Apple Computer' string in plist files ;-)
* Changed sort to sort_by in Plist::Emit.plist_node to allow mixed symbol and
  string hash keys.
2016-03-15 15:55:42 +00:00
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
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.
2015-11-04 01:59:17 +00:00
taca
17a93aa8f7 Update textproc/ruby-plist to 3.1.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.


2010-02-23:
 * Ruby 1.9.x compatibility!

2010-02-16:
 * excise a bunch of unnecessary @@ variables
 * fix up some tests for cross-version compatibility

2010-02-14:
 * generalized cleanup:
   * fix old file headers
   * modernize rakefile
   * clean up rdoc

2010-01-08:
 * move from RubyForge Subversion to GitHub

2007-02-22 (r81):
 * make the plist parser accept strings contain XML or any object that responds to #read (File and StringIO being the intended targets here).  Test and idea contributed by Chuck Remes.

2006-09-20 (r80):
 * tweak a comment in generator.rb to make it clear that we're not using Base64.b64encode because it's broken.
2010-09-10 08:33:30 +00:00
ahoka
87d7892e4c Drop maintainership on these packages, I am no longer interested. 2010-05-07 08:34:22 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
ahoka
70e05ac8e0 Import ruby18-plist-3.0.0 as textproc/ruby-plist.
Plist is a library to manipulate Property List files, also known as plists. It
can parse plist files into native Ruby data structures as well as generating
new plist files from your Ruby objects.
2008-08-22 15:39:43 +00:00