The NetBSD Project

CVS log for pkgsrc/textproc/p5-XML-Simple/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / p5-XML-Simple

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15 / (download) - annotate - [select for diffs], Tue Oct 26 11:22:53 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, HEAD
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip

Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 7 15:02:00 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.13: +1 -2 lines
Diff to previous 1.13 (colored)

textproc: Remove SHA1 hashes for distfiles

Revision 1.13 / (download) - annotate - [select for diffs], Sun Mar 18 08:53:27 2018 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored)

p5-XML-Simple: update to 2.25.

2.25      2018-03-18 16:18:24+13:00 Pacific/Auckland
  - disable entity expansion when using XML::Parser, for more secure default
    behaviour (patch from Ray Morris)
  - call to XML::Parser constructor is now in its own method to ease overriding

Revision 1.12 / (download) - annotate - [select for diffs], Sat Apr 29 07:40:26 2017 UTC (6 years, 4 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (colored)

Update to 2.24

Upstream changes:
2.24      2017-04-17 16:12:00+12:00 Pacific/Auckland
  - fix typo in last commit with mistakenly removed some underscores
  - don't initialise $XML::Simple::PREFERRED_PARSER to undef as a caller may
    have already set it before loading XML::Simple and if not, it would have
    defaulted to undef anyway (RT#118205 from Slaven Rezi�©

2.23      2017-04-17 15:49:14+12:00 Pacific/Auckland
  - another fix to the logic for detecting circular references (RT#114120 from
    Matthias Pitzl, also report from Erland Sommarskog)

Revision 1.11 / (download) - annotate - [select for diffs], Sat Feb 27 00:42:45 2016 UTC (7 years, 6 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.10: +5 -5 lines
Diff to previous 1.10 (colored)

Update to 2.22

Upstream changes:
2.22      2015-12-05 11:08:20+13:00 Pacific/Auckland
  - POD fix in link to package XML::SAX::ParseFactory (from Mohammad S Anwar)
  - allow subclass to override attribute escaping (from Christopher Masto)
  - POD fix adding NAME section to FAQ (RT#110080 from Bart Martens & gregor
    herrmann of the Debian project)
  - POD typo fix (RT#110082 from gregor herrmann of the Debian project)
  - fix reference comparison operator used in checking for circular data
    structures (RT#89553 from Laurent Dami)
  - add better diagnostics from file handling code in test suite

2.21      2015-12-04 16:33:49+13:00 Pacific/Auckland
  - Improved diagnostics - xml_in() will now catch parse exceptions and add
    caller information via Carp::croak
  - Switch to use lexical warnings (suppress with either 'no warnings;' or
    'no warnings "XML::Simple";', rather than $^W = 0)
  - POD fixes (from David Steinbrunner)
  - Regex escaping fixes for Perl 5.22+ (from Kent Fredric)
  - Add workaround for test failures on RHEL/CentOS 6.5 (RT#102115 from
    Chris Drake, workaround from Tim Bunce)
  - Remove some 'eval' calls from test suite which could mask root cause of
    test failures
  - Make each test script use unique filenames to allow tests to be run in
    parallel (RT#101362 from Karen Etheridge & Kent Fredric)
  - POD update: mention XML::Twig in 'STATUS' section (RT#79228 from Matt Trout)

Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 4 01:59:58 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Add SHA512 digests for distfiles for textproc category

Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jul 6 12:49:04 2012 UTC (11 years, 2 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

Updating package for Perl 5 module XML::Simple in textproc/p5-XML-Simple
from 2.18nb4 to 2.20.

pkgsrc changes:
- update dependencies

Upstream changes:
2.20      2012-06-20 22:00:13 Pacific/Auckland
  - Suppress warning from empty CDATA section (RT#58359 from Juan Antonio
    Navarro P©rez)

2.19_02   2012-06-19 20:33:53 Pacific/Auckland
  - Reinstate XML::SAX::Expat dependency
  - Fix warnings tests (broken in 2.19_01) which rely on global $^W

2.19_01   2012-06-17 23:27:22 Pacific/Auckland
  - Use lexical filehandles instead of old-style fileglobs (RT#77787 from
    Quanah)
  - Restrict scope of :strict mode to calling package (RT#41562 from Hannu
    Aronsson)
  - Fix POD typo (RT#45414 from Anirvan Chatterjee)
  - Update POD to reflect best practise regarding :strict and options
  - Change minimum Perl requirement to 5.008
  - Switch to using Dist::Zilla for release management

Revision 1.8 / (download) - annotate - [select for diffs], Tue Sep 18 21:18:10 2007 UTC (16 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

Update to 2.18:

2.18  Aug 15 2007
      - Non-unique key attribute values now trigger a warning (or a fatal
        error in strict mode) rather than silently discarding data (patch
        from Daniel Baysinger)

2.17  Aug 02 2007
      - Added parse_string(), parse_file() and parse_fh() methods
      - Added default_config_file(), and build_simple_tree() hook methods
      - Tweak to implementation of exporting (patch from Stuart Moore)
      - Documented hook methods
      - Fixed test suite race condition (RT#28603 from Andreas J. König)

Revision 1.7 / (download) - annotate - [select for diffs], Fri Nov 3 22:27:34 2006 UTC (16 years, 10 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

Update to version 2.16.

Changes since last packaged version (2.14):

2.16  Oct 30 2006
      - Added test/fix for bad GroupTags option (report from Lee Goddard)
      - Added new_hashref() hook method
      - refactored cache save/restore methods for easier overriding

2.15  Oct 03 2006
      - Makefile.PL changes: reject known-bad PurePerl and RTF parser modules;
        default to XML::SAX::Expat if no parser installed
      - allow '.' characters in variable names (suggested by Cosimo Streppone)
      - fix output of undefs in arrayrefs with SuppressEmpty (reported by
        ããà¹Ã£âãàØÅ£Â¢Ä- Kanna)
      - tidy up code and docs around lexical filehandle passed to OutputFile
        (report from Helge Sauer)
      - reduce memory usage by passing XML strings by reference (patch from
        Dan Sully)

Revision 1.6 / (download) - annotate - [select for diffs], Thu Feb 24 14:48:47 2005 UTC (18 years, 7 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Add RMD160 digests to the SHA1 ones.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 19 18:46:39 2005 UTC (18 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

Update to 2.14:

2.14  Jan 29 2005
      - unlink and lock fixes for VMS (patch from Peter (Stig) Edwards)

2.13  Nov 17 2004
      - Fixed bug where NoIndent broke KeyAttr (reported by David Haas)
      - Added copy_hash helper method which may be overridden to avoid
        tied hashes becoming untied during XMLout (patch from Jan Sundberg)
      - Fixed bug where GroupTags corrupted source hashref in XMLout
        (reported by Bram)
      - Tweaks to SuppressEmpty for undef with XMLout (report from jamesb),
        behaviour now matches docs and additional behaviour of setting
        option to 1 will skip undefined values altogether

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jul 19 10:43:01 2004 UTC (19 years, 2 months ago) by bad
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Update p5-XML-Simple to 2.12.  Distfile for 2.07 has vanished from the mirrors.

Relevant changes since 2.07:
      - added NumericEscape option
      - added ValueAttr option (patch from Anton Berezin)
      - suppress 'wide character in print' warning (reported by Dawei Lin)
      - Added AttrIndent option (patch from Volker Moell)
      - Hash keys are now sorted alphabetically by default; enable the
        new NoSort option if you don't want this (patch from Volker Moell)
      - Fixed bug where disabling array folding broke anonymous array handling
      - Fixed bug when unfolding a tied hash
      - SuppressEmpty patch from Douglas Wilson
      - POD update re XMLin(XMLout($data)) caveats (bug report from Slaven
        Rezic)
      - fixed hash ordering assumption in test script (reported by Michel
        Rodriguez)
      - fixed variable expansion not happening in attributes (patch from Paul
        Bussé)

Revision 1.3 / (download) - annotate - [select for diffs], Sat May 24 09:26:56 2003 UTC (20 years, 4 months ago) by mjl
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

Update p5-XML-Simple to 2.07

  - added test to catch old versions of Storable which lack locking support
  - removed new-style loop which broke on 5.005_03
  - suppress more uninitialised variable warnings
  - fixed strict mode requiring ForceArray on output
  - fixed warnings about uninitialised values
  - fixed warnings when NormaliseSpace undefined
  - added support for specifying ForceArray using regular expressions
  - added check to escape_value to guard against undefined argument
  - added NoIndent option
  - integrated a patch
    + new facility for removing extra levels of indirection (using
      the new 'GroupTags' option)
    + new facility for rolling the dreaded 'content' hash up into a
      scalar if there are no keys left after array folding (using the
      '-' prefix mode on the ContentKey option)
    + new facility for doing variable substitution in the XML; variables
      can be defined in Perl (using the new 'Variables' option) or in
      the XML document (using the new 'VarAttr' option)
  - added 'NormaliseSpace' option for tidying up hash keys and other
    text content if required
  - option names are now case-insensitive and can include underscores
  - XMLin() and XMLout() are now aliased to xml_in() and xml_out() when
    called as methods or imported explicitly
  - option names passed to XML::Simple->new() are now validated

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 31 11:07:05 2003 UTC (20 years, 7 months ago) by shell
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Updated to p5-XML-Simple-2.03

Changes :
- fixed circular reference check which was incorrectly catching
  'parallel' references (patch from Theo Lengyel)
- changed Storable calls to use locking (reported by Randal
  Schwarz)
- fixed bug whereby :strict mode required forcearray on
  XMLout() (reported by Ville Skytta)
- first production release with SAX support
- added support for 'strict mode' using :strict import tag
- removed locking code (as it was incompatible with iThreads)
- integrated patch for test failures from Sean Campbell
- fixed stringification of references during folding (reported
  by Trond Michelsen)
- fixed incompatability with Tie::IxHash (reported by
  Venkataramana Mokkapati)
- PODs updated

* for changes before v2.00, see ChangeLog

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Aug 22 06:34:58 2002 UTC (21 years, 1 month ago) by cjep
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of XML::Simple 1.08 into the NetBSD packages collection as
textproc/p5-XML-Simple.

This Perl module provides an easy API to read and write XML (especially
configuration files).

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 22 06:34:58 2002 UTC (21 years, 1 month ago) by cjep
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>