From ecc0ec8f7c966c6566128351e46b5e0ba92d17d9 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 8 Jun 2010 15:55:49 +0100 Subject: [PATCH] Remove extraneous and misleading old CVS IDs --- MANIFEST | 2 -- MANIFEST.SKIP | 2 -- Makefile.PL | 2 -- README | 2 -- ZOOM.xs | 2 -- archive/README | 2 -- archive/test-server/README | 2 -- archive/test-server/test-server.cfg | 3 +-- archive/test-server/test-server.init | 2 -- archive/test-server/test-server.notes | 2 -- lib/Net/Z3950.pm | 2 -- lib/Net/Z3950/ZOOM.pm | 2 -- lib/ZOOM.pm | 2 -- lib/ZOOM.pod | 2 -- samples/README | 2 -- samples/ccl/default.bib | 1 - samples/cql/pqf.properties | 2 -- samples/net-z3950-zoom/async.pl | 2 -- samples/net-z3950-zoom/zoomtst1.pl | 2 -- samples/net-z3950-zoom/zoomtst3.pl | 2 -- samples/net-z3950/zoomtst1.pl | 2 -- samples/zoom/async.pl | 2 -- samples/zoom/update.pl | 2 -- samples/zoom/zhello.pl | 2 -- samples/zoom/zoomdump | 2 -- samples/zoom/zoomscan.pl | 2 -- samples/zoom/zoomtst1.pl | 2 -- samples/zoom/zoomtst3.pl | 2 -- samples/zoom/zselect | 2 -- t/1-Net-Z3950-ZOOM.t | 2 -- t/10-options.t | 2 -- t/11-option-callback.t | 2 -- t/12-query.t | 2 -- t/13-resultset.t | 2 -- t/14-sorting.t | 2 -- t/15-scan.t | 2 -- t/16-packages.t | 2 -- t/17-logging.t | 2 -- t/18-charset.t | 2 -- t/19-events.t | 2 -- t/2-ZOOM.t | 2 -- t/20-options.t | 2 -- t/21-option-callback.t | 2 -- t/22-query.t | 2 -- t/23-resultset.t | 2 -- t/24-sorting.t | 2 -- t/25-scan.t | 2 -- t/26-packages.t | 2 -- t/27-logging.t | 2 -- t/28-charset.t | 2 -- t/29-events.t | 2 -- typemap | 2 -- 52 files changed, 1 insertion(+), 103 deletions(-) diff --git a/MANIFEST b/MANIFEST index aad639a..2db3c99 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,5 +1,3 @@ -# $Id: MANIFEST,v 1.35 2008-09-26 12:02:19 mike Exp $ - Changes Makefile.PL MANIFEST diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index ddbee46..aeafe94 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -1,5 +1,3 @@ -# $Id: MANIFEST.SKIP,v 1.5 2007-11-19 12:58:55 mike Exp $ - .cvsignore .git debian diff --git a/Makefile.PL b/Makefile.PL index 788c481..79e30b2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,3 @@ -# $Id: Makefile.PL,v 1.27 2008-09-16 12:44:28 mike Exp $ - # Use: perl Makefile.PL OPTIMIZE="-O0 -g -Wdeclaration-after-statement" # or: perl Makefile.PL PREFIX=/home/mike/universe diff --git a/README b/README index ae6e4e3..8415db2 100644 --- a/README +++ b/README @@ -1,5 +1,3 @@ -$Id: README,v 1.8 2008-10-02 08:33:34 mike Exp $ - The Net::Z3950::ZOOM, ZOOM and Net::Z3950 modules ================================================= diff --git a/ZOOM.xs b/ZOOM.xs index 7a3de30..4e5de76 100644 --- a/ZOOM.xs +++ b/ZOOM.xs @@ -1,5 +1,3 @@ -/* $Id: ZOOM.xs,v 1.51 2008-05-14 13:31:39 mike Exp $ */ - #include "EXTERN.h" #include "perl.h" #include "XSUB.h" diff --git a/archive/README b/archive/README index 07f7370..bc3240d 100644 --- a/archive/README +++ b/archive/README @@ -1,5 +1,3 @@ -$Id: README,v 1.1 2008-09-26 12:22:30 mike Exp $ - This directory contains material that is not to be included in the ZOOM-Perl distribution, but which is useful to the project. diff --git a/archive/test-server/README b/archive/test-server/README index d1bcab4..4d32c40 100644 --- a/archive/test-server/README +++ b/archive/test-server/README @@ -1,5 +1,3 @@ -$Id: README,v 1.2 2008-09-26 12:23:26 mike Exp $ - These files are used to run the server that the ZOOM-Perl test-suite's "packages" scripts run against. diff --git a/archive/test-server/test-server.cfg b/archive/test-server/test-server.cfg index 3f2e96a..6ca6d04 100644 --- a/archive/test-server/test-server.cfg +++ b/archive/test-server/test-server.cfg @@ -1,6 +1,5 @@ # Simple Zebra configuration file -# $Id: test-server.cfg,v 1.2 2005-12-14 10:31:06 mike Exp $ -# + # Where the schema files, attribute files, etc are located. #profilePath: .:../../tab diff --git a/archive/test-server/test-server.init b/archive/test-server/test-server.init index 83f2313..5b0167a 100644 --- a/archive/test-server/test-server.init +++ b/archive/test-server/test-server.init @@ -1,7 +1,5 @@ #! /bin/sh -# $Id: test-server.init,v 1.6 2008-09-29 15:50:01 mike Exp $ -# # This is a startup/shutdown script for the ZOOM-Perl test-server, # suitable for use in a SysV-style init directory such as /etc/init.d # (on Debian systems) and /etc/rc.d/init.d (on Red Hat systems). This diff --git a/archive/test-server/test-server.notes b/archive/test-server/test-server.notes index 7b5e2b9..4f1a9b8 100644 --- a/archive/test-server/test-server.notes +++ b/archive/test-server/test-server.notes @@ -1,5 +1,3 @@ -$Id: test-server.notes,v 1.5 2008-09-26 13:38:35 mike Exp $ - To run the test-suite, this module needs an up-to-date Zebra server (as of Tue Dec 13 17:41:05 GMT 2005) running on z3950.indexdata.com port 2100, using isam:b and recognising a normal user "user" with diff --git a/lib/Net/Z3950.pm b/lib/Net/Z3950.pm index d167a4e..2f8e7d8 100644 --- a/lib/Net/Z3950.pm +++ b/lib/Net/Z3950.pm @@ -1,5 +1,3 @@ -# $Id: Z3950.pm,v 1.2 2007-02-26 15:58:33 mike Exp $ - use strict; use warnings; use Net::Z3950::ZOOM; diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index f42f757..6e65d5d 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -1,5 +1,3 @@ -# $Id: ZOOM.pm,v 1.42 2008-09-29 16:22:25 mike Exp $ - package Net::Z3950::ZOOM; use 5.008; diff --git a/lib/ZOOM.pm b/lib/ZOOM.pm index 8c97dae..b85163f 100644 --- a/lib/ZOOM.pm +++ b/lib/ZOOM.pm @@ -1,5 +1,3 @@ -# $Id: ZOOM.pm,v 1.50 2008-05-14 13:33:31 mike Exp $ - use strict; use warnings; use IO::File; diff --git a/lib/ZOOM.pod b/lib/ZOOM.pod index 2ea8eea..42f989e 100644 --- a/lib/ZOOM.pod +++ b/lib/ZOOM.pod @@ -1,5 +1,3 @@ -# $Id: ZOOM.pod,v 1.46 2007-12-10 21:51:40 mike Exp $ - use strict; use warnings; diff --git a/samples/README b/samples/README index a1e3f88..df6d413 100644 --- a/samples/README +++ b/samples/README @@ -1,5 +1,3 @@ -$Id: README,v 1.6 2006-04-07 13:06:13 mike Exp $ - This area contains sample programs that exercise all three of the APIs supported by this module. The programs for each API are contained in separate subdirectories: diff --git a/samples/ccl/default.bib b/samples/ccl/default.bib index 978d71d..b0f069d 100644 --- a/samples/ccl/default.bib +++ b/samples/ccl/default.bib @@ -1,5 +1,4 @@ # CCL field mappings -# $Id: default.bib,v 1.1 2006-06-13 16:44:21 mike Exp $ # # The rule below is used when no fields are specified term t=l,r s=al diff --git a/samples/cql/pqf.properties b/samples/cql/pqf.properties index 80e5057..2a9d764 100644 --- a/samples/cql/pqf.properties +++ b/samples/cql/pqf.properties @@ -1,5 +1,3 @@ -# $Id: pqf.properties,v 1.1 2005-12-21 00:16:31 mike Exp $ -# # Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF() # back-end and the YAZ CQL-to-PQF converter. This specifies the # interpretation of various CQL indexes, relations, etc. in terms diff --git a/samples/net-z3950-zoom/async.pl b/samples/net-z3950-zoom/async.pl index 3e55859..08e0800 100644 --- a/samples/net-z3950-zoom/async.pl +++ b/samples/net-z3950-zoom/async.pl @@ -1,5 +1,3 @@ -# $Id: async.pl,v 1.4 2008-05-14 13:34:00 mike Exp $ -# # See ../README for a description of this program. # perl -I../../blib/lib -I../../blib/arch zoomtst3.pl [...] # for example: diff --git a/samples/net-z3950-zoom/zoomtst1.pl b/samples/net-z3950-zoom/zoomtst1.pl index bbb7841..ccdd925 100644 --- a/samples/net-z3950-zoom/zoomtst1.pl +++ b/samples/net-z3950-zoom/zoomtst1.pl @@ -1,5 +1,3 @@ -# $Id: zoomtst1.pl,v 1.4 2008-05-14 13:34:00 mike Exp $ -# # See ../README for a description of this program. # perl -I../../blib/lib -I../../blib/arch zoomtst1.pl diff --git a/samples/net-z3950-zoom/zoomtst3.pl b/samples/net-z3950-zoom/zoomtst3.pl index 0525251..140e5f0 100644 --- a/samples/net-z3950-zoom/zoomtst3.pl +++ b/samples/net-z3950-zoom/zoomtst3.pl @@ -1,5 +1,3 @@ -# $Id: zoomtst3.pl,v 1.9 2008-05-14 13:34:00 mike Exp $ -# # See ../README for a description of this program. # perl -I../../blib/lib -I../../blib/arch zoomtst3.pl [...] # for example: diff --git a/samples/net-z3950/zoomtst1.pl b/samples/net-z3950/zoomtst1.pl index 86c75af..ca96b29 100644 --- a/samples/net-z3950/zoomtst1.pl +++ b/samples/net-z3950/zoomtst1.pl @@ -1,5 +1,3 @@ -# $Id: zoomtst1.pl,v 1.4 2006-11-02 17:48:25 mike Exp $ -# # See ../README for a description of this program. # perl -I../../blib/lib -I../../blib/arch zoomtst1.pl diff --git a/samples/zoom/async.pl b/samples/zoom/async.pl index ac3e5f9..6304835 100644 --- a/samples/zoom/async.pl +++ b/samples/zoom/async.pl @@ -1,5 +1,3 @@ -# $Id: async.pl,v 1.2 2006-11-02 17:48:26 mike Exp $ -# # See ../README for a description of this program. # perl -I../../blib/lib -I../../blib/arch async.pl [...] # for example: diff --git a/samples/zoom/update.pl b/samples/zoom/update.pl index c44cd20..0b9fd87 100755 --- a/samples/zoom/update.pl +++ b/samples/zoom/update.pl @@ -1,7 +1,5 @@ #!/usr/bin/perl -w -# $Id: update.pl,v 1.1 2006-06-05 16:33:42 mike Exp $ - use strict; use warnings; use ZOOM; diff --git a/samples/zoom/zhello.pl b/samples/zoom/zhello.pl index d79c404..8c70426 100755 --- a/samples/zoom/zhello.pl +++ b/samples/zoom/zhello.pl @@ -1,7 +1,5 @@ #!/usr/bin/perl -w -# $Id: zhello.pl,v 1.1 2006-12-06 11:16:26 mike Exp $ - use strict; use warnings; use ZOOM; diff --git a/samples/zoom/zoomdump b/samples/zoom/zoomdump index c4fd65d..26a9893 100755 --- a/samples/zoom/zoomdump +++ b/samples/zoom/zoomdump @@ -1,7 +1,5 @@ #!/usr/bin/perl -w -# $Id: zoomdump,v 1.2 2007-03-07 11:34:26 mike Exp $ -# # Dumps the contents of the nominated Zebra database to a set of # separate XML files with numeric names. diff --git a/samples/zoom/zoomscan.pl b/samples/zoom/zoomscan.pl index 7b86946..b18c9d7 100644 --- a/samples/zoom/zoomscan.pl +++ b/samples/zoom/zoomscan.pl @@ -1,7 +1,5 @@ #!/usr/bin/perl -w -# $Id: zoomscan.pl,v 1.5 2008-05-14 13:27:32 mike Exp $ -# # This is the scanning counterpart to zoomscan.pl's searching # perl -I../../blib/lib -I../../blib/arch zoomscan.pl # diff --git a/samples/zoom/zoomtst1.pl b/samples/zoom/zoomtst1.pl index d40903f..6221488 100644 --- a/samples/zoom/zoomtst1.pl +++ b/samples/zoom/zoomtst1.pl @@ -1,7 +1,5 @@ #!/usr/bin/perl -w -# $Id: zoomtst1.pl,v 1.6 2007-08-17 18:35:17 mike Exp $ -# # See ../README for a description of this program. # perl -I../../blib/lib -I../../blib/arch zoomtst1.pl diff --git a/samples/zoom/zoomtst3.pl b/samples/zoom/zoomtst3.pl index eb72ed0..91c00be 100644 --- a/samples/zoom/zoomtst3.pl +++ b/samples/zoom/zoomtst3.pl @@ -1,5 +1,3 @@ -# $Id: zoomtst3.pl,v 1.6 2006-11-02 17:48:26 mike Exp $ -# # See ../README for a description of this program. # perl -I../../blib/lib -I../../blib/arch zoomtst3.pl [...] # for example: diff --git a/samples/zoom/zselect b/samples/zoom/zselect index 8ff754b..14d0b45 100755 --- a/samples/zoom/zselect +++ b/samples/zoom/zselect @@ -1,7 +1,5 @@ #!/usr/bin/perl -w -# $Id: zselect,v 1.3 2007-04-18 11:18:08 mike Exp $ - # Example command-line: # ./zselect -t q localhost:3313/IR-Explain---1 "net.port=3950" "concat(zeerex:serverInfo/zeerex:host, ':', zeerex:serverInfo/zeerex:port, '/', zeerex:serverInfo/zeerex:database)" diff --git a/t/1-Net-Z3950-ZOOM.t b/t/1-Net-Z3950-ZOOM.t index 1e85894..a23ba48 100644 --- a/t/1-Net-Z3950-ZOOM.t +++ b/t/1-Net-Z3950-ZOOM.t @@ -1,5 +1,3 @@ -# $Id: 1-Net-Z3950-ZOOM.t,v 1.17 2008-05-14 13:32:55 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 1-Net-Z3950-ZOOM.t' diff --git a/t/10-options.t b/t/10-options.t index 9a86349..bf685bf 100644 --- a/t/10-options.t +++ b/t/10-options.t @@ -1,5 +1,3 @@ -# $Id: 10-options.t,v 1.1 2005-10-18 17:01:55 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 10-options.t' diff --git a/t/11-option-callback.t b/t/11-option-callback.t index ae8e488..7e0617f 100644 --- a/t/11-option-callback.t +++ b/t/11-option-callback.t @@ -1,5 +1,3 @@ -# $Id: 11-option-callback.t,v 1.2 2005-10-19 15:14:26 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 11-option-callback.t' diff --git a/t/12-query.t b/t/12-query.t index 768c27e..d21204b 100644 --- a/t/12-query.t +++ b/t/12-query.t @@ -1,5 +1,3 @@ -# $Id: 12-query.t,v 1.11 2008-05-14 13:32:55 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 12-query.t' diff --git a/t/13-resultset.t b/t/13-resultset.t index 73d8e06..b3e6225 100644 --- a/t/13-resultset.t +++ b/t/13-resultset.t @@ -1,5 +1,3 @@ -# $Id: 13-resultset.t,v 1.10 2008-05-14 13:32:55 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 13-resultset.t' diff --git a/t/14-sorting.t b/t/14-sorting.t index 7b13815..341ed44 100644 --- a/t/14-sorting.t +++ b/t/14-sorting.t @@ -1,5 +1,3 @@ -# $Id: 14-sorting.t,v 1.9 2008-05-14 13:32:55 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 14-sorting.t' diff --git a/t/15-scan.t b/t/15-scan.t index 504cc76..0885cf3 100644 --- a/t/15-scan.t +++ b/t/15-scan.t @@ -1,5 +1,3 @@ -# $Id: 15-scan.t,v 1.14 2007-08-16 17:19:35 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 15-scan.t' diff --git a/t/16-packages.t b/t/16-packages.t index 5f3e3f7..1cdd022 100644 --- a/t/16-packages.t +++ b/t/16-packages.t @@ -1,5 +1,3 @@ -# $Id: 16-packages.t,v 1.14 2008-09-29 15:49:13 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 16-packages.t' diff --git a/t/17-logging.t b/t/17-logging.t index b6477bd..3ca43b5 100644 --- a/t/17-logging.t +++ b/t/17-logging.t @@ -1,5 +1,3 @@ -# $Id: 17-logging.t,v 1.4 2005-12-22 12:52:45 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 17-logging.t' diff --git a/t/18-charset.t b/t/18-charset.t index 3971474..72e0ead 100644 --- a/t/18-charset.t +++ b/t/18-charset.t @@ -1,5 +1,3 @@ -# $Id: 18-charset.t,v 1.2 2008-05-14 13:32:55 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 18-charset.t' diff --git a/t/19-events.t b/t/19-events.t index e104f3d..3c286b2 100644 --- a/t/19-events.t +++ b/t/19-events.t @@ -1,5 +1,3 @@ -# $Id: 19-events.t,v 1.8 2007-02-22 20:38:11 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 19-events.t' diff --git a/t/2-ZOOM.t b/t/2-ZOOM.t index ada3ea4..d644068 100644 --- a/t/2-ZOOM.t +++ b/t/2-ZOOM.t @@ -1,5 +1,3 @@ -# $Id: 2-ZOOM.t,v 1.13 2007-09-14 10:36:13 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 2-ZOOM.t' diff --git a/t/20-options.t b/t/20-options.t index e42a283..21f1b04 100644 --- a/t/20-options.t +++ b/t/20-options.t @@ -1,5 +1,3 @@ -# $Id: 20-options.t,v 1.1 2005-10-19 13:53:47 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 20-options.t' diff --git a/t/21-option-callback.t b/t/21-option-callback.t index 5eb94af..5cfaeb8 100644 --- a/t/21-option-callback.t +++ b/t/21-option-callback.t @@ -1,5 +1,3 @@ -# $Id: 21-option-callback.t,v 1.1 2005-10-24 16:42:31 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 21-option-calback.t' diff --git a/t/22-query.t b/t/22-query.t index 5da0ceb..4ffbd63 100644 --- a/t/22-query.t +++ b/t/22-query.t @@ -1,5 +1,3 @@ -# $Id: 22-query.t,v 1.11 2006-11-02 17:48:26 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 22-query.t' diff --git a/t/23-resultset.t b/t/23-resultset.t index 87c4bac..7a026ff 100644 --- a/t/23-resultset.t +++ b/t/23-resultset.t @@ -1,5 +1,3 @@ -# $Id: 23-resultset.t,v 1.6 2006-11-28 16:47:19 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 23-resultset.t' diff --git a/t/24-sorting.t b/t/24-sorting.t index c3e7cf3..e7f1b77 100644 --- a/t/24-sorting.t +++ b/t/24-sorting.t @@ -1,5 +1,3 @@ -# $Id: 24-sorting.t,v 1.7 2006-11-02 17:48:26 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 24-sorting.t' diff --git a/t/25-scan.t b/t/25-scan.t index 40fd46f..ff145c1 100644 --- a/t/25-scan.t +++ b/t/25-scan.t @@ -1,5 +1,3 @@ -# $Id: 25-scan.t,v 1.11 2007-08-16 17:19:35 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 25-scan.t' diff --git a/t/26-packages.t b/t/26-packages.t index 318225c..e60b5f3 100644 --- a/t/26-packages.t +++ b/t/26-packages.t @@ -1,5 +1,3 @@ -# $Id: 26-packages.t,v 1.9 2008-09-29 15:49:18 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 26-packages.t' diff --git a/t/27-logging.t b/t/27-logging.t index 4415126..2dfba09 100644 --- a/t/27-logging.t +++ b/t/27-logging.t @@ -1,5 +1,3 @@ -# $Id: 27-logging.t,v 1.2 2007-02-26 14:56:26 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 27-logging.t' diff --git a/t/28-charset.t b/t/28-charset.t index 8e717fe..16773f0 100644 --- a/t/28-charset.t +++ b/t/28-charset.t @@ -1,5 +1,3 @@ -# $Id: 28-charset.t,v 1.2 2006-04-06 08:15:43 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 28-charset.t' diff --git a/t/29-events.t b/t/29-events.t index c8e851e..5c0ef4b 100644 --- a/t/29-events.t +++ b/t/29-events.t @@ -1,5 +1,3 @@ -# $Id: 29-events.t,v 1.4 2006-11-02 17:48:26 mike Exp $ - # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 19-events.t' diff --git a/typemap b/typemap index 2523a37..7bd56b6 100644 --- a/typemap +++ b/typemap @@ -1,5 +1,3 @@ -# $Id: typemap,v 1.8 2007-10-29 11:50:49 mike Exp $ - ZOOM_connection T_PTROBJ ZOOM_connection * T_PTROBJ ZOOM_options T_PTROBJ -- 1.7.10.4