pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: gdt
Date: Sat Jul 4 11:49:01 UTC 2026
Modified Files:
pkgsrc/www: Makefile
Added Files:
pkgsrc/www/blogc: DESCR Makefile PLIST distinfo
Log Message:
www/blogc: Add blogc version 0.20.1
Blogc is a blog compiler written in C. Given a template and source file(s) it
will generate those into blog/website resources. Each page is generated
independently, making blogc easy to integrate with make and other UNIX build
toos while remaining fast, portable, and predictable.
Packaed in wip by martintc
To generate a diff of this commit:
cvs rdiff -u -r1.1924 -r1.1925 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/blogc/DESCR pkgsrc/www/blogc/Makefile \
pkgsrc/www/blogc/PLIST pkgsrc/www/blogc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1924 pkgsrc/www/Makefile:1.1925
--- pkgsrc/www/Makefile:1.1924 Tue Jun 23 11:36:40 2026
+++ pkgsrc/www/Makefile Sat Jul 4 11:49:00 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1924 2026/06/23 11:36:40 drixter Exp $
+# $NetBSD: Makefile,v 1.1925 2026/07/04 11:49:00 gdt Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -81,6 +81,7 @@ SUBDIR+= bannerfilter
SUBDIR+= basilisk
SUBDIR+= bins
SUBDIR+= bkedit
+SUBDIR+= blogc
SUBDIR+= bluefish
SUBDIR+= blur6ex
SUBDIR+= bozohttpd
Added files:
Index: pkgsrc/www/blogc/DESCR
diff -u /dev/null pkgsrc/www/blogc/DESCR:1.1
--- /dev/null Sat Jul 4 11:49:01 2026
+++ pkgsrc/www/blogc/DESCR Sat Jul 4 11:49:00 2026
@@ -0,0 +1,4 @@
+Blogc is a blog compiler written in C. Given a template and source file(s) it
+will generate those into blog/website resources. Each page is generated
+independently, making blogc easy to integrate with make and other UNIX build
+toos while remaining fast, portable, and predictable.
Index: pkgsrc/www/blogc/Makefile
diff -u /dev/null pkgsrc/www/blogc/Makefile:1.1
--- /dev/null Sat Jul 4 11:49:01 2026
+++ pkgsrc/www/blogc/Makefile Sat Jul 4 11:49:00 2026
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2026/07/04 11:49:00 gdt Exp $
+
+VERSION= 0.20.1
+DISTNAME= blogc-${VERSION}
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_GITHUB:=blogc/}
+GITHUB_PROJECT= blogc
+GITHUB_RELEASE= v${VERSION}
+
+MAINTAINER= kj4ntv%gmail.com@localhost
+HOMEPAGE= https://blogc.rgm.io/
+COMMENT= Single-page blog compiler
+LICENSE= modified-bsd
+
+USE_CC_FEATURES+= c99
+
+TEST_TARGET= check
+# Tools used by test but not build.
+USE_TOOLS+= bash diff tee
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/blogc/PLIST
diff -u /dev/null pkgsrc/www/blogc/PLIST:1.1
--- /dev/null Sat Jul 4 11:49:01 2026
+++ pkgsrc/www/blogc/PLIST Sat Jul 4 11:49:00 2026
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2026/07/04 11:49:00 gdt Exp $
+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
Index: pkgsrc/www/blogc/distinfo
diff -u /dev/null pkgsrc/www/blogc/distinfo:1.1
--- /dev/null Sat Jul 4 11:49:01 2026
+++ pkgsrc/www/blogc/distinfo Sat Jul 4 11:49:00 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/07/04 11:49:00 gdt Exp $
+
+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