Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2026 04:23:46 +0000
Message-ID:  <69e6fbd2.33ecb.5b2f428@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d38eb9fb6054b4e9a0b61c5347d7dd45674ab660

commit d38eb9fb6054b4e9a0b61c5347d7dd45674ab660
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-21 03:06:57 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-21 03:06:57 +0000

    misc/blogwatcher: New port: Stay on top of your favorite blogs
---
 misc/Makefile              |  1 +
 misc/blogwatcher/Makefile  | 20 ++++++++++++++++++++
 misc/blogwatcher/distinfo  |  5 +++++
 misc/blogwatcher/pkg-descr | 11 +++++++++++
 4 files changed, 37 insertions(+)

diff --git a/misc/Makefile b/misc/Makefile
index fbfa378169c1..6c2cb4814485 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -35,6 +35,7 @@
     SUBDIR += binocle
     SUBDIR += biosfont-demos
     SUBDIR += birthday
+    SUBDIR += blogwatcher
     SUBDIR += bogosort
     SUBDIR += bottlerocket
     SUBDIR += box2d
diff --git a/misc/blogwatcher/Makefile b/misc/blogwatcher/Makefile
new file mode 100644
index 000000000000..a1fad064d219
--- /dev/null
+++ b/misc/blogwatcher/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	blogwatcher
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.0.2
+CATEGORIES=	misc
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Stay on top of your favorite blogs
+WWW=		https://github.com/Hyaxia/blogwatcher
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		go:1.24+,modules
+
+GO_MODULE=	github.com/Hyaxia/blogwatcher
+GO_TARGET=	./cmd/${PORTNAME}
+
+PLIST_FILES=	bin/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/misc/blogwatcher/distinfo b/misc/blogwatcher/distinfo
new file mode 100644
index 000000000000..69d0dff56031
--- /dev/null
+++ b/misc/blogwatcher/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1776740684
+SHA256 (go/misc_blogwatcher/blogwatcher-v0.0.2/v0.0.2.mod) = 17357fa45e0a6bf18a45ac9c2892c199989366b8f647635bc5bfb781af8c55c5
+SIZE (go/misc_blogwatcher/blogwatcher-v0.0.2/v0.0.2.mod) = 1269
+SHA256 (go/misc_blogwatcher/blogwatcher-v0.0.2/v0.0.2.zip) = 8b2a8fe0051b0af987a5df7dd5326fc1c141990d7690fb9db74592b09bf73f14
+SIZE (go/misc_blogwatcher/blogwatcher-v0.0.2/v0.0.2.zip) = 33652
diff --git a/misc/blogwatcher/pkg-descr b/misc/blogwatcher/pkg-descr
new file mode 100644
index 000000000000..d63d56be27e2
--- /dev/null
+++ b/misc/blogwatcher/pkg-descr
@@ -0,0 +1,11 @@
+BlogWatcher is a Go CLI tool to track blog articles, detect new posts,
+and manage read/unread status. Supports both RSS/Atom feeds and HTML scraping
+as fallback.
+
+Features:
+* Dual Source Support - Tries RSS feeds first, falls back to HTML scraping
+* Automatic Feed Discovery - Detects RSS/Atom URLs from blog homepages
+* Read/Unread Management - Track which articles you've read
+* Blog Filtering - View articles from specific blogs
+* Duplicate Prevention - Never tracks the same article twice
+* Colored CLI Output - User-friendly terminal interface


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e6fbd2.33ecb.5b2f428>