git: dd6bee49cc1b - main - sysutils/f2: New port: Command-line tool for batch renaming files and directories
Yuri Victorovich
yuri at FreeBSD.org
Thu Aug 26 08:58:38 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dd6bee49cc1b9159767bad730a6a645f15b171a6
commit dd6bee49cc1b9159767bad730a6a645f15b171a6
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-08-26 08:57:51 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-08-26 08:57:51 +0000
sysutils/f2: New port: Command-line tool for batch renaming files and directories
---
sysutils/Makefile | 1 +
sysutils/f2/Makefile | 19 +++++++++++++++++++
sysutils/f2/distinfo | 5 +++++
sysutils/f2/pkg-descr | 4 ++++
4 files changed, 29 insertions(+)
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 at 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>
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
More information about the dev-commits-ports-all
mailing list