Up to [cvs.NetBSD.org] / pkgsrc / misc / p5-Mac-PropertyList
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Update to 1.601 Upstream changes: 1.601 2024-07-27T00:58:50Z * changed default DTD header to use "Apple" instead of "Apple Computer" to match what XCode has been doing (Apple changed it's name in 2007). (GitHub #27). 1.505 2024-07-14T17:52:31Z * Don't read binary files in text mode, which has problems on Windows (from joz-k, GitHub #26) * Fix problem with negative integers in WriteBinary. They should always be longs. * First release to use GitHub Attestations (see README.pod) 1.504 2022-07-08T03:16:18Z * @trwyant fixed some stray debugging output (#14 and #15) 1.503 2022-06-30T18:16:29Z * Darren Kulp noted an XML error in one of the test strings (GitHub #12) * No other code changes
misc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (possibly fetched conditionally?): ./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
misc: Remove SHA1 hashes for distfiles
Update to 1.502 Update LICENSE Upstream changes: 1.502 2021-01-19T10:17:29Z * freshen distro, dump Travis CI, add Github Actions 1.501 2020-09-30T04:50:46Z * Added create_plist_from_string() * Merged Tom Wyant's code to handle CF$UID types * A few more things emit warnings if they don't get the right type * $XML_{head,foot} are now subroutines 1.413 2018-03-22T18:51:07Z * Update to Artistic License 2.0 1.412 2017-07-30T18:27:33Z * Fix for plist files with comments (bram.stappers@tiobe.com) RT #122466 and GitHub #5 (as a pull request) * Note that this module does not handle ASCII or JSON formats (but they are in the wishlist now) (anonymous Yahoo! user)
p5-Mac-PropertyList: update to 1.413. 1.413 2018-03-22T18:51:07Z * Update to Artistic License 2.0
p5-Mac-PropertyList: update to 1.412. Add missing dependency. 1.412 2017-07-30T18:27:33Z * Fix for plist files with comments (bram.stappers@tiobe.com) RT #122466 and GitHub #5 (as a pull request) * Note that this module does not handle ASCII or JSON formats (but they are in the wishlist now) (anonymous Yahoo! user) 1.411 2017-07-19T02:10:42Z * Bram Stappers fixed a regression with XML comments 1.41_01 2015-01-29T04:41:09Z - RT #101795: Mis-parse or hang while parsing non-pretty XML (Tom Wyant) - RT #101796: Wide character in print warning in t/read_binary.t (Tom Wyant)
Add SHA512 digests for distfiles for misc category 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.
(pkgsrc) - Add HOMEPAGE (upstream) - Upddate 1.38 to 1.41 -------------------- 1.41 - Fri Sep 12 06:15:56 2014 * Fix up some metadata (GitHub #4) 1.40 - Fri Jan 3 13:57:08 2014 * Get rid of MYMETA 1.39 - Fri Sep 27 16:28:21 2013 * Bump to full release 1.38_02 - Mon Sep 23 19:52:20 2013 * Fix non-portable strftime format (RT #83460) 1.38_01 - Sun Feb 10 17:08:57 2013 * Wim Lewis improved the binary reader / writer and made better tests for it.
This module is a low-level interface to the Mac OS X Property List (plist) format. You probably shouldn't use this in applications--build interfaces on top of this so you don't have to put all the heinous multi-level object stuff where people have to look at it. You can parse a plist file and get back a data structure. You can take that data structure and get back the plist as XML. If you want to change the structure inbetween that's your business. :) You don't need to be on Mac OS X to use this. It simply parses and manipulates a text format that Mac OS X uses.