pkgsrc-WIP-changes archive

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

blogc: update in response to feedback



Module Name:	pkgsrc-wip
Committed By:	Todd Martin <kj4ntv%gmail.com@localhost>
Pushed By:	warfox
Date:		Wed Jul 1 21:31:42 2026 -0700
Changeset:	f12baf036ec610b6607d9834900c38aa6aef361e

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

Log Message:
blogc: update in response to feedback

Adjust the description to one that is perhaps a little more helpful. Add
a CC Features flag for c99. Add a COMMIT_MSG file for cvs. Add in a
TEST_TARGET to run checks. Remove an unnecessary entry in the PLIST.

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

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

diffstat:
 blogc/COMMIT_MSG | 3 +++
 blogc/DESCR      | 6 ++++--
 blogc/Makefile   | 9 +++++++--
 blogc/PLIST      | 1 -
 4 files changed, 14 insertions(+), 5 deletions(-)

diffs:
diff --git a/blogc/COMMIT_MSG b/blogc/COMMIT_MSG
new file mode 100644
index 0000000000..0ebd29a28c
--- /dev/null
+++ b/blogc/COMMIT_MSG
@@ -0,0 +1,3 @@
+www/blogc: import blogc version 0.20.1
+
+Packaed in wip by martintc
diff --git a/blogc/DESCR b/blogc/DESCR
index cd72b7fc64..fc9b6ff631 100644
--- a/blogc/DESCR
+++ b/blogc/DESCR
@@ -1,2 +1,4 @@
-Blogc is a blog compiler written in C. It compiles source files and templates
-intro blog/website resources.
+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.
diff --git a/blogc/Makefile b/blogc/Makefile
index 8bd67ffc7a..99671898bc 100644
--- a/blogc/Makefile
+++ b/blogc/Makefile
@@ -1,16 +1,21 @@
 # $NetBSD$
 
-DISTNAME=	blogc-0.20.1
+VERSION=	0.20.1
+DISTNAME=	blogc-${VERSION}
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=blogc/}
 GITHUB_PROJECT=	blogc
-GITHUB_RELEASE=	v0.20.1
+GITHUB_RELEASE=	v${VERSION}
 
 MAINTAINER=	kj4ntv%gmail.com@localhost
 HOMEPAGE=	https://blogc.rgm.io/
 COMMENT=	Blog compiler
 LICENSE=	modified-bsd
 
+USE_CC_FEATURES+=	c99
+
+TEST_TARGET=	check
+
 GNU_CONFIGURE=	yes
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/blogc/PLIST b/blogc/PLIST
index c2e5f773be..42eeeef02f 100644
--- a/blogc/PLIST
+++ b/blogc/PLIST
@@ -5,4 +5,3 @@ man/man7/blogc-pagination.7
 man/man7/blogc-source.7
 man/man7/blogc-template.7
 man/man7/blogc-toctree.7
-@pkgdir man/man5


Home | Main Index | Thread Index | Old Index