pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nsm



Module Name:    pkgsrc
Committed By:   ng0
Date:           Tue Dec 10 17:37:45 UTC 2019

Modified Files:
        pkgsrc/www/nsm: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/nsm/Makefile pkgsrc/www/nsm/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/nsm/Makefile
diff -u pkgsrc/www/nsm/Makefile:1.3 pkgsrc/www/nsm/Makefile:1.4
--- pkgsrc/www/nsm/Makefile:1.3 Fri Nov 29 22:03:38 2019
+++ pkgsrc/www/nsm/Makefile     Tue Dec 10 17:37:45 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/11/29 22:03:38 ng0 Exp $
+# $NetBSD: Makefile,v 1.4 2019/12/10 17:37:45 ng0 Exp $
 
-DISTNAME=      nsm-1.21
+DISTNAME=      nsm-1.23
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nifty-site-manager/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
Index: pkgsrc/www/nsm/distinfo
diff -u pkgsrc/www/nsm/distinfo:1.3 pkgsrc/www/nsm/distinfo:1.4
--- pkgsrc/www/nsm/distinfo:1.3 Fri Nov 29 22:03:38 2019
+++ pkgsrc/www/nsm/distinfo     Tue Dec 10 17:37:45 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/11/29 22:03:38 ng0 Exp $
+$NetBSD: distinfo,v 1.4 2019/12/10 17:37:45 ng0 Exp $
 
-SHA1 (nsm-1.21.tar.gz) = 56965387526f2bf75a6f8600d7dd7bfc55e70b9a
-RMD160 (nsm-1.21.tar.gz) = ce64012ce214b91850bb4d21120cecaecaf79a33
-SHA512 (nsm-1.21.tar.gz) = 17307b78b5b084237c5a5b8f93dc53be0c36d74f6bd8d43902bc56a310f97c129e74fa3f79e178d66328af4efb5fd6e62753e2a0ff1bd35762e99bbbcd5d0002
-Size (nsm-1.21.tar.gz) = 35080 bytes
+SHA1 (nsm-1.23.tar.gz) = 862259dbfa012dd749415f96dbe8333dc7173129
+RMD160 (nsm-1.23.tar.gz) = 23a0715dcc9227137a7970a822334af5f311b9bd
+SHA512 (nsm-1.23.tar.gz) = 1175881c1ddcb654ab2c5e711559b8ea1589d63b43a2d4e4f00e1e9f52acc0e462530b999f278a84d4ca999c190fd6e9a8ecd9c9568847749d81da089d83f37f
+Size (nsm-1.23.tar.gz) = 39721 bytes



Home | Main Index | Thread Index | Old Index