pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/p5-File-Remove File::Remove::remove removes f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c7cd0505ac4
branches:  trunk
changeset: 492955:7c7cd0505ac4
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Apr 23 17:27:55 2005 +0000

description:
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.

diffstat:

 sysutils/p5-File-Remove/DESCR    |   4 ++++
 sysutils/p5-File-Remove/Makefile |  17 +++++++++++++++++
 sysutils/p5-File-Remove/PLIST    |   1 +
 sysutils/p5-File-Remove/distinfo |   5 +++++
 4 files changed, 27 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 5e790c72e232 -r 7c7cd0505ac4 sysutils/p5-File-Remove/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-File-Remove/DESCR     Sat Apr 23 17:27:55 2005 +0000
@@ -0,0 +1,4 @@
+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.
diff -r 5e790c72e232 -r 7c7cd0505ac4 sysutils/p5-File-Remove/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-File-Remove/Makefile  Sat Apr 23 17:27:55 2005 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/04/23 17:27:55 adrianp Exp $
+
+DISTNAME=      File-Remove-0.29
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER=    adrianp%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~rsod/${DISTNAME}/
+COMMENT=       Remove files and directories
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/File/Remove/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5e790c72e232 -r 7c7cd0505ac4 sysutils/p5-File-Remove/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-File-Remove/PLIST     Sat Apr 23 17:27:55 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/23 17:27:55 adrianp Exp $
diff -r 5e790c72e232 -r 7c7cd0505ac4 sysutils/p5-File-Remove/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-File-Remove/distinfo  Sat Apr 23 17:27:55 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/04/23 17:27:55 adrianp Exp $
+
+SHA1 (File-Remove-0.29.tar.gz) = be933aaf3f9954fa024b5d7ee6b17095a2c4b2e6
+RMD160 (File-Remove-0.29.tar.gz) = 2e60353fec1bb8e92998d4b6a92e0808db474fb6
+Size (File-Remove-0.29.tar.gz) = 5000 bytes



Home | Main Index | Thread Index | Old Index