Subject: CVS commit: pkgsrc/sysutils
From: Benny Siegert
Date: 2018-11-09 13:50:49
Message id: 20181109125049.B47E6FB1F@cvs.NetBSD.org

Log Message:
Import renameutils-0.12.0 from pkgsrc-wip.

The file renaming utilities consists of five programs designed to make renaming
of files faster and less cumbersome:
- qmv ("quick move") allows a bunch of file names to be edited in a \ 
text editor;
- imv ("interactive move") allows a single file name to be edited in the
  terminal using the GNU Readline library
- qcp and icp are similar to qmv and imv but copy files instead of moving them;
- deurlname removes URL encoded characters (such as %20 representing space) from
  file names.

PR pkg/52546, which I neglected for a year.

Files:
RevisionActionfile
1.1addpkgsrc/sysutils/renameutils/DESCR
1.1addpkgsrc/sysutils/renameutils/Makefile
1.1addpkgsrc/sysutils/renameutils/PLIST
1.1addpkgsrc/sysutils/renameutils/distinfo
1.1addpkgsrc/sysutils/renameutils/options.mk
1.1addpkgsrc/sysutils/renameutils/patches/patch-src_Makefile.in
1.1addpkgsrc/sysutils/renameutils/patches/patch-src_icmd.c
1.1addpkgsrc/sysutils/renameutils/patches/patch-src_qcmd.c