From 38b6b4ca1934c33e0c54398c6fe96899b8d0f9b2 Mon Sep 17 00:00:00 2001 From: Aldas Nabazas Date: Fri, 17 Dec 2010 14:39:55 +0100 Subject: [PATCH] deleted bunch of perl packages which come bundled in perl starting 5.10.x, see the note for the list: perl-archive-tar perl-compress-raw-bzip2 perl-compress-raw-zlib perl-compress-zlib perl-io-compress-base perl-io-compress-bzip2 perl-io-compress-zlib perl-io-zlib --- perl/perl-archive-tar/perl-archive-tar.cache | 21 ---------- perl/perl-archive-tar/perl-archive-tar.desc | 38 ------------------- .../perl-compress-raw-bzip2.desc | 31 --------------- .../perl-compress-raw-zlib.desc | 30 --------------- .../perl-compress-zlib.cache | 19 ---------- .../perl-compress-zlib.desc | 32 ---------------- .../perl-io-compress-base.desc | 31 --------------- .../perl-io-compress-bzip2.desc | 31 --------------- .../perl-io-compress-zlib.desc | 32 ---------------- perl/perl-io-zlib/perl-io-zlib.cache | 19 ---------- perl/perl-io-zlib/perl-io-zlib.desc | 32 ---------------- 11 files changed, 316 deletions(-) delete mode 100644 perl/perl-archive-tar/perl-archive-tar.cache delete mode 100644 perl/perl-archive-tar/perl-archive-tar.desc delete mode 100644 perl/perl-compress-raw-bzip2/perl-compress-raw-bzip2.desc delete mode 100644 perl/perl-compress-raw-zlib/perl-compress-raw-zlib.desc delete mode 100644 perl/perl-compress-zlib/perl-compress-zlib.cache delete mode 100644 perl/perl-compress-zlib/perl-compress-zlib.desc delete mode 100644 perl/perl-io-compress-base/perl-io-compress-base.desc delete mode 100644 perl/perl-io-compress-bzip2/perl-io-compress-bzip2.desc delete mode 100644 perl/perl-io-compress-zlib/perl-io-compress-zlib.desc delete mode 100644 perl/perl-io-zlib/perl-io-zlib.cache delete mode 100644 perl/perl-io-zlib/perl-io-zlib.desc diff --git a/perl/perl-archive-tar/perl-archive-tar.cache b/perl/perl-archive-tar/perl-archive-tar.cache deleted file mode 100644 index fa6f71329..000000000 --- a/perl/perl-archive-tar/perl-archive-tar.cache +++ /dev/null @@ -1,21 +0,0 @@ - -[TIMESTAMP] 1134317793 Sun Dec 11 17:16:33 2005 -[BUILDTIME] 5 (9) -[SIZE] 0.14 MB, 21 files - -[DEP] 00-dirtree -[DEP] bash -[DEP] bzip2 -[DEP] coreutils -[DEP] diffutils -[DEP] gawk -[DEP] gcc -[DEP] glibc -[DEP] grep -[DEP] make -[DEP] perl -[DEP] perl-compress-zlib -[DEP] perl-io-zlib -[DEP] sed -[DEP] sysfiles -[DEP] tar diff --git a/perl/perl-archive-tar/perl-archive-tar.desc b/perl/perl-archive-tar/perl-archive-tar.desc deleted file mode 100644 index fc0966e9c..000000000 --- a/perl/perl-archive-tar/perl-archive-tar.desc +++ /dev/null @@ -1,38 +0,0 @@ -[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] -[COPY] Filename: package/.../perl-archive-tar/perl-archive-tar.desc -[COPY] Copyright (C) 2006 The OpenSDE Project -[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project -[COPY] -[COPY] More information can be found in the files COPYING and README. -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; version 2 of the License. A copy of the -[COPY] GNU General Public License can be found in the file COPYING. -[COPY] --- SDE-COPYRIGHT-NOTE-END --- - -[I] perl module for manipulations of tar archives - -[T] Archive::Tar provides an object oriented mechanism for handling tar -[T] files. It provides class methods for quick and easy files handling -[T] while also allowing for the creation of tar file objects for custom -[T] manipulation. If you have the IO::Zlib module installed, Archive::Tar -[T] will also support compressed or gzipped tar files. -[T] -[T] An object of class Archive::Tar represents a .tar(.gz) archive full of -[T] files and things. - -[A] Jos Boumans -[M] The OpenSDE Community - -[C] extra/development - -[L] OpenSource -[S] Stable -[V] 1.30 -[P] X -----5---9 114.100 - -[D] 310269930 Archive-Tar-1.30.tar.gz http://search.cpan.org/CPAN/authors/id/K/KA/KANE/ - diff --git a/perl/perl-compress-raw-bzip2/perl-compress-raw-bzip2.desc b/perl/perl-compress-raw-bzip2/perl-compress-raw-bzip2.desc deleted file mode 100644 index 39e792b60..000000000 --- a/perl/perl-compress-raw-bzip2/perl-compress-raw-bzip2.desc +++ /dev/null @@ -1,31 +0,0 @@ -[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] -[COPY] Filename: package/.../perl-compress-raw-bzip2/perl-compress-raw-bzip2.desc -[COPY] Copyright (C) 2007 - 2010 The OpenSDE Project -[COPY] -[COPY] More information can be found in the files COPYING and README. -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; version 2 of the License. A copy of the -[COPY] GNU General Public License can be found in the file COPYING. -[COPY] --- SDE-COPYRIGHT-NOTE-END --- - -[I] Compress::Raw::Bzip2 perl module - -[T] Compress::Raw::Bzip2 provides an interface to the in-memory -[T] compression/uncompression functions from the bzip2 compression -[T] library. - -[A] Paul Marquess (pmqs@cpan.org) -[M] The OpenSDE Community - -[C] extra/development - -[L] OpenSource -[S] Stable -[V] 2.019 -[P] X -----5---9 113.500 - -[D] 2471886757 Compress-Raw-Bzip2-2.019.tar.gz http://www.cpan.org/modules/by-module/Compress/ diff --git a/perl/perl-compress-raw-zlib/perl-compress-raw-zlib.desc b/perl/perl-compress-raw-zlib/perl-compress-raw-zlib.desc deleted file mode 100644 index 122b86027..000000000 --- a/perl/perl-compress-raw-zlib/perl-compress-raw-zlib.desc +++ /dev/null @@ -1,30 +0,0 @@ -[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] -[COPY] Filename: package/.../perl-compress-raw-zlib/perl-compress-raw-zlib.desc -[COPY] Copyright (C) 2007 - 2010 The OpenSDE Project -[COPY] -[COPY] More information can be found in the files COPYING and README. -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; version 2 of the License. A copy of the -[COPY] GNU General Public License can be found in the file COPYING. -[COPY] --- SDE-COPYRIGHT-NOTE-END --- - -[I] A Compress::Raw::Zlib module for Perl - -[T] The Compress::Raw::Zlib module provides a Perl interface to the zlib -[T] compression library. - -[A] Paul Marquess (pmqs@cpan.org) -[M] The OpenSDE Community - -[C] extra/development - -[L] OpenSource -[S] Stable -[V] 2.019 -[P] X -----5---9 113.500 - -[D] 720816477 Compress-Raw-Zlib-2.019.tar.gz http://www.cpan.org/modules/by-module/Compress/ diff --git a/perl/perl-compress-zlib/perl-compress-zlib.cache b/perl/perl-compress-zlib/perl-compress-zlib.cache deleted file mode 100644 index bf0ddb0c6..000000000 --- a/perl/perl-compress-zlib/perl-compress-zlib.cache +++ /dev/null @@ -1,19 +0,0 @@ - -[TIMESTAMP] 1133941189 Wed Dec 7 08:39:49 2005 -[BUILDTIME] 5 (9) -[SIZE] 0.20 MB, 20 files - -[DEP] bash -[DEP] binutils -[DEP] bzip2 -[DEP] coreutils -[DEP] diffutils -[DEP] gcc -[DEP] glibc -[DEP] grep -[DEP] linux-header -[DEP] make -[DEP] perl -[DEP] sed -[DEP] sysfiles -[DEP] tar diff --git a/perl/perl-compress-zlib/perl-compress-zlib.desc b/perl/perl-compress-zlib/perl-compress-zlib.desc deleted file mode 100644 index b44d91549..000000000 --- a/perl/perl-compress-zlib/perl-compress-zlib.desc +++ /dev/null @@ -1,32 +0,0 @@ -[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] -[COPY] Filename: package/.../perl-compress-zlib/perl-compress-zlib.desc -[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project -[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project -[COPY] -[COPY] More information can be found in the files COPYING and README. -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; version 2 of the License. A copy of the -[COPY] GNU General Public License can be found in the file COPYING. -[COPY] --- SDE-COPYRIGHT-NOTE-END --- -[I] A Compress::Zlib module for Perl - -[T] This module provides a Perl interface to most of the zlib compression -[T] library. - -[A] Paul Marquess (perl module) -[A] Jean-Loup Gailly, Mark Adler (zlib sources) -[M] The OpenSDE Community - -[C] extra/development - -[L] OpenSource -[S] Stable -[V] 2.015 -[P] X -----5---9 113.500 - -[D] 713635754 Compress-Zlib-2.015.tar.gz http://www.cpan.org/modules/by-module/Compress/ - diff --git a/perl/perl-io-compress-base/perl-io-compress-base.desc b/perl/perl-io-compress-base/perl-io-compress-base.desc deleted file mode 100644 index 5e4615da0..000000000 --- a/perl/perl-io-compress-base/perl-io-compress-base.desc +++ /dev/null @@ -1,31 +0,0 @@ -[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] -[COPY] Filename: package/.../perl-io-compress-base/perl-io-compress-base.desc -[COPY] Copyright (C) 2007 - 2010 The OpenSDE Project -[COPY] -[COPY] More information can be found in the files COPYING and README. -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; version 2 of the License. A copy of the -[COPY] GNU General Public License can be found in the file COPYING. -[COPY] --- SDE-COPYRIGHT-NOTE-END --- - -[I] IO::Compress::Base perl module - -[T] This module is not intended for direct use in application code. -[T] Its sole purpose if to to be sub-classed by IO::Compress modules. - -[A] Paul Marquess (pmqs@cpan.org) -[M] The OpenSDE Community - -[C] extra/development - -[L] OpenSource -[S] Stable -[V] 2.015 -[P] X -----5---9 113.500 - -[D] 2583675592 IO-Compress-Base-2.015.tar.gz http://www.cpan.org/modules/by-module/IO/ - diff --git a/perl/perl-io-compress-bzip2/perl-io-compress-bzip2.desc b/perl/perl-io-compress-bzip2/perl-io-compress-bzip2.desc deleted file mode 100644 index c0be83754..000000000 --- a/perl/perl-io-compress-bzip2/perl-io-compress-bzip2.desc +++ /dev/null @@ -1,31 +0,0 @@ -[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] -[COPY] Filename: package/.../perl-io-compress-bzip2/perl-io-compress-bzip2.desc -[COPY] Copyright (C) 2007 - 2010 The OpenSDE Project -[COPY] -[COPY] More information can be found in the files COPYING and README. -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; version 2 of the License. A copy of the -[COPY] GNU General Public License can be found in the file COPYING. -[COPY] --- SDE-COPYRIGHT-NOTE-END --- - -[I] IO::Compress::Bzip2 perl module - -[T] This module provides a Perl interface that allows reading and writing -[T] bzip2 compressed data to files or buffer. - -[A] Paul Marquess (pmqs@cpan.org) -[M] The OpenSDE Community - -[C] extra/development - -[L] OpenSource -[S] Stable -[V] 2.015 -[P] X -----5---9 113.500 - -[D] 2120941460 IO-Compress-Bzip2-2.015.tar.gz http://www.cpan.org/modules/by-module/IO/ - diff --git a/perl/perl-io-compress-zlib/perl-io-compress-zlib.desc b/perl/perl-io-compress-zlib/perl-io-compress-zlib.desc deleted file mode 100644 index 9b0bbb067..000000000 --- a/perl/perl-io-compress-zlib/perl-io-compress-zlib.desc +++ /dev/null @@ -1,32 +0,0 @@ -[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] -[COPY] Filename: package/.../perl-io-compress-zlib/perl-io-compress-zlib.desc -[COPY] Copyright (C) 2007 - 2010 The OpenSDE Project -[COPY] -[COPY] More information can be found in the files COPYING and README. -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; version 2 of the License. A copy of the -[COPY] GNU General Public License can be found in the file COPYING. -[COPY] --- SDE-COPYRIGHT-NOTE-END --- - -[I] IO::Compress::Zlib perl module - -[T] This module provides a Perl interface that allows reading and writing -[T] compressed data from and to files or buffer as defined in RFC 1950, -[T] RFC 1951 and RFC 1952. - -[A] Paul Marquess (pmqs@cpan.org) -[M] The OpenSDE Community - -[C] extra/development - -[L] OpenSource -[S] Stable -[V] 2.015 -[P] X -----5---9 113.500 - -[D] 234782449 IO-Compress-Zlib-2.015.tar.gz http://www.cpan.org/modules/by-module/IO/ - diff --git a/perl/perl-io-zlib/perl-io-zlib.cache b/perl/perl-io-zlib/perl-io-zlib.cache deleted file mode 100644 index d847443e1..000000000 --- a/perl/perl-io-zlib/perl-io-zlib.cache +++ /dev/null @@ -1,19 +0,0 @@ - -[TIMESTAMP] 1134317643 Sun Dec 11 17:14:03 2005 -[BUILDTIME] 5 (9) -[SIZE] 0.05 MB, 16 files - -[DEP] 00-dirtree -[DEP] bash -[DEP] bzip2 -[DEP] coreutils -[DEP] diffutils -[DEP] gcc -[DEP] glibc -[DEP] grep -[DEP] make -[DEP] perl -[DEP] perl-compress-zlib -[DEP] sed -[DEP] sysfiles -[DEP] tar diff --git a/perl/perl-io-zlib/perl-io-zlib.desc b/perl/perl-io-zlib/perl-io-zlib.desc deleted file mode 100644 index 800f22332..000000000 --- a/perl/perl-io-zlib/perl-io-zlib.desc +++ /dev/null @@ -1,32 +0,0 @@ -[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] -[COPY] Filename: package/.../perl-io-zlib/perl-io-zlib.desc -[COPY] Copyright (C) 2006 The OpenSDE Project -[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project -[COPY] -[COPY] More information can be found in the files COPYING and README. -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; version 2 of the License. A copy of the -[COPY] GNU General Public License can be found in the file COPYING. -[COPY] --- SDE-COPYRIGHT-NOTE-END --- - -[I] IO:: style interface to Compress::Zlib - -[T] This module provides a Perl interface to most of the zlib compression -[T] library. - -[A] Tom Hughes -[M] Alejandro Mery - -[C] extra/development - -[L] OpenSource -[S] Stable -[V] 1.04 -[P] X -----5---9 114.000 - -[D] 65839759 IO-Zlib-1.04.tar.gz http://search.cpan.org/CPAN/authors/id/T/TO/TOMHUGHES/ -