Page MenuHomeFreeBSD

D54863.diff
No OneTemporary

D54863.diff

diff --git a/sysutils/Makefile b/sysutils/Makefile
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1588,6 +1588,7 @@
SUBDIR += waitforssh
SUBDIR += walk
SUBDIR += watchfolder
+ SUBDIR += watchcat
SUBDIR += watchman
SUBDIR += watchmen
SUBDIR += waynergy
diff --git a/sysutils/watchcat/Makefile b/sysutils/watchcat/Makefile
new file mode 100644
--- /dev/null
+++ b/sysutils/watchcat/Makefile
@@ -0,0 +1,38 @@
+PORTNAME= watchcat
+DISTVERSION= g20260124
+CATEGORIES= sysutils
+
+MAINTAINER= antranigv@FreeBSD.am
+COMMENT= Combines the functionality of watch and cat
+
+LICENSE= GPLv2
+
+BUILD_DEPENDS= voc:lang/voc
+
+USE_GITHUB= yes
+GH_ACCOUNT= norayr
+GH_TAGNAME= f1134a59f6b581d8d500b2678407285a1ee6443b
+
+GH_TUPLE= norayr:pipes:ef0629a71853b145def2b8b27300d3d02b228739:pipes/dps/pipes \
+ norayr:strutils:2a450a1ef94a431787e258e262d053377ac9275c:strutils/dps/strutils \
+ norayr:time:8f4d8612518cd69f91e85fa224c85bfe5d506028:time/dps/time
+
+PLIST_FILES= bin/watchcat
+
+pre-build:
+ ${MKDIR} ${WRKSRC}/build/
+
+do-build:
+ (cd ${WRKSRC}/build && \
+ ${SETENVI} ${MAKE_ENV} voc \
+ ../dps/time/src/time.Mod -s \
+ ../dps/strutils/src/strTypes.Mod -s \
+ ../dps/strutils/src/strUtils.Mod -s \
+ ../dps/pipes/src/pipes.Mod -s \
+ ../src/watchcat.Mod -M \
+ )
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/build/watchcat ${STAGEDIR}${PREFIX}/bin/watchcat
+
+.include <bsd.port.mk>
diff --git a/sysutils/watchcat/distinfo b/sysutils/watchcat/distinfo
new file mode 100644
--- /dev/null
+++ b/sysutils/watchcat/distinfo
@@ -0,0 +1,9 @@
+TIMESTAMP = 1769447608
+SHA256 (norayr-watchcat-g20260124-f1134a59f6b581d8d500b2678407285a1ee6443b_GH0.tar.gz) = 631ad43c8035b40e1d134c9f906fcf7fa3ab54e3c05255466ca00dfd1cd2b41a
+SIZE (norayr-watchcat-g20260124-f1134a59f6b581d8d500b2678407285a1ee6443b_GH0.tar.gz) = 10293
+SHA256 (norayr-pipes-ef0629a71853b145def2b8b27300d3d02b228739_GH0.tar.gz) = aa2c08fbd8b1d7ca0e9511a02e580e387747fdfd44ef876d67009fa7cef162e7
+SIZE (norayr-pipes-ef0629a71853b145def2b8b27300d3d02b228739_GH0.tar.gz) = 8339
+SHA256 (norayr-strutils-2a450a1ef94a431787e258e262d053377ac9275c_GH0.tar.gz) = 4a7d49daf14c707c3a7c257e98a4dd8372ab84a70efa9073c95142bce21a54a5
+SIZE (norayr-strutils-2a450a1ef94a431787e258e262d053377ac9275c_GH0.tar.gz) = 19396
+SHA256 (norayr-time-8f4d8612518cd69f91e85fa224c85bfe5d506028_GH0.tar.gz) = d3985485df35e03171feed80d75d3be4655498a91e2e413003780c7e77074c2e
+SIZE (norayr-time-8f4d8612518cd69f91e85fa224c85bfe5d506028_GH0.tar.gz) = 7362
diff --git a/sysutils/watchcat/pkg-descr b/sysutils/watchcat/pkg-descr
new file mode 100644
--- /dev/null
+++ b/sysutils/watchcat/pkg-descr
@@ -0,0 +1,4 @@
+Watchcat is a command-line tool that combines the functionalities of
+the 'watch' and 'cat' commands. It allows users to monitor the output
+of a command by executing it repeatedly at specified intervals or to
+watch a file for changes and display its contents when modified.

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 29, 4:52 AM (3 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28068930
Default Alt Text
D54863.diff (2 KB)

Event Timeline