summaryrefslogtreecommitdiff
path: root/textproc/xmlstarlet
AgeCommit message (Collapse)AuthorFilesLines
2009-07-07user-destdir supportjoerg1-3/+5
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
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-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-02s,-lpthread,${PTHREAD_LDFLAGS} ${PTHREAD_LIBS},joerg2-5/+5
2005-05-23Update to version 1.0.1.seb4-14/+28
Package changes: install documentation files, add test target support. Changes since last packaged version (0.9.3): Changes in 1.0.1 1. Recompiled against recent libxml2-2.6.18 and libxslt-1.1.13 libraries 2. New binaries for Windows/Linux/Solaris 3. Fixed several pyx/depyx bugs 4. Window binary has been compiled with iconv to support more encodings Changes in 1.0.0 1. Fixed few core dumps 2. Recompiled against recent libxml2-2.6.17 and libxslt-1.1.12 libraries 3. New binaries for Windows/Linux 4. Updated documentation Changes in 0.9.5 1. Fixed security bugs (buffer overflows) 2. Recompiled against recent libxml2-2.6.13 and libxslt-1.1.10 libraries 3. New binaries for Windows/Linux 4. Updated documentation
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-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-09-12Add pthread.buildlink3.mk to make this package build on NetBSD 1.6.kristerw1-1/+3
2004-08-24import xmlstarlet-0.9.3, a command line tool to manipulate XMLdrochner5-0/+55
files using libxml2 and libxslt