Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Mac-PropertyList | Distribution: openSUSE Tumbleweed |
Version: 1.602.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Tue Sep 10 07:32:29 2024 |
Group: Unspecified | Build host: reproducible |
Size: 82768 | Source RPM: perl-Mac-PropertyList-1.602.0-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://metacpan.org/release/Mac-PropertyList | |
Summary: Work with Mac plists at a low level |
This module is a low-level interface to the Mac OS X Property List (plist) format in either XML or binary. 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. If you need to work with the old ASCII or newer JSON formet, you can use the *plutil* tool that comes with MacOS X: % plutil -convert xml1 -o ExampleBinary.xml.plist ExampleBinary.plist Or, you can extend this module to handle those formats (and send a pull request).
Artistic-2.0
* Tue Sep 10 2024 Tina Müller <timueller+perl@suse.de> - updated to 1.602.0 (1.602) see /usr/share/doc/packages/perl-Mac-PropertyList/Changes 1.602 2024-09-09T10:19:03Z * remove stray debugging statement (from joz-k, #28) * Sat Jul 27 2024 Tina Müller <timueller+perl@suse.de> - updated to 1.601.0 (1.601) see /usr/share/doc/packages/perl-Mac-PropertyList/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) * Sat Jul 09 2022 Tina Müller <timueller+perl@suse.de> - updated to 1.504 see /usr/share/doc/packages/perl-Mac-PropertyList/Changes 1.504 2022-07-08T03:16:18Z * @trwyant fixed some stray debugging output (#14 and #15) * Fri Jul 01 2022 Tina Müller <timueller+perl@suse.de> - updated to 1.503 see /usr/share/doc/packages/perl-Mac-PropertyList/Changes 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 * Wed Jan 20 2021 Tina Müller <timueller+perl@suse.de> - updated to 1.502 see /usr/share/doc/packages/perl-Mac-PropertyList/Changes 1.502 2021-01-19T10:17:29Z * freshen distro, dump Travis CI, add Github Actions * Sun Oct 04 2020 Tina Müller <timueller+perl@suse.de> - updated to 1.501 see /usr/share/doc/packages/perl-Mac-PropertyList/Changes 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 * Fri Mar 23 2018 coolo@suse.com - updated to 1.413 see /usr/share/doc/packages/perl-Mac-PropertyList/Changes 1.413 2018-03-22T18:51:07Z * Update to Artistic License 2.0 * Mon Jul 31 2017 coolo@suse.com - updated to 1.412 see /usr/share/doc/packages/perl-Mac-PropertyList/Changes 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) * Fri Jul 21 2017 coolo@suse.com - updated to 1.411 see /usr/share/doc/packages/perl-Mac-PropertyList/Changes * Wed Jul 19 2017 coolo@suse.com - updated to 1.411 see /usr/share/doc/packages/perl-Mac-PropertyList/Changes
/usr/lib/perl5/vendor_perl/5.40.0/Mac /usr/lib/perl5/vendor_perl/5.40.0/Mac/PropertyList /usr/lib/perl5/vendor_perl/5.40.0/Mac/PropertyList.pm /usr/lib/perl5/vendor_perl/5.40.0/Mac/PropertyList/ReadBinary.pm /usr/lib/perl5/vendor_perl/5.40.0/Mac/PropertyList/WriteBinary.pm /usr/share/doc/packages/perl-Mac-PropertyList /usr/share/doc/packages/perl-Mac-PropertyList/CITATION.cff /usr/share/doc/packages/perl-Mac-PropertyList/Changes /usr/share/doc/packages/perl-Mac-PropertyList/examples /usr/share/doc/packages/perl-Mac-PropertyList/examples/README /usr/share/doc/packages/perl-Mac-PropertyList/examples/binary_to_perl.pl /usr/share/doc/packages/perl-Mac-PropertyList/examples/convert_to_perl.pl /usr/share/doc/packages/perl-Mac-PropertyList/examples/plist-visitor.pl /usr/share/licenses/perl-Mac-PropertyList /usr/share/licenses/perl-Mac-PropertyList/LICENSE /usr/share/man/man3/Mac::PropertyList.3pm.gz /usr/share/man/man3/Mac::PropertyList::ReadBinary.3pm.gz /usr/share/man/man3/Mac::PropertyList::WriteBinary.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 00:30:25 2025