SOURCES: bzip2-libtoolizeautoconf.patch - rewritten in less invasi...

qboosh qboosh at pld-linux.org
Sat Mar 22 18:09:44 CET 2008


Author: qboosh                       Date: Sat Mar 22 17:09:44 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- rewritten in less invasive way
- pl man pages moved to common man-pages tarball
- outdated bzip2.texi dropped

---- Files affected:
SOURCES:
   bzip2-libtoolizeautoconf.patch (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SOURCES/bzip2-libtoolizeautoconf.patch
diff -u SOURCES/bzip2-libtoolizeautoconf.patch:1.8 SOURCES/bzip2-libtoolizeautoconf.patch:1.9
--- SOURCES/bzip2-libtoolizeautoconf.patch:1.8	Tue Jun 21 00:07:37 2005
+++ SOURCES/bzip2-libtoolizeautoconf.patch	Sat Mar 22 18:09:38 2008
@@ -1,16 +1,25 @@
-diff -Nru bzip2-1.0.2/Makefile.am bzip2-1.0.2.new/Makefile.am
---- bzip2-1.0.2/Makefile.am	Thu Jan  1 01:00:00 1970
-+++ bzip2-1.0.2.new/Makefile.am	Fri Feb  1 04:19:09 2002
-@@ -0,0 +1,31 @@
-+SUBDIRS		= doc
-+
-+bin_PROGRAMS	= bzip2 bzip2recover 
-+bzip2_SOURCES	= bzip2.c
+--- bzip2-1.0.5.orig/configure.ac	1970-01-01 01:00:00.000000000 +0100
++++ bzip2-1.0.5/configure.ac	2008-03-22 16:15:55.057937371 +0100
+@@ -0,0 +1,9 @@
++AC_INIT([bzip2], [1.0.5])
++AM_INIT_AUTOMAKE
++AC_CONFIG_HEADER([config.h])
++AC_PROG_CC
++AC_PROG_LIBTOOL
++AC_PROG_LN_S
++AC_SYS_LARGEFILE
++AC_CONFIG_FILES([Makefile])
++AC_OUTPUT
+--- bzip2-1.0.5.orig/Makefile.am	1970-01-01 01:00:00.000000000 +0100
++++ bzip2-1.0.5/Makefile.am	2008-03-22 16:14:38.913593962 +0100
+@@ -0,0 +1,37 @@
++include_HEADERS	= bzlib.h bzlib_private.h
++lib_LTLIBRARIES	= libbz2.la
++bin_PROGRAMS	= bzip2 bzip2recover
++bin_SCRIPTS	= bzdiff bzgrep bzmore
++man_MANS	= bzip2.1 bzgrep.1 bzmore.1 bzdiff.1
 +
-+bzip2_LDADD		=  libbz2.la
-+bzip2recover_SOURCES	= bzip2recover.c
-+lib_LTLIBRARIES		= libbz2.la
-+libbz2_la_SOURCES = \
++libbz2_la_SOURCES	= \
 +	blocksort.c \
 +	huffman.c \
 +	crctable.c \
@@ -20,356 +29,51 @@
 +	bzlib.c \
 +	bzlib.h \
 +	bzlib_private.h
-+
 +libbz2_la_LDFLAGS	= -version-info 1:0:0
-+include_HEADERS		= bzlib.h bzlib_private.h
 +
-+bin_SCRIPTS		= bzless bzgrep
-+
-+EXTRA_DIST = README README.COMPILATION.PROBLEMS \
-+	Y2K_INFO libbz2.def libbz2.dsp \
-+	sample1.bz2 sample1.ref sample2.bz2 sample2.ref sample3.bz2 sample3.ref
++bzip2_SOURCES	= bzip2.c
++bzip2_LDADD	= libbz2.la
 +
 +install-exec-hook:
 +	$(LN_S) -f bzip2 $(DESTDIR)$(bindir)/bunzip2
 +	$(LN_S) -f bzip2 $(DESTDIR)$(bindir)/bzcat
-diff -Nru bzip2-1.0.2/bzdiff.1 bzip2-1.0.2.new/bzdiff.1
---- bzip2-1.0.2/bzdiff.1	Sun Dec 30 03:12:35 2001
-+++ bzip2-1.0.2.new/bzdiff.1	Thu Jan  1 01:00:00 1970
-@@ -1,47 +0,0 @@
--\"Shamelessly copied from zmore.1 by Philippe Troin <phil at fifi.org>
--\"for Debian GNU/Linux
--.TH BZDIFF 1
--.SH NAME
--bzcmp, bzdiff \- compare bzip2 compressed files
--.SH SYNOPSIS
--.B bzcmp
--[ cmp_options ] file1
--[ file2 ]
--.br
--.B bzdiff
--[ diff_options ] file1
--[ file2 ]
--.SH DESCRIPTION
--.I  Bzcmp
--and 
--.I bzdiff
--are used to invoke the
--.I cmp
--or the
--.I diff
--program on bzip2 compressed files.  All options specified are passed
--directly to
--.I cmp
--or
--.IR diff "."
--If only 1 file is specified, then the files compared are
--.I file1
--and an uncompressed
--.IR file1 ".bz2."
--If two files are specified, then they are uncompressed if necessary and fed to
--.I cmp
--or
--.IR diff "."
--The exit status from 
--.I cmp
--or
--.I diff
--is preserved.
--.SH "SEE ALSO"
--cmp(1), diff(1), bzmore(1), bzless(1), bzgrep(1), bzip2(1)
--.SH BUGS
--Messages from the
--.I cmp
--or
--.I diff
--programs refer to temporary filenames instead of those specified.
-diff -Nru bzip2-1.0.2/bzgrep.1 bzip2-1.0.2.new/bzgrep.1
---- bzip2-1.0.2/bzgrep.1	Sun Dec 30 03:12:35 2001
-+++ bzip2-1.0.2.new/bzgrep.1	Thu Jan  1 01:00:00 1970
-@@ -1,56 +0,0 @@
--\"Shamelessly copied from zmore.1 by Philippe Troin <phil at fifi.org>
--\"for Debian GNU/Linux
--.TH BZGREP 1
--.SH NAME
--bzgrep, bzfgrep, bzegrep \- search possibly bzip2 compressed files for a regular expression
--.SH SYNOPSIS
--.B bzgrep
--[ grep_options ]
--.BI  [\ -e\ ] " pattern"
--.IR filename ".\|.\|."
--.br
--.B bzegrep
--[ egrep_options ]
--.BI  [\ -e\ ] " pattern"
--.IR filename ".\|.\|."
--.br
--.B bzfgrep
--[ fgrep_options ]
--.BI  [\ -e\ ] " pattern"
--.IR filename ".\|.\|."
--.SH DESCRIPTION
--.IR  Bzgrep
--is used to invoke the
--.I grep
--on bzip2-compressed files. All options specified are passed directly to
--.I grep.
--If no file is specified, then the standard input is decompressed
--if necessary and fed to grep.
--Otherwise the given files are uncompressed if necessary and fed to
--.I grep.
--.PP
--If
--.I bzgrep
--is invoked as
--.I bzegrep
--or
--.I bzfgrep
--then
--.I egrep
--or
--.I fgrep
--is used instead of
--.I grep.
--If the GREP environment variable is set,
--.I bzgrep
--uses it as the
--.I grep
--program to be invoked. For example:
--
--    for sh:  GREP=fgrep  bzgrep string files
--    for csh: (setenv GREP fgrep; bzgrep string files)
--.SH AUTHOR
--Charles Levert (charles at comm.polymtl.ca). Adapted to bzip2 by Philippe
--Troin <phil at fifi.org> for Debian GNU/Linux.
--.SH "SEE ALSO"
--grep(1), egrep(1), fgrep(1), bzdiff(1), bzmore(1), bzless(1), bzip2(1)
-diff -Nru bzip2-1.0.2/bzless bzip2-1.0.2.new/bzless
---- bzip2-1.0.2/bzless	Thu Jan  1 01:00:00 1970
-+++ bzip2-1.0.2.new/bzless	Fri Feb  1 04:19:11 2002
-@@ -0,0 +1,2 @@
-+#!/bin/sh
-+%{_bindir}/bunzip2 -c "$@" | %{_bindir}/less
-diff -Nru bzip2-1.0.2/bzmore.1 bzip2-1.0.2.new/bzmore.1
---- bzip2-1.0.2/bzmore.1	Sun Dec 30 03:12:35 2001
-+++ bzip2-1.0.2.new/bzmore.1	Thu Jan  1 01:00:00 1970
-@@ -1,152 +0,0 @@
--.\"Shamelessly copied from zmore.1 by Philippe Troin <phil at fifi.org>
--.\"for Debian GNU/Linux
--.TH BZMORE 1
--.SH NAME
--bzmore, bzless \- file perusal filter for crt viewing of bzip2 compressed text
--.SH SYNOPSIS
--.B bzmore
--[ name ...  ]
--.br
--.B bzless
--[ name ...  ]
--.SH NOTE
--In the following description,
--.I bzless
--and
--.I less
--can be used interchangeably with
--.I bzmore
--and
--.I more.
--.SH DESCRIPTION
--.I  Bzmore
--is a filter which allows examination of compressed or plain text files
--one screenful at a time on a soft-copy terminal.
--.I bzmore
--works on files compressed with
--.I bzip2
--and also on uncompressed files.
--If a file does not exist,
--.I bzmore
--looks for a file of the same name with the addition of a .bz2 suffix.
--.PP
--.I Bzmore
--normally pauses after each screenful, printing --More--
--at the bottom of the screen.
--If the user then types a carriage return, one more line is displayed.
--If the user hits a space,
--another screenful is displayed.  Other possibilities are enumerated later.
--.PP
--.I Bzmore
--looks in the file
--.I /etc/termcap
--to determine terminal characteristics,
--and to determine the default window size.
--On a terminal capable of displaying 24 lines,
--the default window size is 22 lines.
--Other sequences which may be typed when
--.I bzmore
--pauses, and their effects, are as follows (\fIi\fP is an optional integer
--argument, defaulting to 1) :
--.PP
--.IP \fIi\|\fP<space>
--display
--.I i
--more lines, (or another screenful if no argument is given)
--.PP
--.IP ^D
--display 11 more lines (a ``scroll'').
--If
--.I i
--is given, then the scroll size is set to \fIi\|\fP.
--.PP
--.IP d
--same as ^D (control-D)
--.PP
--.IP \fIi\|\fPz
--same as typing a space except that \fIi\|\fP, if present, becomes the new
--window size.  Note that the window size reverts back to the default at the
--end of the current file.
--.PP
--.IP \fIi\|\fPs
--skip \fIi\|\fP lines and print a screenful of lines
--.PP
--.IP \fIi\|\fPf
--skip \fIi\fP screenfuls and print a screenful of lines
--.PP
--.IP "q or Q"
--quit reading the current file; go on to the next (if any)
--.PP
--.IP "e or q"
--When the prompt --More--(Next file: 
--.IR file )
--is printed, this command causes bzmore to exit.
--.PP
--.IP s
--When the prompt --More--(Next file: 
--.IR file )
--is printed, this command causes bzmore to skip the next file and continue.
--.PP 
--.IP =
--Display the current line number.
--.PP
--.IP \fIi\|\fP/expr
--search for the \fIi\|\fP-th occurrence of the regular expression \fIexpr.\fP
--If the pattern is not found,
--.I bzmore
--goes on to the next file (if any).
--Otherwise, a screenful is displayed, starting two lines before the place
--where the expression was found.
--The user's erase and kill characters may be used to edit the regular
--expression.
--Erasing back past the first column cancels the search command.
--.PP
--.IP \fIi\|\fPn
--search for the \fIi\|\fP-th occurrence of the last regular expression entered.
--.PP
--.IP !command
--invoke a shell with \fIcommand\|\fP. 
--The character `!' in "command" are replaced with the
--previous shell command.  The sequence "\\!" is replaced by "!".
--.PP
--.IP ":q or :Q"
--quit reading the current file; go on to the next (if any)
--(same as q or Q).
--.PP
--.IP .
--(dot) repeat the previous command.
--.PP
--The commands take effect immediately, i.e., it is not necessary to
--type a carriage return.
--Up to the time when the command character itself is given,
--the user may hit the line kill character to cancel the numerical
--argument being formed.
--In addition, the user may hit the erase character to redisplay the
----More-- message.
--.PP
--At any time when output is being sent to the terminal, the user can
--hit the quit key (normally control\-\\).
--.I Bzmore
--will stop sending output, and will display the usual --More--
--prompt.
--The user may then enter one of the above commands in the normal manner.
--Unfortunately, some output is lost when this is done, due to the
--fact that any characters waiting in the terminal's output queue
--are flushed when the quit signal occurs.
--.PP
--The terminal is set to
--.I noecho
--mode by this program so that the output can be continuous.
--What you type will thus not show on your terminal, except for the / and !
--commands.
--.PP
--If the standard output is not a teletype, then
--.I bzmore
--acts just like
--.I bzcat,
--except that a header is printed before each file.
--.SH FILES
--.DT
--/etc/termcap		Terminal data base
--.SH "SEE ALSO"
--more(1), less(1), bzip2(1), bzdiff(1), bzgrep(1)
-diff -Nru bzip2-1.0.2/config.h.in bzip2-1.0.2.new/config.h.in
---- bzip2-1.0.2/config.h.in	Thu Jan  1 01:00:00 1970
-+++ bzip2-1.0.2.new/config.h.in	Fri Feb  1 04:19:11 2002
-@@ -0,0 +1,17 @@
-+/* config.h.in.  Generated automatically from configure.in by autoheader.  */
-+
-+/* Name of package */
-+#undef PACKAGE
-+
-+/* Version number of package */
-+#undef VERSION
-+
-+/* Number of bits in a file offset, on hosts where this is settable. */
-+#undef _FILE_OFFSET_BITS
-+
-+/* Define to make fseeko etc. visible, on some hosts. */
-+#undef _LARGEFILE_SOURCE
-+
-+/* Define for large files, on AIX-style hosts. */
-+#undef _LARGE_FILES
-+
-diff -Nru bzip2-1.0.2/configure.in bzip2-1.0.2.new/configure.in
---- bzip2-1.0.2/configure.in	Thu Jan  1 01:00:00 1970
-+++ bzip2-1.0.2.new/configure.in	Fri Feb  1 04:19:11 2002
-@@ -0,0 +1,10 @@
-+AC_INIT(bzip2.c)
-+AM_INIT_AUTOMAKE(bzip2,1.0.1)
-+AM_CONFIG_HEADER(config.h)
-+AC_PROG_CC
-+AM_PROG_LIBTOOL
-+AC_PROG_LN_S
-+AC_SYS_LARGEFILE
-+AC_OUTPUT(Makefile
-+	doc/Makefile
-+	doc/pl/Makefile)
-diff -Nru bzip2-1.0.2/crctable.c bzip2-1.0.2.new/crctable.c
++	$(LN_S) -f bzgrep $(DESTDIR)$(bindir)/bzegrep
++	$(LN_S) -f bzgrep $(DESTDIR)$(bindir)/bzfgrep
++	$(LN_S) -f bzmore $(DESTDIR)$(bindir)/bzless
++	$(LN_S) -f bzdiff $(DESTDIR)$(bindir)/bzcmp
++
++install-data-hook:
++	echo '.so bzip2.1' >$(DESTDIR)$(mandir)/man1/bzip2recover.1
++	echo '.so bzip2.1' >$(DESTDIR)$(mandir)/man1/bunzip2.1
++	echo '.so bzip2.1' >$(DESTDIR)$(mandir)/man1/bzcat.1
++	echo '.so bzgrep.1' >$(DESTDIR)$(mandir)/man1/bzegrep.1
++	echo '.so bzgrep.1' >$(DESTDIR)$(mandir)/man1/bzfgrep.1
++	echo '.so bzmore.1' >$(DESTDIR)$(mandir)/man1/bzless.1
++	echo '.so bzdiff.1' >$(DESTDIR)$(mandir)/man1/bzcmp.1
 --- bzip2-1.0.2/crctable.c	Sun Dec 30 03:19:28 2001
 +++ bzip2-1.0.2.new/crctable.c	Fri Feb  1 04:19:11 2002
-@@ -58,6 +58,10 @@
+@@ -58,6 +58,9 @@
    For more information on these sources, see the manual.
  --*/
  
 +#ifdef HAVE_CONFIG_H
 +#include <config.h>
 +#endif
-+
  
  #include "bzlib_private.h"
  
-diff -Nru bzip2-1.0.2/decompress.c bzip2-1.0.2.new/decompress.c
 --- bzip2-1.0.2/decompress.c	Sun Dec 30 21:45:53 2001
 +++ bzip2-1.0.2.new/decompress.c	Fri Feb  1 04:19:11 2002
-@@ -58,6 +58,10 @@
+@@ -58,6 +58,9 @@
    For more information on these sources, see the manual.
  --*/
  
 +#ifdef HAVE_CONFIG_H
 +#include <config.h>
 +#endif
-+
  
  #include "bzlib_private.h"
  
-diff -Nru bzip2-1.0.2/dlltest.c bzip2-1.0.2.new/dlltest.c
 --- bzip2-1.0.2/dlltest.c	Sun Dec 30 20:44:07 2001
 +++ bzip2-1.0.2.new/dlltest.c	Fri Feb  1 04:19:11 2002
 @@ -8,6 +8,10 @@
@@ -383,3509 +87,21 @@
  #define BZ_IMPORT
  #include <stdio.h>
  #include <stdlib.h>
-diff -Nru bzip2-1.0.2/doc/Makefile.am bzip2-1.0.2.new/doc/Makefile.am
---- bzip2-1.0.2/doc/Makefile.am	Thu Jan  1 01:00:00 1970
-+++ bzip2-1.0.2.new/doc/Makefile.am	Fri Feb  1 04:27:21 2002
-@@ -0,0 +1,6 @@
-+
-+SUBDIRS		= pl
-+
-+man_MANS	= bunzip2.1 bzcat.1 bzdiff.1 bzgrep.1 bzip2.1 \
-+		  bzip2recover.1 bzmore.1
-+#info_TEXINFOS	= bzip2.texi
-diff -Nru bzip2-1.0.2/doc/bunzip2.1 bzip2-1.0.2.new/doc/bunzip2.1
---- bzip2-1.0.2/doc/bunzip2.1	Thu Jan  1 01:00:00 1970
-+++ bzip2-1.0.2.new/doc/bunzip2.1	Fri Feb  1 04:19:11 2002
-@@ -0,0 +1 @@
-+.so bzip2.1
-\ No newline at end of file
-diff -Nru bzip2-1.0.2/doc/bzcat.1 bzip2-1.0.2.new/doc/bzcat.1
---- bzip2-1.0.2/doc/bzcat.1	Thu Jan  1 01:00:00 1970
-+++ bzip2-1.0.2.new/doc/bzcat.1	Fri Feb  1 04:19:11 2002
-@@ -0,0 +1 @@
-+.so bzip2.1
-\ No newline at end of file
-diff -Nru bzip2-1.0.2/doc/bzdiff.1 bzip2-1.0.2.new/doc/bzdiff.1
---- bzip2-1.0.2/doc/bzdiff.1	Thu Jan  1 01:00:00 1970
-+++ bzip2-1.0.2.new/doc/bzdiff.1	Sun Dec 30 03:12:35 2001
-@@ -0,0 +1,47 @@
-+\"Shamelessly copied from zmore.1 by Philippe Troin <phil at fifi.org>
-+\"for Debian GNU/Linux
-+.TH BZDIFF 1
-+.SH NAME
-+bzcmp, bzdiff \- compare bzip2 compressed files
-+.SH SYNOPSIS
-+.B bzcmp
-+[ cmp_options ] file1
-+[ file2 ]
-+.br
-+.B bzdiff
-+[ diff_options ] file1
-+[ file2 ]
-+.SH DESCRIPTION
-+.I  Bzcmp
-+and 
-+.I bzdiff
-+are used to invoke the
-+.I cmp
-+or the
-+.I diff
-+program on bzip2 compressed files.  All options specified are passed
-+directly to
-+.I cmp
-+or
-+.IR diff "."
-+If only 1 file is specified, then the files compared are
-+.I file1
-+and an uncompressed
-+.IR file1 ".bz2."
-+If two files are specified, then they are uncompressed if necessary and fed to
-+.I cmp
-+or
-+.IR diff "."
-+The exit status from 
-+.I cmp
-+or
-+.I diff
-+is preserved.
-+.SH "SEE ALSO"
-+cmp(1), diff(1), bzmore(1), bzless(1), bzgrep(1), bzip2(1)
-+.SH BUGS
-+Messages from the
-+.I cmp
-+or
-+.I diff
-+programs refer to temporary filenames instead of those specified.
-diff -Nru bzip2-1.0.2/doc/bzgrep.1 bzip2-1.0.2.new/doc/bzgrep.1
---- bzip2-1.0.2/doc/bzgrep.1	Thu Jan  1 01:00:00 1970
-+++ bzip2-1.0.2.new/doc/bzgrep.1	Sun Dec 30 03:12:35 2001
-@@ -0,0 +1,56 @@
-+\"Shamelessly copied from zmore.1 by Philippe Troin <phil at fifi.org>
-+\"for Debian GNU/Linux
-+.TH BZGREP 1
-+.SH NAME
-+bzgrep, bzfgrep, bzegrep \- search possibly bzip2 compressed files for a regular expression
-+.SH SYNOPSIS
-+.B bzgrep
-+[ grep_options ]
-+.BI  [\ -e\ ] " pattern"
-+.IR filename ".\|.\|."
-+.br
-+.B bzegrep
-+[ egrep_options ]
-+.BI  [\ -e\ ] " pattern"
-+.IR filename ".\|.\|."
-+.br
-+.B bzfgrep
-+[ fgrep_options ]
-+.BI  [\ -e\ ] " pattern"
-+.IR filename ".\|.\|."
-+.SH DESCRIPTION
-+.IR  Bzgrep
-+is used to invoke the
-+.I grep
-+on bzip2-compressed files. All options specified are passed directly to
-+.I grep.
-+If no file is specified, then the standard input is decompressed
-+if necessary and fed to grep.
-+Otherwise the given files are uncompressed if necessary and fed to
-+.I grep.
-+.PP
-+If
-+.I bzgrep
-+is invoked as
-+.I bzegrep
-+or
-+.I bzfgrep
-+then
-+.I egrep
-+or
-+.I fgrep
-+is used instead of
-+.I grep.
-+If the GREP environment variable is set,
-+.I bzgrep
-+uses it as the
-+.I grep
-+program to be invoked. For example:
-+
-+    for sh:  GREP=fgrep  bzgrep string files
-+    for csh: (setenv GREP fgrep; bzgrep string files)
-+.SH AUTHOR
-+Charles Levert (charles at comm.polymtl.ca). Adapted to bzip2 by Philippe
-+Troin <phil at fifi.org> for Debian GNU/Linux.
-+.SH "SEE ALSO"
-+grep(1), egrep(1), fgrep(1), bzdiff(1), bzmore(1), bzless(1), bzip2(1)
-diff -Nru bzip2-1.0.2/doc/bzip2.1 bzip2-1.0.2.new/doc/bzip2.1
---- bzip2-1.0.2/doc/bzip2.1	Thu Jan  1 01:00:00 1970
-+++ bzip2-1.0.2.new/doc/bzip2.1	Thu Jan  3 00:14:36 2002
-@@ -0,0 +1,453 @@
-+.PU
-+.TH bzip2 1
-+.SH NAME
-+bzip2, bunzip2 \- a block-sorting file compressor, v1.0.2
-+.br
-+bzcat \- decompresses files to stdout
-+.br
-+bzip2recover \- recovers data from damaged bzip2 files
-+
-+.SH SYNOPSIS
-+.ll +8
-+.B bzip2
-+.RB [ " \-cdfkqstvzVL123456789 " ]
-+[
-+.I "filenames \&..."
-+]
-+.ll -8
-+.br
-+.B bunzip2
-+.RB [ " \-fkvsVL " ]
-+[ 
-+.I "filenames \&..."
-+]
-+.br
-+.B bzcat
-+.RB [ " \-s " ]
-+[ 
-+.I "filenames \&..."
-+]
-+.br
-+.B bzip2recover
-+.I "filename"
-+
-+.SH DESCRIPTION
-+.I bzip2
-+compresses files using the Burrows-Wheeler block sorting
-+text compression algorithm, and Huffman coding.  Compression is
-+generally considerably better than that achieved by more conventional
-+LZ77/LZ78-based compressors, and approaches the performance of the PPM
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/bzip2-libtoolizeautoconf.patch?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list