Created attachment 183601 [details] sysutils/mmve shar file It is a simple tool to rename many directories or files with a text editor. Entries are given as arguments, then current editor is started with one entry per line, and any changed entry will be renamed when editor exits. I would like this port to be added in "sysutils" category if possible, and then I would maintain it. Thank you!
@Submitter: Are you still interested?
(In reply to Nathan from comment #1) Yes, I am still interested. If there is any issue with my submission please let me know, I'll happily fix it. Thanks!
Doesn't seem to be a need for the ruby_no_build_depends? One suggestion would be align up: PORTNAME= mmve PORTVERSION= 0.2.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils Since you aren't copying a lot of files use: ${INSTALL_SCRIPT} ${WRKSRC}/bin/mmve ${STAGEDIR}${PREFIX}/bin Add: USES= shebangfix SHEBANG_FILES= bin/mmve
Created attachment 197109 [details] sysutils/mmve shar file Thank you for the feedback. I corrected the shar file with your suggestions. I removed RUBY_NO_BUILD_DEPENDS, it's not needed for a correct package. From my understanding, specifying this would install ruby at a more "correct" phase (only for runtime), as it is not needed for extract/build. But with poudriere, both testport and bulk commands would install it anyway (in extract-depends or in run-depends), and the built package is the same.
A commit references this bug: Author: swills Date: Mon Feb 4 12:27:42 UTC 2019 New revision: 492122 URL: https://svnweb.freebsd.org/changeset/ports/492122 Log: sysutils/mmve: create port Mass MV Editor: move files with your editor WWW: https://rubygems.org/gems/mmve PR: 220108 Submitted by: Thibault Jouan <tj+freebsd_ports@a13.fr> Changes: head/sysutils/Makefile head/sysutils/mmve/ head/sysutils/mmve/Makefile head/sysutils/mmve/distinfo head/sysutils/mmve/pkg-descr head/sysutils/mmve/pkg-plist
Committed, thanks for the port. Sorry it took so long.