sysutils/f2: New port: Command-line tool for batch renaming files and directories

This commit is contained in:
Yuri Victorovich 2021-08-26 01:57:51 -07:00
parent 4ee1486507
commit dd6bee49cc
4 changed files with 29 additions and 0 deletions

View file

@ -339,6 +339,7 @@
SUBDIR += exfat-utils SUBDIR += exfat-utils
SUBDIR += extipl SUBDIR += extipl
SUBDIR += ezjail SUBDIR += ezjail
SUBDIR += f2
SUBDIR += f3 SUBDIR += f3
SUBDIR += facter SUBDIR += facter
SUBDIR += fanout SUBDIR += fanout

19
sysutils/f2/Makefile Normal file
View file

@ -0,0 +1,19 @@
PORTNAME= f2
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.2
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Command-line tool for batch renaming files and directories
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
USES= go:modules
GO_MODULE= github.com/ayoisaiah/f2
GO_TARGET= ./cmd/f2
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>

5
sysutils/f2/distinfo Normal file
View file

@ -0,0 +1,5 @@
TIMESTAMP = 1629967897
SHA256 (go/sysutils_f2/f2-v1.7.2/v1.7.2.mod) = bd941250203f96c5d310c11e4c365a2904c5b899aec38415016210f184a491c6
SIZE (go/sysutils_f2/f2-v1.7.2/v1.7.2.mod) = 1066
SHA256 (go/sysutils_f2/f2-v1.7.2/v1.7.2.zip) = 3f695b97246d3bdcca7bb36241723a420ce7a7ce084d32ed7d88e85feeb68292
SIZE (go/sysutils_f2/f2-v1.7.2/v1.7.2.zip) = 54472919

4
sysutils/f2/pkg-descr Normal file
View file

@ -0,0 +1,4 @@
F2 is a cross-platform command-line tool for batch renaming files and
directories quickly and safely.
WWW: https://github.com/ayoisaiah/f2