summaryrefslogtreecommitdiff
path: root/textproc/py-libxslt
AgeCommit message (Collapse)AuthorFilesLines
2006-06-13update to 1.1.17drochner2-6/+6
changes: -bug fixes: some regression tests, attribute/namespaces output, problem in mixed xsl:value-of and xsl:text uses -improvements: internal refactoring, use of the XPath object cache in libxml2-2.6.25
2006-05-03sync with main lib sourcesdrochner2-7/+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-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-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-07sync Python wrappers with base librariesdrochner2-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-03Sync with libxslt-1.1.12. No Python-specific change.minskim2-6/+5
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 libxslt update to 1.1.9drochner2-5/+5
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-06Catch up with the libxslt update and update to 1.1.8recht2-5/+5
Python related changes: 1.1.8: July 5 2004: - bug fixes: undefined namespace message (William Brack), search engine (William), multiple namespace fixups (William), namespace fix for key evaluation (William), Python memory debug bindings,
2004-04-19Update py-libxslt to 1.1.6 to sync with textproc/libxslt.minskim2-5/+5
No Python-specific change.
2004-04-10Update py-libxslt to 1.1.5.minskim4-69/+233
Changes since 1.1.2: - patch for OS-X - enums export
2004-02-12bl3ify. While here, update MAINTAINER email addr.minskim1-7/+7
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-04fix path to py-libxml2recht1-2/+2
noted by Min Sik Kim in private mail
2004-01-04initial import of py--libxslt-1.1.2recht5-0/+101
provided by Min Sik Kim via pkgsrc-wip This is the libxslt python module, providing access to the libxslt library.