Commit graph

34 commits

Author SHA1 Message Date
drochner
4061ca8931 sync w/ base pkg 2008-10-16 13:32:49 +00:00
drochner
732a08c407 sync w/ base pkg 2008-04-28 17:05:42 +00:00
joerg
4441b6a833 Supports DESTDIR. 2007-10-24 14:39:59 +00:00
drochner
234552f0d1 sync w/ base pkg, no changes to Python part 2007-08-31 17:29:51 +00:00
jmmv
7046d5240a Fix build under Mac OS X (and supposedly in any other which provides
libxml2 natively).
2007-07-16 13:24:31 +00:00
drochner
10c2161f5c sync with base pkg,
this also fixes a build problem on Python<2.3, so remove the
PYTHON_VERSIONS_ACCEPTED line
2007-07-09 14:53:23 +00:00
drochner
14932a289d add one 2007-01-22 17:20:45 +00:00
joerg
a13464e67c Use PyBool_Check -> needs Python 2.3+ 2006-12-01 11:02:50 +00:00
drochner
b787f08ba9 sync with libxml2
relevant changes:
-XPath improvements
-node equality and comparison
-add XPointer support
2006-10-30 20:59:10 +00:00
drochner
0bdcc45d10 update to 2.6.26
changes: fixes for bugs and memory leaks, minor optimizations
2006-06-09 21:16:38 +00:00
drochner
8a97c899cf sync with main lib sources 2006-05-03 11:03:29 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
minskim
e823f1820e Replace hardcoded /usr/local/include with ${BUILDLINK_PREFIX.iconv}/include
to avoid picking up a wrong iconv library.  Patch provided by Bel Woolley
in private email.
2006-04-17 14:43:47 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
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-04-06 06:21:32 +00:00
drochner
6164e66cbc sync with libxml 2006-02-07 20:58:07 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
drochner
ee0c643219 sync Python wrappers with base libraries 2005-10-07 15:42:30 +00:00
drochner
4e8536c148 sync with libxml2 update 2005-07-13 09:53:31 +00:00
drochner
4c48924361 sync with base libraries
no changes as far as Python wrappers are concerned, afaict
2005-05-13 11:13:11 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
minskim
706101c861 Update py-libxml2 to 2.6.16.
Changes:
  - improvements: DTD validation APIs provided at the Python level.
2004-11-25 18:37:43 +00:00
minskim
920e0df9ce Sync with libxml2-2.6.15.
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-11-03 16:41:56 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
drochner
1d11e25bf1 sync with libxml2 update to 2.6.12
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-08-24 11:43:32 +00:00
recht
4150812b27 add python as category
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-22 09:15:59 +00:00
recht
d4f13f43ae catch up with libxml2 update and update to 2.6.11
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-07-06 16:43:01 +00:00
minskim
cd31424315 Update py-libxml2 to 2.6.9 to sync with textproc/libxml2.
No Python-specific change.
2004-04-19 15:30:41 +00:00
minskim
bf6230a1f0 Update py-libxml2 to 2.6.8.
Changes since 2.6.5:
   - Canonicalization C14N support added
   - 2.3 compatibility, whitespace fixes
2004-04-10 08:58:44 +00:00
minskim
93e726db0b bl3ify. While here, update MAINTAINER email addr. 2004-02-12 16:19:58 +00:00
xtraeme
9ec888e1e8 Update to 2.6.5, provided by Min Sik Kim in PR pkg/24272.
Changes:

	o Python bindings: fixes (William)
	o enum support
	o structured error reporting
2004-01-31 22:19:06 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
recht
2285f7245c initial import of py-libxml2-2.6.4
provided by Min Sik Kim via pkgsrc-wip

This is the libxml2 python module, providing access to the libxml2
library.
2004-01-04 11:47:17 +00:00