pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/xmlstarlet



Module Name:    pkgsrc
Committed By:   kamil
Date:           Tue Oct 25 02:11:32 UTC 2016

Modified Files:
        pkgsrc/textproc/xmlstarlet: Makefile PLIST distinfo

Log Message:
Update xmlstarlen from 1.3.1 to 1.6.1

Local changes:
 - reuse upstream INSTALL_TARGET dirs
 - depend on documentation installed by default

Upstream changelog
==================
1.6.1: August 9, 2014

    - handle unicode arguments under Windows

1.6.0: June 12, 2014

    - get rid of "helpful" message about namespaces
    - update user guide
    - Enhancements:
      - add --stop option to val
      - add global option --no-doc-namespace
    - Build:
      - let the make install target succeed even if docs aren't built.

1.5.0: Jul 7, 2013

    - Bugs:
      - avoid segfault on pyx non-existant file
      - fix unescaping of entities straddling 4K byte boundary (Bug #102)
    - Enhancements:
      - unescape hex entities (&#xXX;)
      - give a helpful message if doc has default namespace and
        nothing matched
      - add "_" and "DEFAULT" as names for document's top-level
        default namespace
      - Adding a global quiet option
      - ed: Allow omitting value argument to create empty element.
      - use default attribute values in sel subcommand
    - Build:
      - fix test variables to work with newer automake (1.11 -> 1.13)
      - fix usage2c.awk for mawk
      - scripts for building on mingw

1.4.2: Dec 28, 2012

    - pyx: avoid segfault on documents with multiple attributes (Bug
      #3595212)

1.4.1: Dec 8, 2012

    - avoid segfault when attempting to edit the document node (Bug
      #3575722)

    - Packaging:
      - include doc/xmlstar-fodoc-style.xsl in the dist so that the
        --enable-build-docs option works from the tarball (Bug
        #3580667)
      - AC_SUBST PACKAGE_TARNAME for automake so that documentation is
        installed to the right place (Bug #3561958)

    - Test Suite:
      - avoid test failures due to XML formatting and whitespace
        changes (also fixes Bug #3572789)
      - use automake's parallel test suite
      - make bigxml tests much faster by using whitespace instead of nodes
      - don't test str:replace() with ed: it doesn't work outside of
        xslt in new libxslt
      - ignore extra errors from libxml 2.9.0 bug
      - let tests run using busybox
      - add runAllTests.sh to run tests without make

1.4.0: Aug 26, 2012

    - Documentation:
        - executable name used in documentation now matches
          --transform-program-name (Bug #3283713)
        - added Makefile rules for generating documentation
          (./configure --enable-build-docs)

    - ed subcommand:
        - relative XPaths are now handled correctly (Bug #3527850)
        - the last nodeset inserted by an edit operation can be
          accessed as the XPath variable $prev (or $xstar:prev)
        - add --var option to define XPath variables
        - allow ed -u -x to insert nodesets instead of converting to
          string
        - remove hard limit for number of edit operations (Bug
          #3488240)

    - pyx now handles namespaces correctly


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/xmlstarlet/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/xmlstarlet/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/xmlstarlet/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/xmlstarlet/Makefile
diff -u pkgsrc/textproc/xmlstarlet/Makefile:1.19 pkgsrc/textproc/xmlstarlet/Makefile:1.20
--- pkgsrc/textproc/xmlstarlet/Makefile:1.19    Wed Jan  1 11:52:36 2014
+++ pkgsrc/textproc/xmlstarlet/Makefile Tue Oct 25 02:11:32 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2014/01/01 11:52:36 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2016/10/25 02:11:32 kamil Exp $
 #
 
-DISTNAME=              xmlstarlet-1.3.1
-PKGREVISION=           2
+DISTNAME=              xmlstarlet-1.6.1
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=xmlstar/}
 
@@ -22,13 +21,6 @@ BUILDLINK_API_DEPENDS.libxslt+=      libxslt>
 
 TEST_TARGET=   check
 
-INSTALLATION_DIRS+=    share/doc/xmlstarlet
-
-post-install:
-       ${INSTALL_DATA} ${WRKSRC}/doc/xmlstarlet-ug.pdf ${DESTDIR}${PREFIX}/share/doc/xmlstarlet
-       ${INSTALL_DATA} ${WRKSRC}/doc/xmlstarlet.txt ${DESTDIR}${PREFIX}/share/doc/xmlstarlet
-
-
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"

Index: pkgsrc/textproc/xmlstarlet/PLIST
diff -u pkgsrc/textproc/xmlstarlet/PLIST:1.3 pkgsrc/textproc/xmlstarlet/PLIST:1.4
--- pkgsrc/textproc/xmlstarlet/PLIST:1.3        Sun Jun 14 18:17:35 2009
+++ pkgsrc/textproc/xmlstarlet/PLIST    Tue Oct 25 02:11:32 2016
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:17:35 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/10/25 02:11:32 kamil Exp $
 bin/xml
 man/man1/xmlstarlet.1
-share/doc/xmlstarlet/xmlstarlet-ug.pdf
+share/doc/xmlstarlet/html.css
+share/doc/xmlstarlet/xmlstarlet-ug.html
 share/doc/xmlstarlet/xmlstarlet.txt

Index: pkgsrc/textproc/xmlstarlet/distinfo
diff -u pkgsrc/textproc/xmlstarlet/distinfo:1.10 pkgsrc/textproc/xmlstarlet/distinfo:1.11
--- pkgsrc/textproc/xmlstarlet/distinfo:1.10    Wed Nov  4 02:00:16 2015
+++ pkgsrc/textproc/xmlstarlet/distinfo Tue Oct 25 02:11:32 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2015/11/04 02:00:16 agc Exp $
+$NetBSD: distinfo,v 1.11 2016/10/25 02:11:32 kamil Exp $
 
-SHA1 (xmlstarlet-1.3.1.tar.gz) = e78fe51bd2a420cd5ddcecf989d369745a8473d8
-RMD160 (xmlstarlet-1.3.1.tar.gz) = 6fc83601a28a1cfe78048b42edb79aeb222e030b
-SHA512 (xmlstarlet-1.3.1.tar.gz) = 617ab0f295e5414520d90dc6cbfe40c2ad084d0450fd1922a2b9467ed3be849e2f83c52a998a247eab78ddb2206b4ce35c7c0b1c40ce67c197e7a5dc23b34090
-Size (xmlstarlet-1.3.1.tar.gz) = 385752 bytes
+SHA1 (xmlstarlet-1.6.1.tar.gz) = 87bb104f546caca71b9540807c5b2738944cb219
+RMD160 (xmlstarlet-1.6.1.tar.gz) = 16ca33aa94cd9cb45ef0635526ed07243c4819db
+SHA512 (xmlstarlet-1.6.1.tar.gz) = 4228df812caec7059d7a76986c4d9a4262bd861cc53dca05f341ae6c062be05f1c39fc637918ab00f60f40587c6c556e3c9bfaf8a18b149e3c321a92214dbe8b
+Size (xmlstarlet-1.6.1.tar.gz) = 420923 bytes



Home | Main Index | Thread Index | Old Index