pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/slib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 16 10:56:24 UTC 2020

Modified Files:
        pkgsrc/devel/slib: Makefile PLIST distinfo

Log Message:
slib: update to 3.2.6.

slib-3b6 is a maintenance release with some new functions.  Details at
<http://cvs.savannah.gnu.org/viewvc/*checkout*/slib/slib/ChangeLog>

        * comlist.scm (butnth): Added.
        * guile-2.init: patch from
        https://gist.github.com/alexgian/1fe75b0c3fc95cb46baae2f50ae9211c
        * grapheps.scm (set-font): Fixed pointsize dependent scaling.
        * Makefile (INSTALL_INFO): ginstall-info -> install-info.
        * iso8601.scm (iso-8601->time): Use gmktime rather than mktime.
        * mkclrnam.scm (load-rgb-txt): Make encoding case insensitive in
        method m5x (FED-STD-595C1).
        * Makefile, iso8601.scm, mklibcat.scm, slib.texi:
        Added feature iso-8601: ISO 8601 Representation of dates and times.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/slib/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/slib/PLIST pkgsrc/devel/slib/distinfo

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

Modified files:

Index: pkgsrc/devel/slib/Makefile
diff -u pkgsrc/devel/slib/Makefile:1.38 pkgsrc/devel/slib/Makefile:1.39
--- pkgsrc/devel/slib/Makefile:1.38     Wed Jul  4 13:40:15 2018
+++ pkgsrc/devel/slib/Makefile  Sun Feb 16 10:56:24 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2018/07/04 13:40:15 jperkin Exp $
+# $NetBSD: Makefile,v 1.39 2020/02/16 10:56:24 wiz Exp $
 
-DISTNAME=      slib-3b5
+DISTNAME=      slib-3b6
 #
 # Convert the version number as follows 2d2 -> 2.4.2, where the d is
 # changed to a 4, representing the 4th letter.
@@ -8,8 +8,7 @@ DISTNAME=       slib-3b5
 #
 # Also update guile-slib
 #
-PKGNAME=       slib-3.2.5
-PKGREVISION=   1
+PKGNAME=       slib-3.2.6
 CATEGORIES=    devel
 MASTER_SITES=  http://swissnet.ai.mit.edu/ftpdir/scm/
 

Index: pkgsrc/devel/slib/PLIST
diff -u pkgsrc/devel/slib/PLIST:1.17 pkgsrc/devel/slib/PLIST:1.18
--- pkgsrc/devel/slib/PLIST:1.17        Thu Sep 15 14:02:08 2016
+++ pkgsrc/devel/slib/PLIST     Sun Feb 16 10:56:24 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2016/09/15 14:02:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2020/02/16 10:56:24 wiz Exp $
 info/slib.info
 share/doc/slib/FAQ
 share/doc/slib/README
@@ -67,6 +67,7 @@ share/slib/hashtab.scm
 share/slib/html4each.scm
 share/slib/htmlform.scm
 share/slib/http-cgi.scm
+share/slib/iso8601.scm
 share/slib/jscheme.init
 share/slib/kawa.init
 share/slib/limit.scm
Index: pkgsrc/devel/slib/distinfo
diff -u pkgsrc/devel/slib/distinfo:1.17 pkgsrc/devel/slib/distinfo:1.18
--- pkgsrc/devel/slib/distinfo:1.17     Thu Sep 15 00:08:12 2016
+++ pkgsrc/devel/slib/distinfo  Sun Feb 16 10:56:24 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2016/09/15 00:08:12 gdt Exp $
+$NetBSD: distinfo,v 1.18 2020/02/16 10:56:24 wiz Exp $
 
-SHA1 (slib-3b5.tar.gz) = 15592cbb3e2b67bbdc5c34b00a2247043b343360
-RMD160 (slib-3b5.tar.gz) = bfd5b1e107201473b53caef5df76e3f01550d9eb
-SHA512 (slib-3b5.tar.gz) = e5d1210b70cd882cd5e810b3c4102d6060ec82fb2093f472bf31b597f6273e0a02f4d35a82c4b5c8cdc3f8b2c7b9e498fa3e35c7f265fa864cd9dc50e7a874c8
-Size (slib-3b5.tar.gz) = 987735 bytes
+SHA1 (slib-3b6.tar.gz) = fd475dd6841ee0d4df52228dee890500b3f754d7
+RMD160 (slib-3b6.tar.gz) = 4b2481b57674ee4dd5f79dba9aed5a44a357b535
+SHA512 (slib-3b6.tar.gz) = 206384ccad081b964a1ba0c7baf8cc119c8c10245d156560e340484086d4896792511839470c7c716373d69069b46b5d937dbef37b9e83c84db9bb7585d51a6a
+Size (slib-3b6.tar.gz) = 984776 bytes
 SHA1 (patch-aa) = 15d2eecb09101b0605f21455e7ba318e76308aa8



Home | Main Index | Thread Index | Old Index