diff --git a/sysutils/Makefile b/sysutils/Makefile index 09249ec5a277..d5708e437423 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -339,6 +339,7 @@ SUBDIR += exfat-utils SUBDIR += extipl SUBDIR += ezjail + SUBDIR += f2 SUBDIR += f3 SUBDIR += facter SUBDIR += fanout diff --git a/sysutils/f2/Makefile b/sysutils/f2/Makefile new file mode 100644 index 000000000000..2641469b180f --- /dev/null +++ b/sysutils/f2/Makefile @@ -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 diff --git a/sysutils/f2/distinfo b/sysutils/f2/distinfo new file mode 100644 index 000000000000..e932f6e663a5 --- /dev/null +++ b/sysutils/f2/distinfo @@ -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 diff --git a/sysutils/f2/pkg-descr b/sysutils/f2/pkg-descr new file mode 100644 index 000000000000..25fe03d1c547 --- /dev/null +++ b/sysutils/f2/pkg-descr @@ -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