./textproc/ruby-plist, Manipulate Property List files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.7.0, Package name: ruby31-plist-3.7.0, Maintainer: pkgsrc-users

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.


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 9 KB

Version history: (Expand)


CVS history: (Expand)


   2023-02-23 16:36:05 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
textproc/ruby-plist: update to 3.7.0

pkgsrc: correct CATEGORIES.

3.7.0 (2023-02-21)

New features and important changes:

* Allow Marshal.load to be disabled for Plist.parse_xml (#61)

Housekeeping:

* Migrate from Travis CI to GitHub Actions; add Ruby 3.1 and 3.2 to CI
  matrix (#59)
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-01-14 15:49:30 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
textproc/ruby-plist: update to 3.6.0

3.6.0 (2020-12-30)

New features and important changes:

* Do not indent multiline string values
  (github.com/patsplat/plist/pull/54)
* Add `Plist::UnimplementedElementError`
  (github.com/patsplat/plist/pull/51)
* Add support for text inside `<![CDATA[ … ]]>`
  (github.com/patsplat/plist/pull/49)

Housekeeping:

* Add Ruby 2.7 and 3.0 to CI (github.com/patsplat/plist/pull/55)
* add docker-compose for development (github.com/patsplat/plist/pull/47)
* Replace `require` with
  `require_relative`(github.com/patsplat/plist/pull/52)
   2020-03-24 17:58:53 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
textproc/ruby-plist: update to 3.5.0

Update ruby-plist to 3.5.0.
pkgsrc change: add "USE_LANGUAGES=	# none".

3.5.0 (2018-12-22)

* Only ship the required libs in the gem artifact
  (github.com/patsplat/plist/pull/48)
   2018-03-14 16:52:57 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
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)
   2017-06-05 17:24:02 by Takahiro Kambe | Files touched by this commit (3)
Log message:
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
   2016-03-15 16:55:42 by Takahiro Kambe | Files touched by this commit (2)
Log message:
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.