pkgsrc-WIP-changes archive

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

blogc: Add DESCR into COMMIT_MSG



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sat Jul 4 07:34:57 2026 -0400
Changeset:	0ef2a4fab4f2722a9850add8f0bd926fe74437d3

Modified Files:
	blogc/COMMIT_MSG

Log Message:
blogc: Add DESCR into COMMIT_MSG

We apparently don't document this, but new packages should have at
least part of DESCR in the commit message.

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

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

diffstat:
 blogc/COMMIT_MSG | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diffs:
diff --git a/blogc/COMMIT_MSG b/blogc/COMMIT_MSG
index 0ebd29a28c..691b8c8844 100644
--- a/blogc/COMMIT_MSG
+++ b/blogc/COMMIT_MSG
@@ -1,3 +1,8 @@
-www/blogc: import blogc version 0.20.1
+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


Home | Main Index | Thread Index | Old Index