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:           Wed Jan  1 01:10:37 UTC 2020

Modified Files:
        pkgsrc/www/nsm: Makefile distinfo

Log Message:
www/nsm: Update to version 1.25

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

Nift (aka nsm) v1.25
* changed the way @ is escaped and removed most escape characters
  (too likely to conflict in other places)
* added @ent syntax to template language
* added @\@, @\<, @\\ escaping syntax to template language
* improved reading parameters
* changed how strings/variables are done in preparation for more
  types (to come, type defs and function defs)
* now allow multiple string definitions in the one definition
* improved syntax for inputting tracked file and project/site
  information, now basically hard-coded constants
* fixed bug with delDir, which fixed bugs with clone etc.
* removed website specific terminology (lots of changes)
* added Nift command backup-scripts (option)
* changed one of the Nift config commands to info-config
* added Nift command info-tracking
* check if new content path etc. exist with new-cont-ext etc.
* check whether content file already exists when moving/copying
* make sure all tracks/untracks/rms will be successful before
  any of them are done


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/www/nsm/Makefile:1.6
--- pkgsrc/www/nsm/Makefile:1.5 Wed Dec 11 15:56:05 2019
+++ pkgsrc/www/nsm/Makefile     Wed Jan  1 01:10:37 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/12/11 15:56:05 ng0 Exp $
+# $NetBSD: Makefile,v 1.6 2020/01/01 01:10:37 ng0 Exp $
 
-DISTNAME=      nsm-1.24
+DISTNAME=      nsm-1.25
 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.5 pkgsrc/www/nsm/distinfo:1.6
--- pkgsrc/www/nsm/distinfo:1.5 Wed Dec 11 15:56:05 2019
+++ pkgsrc/www/nsm/distinfo     Wed Jan  1 01:10:37 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/12/11 15:56:05 ng0 Exp $
+$NetBSD: distinfo,v 1.6 2020/01/01 01:10:37 ng0 Exp $
 
-SHA1 (nsm-1.24.tar.gz) = 4770bd39cfa061a31dcb0757ce296e345c847bf4
-RMD160 (nsm-1.24.tar.gz) = ff6fdb39d370ac2afc4422447565e365f54548e2
-SHA512 (nsm-1.24.tar.gz) = 1f3f02208aabc694ccec32a1158f5e5fb13cd28643220ac94b3c6e1d45d9ce60594fd5194d1245b5533d685fb1500b0cac5c1aee575494d8a39362f228abe210
-Size (nsm-1.24.tar.gz) = 46744 bytes
+SHA1 (nsm-1.25.tar.gz) = 63372efe7a1377ca3324ee8ef8fcb1474544233a
+RMD160 (nsm-1.25.tar.gz) = 26336c6545d381a89adb1908619577099081b59c
+SHA512 (nsm-1.25.tar.gz) = 54d5fb49d3f497dd83848419af1ec889fa972e2749adfa792aae10b6a9a7722827d0d42c5f5dd5f5d13c6c6f48b9bda5305a2f2e4adc388aa327e2c202ddc22a
+Size (nsm-1.25.tar.gz) = 51489 bytes



Home | Main Index | Thread Index | Old Index