r43668 - in /branches/upstream/libxml-libxml-iterator-perl/current: Changes MANIFEST META.yml Makefile.PL NTP.pm README eg/ lib/ t/01basic.t t/1.t test.pl

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Sep 4 11:54:42 UTC 2009


Author: dmn
Date: Fri Sep  4 11:54:17 2009
New Revision: 43668

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43668
Log:
revert r43665

Added:
    branches/upstream/libxml-libxml-iterator-perl/current/lib/
      - copied from r43664, branches/upstream/libxml-libxml-iterator-perl/current/lib/
    branches/upstream/libxml-libxml-iterator-perl/current/t/01basic.t
      - copied unchanged from r43664, branches/upstream/libxml-libxml-iterator-perl/current/t/01basic.t
    branches/upstream/libxml-libxml-iterator-perl/current/test.pl
      - copied unchanged from r43664, branches/upstream/libxml-libxml-iterator-perl/current/test.pl
Removed:
    branches/upstream/libxml-libxml-iterator-perl/current/META.yml
    branches/upstream/libxml-libxml-iterator-perl/current/NTP.pm
    branches/upstream/libxml-libxml-iterator-perl/current/eg/
    branches/upstream/libxml-libxml-iterator-perl/current/t/1.t
Modified:
    branches/upstream/libxml-libxml-iterator-perl/current/Changes
    branches/upstream/libxml-libxml-iterator-perl/current/MANIFEST
    branches/upstream/libxml-libxml-iterator-perl/current/Makefile.PL
    branches/upstream/libxml-libxml-iterator-perl/current/README

Modified: branches/upstream/libxml-libxml-iterator-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-libxml-iterator-perl/current/Changes?rev=43668&op=diff
==============================================================================
--- branches/upstream/libxml-libxml-iterator-perl/current/Changes (original)
+++ branches/upstream/libxml-libxml-iterator-perl/current/Changes Fri Sep  4 11:54:17 2009
@@ -1,11 +1,4 @@
-Revision history for Perl extension Net::NTP.
+Revision history for Perl extension XML::LibXML::Iterator.
 
-0.01  Sat Feb 14 13:00:52 2004
-	- original version; created by h2xs 1.22 with options
-		-XAn Net::NTP
-
-##IMPORTED TO CVS
-$Log: Changes,v $
-Revision 1.1.1.1  2004/02/23 17:13:10  jim
-Imported Net::NTP into CVS
-
+1.00  Fri Nov  8 2002
+    - extracted the modules from the main XML::LibXML bundle.

Modified: branches/upstream/libxml-libxml-iterator-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-libxml-iterator-perl/current/MANIFEST?rev=43668&op=diff
==============================================================================
--- branches/upstream/libxml-libxml-iterator-perl/current/MANIFEST (original)
+++ branches/upstream/libxml-libxml-iterator-perl/current/MANIFEST Fri Sep  4 11:54:17 2009
@@ -1,7 +1,8 @@
 Changes
+lib/XML/LibXML/Iterator.pm
+lib/XML/LibXML/NodeList/Iterator.pm
 Makefile.PL
 MANIFEST
-NTP.pm
 README
-t/1.t
-META.yml                                 Module meta-data (added by MakeMaker)
+t/01basic.t
+test.pl

Modified: branches/upstream/libxml-libxml-iterator-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-libxml-iterator-perl/current/Makefile.PL?rev=43668&op=diff
==============================================================================
--- branches/upstream/libxml-libxml-iterator-perl/current/Makefile.PL (original)
+++ branches/upstream/libxml-libxml-iterator-perl/current/Makefile.PL Fri Sep  4 11:54:17 2009
@@ -1,12 +1,11 @@
-use 5.008;
 use ExtUtils::MakeMaker;
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 WriteMakefile(
-    'NAME'		=> 'Net::NTP',
-    'VERSION_FROM'	=> 'NTP.pm', # finds $VERSION
-    'PREREQ_PM'		=> {}, # e.g., Module::Name => 1.1
-    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
-      (ABSTRACT_FROM => 'NTP.pm', # retrieve abstract from module
-       AUTHOR     => 'James G Willmore <jwillmore at adelphia.net>') : ()),
+    'NAME'		=> 'XML::LibXML::Iterator',
+    'VERSION_FROM'	=> 'lib/XML/LibXML/Iterator.pm',
+    'PREREQ_PM'		=> {
+                        XML::LibXML    => 1.52,
+                        XML::NodeFilter => 0 
+                       },
 );

Modified: branches/upstream/libxml-libxml-iterator-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libxml-libxml-iterator-perl/current/README?rev=43668&op=diff
==============================================================================
--- branches/upstream/libxml-libxml-iterator-perl/current/README (original)
+++ branches/upstream/libxml-libxml-iterator-perl/current/README Fri Sep  4 11:54:17 2009
@@ -1,31 +1,9 @@
-Net/NTP version $Revision: 1.1.1.1 $ 
-====================
+XML::LibXML::Iterator version 1.00
+==================================
 
-The README is used to introduce the module and provide instructions on
-how to install the module, any machine dependencies it may have (for
-example C compilers and installed libraries) and any other information
-that should be provided before the module is installed.
-
-A README file is required for CPAN modules since CPAN extracts the
-README file from a module distribution so that people browsing the
-archive can use it get an idea of the modules uses. It is usually a
-good idea to provide version information here so that people can
-decide whether fixes for the module are worth downloading.
-
-Having h2xs said that ... :-)
-
-This module will allow you to send a packet to an NTP server, get 
-a response back, and then parse out the results according to RFC1305 
-and RFC2030.
-
-At present, this is a developer release.  This is NOT because of the 
-code itself, but because of the lack of testing againist various 
-time sources to verify that the code is, in fact, doing what it's 
-supposed to do.  It has been tested againist public stratum 1 and 
-stratum 2 servers with good results.  However, it would be helpful to 
-have a variety of results for comparison.
-
-There is a test script located in the eg directory for your use.
+XML::LibXML::Iterator implements the iterator part of the DOM
+Traversal and Range specification. This class allows to iterate 
+through a DOM as it is done through an ordinary array.
 
 INSTALLATION
 
@@ -40,17 +18,13 @@
 
 This module requires these other modules and libraries:
 
-    IO::Socket
-    Carp
-    Exporter
+XML::LibXML     1.52 or later.
+XML::NodeFilter 0.01 or later.
 
 COPYRIGHT AND LICENCE
 
-Copyright 2004 by James G. Willmore
+Copyright (C) 2002 Christian Glahn. All rights reserved.
 
-Special thanks to Ralf D. Kloth E<lt>ralf (at) qrq.de<gt> 
-for the code to decode NTP packets.
+This package is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
 
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself. 
-




More information about the Pkg-perl-cvs-commits mailing list