pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/p5-Mac-PropertyList



Module Name:    pkgsrc
Committed By:   pettai
Date:           Tue Mar  5 23:41:00 UTC 2013

Added Files:
        pkgsrc/misc/p5-Mac-PropertyList: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/p5-Mac-PropertyList/DESCR \
    pkgsrc/misc/p5-Mac-PropertyList/Makefile \
    pkgsrc/misc/p5-Mac-PropertyList/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index