pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

blogc: Add blogc-0.20.1



Module Name:	pkgsrc-wip
Committed By:	Todd Martin <kj4ntv%gmail.com@localhost>
Pushed By:	warfox
Date:		Mon Jun 29 15:30:56 2026 -0700
Changeset:	2fc8f824a0274970fc26905ac2e31610773f7766

Modified Files:
	Makefile
Added Files:
	blogc/DESCR
	blogc/Makefile
	blogc/PLIST
	blogc/distinfo

Log Message:
blogc: Add blogc-0.20.1

Blogc is a blog compiler written in C. It compiles source files and
templates intro blog/website resources.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2fc8f824a0274970fc26905ac2e31610773f7766

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile       |  1 +
 blogc/DESCR    |  2 ++
 blogc/Makefile | 16 ++++++++++++++++
 blogc/PLIST    |  8 ++++++++
 blogc/distinfo |  5 +++++
 5 files changed, 32 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 71a20b2199..86fe2eacdd 100644
--- a/Makefile
+++ b/Makefile
@@ -350,6 +350,7 @@ SUBDIR+=	bleachbit
 SUBDIR+=	blink
 SUBDIR+=	blink-git
 SUBDIR+=	blis
+SUBDIR+=	blogc
 SUBDIR+=	blueprint-compiler
 SUBDIR+=	blueproxy
 SUBDIR+=	bluez
diff --git a/blogc/DESCR b/blogc/DESCR
new file mode 100644
index 0000000000..cd72b7fc64
--- /dev/null
+++ b/blogc/DESCR
@@ -0,0 +1,2 @@
+Blogc is a blog compiler written in C. It compiles source files and templates
+intro blog/website resources.
diff --git a/blogc/Makefile b/blogc/Makefile
new file mode 100644
index 0000000000..8bd67ffc7a
--- /dev/null
+++ b/blogc/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	blogc-0.20.1
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_GITHUB:=blogc/}
+GITHUB_PROJECT=	blogc
+GITHUB_RELEASE=	v0.20.1
+
+MAINTAINER=	kj4ntv%gmail.com@localhost
+HOMEPAGE=	https://blogc.rgm.io/
+COMMENT=	Blog compiler
+LICENSE=	modified-bsd
+
+GNU_CONFIGURE=	yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/blogc/PLIST b/blogc/PLIST
new file mode 100644
index 0000000000..c2e5f773be
--- /dev/null
+++ b/blogc/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+bin/blogc
+man/man1/blogc.1
+man/man7/blogc-pagination.7
+man/man7/blogc-source.7
+man/man7/blogc-template.7
+man/man7/blogc-toctree.7
+@pkgdir man/man5
diff --git a/blogc/distinfo b/blogc/distinfo
new file mode 100644
index 0000000000..602f3e0806
--- /dev/null
+++ b/blogc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (blogc-0.20.1.tar.gz) = 84421069e5a83afa0c623dd214cce26f55ec12b15f076f61a4aa01e7c00355e0
+SHA512 (blogc-0.20.1.tar.gz) = d05fd527e4a74c1eeb31689eb516687813f6612291a3dfa3131103cf6f6aeb77994846d8070e59a4f584a033d86db92ce4641e673a7dada59dedfb978d3b6f35
+Size (blogc-0.20.1.tar.gz) = 506761 bytes


Home | Main Index | Thread Index | Old Index