2024-02-03 17:46:02 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
textproc/ruby-plist: update to 3.7.1
3.7.1 (2023-12-27)
Bug fixes
* Remove runtime dependency on base64 gem to fix Ruby 3.3 warning (#63)
Housekeeping
* Add Ruby 3.3 to CI and fix CI for Ruby < 2.3 (#64)
|
2023-02-23 16:36:05 by Takahiro Kambe | Files touched by this commit (2) | |
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) | |
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) | |
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) | |
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.
|
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message:
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.
|