Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-26 | Second round of explicit pax dependencies. As reminded by tnn@, | joerg | 1 | -3/+5 | |
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all. | |||||
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -2/+2 | |
2006-10-02 | Fixed file permissions. Bumped PKGREVISION. | rillig | 1 | -2/+5 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -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-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests to the SHA1 ones. | agc | 1 | -1/+2 | |
2004-06-28 | Update to bl3. All test built with jdk or sun-jdk14. | abs | 1 | -2/+2 | |
jakarta-tomcat4 has other issues independant of this - will patch next | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-04-10 | make ${PAX} usage consistent: | grant | 1 | -3/+3 | |
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2003-03-28 | NO_PATCH is deprecated, says pkglint. Remove it. | wiz | 1 | -2/+1 | |
2002-12-26 | Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as | jlam | 1 | -2/+2 | |
suggested by Simon J. Gerraty. | |||||
2002-10-18 | Trivially use buildlink2 and use java.mk. | jlam | 2 | -2/+6 | |
2002-07-29 | Set USE_JAVA=run on some packages that obviously don't need a JDK for the | jlam | 1 | -2/+2 | |
build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-04-20 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -1/+2 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-13 | Sigh, downgrade to saxon-6.0.2, the STABLE version. This is necessary because | jwise | 3 | -394/+294 | |
the development saxon releases do not include TRAX APIs, but some packages still depend on saxon having them (Hiawatha, for example). | |||||
2001-04-13 | Initial import of saxon-6.2.2, another java XSLT implementation. | jwise | 4 | -0/+590 | |
from pkg/DESCR: The SAXON package is a collection of tools for processing XML documents. The main components are: * An XSLT processor, which implements the Version 1.0 XSLT and XPath Recommendations from the World Wide Web Consortium. This version of Saxon also includes some features defined in XSLT 1.1. * A Java library, which supports a similar processing model to XSL, but allows full programming capability, which you need if you want to perform complex processing of the data or to access external services such as a relational database * A slightly improved version of the AElfred parser from Microstar. (But you can use SAXON with any SAX-compliant XML parser if you prefer). Saxon is distributed under the terms of the Mozilla Public License (MPL). |