summaryrefslogtreecommitdiff
path: root/textproc/libplist/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-11-23massive revision bump after textproc/icu updateadam1-1/+2
2022-10-21libplist: mark as Python 2.7 onlybsiegert1-1/+2
This fails to build with Python 3 but works on 2.7. There is no indication that I can find of which versions are supported upstream. Perhaps the Python bindings should be optional.
2022-07-03libplist: update to 2.2.0.wiz1-5/+4
Version 2.2.0 ~~~~~~~~~~~~~ - Changes: * bplist: Improve recursion check performance by at least 30% for large files * test: Fix test suite on Windows * cython: Fix handling of Date nodes (MACH_EPOCH) * Add new plist_*_val_compare(), plist_*_val_contains() helper functions * Fix/suppress several compiler warnings * plistutil: Added ability for files to be read from stdin * plistutil: Added ability to specify output format * Fix: Return NULL from plist_copy() if passed a NULL pointer instead of asserting * Add GitHub Actions integration for automatic build tests * plistutil: Add manual page and usage output * Fix removal of docs directory on `make clean` * Improve README.md with project description, installation, contributing and usage sections * Rename library and all related files by adding an API version resulting in "libplist-2.0" and "libplist++-2.0"
2022-06-30*: Revbump packages that use Python at runtime without a PKGNAME prefixnia1-2/+2
2022-04-18revbump for textproc/icu updateadam1-2/+2
2021-12-08revbump for icu and libffiadam1-2/+2
2021-04-21revbump for textproc/icuadam1-2/+2
2020-12-04Revbump packages with a runtime Python dep but no version prefix.nia1-2/+2
For the Python 3.8 default switch.
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon1-2/+2
2020-06-02Revbump for icuadam1-2/+2
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-11-04textproc: align variable assignmentsrillig1-4/+4
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-09-02Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for ↵adam1-2/+2
future Python 3.8
2019-04-26fix some whitespace, mostly introduced in the previousmaya1-2/+2
python 3.4 / 3.5 removal commit.
2019-04-26Omit mentions of python 34 and 35, after those were removed.maya1-2/+2
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-25PKGREVISION bump for anything using python without a PYPKGPREFIX.maya1-1/+2
This is a semi-manual PKGREVISION bump.
2018-07-03extend PYTHON_VERSIONS_ for Python 3.7adam1-2/+2
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2016-03-07Update libplist to version 1.12.nros1-8/+9
Changelog: Version 1.12 ~~~~~~~~~~~~ - Changes: * Fix plist_from_bin() changing value nodes to key nodes in dictionaries * Avoid exporting non-public symbols * Prevent crash in plist_from_bin() when parsing unusual binary plists * Fix crash in String|Key::GetValue() and actually make C++ interface work * Fix memory leaks in new_xml_plist() and parse_real_node() * Fix header guards to conform to C++ standard * Update Cython based Python bindings and remove plist_new_key() * Fix key nodes not being output correctly if they contained XML entities * Fix handling and storage of signed vs. unsigned integer values * Fix date handling to respect the "Mac Epoch" instead of "Unix Epoch" * Remove plist_set_type() as it should not be used * Fix deprecated macros to work with older LLVM/Clang * Fix various shadowed declarations * Add documentation to explicitly describe memory buffer ownership * Fix memory leak in plist_from_bin() * Add various test cases based on fixes * Fix wrong timezone related date/time conversion of date nodes * Fix endian detection on MIPS architecture * Fix parallel build for autotools Version 1.11 ~~~~~~~~~~~~ - Changes: * Deprecated plist_dict_insert_item() in favor of plist_dict_set_item() * Updated cython bindings for Python 3.x * Removed swig python bindings * Changed build system to autotools * Added new plist_dict_merge() function * WIN32 (MinGW) + OSX compilation fixes * Made base64 decoding thread safe Version 1.10 ~~~~~~~~~~~~ - Changes: * Renamed plutil to plistutil to not mask Apple's plutil * Fixed cython bindings (broken in 1.9) * Added support for PLIST_UID node types to C++, cython, and swig bindings - Important Note: * Support for swig python bindings will be dropped with future releases. The bindings will be kept in the source tree for now, but we suggest to update your python code to use the cython bindings instead. Version 1.9 ~~~~~~~~~~~ - Changes: * Add support for handling UID node types * Fix crash when converting plists containing comments * Fix Bug in plist_data_compare() * Fix DST handling for PLIST_DATE * Fix plist_dict_set_item() and plist_array_set_item() * Fix cython String plist handling * Fix invalid memory access in copy_plist_data() * Fix several compiler warnings
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-2/+2
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-05-29Return end() when iteration fails due to node being NULL.joerg1-2/+2
Bump revision.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-29Replace undefined behavior in patch with defined behavior. PKGREVISION -> 2dholland1-2/+2
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-1/+2
2012-04-22Update to 1.8, fix compilation issues.wiz1-5/+4
Removed glib2 dependency, bump depends in bl3.mk. Version 1.8 ~~~~~~~~~~~ - Changes: * Add cython bindings * Fix error in swig bindings * Fix memory corruption in libcnary Version 1.7 ~~~~~~~~~~~ - Changes: * Fix building on Big Endian systems Version 1.6 ~~~~~~~~~~~ - Changes: * Updated libcnary sources, adding license and copyright info Version 1.5 ~~~~~~~~~~~ - Changes: * Removed glib dependency, libplist now uses libcnary (http://github.com/Chronic-Dev/libcnary) * Fix building of python bindings with GCC 4.6
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-01Fix build on 5.1/amd64 (PR 45691) -- cast long tv_sec to time_t. Notshattered1-1/+2
a problem in -current, where tv_sec is time_t.
2011-11-23PR/45646 -- libplist 1.4 has been released fixing memory leaks and a bugshattered1-3/+3
in writing binary plists.
2011-11-21Import libplist-1.3 as textproc/libplist.shattered1-0/+28
Library for handling Apple Binary and XML Property Lists.