summaryrefslogtreecommitdiff
path: root/textproc/py-libxml2
AgeCommit message (Collapse)AuthorFilesLines
2006-06-09update to 2.6.26drochner2-6/+6
changes: fixes for bugs and memory leaks, minor optimizations
2006-05-03sync with main lib sourcesdrochner2-6/+6
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-17Replace hardcoded /usr/local/include with ${BUILDLINK_PREFIX.iconv}/includeminskim1-2/+3
to avoid picking up a wrong iconv library. Patch provided by Bel Woolley in private email.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-07sync with libxmldrochner2-7/+6
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-10-07sync Python wrappers with base librariesdrochner2-6/+6
2005-07-13sync with libxml2 updatedrochner2-6/+6
2005-05-13sync with base librariesdrochner2-6/+6
no changes as far as Python wrappers are concerned, afaict
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-11-25Update py-libxml2 to 2.6.16.minskim3-9/+9
Changes: - improvements: DTD validation APIs provided at the Python level.
2004-11-03Sync with libxml2-2.6.15.minskim2-6/+5
Changes since 2.6.12: - saving to python file objects (Malcolm Tredinnick) - structured error handler on Python 64bits - Python space/tabs cleanups - Python libxml2 driver improvement
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-24sync with libxml2 update to 2.6.12drochner2-5/+5
python specific changes: avoid a warning with 2.3 (William Brack), tab and space mixes (William), wrapper generator fixes (William), Cygwin support (Gerrit P. Haase), node wrapper fix (Marc-Antoine Parent), XML Schemas support (Torkel Lyng)
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-06catch up with libxml2 update and update to 2.6.11recht2-5/+5
Python related changes: 2.6.11: July 5 2004: - bug fixes: C14N bug serializing namespaces (Aleksey Sanin), testSAX properly initialize the library (William), empty node set in XPath (William), xmlSchemas errors (William), invalid charref problem pointed by Morus Walter, XInclude xml:base generation (William), Relax-NG bug with div processing (William), XPointer and xml:base problem(William), Reader and entities, xmllint return code for schemas (William), reader streaming problem (Steve Ball), DTD serialization problem (William), libxml.m4 fixes (Mike Hommey), do not provide destructors as methods on Python classes, xmlReader buffer bug, Python bindings memory interfaces improvement (with Stéphane Bidoul), Fixed the push parser to be back to synchronous behaviour. - improvement: custom per-thread I/O enhancement (Rob Richards), register namespace in debug shell (Stefano Debenedetti), Python based regression test for non-Unix users (William), dynamically increase the number of XPath extension functions in Python and fix a memory leak (Marc-Antoine Parent and William) 2.6.10: May 17 2004: - portability: problem with xpath.c on Windows (MSC and Borland), memcmp vs. strncmp on Solaris, XPath tests on Windows (Mark Vakoc), C++ do not use "list" as parameter name, make tests work with Python 1.5 (Ed Davis),
2004-04-19Update py-libxml2 to 2.6.9 to sync with textproc/libxml2.minskim2-5/+5
No Python-specific change.
2004-04-10Update py-libxml2 to 2.6.8.minskim2-6/+8
Changes since 2.6.5: - Canonicalization C14N support added - 2.3 compatibility, whitespace fixes
2004-02-12bl3ify. While here, update MAINTAINER email addr.minskim1-7/+7
2004-01-31Update to 2.6.5, provided by Min Sik Kim in PR pkg/24272.xtraeme2-6/+5
Changes: o Python bindings: fixes (William) o enum support o structured error reporting
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-1/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-04initial import of py-libxml2-2.6.4recht5-0/+57
provided by Min Sik Kim via pkgsrc-wip This is the libxml2 python module, providing access to the libxml2 library.