Tue Dec 10 17:37:45 2019 UTC ()
www/nsm: Update to 1.23

Changelog picked from https://github.com/nifty-site-manager/nsm/releases:

Nift (aka nsm) v1.23
Release Notes:
    fixed Windows bugs and tidied up with pre/post build/serve scripts and @script, @scriptoutput, @scriptraw
    fixed indenting inside pre blocks with methods to input from file
    added allowing quoted string variable names with whitespace and open brackets
    improved filenames for temporary files
    added syntax @\n to template language
    added in syntax for Nift comments to template language:
        <@-- .. --@> (raw multi line comment)
        @/* .. @*/ (parsed multi line comment)
        @--- .. @--- (parsed special multi line comment)
        @# (raw single line comment)
        @// (parsed single line comment)
        @!\n (parsed special single line comment)

Nift (aka nsm) v1.22
Release Notes:
    added in scriptExt to config files, better way to do pre/post build/serve scripts
    added command new-script-ext (page-name) scriptExt
    changed/improved how pre/post build/serve scripts are done
    hopefully fixed bugs with @script, @scriptoutput, @scriptraw functions
    added optional parameter string parameter to @script, @scriptoutput, @scriptraw functions
    updated Nift info commands with additional page information
    added pageinfo syntax @pagecontentext, @pagepageext, @pagescriptext to template language
    added siteinfo syntax @scriptext to template language
    added in buildThreads to config files
    added command no-build-thrds (no-threads)


(ng0)
diff -r1.3 -r1.4 pkgsrc/www/nsm/Makefile
diff -r1.3 -r1.4 pkgsrc/www/nsm/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/www/nsm/Makefile (expand / switch to unified diff)

--- pkgsrc/www/nsm/Makefile 2019/11/29 22:03:38 1.3
+++ pkgsrc/www/nsm/Makefile 2019/12/10 17:37:45 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2019/11/29 22:03:38 ng0 Exp $ 1# $NetBSD: Makefile,v 1.4 2019/12/10 17:37:45 ng0 Exp $
2 2
3DISTNAME= nsm-1.21 3DISTNAME= nsm-1.23
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= ${MASTER_SITE_GITHUB:=nifty-site-manager/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=nifty-site-manager/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= ng0@NetBSD.org 8MAINTAINER= ng0@NetBSD.org
9HOMEPAGE= https://www.nift.cc/ 9HOMEPAGE= https://www.nift.cc/
10COMMENT= Cross-platform git- and LaTeX-like command-line website manager 10COMMENT= Cross-platform git- and LaTeX-like command-line website manager
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= c++ 13USE_LANGUAGES= c++
14INSTALLATION_DIRS= bin 14INSTALLATION_DIRS= bin
15 15
16# Avoid building 2 binaries with the exact same content 16# Avoid building 2 binaries with the exact same content

cvs diff -r1.3 -r1.4 pkgsrc/www/nsm/distinfo (expand / switch to unified diff)

--- pkgsrc/www/nsm/distinfo 2019/11/29 22:03:38 1.3
+++ pkgsrc/www/nsm/distinfo 2019/12/10 17:37:45 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2019/11/29 22:03:38 ng0 Exp $ 1$NetBSD: distinfo,v 1.4 2019/12/10 17:37:45 ng0 Exp $
2 2
3SHA1 (nsm-1.21.tar.gz) = 56965387526f2bf75a6f8600d7dd7bfc55e70b9a 3SHA1 (nsm-1.23.tar.gz) = 862259dbfa012dd749415f96dbe8333dc7173129
4RMD160 (nsm-1.21.tar.gz) = ce64012ce214b91850bb4d21120cecaecaf79a33 4RMD160 (nsm-1.23.tar.gz) = 23a0715dcc9227137a7970a822334af5f311b9bd
5SHA512 (nsm-1.21.tar.gz) = 17307b78b5b084237c5a5b8f93dc53be0c36d74f6bd8d43902bc56a310f97c129e74fa3f79e178d66328af4efb5fd6e62753e2a0ff1bd35762e99bbbcd5d0002 5SHA512 (nsm-1.23.tar.gz) = 1175881c1ddcb654ab2c5e711559b8ea1589d63b43a2d4e4f00e1e9f52acc0e462530b999f278a84d4ca999c190fd6e9a8ecd9c9568847749d81da089d83f37f
6Size (nsm-1.21.tar.gz) = 35080 bytes 6Size (nsm-1.23.tar.gz) = 39721 bytes