Revision: 24275
http://sourceforge.net/p/gar/code/24275
Author: dmichelsen
Date: 2014-11-06 09:33:57 +0000 (Thu, 06 Nov 2014)
Log Message:
-----------
cpan/File-Remove/trunk: Update to 1.52 and makemake
Modified Paths:
--------------
csw/mgar/pkg/cpan/File-Remove/trunk/Makefile
csw/mgar/pkg/cpan/File-Remove/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/cpan/File-Remove/trunk/files/COPYING
Modified: csw/mgar/pkg/cpan/File-Remove/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/File-Remove/trunk/Makefile 2014-11-05 22:04:35 UTC
(rev 24274)
+++ csw/mgar/pkg/cpan/File-Remove/trunk/Makefile 2014-11-06 09:33:57 UTC
(rev 24275)
@@ -1,22 +1,22 @@
NAME = File-Remove
-VERSION = 1.42
+VERSION = 1.52
CATEGORIES = cpan
GARTYPE = v2
AUTHOR = ADAMK
DESCRIPTION = Remove files and directories
define BLURB
- File::Remove::remove removes files and directories. It acts like /bin/rm,
- for the most part. Although unlink can be given a list of files, it will not
- remove directories; this module remedies that. It also accepts wildcards, *
- and ?, as arguments for filenames.
endef
-DISTFILES = COPYING
+CATALOG_RELEASE = unstable
-PACKAGES = CSWpmfileremove
-CATALOGNAME = pm_fileremove
+LICENSE = LICENSE
-ARCHALL = 1
+PACKAGES += CSWpm-file-remove
+CATALOGNAME_CSWpm-file-remove = pm_file_remove
+SPKG_DESC_CSWpm-file-remove = Remove files and directories
+ARCHALL_CSWpm-file-remove = 1
+OBSOLETED_BY_CSWpm-file-remove += CSWpmfileremove
+CATALOGNAME_CSWpmfileremove = pm_fileremove_stub
include gar/category.mk
Modified: csw/mgar/pkg/cpan/File-Remove/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/File-Remove/trunk/checksums 2014-11-05 22:04:35 UTC
(rev 24274)
+++ csw/mgar/pkg/cpan/File-Remove/trunk/checksums 2014-11-06 09:33:57 UTC
(rev 24275)
@@ -1,2 +1 @@
-df809ec9deac3b6514166c8bdec44706 COPYING
-7eef25044fc3cc60b6faf0522f865ed5 File-Remove-1.42.tar.gz
+e9d6c33a2aac9789036afb4cc23ed8eb File-Remove-1.52.tar.gz
Deleted: csw/mgar/pkg/cpan/File-Remove/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/File-Remove/trunk/files/COPYING 2014-11-05 22:04:35 UTC
(rev 24274)
+++ csw/mgar/pkg/cpan/File-Remove/trunk/files/COPYING 2014-11-06 09:33:57 UTC
(rev 24275)
@@ -1,11 +0,0 @@
-Some parts copyright 2006 - 2008 Adam Kennedy.
-
-Taken over by Adam Kennedy <[email protected]>, to fix the "deep readonly files"
bug, and do some more cleaning up.
-
-Some parts copyright 2004 - 2005 Richard Soderberg.
-
-Taken over by Richard Soderberg <[email protected]>, so as to port it to
File::Spec and add tests.
-
-Original copyright: 1998 by Gabor Egressy, <[email protected]>.
-
-This program is free software; you can redistribute and/or modify it under the
same terms as Perl itself.
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.