Summary: | New port: sysutils/renameutils - Rename files faster and more easily | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Matteo Cypriani <mcy> | ||||||
Component: | Individual Port(s) | Assignee: | Pawel Pekala <pawel> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | jhale, mcy, pawel | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Matteo Cypriani
2014-09-30 18:13:18 UTC
(In reply to Matteo Cypriani from comment #0) > Created attachment 147854 [details] > sysutils/renameutils > > The port was built successfuly on Redports, logs are accessible here: > https://redports.org/buildarchive/20140926024150-88116/ > > make check-orphans signals two missing @dirrmtry entries, but I was told > these are not necessary any more (I'm working on DragonFly, so my tools > might be slightly outdated). > > Please let me know if any modification is needed. Yes, @dirrmtry is deprecated. My only notes would be: - MASTER_SITES/MASTER_SITE_SUBDIR could be simplified to: MASTER_SITES= SAVANNAH - USES should be defined on one line - Patching Makefile.am isn't necessary, just Makefile.in Created attachment 147894 [details] sysutils/renameutils v2 Thank you for your comments. Here is a new version of the port fixing these problems. RedPorts build logs: https://redports.org/buildarchive/20141001215601-2908/ A commit references this bug: Author: pawel Date: Fri Dec 12 22:16:47 UTC 2014 New revision: 374607 URL: https://svnweb.freebsd.org/changeset/ports/374607 Log: 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. WWW: http://www.nongnu.org/renameutils/ PR: 194045 Submitted by: Matteo Cypriani <mcy@lm7.fr> Changes: head/sysutils/Makefile head/sysutils/renameutils/ head/sysutils/renameutils/Makefile head/sysutils/renameutils/distinfo head/sysutils/renameutils/files/ head/sysutils/renameutils/files/patch-src__icmd.c head/sysutils/renameutils/files/patch-src__qcmd.c head/sysutils/renameutils/pkg-descr head/sysutils/renameutils/pkg-plist A commit references this bug: Author: pawel Date: Fri Dec 12 22:22:42 UTC 2014 New revision: 46089 URL: https://svnweb.freebsd.org/changeset/doc/46089 Log: For sysutils/renameutils PR: 194045 Changes: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml |