diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-04-23 17:27:55 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-04-23 17:27:55 +0000 |
commit | 23d4792ded3a49d4aec1a9d3c4aeba3a14b2aa37 (patch) | |
tree | 9068ea6358d361deadd82219abfb8bdad28362ee /sysutils | |
parent | 5a3e723110780ac843801e6134505c4263b924a1 (diff) | |
download | pkgsrc-23d4792ded3a49d4aec1a9d3c4aeba3a14b2aa37.tar.gz |
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 (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-File-Remove/DESCR | 4 | ||||
-rw-r--r-- | sysutils/p5-File-Remove/Makefile | 17 | ||||
-rw-r--r-- | sysutils/p5-File-Remove/PLIST | 1 | ||||
-rw-r--r-- | sysutils/p5-File-Remove/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/sysutils/p5-File-Remove/DESCR b/sysutils/p5-File-Remove/DESCR new file mode 100644 index 00000000000..c38e11917b3 --- /dev/null +++ b/sysutils/p5-File-Remove/DESCR @@ -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 --git a/sysutils/p5-File-Remove/Makefile b/sysutils/p5-File-Remove/Makefile new file mode 100644 index 00000000000..92cac62c1a6 --- /dev/null +++ b/sysutils/p5-File-Remove/Makefile @@ -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 +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 --git a/sysutils/p5-File-Remove/PLIST b/sysutils/p5-File-Remove/PLIST new file mode 100644 index 00000000000..6c82f072603 --- /dev/null +++ b/sysutils/p5-File-Remove/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/23 17:27:55 adrianp Exp $ diff --git a/sysutils/p5-File-Remove/distinfo b/sysutils/p5-File-Remove/distinfo new file mode 100644 index 00000000000..9910b4d672f --- /dev/null +++ b/sysutils/p5-File-Remove/distinfo @@ -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 |