Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-02-24 | Update to 1.0.26. Author does not maintain a file that outlines main changes | jmmv | 7 | -49/+25 | |
between versions, but it seems that most of them are bugfixes. This closes PR pkg/20300 by Juan RP. | |||||
2002-11-06 | Downgrade the "libxslt" package to version 1.0.21 on a suggestion by | tron | 3 | -9/+8 | |
Nick Hudson. This finally fixes the build problems in KDE 2. | |||||
2002-10-29 | Updated libxslt to 1.0.22 | martti | 3 | -8/+9 | |
* bug fixes | |||||
2002-10-04 | Unused. | wiz | 1 | -56/+0 | |
2002-10-03 | Updated libxslt to 1.0.21 | martti | 6 | -33/+28 | |
* bug fixes | |||||
2002-10-01 | Be explicit about no python. | markd | 1 | -1/+2 | |
2002-09-24 | Add lib/libexslt.* | martti | 2 | -2/+4 | |
2002-09-24 | Sync with reality. | wiz | 1 | -1/+6 | |
2002-09-24 | Updated libxslt to 1.0.20 | martti | 2 | -6/+4 | |
2002-09-24 | Updated libxslt to 1.0.20 | martti | 5 | -28/+22 | |
* bug fixes | |||||
2002-09-22 | *Conf.sh files don't need to be symlinked when using buildlink2. | jlam | 1 | -2/+1 | |
2002-09-10 | Since the major of libiconv was increased during the update to 1.8, | wiz | 3 | -9/+6 | |
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb. | |||||
2002-09-06 | libtool allows us to link against uninstalled shared libraries, so just do | jlam | 2 | -1/+18 | |
it instead of using their bizarre workaround. This should fix pkg/18189. | |||||
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 2 | -7/+35 | |
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework. | |||||
2002-08-22 | Updated libxslt to 1.0.19 | martti | 4 | -16/+16 | |
* bug fixes * documentation updates | |||||
2002-05-06 | Update libxslt to 1.0.17. Changes are mainly bugfixes, but also include | rh | 4 | -15/+61 | |
additional usage templates and examples. | |||||
2002-01-29 | Updated libxslt to 1.0.9 (provided by Shell Hung in pkg/15078) | martti | 4 | -18/+16 | |
- documentations updated - applied Keith Isdale patch for debugger glue - replaced breakpoint module - more bugs fixed | |||||
2002-01-22 | Make sure we get a version of libxml2 that the configure script wants. | skrll | 1 | -1/+3 | |
2001-12-12 | Add perl buildlink (needed for tests during install) | jmc | 1 | -1/+2 | |
2001-12-07 | Really buildlink'ify by using the xml2-config buildlink wrapper instead of | jlam | 4 | -30/+47 | |
the real one, and move the HTML documentation to ${PREFIX}/share/doc/html. | |||||
2001-11-23 | Libxslt is the XSLT C library developed for the Gnome project. XSLT itself is | martti | 7 | -0/+182 | |
a an XML language to define transformation for XML. Libxslt is based on libxml2 the XML C library developped for the Gnome project. It also implements most of the EXSLT set of extensions functions and some of Saxon's evaluate and expressions extensions. Submitted in pkg/14688 by Mark Davies. |