pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/rename Imported rename from PR 37280.
details: https://anonhg.NetBSD.org/pkgsrc/rev/265a09e39485
branches: trunk
changeset: 535001:265a09e39485
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Nov 05 15:56:34 2007 +0000
description:
Imported rename from PR 37280.
Rename is a command-line rename tool. It can substitute, lowcase,
upcase large numbers of file names, or change their ownerships.
This is a quick and powerful tool written in C with extended regular
expression support for searching and substituting pattern strings
in filenames.
diffstat:
sysutils/rename/DESCR | 5 +++++
sysutils/rename/Makefile | 15 +++++++++++++++
sysutils/rename/PLIST | 3 +++
sysutils/rename/distinfo | 6 ++++++
sysutils/rename/patches/patch-aa | 15 +++++++++++++++
5 files changed, 44 insertions(+), 0 deletions(-)
diffs (64 lines):
diff -r 405e5a847443 -r 265a09e39485 sysutils/rename/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rename/DESCR Mon Nov 05 15:56:34 2007 +0000
@@ -0,0 +1,5 @@
+Rename is a command-line rename tool. It can substitute, lowcase,
+upcase large numbers of file names, or change their ownerships.
+This is a quick and powerful tool written in C with extended regular
+expression support for searching and substituting pattern strings
+in filenames.
diff -r 405e5a847443 -r 265a09e39485 sysutils/rename/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rename/Makefile Mon Nov 05 15:56:34 2007 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/11/05 15:56:34 rillig Exp $
+
+DISTNAME= rename-1.3
+PKGREVISION= 1
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rename/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://rename.sourceforge.net/
+COMMENT= Rename recursively with regex patterns
+
+USE_TOOLS+= gmake
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r 405e5a847443 -r 265a09e39485 sysutils/rename/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rename/PLIST Mon Nov 05 15:56:34 2007 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/05 15:56:34 rillig Exp $
+bin/rename
+man/man1/rename.1
diff -r 405e5a847443 -r 265a09e39485 sysutils/rename/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rename/distinfo Mon Nov 05 15:56:34 2007 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/11/05 15:56:34 rillig Exp $
+
+SHA1 (rename-1.3.tar.gz) = 8d835e628aeb1f71816e092c0de57daf2519f43a
+RMD160 (rename-1.3.tar.gz) = 56bd0ebaabbf9aae1fb93a12ca1cf9fccee5c5ab
+Size (rename-1.3.tar.gz) = 83854 bytes
+SHA1 (patch-aa) = 5a287999d712b540964de5f447194c00160f8805
diff -r 405e5a847443 -r 265a09e39485 sysutils/rename/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rename/patches/patch-aa Mon Nov 05 15:56:34 2007 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/11/05 15:56:34 rillig Exp $
+
+--- Makefile.in.orig 2002-05-18 23:28:34.000000000 -0400
++++ Makefile.in 2007-11-04 19:42:05.000000000 -0500
+@@ -30,8 +30,8 @@
+ rm -f core rename *.o config.status config.cache config.h config.log Makefile
+
+ install:
+- install -o root -g root -m 0755 -s rename $(BINDIR)
+- install -o root -g root -m 0644 rename.1 $(MANDIR)
++ ${BSD_INSTALL_PROGRAM} rename $(BINDIR)
++ ${BSD_INSTALL_MAN} rename.1 $(MANDIR)
+
+ rename.o: rename.c rename.h
+ regex.o: regex.c regex.h
Home |
Main Index |
Thread Index |
Old Index