Update to 3b4 (pkgsrc 3.2.4):
slib-3b4 news: slib-3b4 is a minor release. Details at <http://cvs.savannah.gnu.org/viewvc/*checkout*/slib/slib/ChangeLog> From Andy Wingo * guile-2.init, guile.init: Factor an initialization file for Guile 2.0 and later out of guile.init. This does not change the interface, though -- loading guile.init will load guile-2.init if appropriate, and otherwise executes its own code. * slib.nsi, Makefile (ifiles): Update build scripts. From Pierpaolo Bernardi * wttree.scm (wt-tree/union-merge): Added from MIT-Scheme; updated license. From Kazu Yamamoto * wttree.scm: Fixed bug where tree balance was lost by deletions <http://hagi.is.s.u-tokyo.ac.jp/~yh/bst.pdf>. * wttree-test.scm (prop-wt-tree/index): Now covers everything which wttest.scm does, replacing wttest.scm. From Bill Schottstaedt (using Scheme-lint) * Cleaned up and removed unused variables from 10 files From Aubrey Jaffer <agj@alum.mit.edu> * slib.sh, gosh.init: Added support for (gosh) Gauche-0.9. * mitscheme.init: Removed support for defmacro when (mit-scheme-release >= 9 0). * Makefile (snapdir, infodir, htmldir): Added defaults so make works with empty "config.status". * strsrch.scm (substring?, substring-ci?): Replaced the skip-vector with an alist (to work with wide characters). * scanf.scm (*scanf): Handle array-ref argument expressions. * logical.scm (integer->list): Negative k not allowed. * structure.scm (define-structure): Reconciled with documentation. * grapheps.ps (whole-page): Extract bounds from %%BoundingBox. Squelch trailing .0 in axis numbers. * grapheps.scm, grapheps.ps (plot-text-column): Added. (set-font): Take optional "encoding" argument. * uri.scm (uri:decode-query): Don't split values on cr. * mkclrnam.scm (load-rgb-txt): Added methods for XKCD dictionary, "bang" dictionary, FED-STD-595C, and "ntc.js". * colorspc.scm (L*a*b*:DE*94): From <http://www.brucelindbloom.com/index.html?Eqn_DeltaE_CIE94.html> replaced wedged L*C*h:DE*94.
This commit is contained in:
parent
3643e05208
commit
7b147865a0
3 changed files with 11 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.34 2012/10/31 11:19:46 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.35 2013/05/19 17:50:31 wiz Exp $
|
||||
|
||||
DISTNAME= slib-3b3
|
||||
DISTNAME= slib-3b4
|
||||
#
|
||||
# Convert the version number as follows 2d2 -> 2.4.2, where the d is
|
||||
# changed to a 4, representing the 4th letter.
|
||||
|
@ -8,7 +8,7 @@ DISTNAME= slib-3b3
|
|||
#
|
||||
# Also update guile-slib
|
||||
#
|
||||
PKGNAME= slib-3.2.3
|
||||
PKGNAME= slib-3.2.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.14 2010/08/16 08:29:26 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.15 2013/05/19 17:50:31 wiz Exp $
|
||||
info/slib.info
|
||||
share/doc/slib/FAQ
|
||||
share/doc/slib/README
|
||||
|
@ -50,6 +50,7 @@ share/slib/dynwind.scm
|
|||
share/slib/elk.init
|
||||
share/slib/eval.scm
|
||||
share/slib/factor.scm
|
||||
share/slib/fluid-let.scm
|
||||
share/slib/fluidlet.scm
|
||||
share/slib/format.scm
|
||||
share/slib/formatst.scm
|
||||
|
@ -59,6 +60,7 @@ share/slib/getopt.scm
|
|||
share/slib/getparam.scm
|
||||
share/slib/glob.scm
|
||||
share/slib/grapheps.scm
|
||||
share/slib/guile-2.init
|
||||
share/slib/guile.init
|
||||
share/slib/hash.scm
|
||||
share/slib/hashtab.scm
|
||||
|
@ -177,7 +179,7 @@ share/slib/values.scm
|
|||
share/slib/vet.scm
|
||||
share/slib/vscm.init
|
||||
share/slib/withfile.scm
|
||||
share/slib/wttest.scm
|
||||
share/slib/wttree-test.scm
|
||||
share/slib/wttree.scm
|
||||
share/slib/xml-parse.scm
|
||||
share/slib/yasyn.scm
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.14 2010/08/16 08:29:26 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.15 2013/05/19 17:50:31 wiz Exp $
|
||||
|
||||
SHA1 (slib-3b3.tar.gz) = d09c10370cd5a4b036385ce9e14c332af6894985
|
||||
RMD160 (slib-3b3.tar.gz) = 8c24cf886136b5aff239e7cebcb7e55e59f40a5e
|
||||
Size (slib-3b3.tar.gz) = 967740 bytes
|
||||
SHA1 (slib-3b4.tar.gz) = d8c7e2ca849cbe456b6ceb1454c8f1e76e2f8661
|
||||
RMD160 (slib-3b4.tar.gz) = b58af4556b7e7aab99fb2729c964af04d15cb6a6
|
||||
Size (slib-3b4.tar.gz) = 974395 bytes
|
||||
SHA1 (patch-aa) = 15d2eecb09101b0605f21455e7ba318e76308aa8
|
||||
|
|
Loading…
Reference in a new issue