Path to this page:
./
devel/slib,
Portable Scheme library of compatibility and utility functions
Branch: CURRENT,
Version: 3.2.7,
Package name: slib-3.2.7,
Maintainer: gdt"SLIB" is a portable library for the programming language "Scheme". It |
provides a platform independent framework for using "packages" of |
Scheme procedures and syntax. As distributed, SLIB contains useful
packages for all Scheme implementations. Its catalog can be |
transparently extended to accomodate packages specific to a site, |
implementation, user, or directory. |
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 961.885 KB
Version history: (Expand)
- (2022-10-24) Updated to version: slib-3.2.7
- (2022-03-10) Updated to version: slib-3.2.6nb1
- (2020-02-17) Updated to version: slib-3.2.6
- (2017-11-23) Package has been reborn
- (2016-09-15) Updated to version: slib-3.2.5nb1
- (2016-09-15) Updated to version: slib-3.2.5
CVS history: (Expand)
2022-10-24 16:12:56 by Thomas Klausner | Files touched by this commit (4) |  |
Log message:
*slib: update to 3.2.7
* require.scm (*slib-version*): Bumped from 3b6 to 3b7.
* array.scm (A:floQ128d, A:floQ64d, A:floQ32d): floR --> floQ.
* iso8601.scm (iso-8601->time): Corrected scanf count
* sort.scm (sorted?): Fixed bug on vectors.
|
2022-03-10 15:35:14 by Thomas Klausner | Files touched by this commit (1) |
Log message:
slib: bump PKGREVISION for PLIST change in previous
|
2022-03-10 15:20:16 by Greg Troxel | Files touched by this commit (2) |
Log message:
devel/slib: Drop hack for old guile 2.0
We used to install a spurious symlink, and it seems this is no longer
needed, and might be harmful.
Take MAINTAINERship.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-02-19 15:33:00 by Greg Troxel | Files touched by this commit (1) |
Log message:
devel/slib: Follow redirect for HOMEPAGE/MSSTER_SITES
(No functional change; just catching up with long-ago organization
change to domain names.)
|
2020-02-18 18:16:04 by Tobias Nygren | Files touched by this commit (1) |
Log message:
slib: regen distinfo
Upstream repacked the tarball on the MASTER_SITE with a change to the
slib-3b6/ANNOUNCE file.
|
2020-02-16 11:56:24 by Thomas Klausner | Files touched by this commit (3) |  |
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.
|