Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: slib | Distribution: openSUSE Leap 16.0 |
Version: 3b7 | Vendor: openSUSE |
Release: lp160.1.1 | Build date: Mon Feb 26 14:25:58 2024 |
Group: Development/Languages/Scheme | Build host: reproducible |
Size: 2111593 | Source RPM: slib-3b7-lp160.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://swissnet.ai.mit.edu/~jaffer/SLIB.html | |
Summary: Portable Scheme Library |
SLIB is a portable Scheme library providing compatibility and utility functions for all standard Scheme implementations.
SUSE-SLIB
* Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org> - Use %autosetup macro. Allows to eliminate the usage of deprecated PatchN. * Sun Dec 04 2022 Dirk Müller <dmueller@suse.com> - update to 3b7: * iso8601.scm (iso-8601->time): Corrected scanf count * sort.scm (sorted?): Fixed bug on vectors. * Thu Jan 28 2021 Dirk Müller <dmueller@suse.com> - update to 3b6: * 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. * Thu Jul 13 2017 tchvatal@suse.com - Reduce bit a guile code for older distros, we have 1.8.5 on sle11 * Wed Mar 25 2015 p.drouand@gmail.com - Update to version 3b5 * rmdsff.scm (make-cell, integer->coordinates) (coordinates->integer): Don't depend on LETREC* behavior. * Makefile, mklibcat.scm, rmdsff.scm, slib.texi (space-filling): Added "rmdsff.scm" and documentation. * phil-spc.scm, schmooz.scm, slib.texi: Because TeXinfo-5 changed the rules, don't allow text between @defun and @defunx. * usercat: Use local copy of "schmooz.scm". - Remove unzip build require; now use a regular tar.gz tarball - Remove obsolete AUTHORS and %clean section * Mon Sep 09 2013 pgajdos@suse.com - updated to 3b4: * wttree.scm: Fixed bug where tree balance was lost by deletions http://hagi.is.s.u-tokyo.ac.jp/~yh/bst.pdf * slib.sh, gosh.init: Added support for (gosh) Gauche-0.9. * mitscheme.init: Removed support for defmacro when (mit-scheme-release >= 9 0). * trsrch.scm (substring?, substring-ci?): Replaced the skip-vector with an alist (to work with wide characters). * etc. see http://people.csail.mit.edu/jaffer/SLIB.html * Wed Sep 26 2012 dimstar@opensuse.org - Fix %triggerpostun -- guile1 - scriptlet: the binary to check for is called guile1, and not anymore guile (due to parallel installation needs of guile1 and guile2) Fixes bnc#780827. - Extend post-install script to always trigger when guile is already installed. This special casing with too old guile1 should never affect us anymore. Only minimal changes to the scripts done, in order to have small change for a maintenance update. * Wed May 30 2012 pgajdos@suse.com - remove Resene color names due license doubt [bnc#754532] * remove-resene-colors.diff * Wed May 16 2012 cfarrell@suse.com - license update: SUSE-SLIB This license was added to the spreadsheet linked from license.opensuse.org specifically to handle the non standard SLIB license * Tue Jan 10 2012 pgajdos@suse.com - using guile1 [bnc#724917] * Mon Aug 30 2010 pgajdos@suse.cz - updated to version 3b3: * Supports GNU configure. * Makefile: Reorganized per <http://www.gnu.org/prep/standards/>. * (Guile 1.8.6, 1.8.7, 1.9.7, and 2?): Supported. * s7.init: Added init file for S7, part of the Snd sound-editor. * Makefile (allfiles): Added "version.txi". * Corrected several color problems. * qp.scm (qp): Don't truncate symbols when printing. * transact.scm (word:lock!): Truncate email components so MS-Word style ~$ckfile fits in 162.B. * dirs.scm (directory*-for-each): Added. * srfi-39.scm (make-parameter, parameterize): Added. * grapheps.ps (bargraph, impulse): Fixed for ranges not containing 0. * Thu Jan 28 2010 pgajdos@suse.cz - better guile version checking * Tue Nov 24 2009 pgajdos@suse.cz - updated to 3b2 (see ANNOUNCE) * Thu Nov 13 2008 ro@suse.de - make sure trigger scripts do not fail * Tue Nov 04 2008 pgajdos@suse.cz - added coreutils and guile to PreReq [bnc#440993] * Thu Jul 31 2008 pgajdos@suse.cz - updated to 3b1: o Larceny (Scheme) is supported. o scheme48.init (slib:os-strings): Fixed init for 1.7 (and 1.3). (defmacro:eval, defmacro:load): Fixed. o guile.init (implementation-vicinity): Just (%site-dir). (file-position, gentemp): module-replace! (library-vicinity): Try (%search-load-path "slib/guile.init"). * Mon Feb 04 2008 pgajdos@suse.cz - added test for version of guile to the %post and %triggerin (guile >= 1.8.2 is needed for slib registration) * Wed Dec 19 2007 pgajdos@suse.cz - updated to 3a5: * Draft SRFI-96 "SRFI Prerequisites" specifies the interface between implementations and the SLIB library system. * Added support for Kawa and SISC. * SSAX (xml-parse) module ported from SSAX 5.1. * Sort package compatibly upgraded to SRFI-95. * Added features SRFI-11 (let-values) and SRFI-28 (format). * Updated "guile.init" for Guile 1.8. * Updated "mitscheme.init" for versions after 7.7.1. * Rewrote scheme48(.init) delete-file using Posix unlink. * Fixed problem with macros-that-work. * Mon Apr 02 2007 sbrabec@suse.cz - Fixed %triggerin symlink target (#258261). * Fri Mar 09 2007 sbrabec@suse.cz - Fixed scriptlet symlink target. * Mon Mar 05 2007 sbrabec@suse.cz - Slib guile library installation moved from guile to slib. * Fri Sep 08 2006 anicka@suse.cz - remove manually generated slibcat, fixed in guile * Thu May 04 2006 sbrabec@suse.cz - Build as noarch. * Fri Feb 10 2006 anicka@suse.cz - install slibcat (fixes #147520), has to be regenerated with every update * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Fri Sep 09 2005 anicka@suse.cz - switch back to 3a1 (#112942) * Thu Jun 30 2005 anicka@suse.cz - update to 3a2 * Tue Dec 16 2003 mcihar@suse.cz - updated to 3a1 - no root for build * Thu Apr 24 2003 ro@suse.de - fix install_info --delete call and move from preun to postun * Mon Feb 10 2003 mcihar@suse.cz - used %install_info macro (fixes bug #23457) - updated to version 2d5 * Tue Aug 06 2002 mcihar@suse.cz - updated to version 2d4 * Thu Dec 06 2001 pmladek@suse.cz - package splited from the package scheme - updated to version 2d2
/usr/share/doc/packages/slib /usr/share/doc/packages/slib/ANNOUNCE /usr/share/doc/packages/slib/ChangeLog /usr/share/doc/packages/slib/FAQ /usr/share/doc/packages/slib/README /usr/share/info/slib.info.gz /usr/share/licenses/slib /usr/share/licenses/slib/COPYING /usr/share/slib /usr/share/slib/Bev2slib.scm /usr/share/slib/RScheme.init /usr/share/slib/STk.init /usr/share/slib/Template.scm /usr/share/slib/alist.scm /usr/share/slib/alistab.scm /usr/share/slib/array.scm /usr/share/slib/arraymap.scm /usr/share/slib/batch.scm /usr/share/slib/bigloo.init /usr/share/slib/break.scm /usr/share/slib/byte.scm /usr/share/slib/bytenumb.scm /usr/share/slib/chap.scm /usr/share/slib/charplot.scm /usr/share/slib/chez.init /usr/share/slib/clrnamdb.scm /usr/share/slib/cltime.scm /usr/share/slib/coerce.scm /usr/share/slib/collect.scm /usr/share/slib/collectx.scm /usr/share/slib/color.scm /usr/share/slib/colornam.scm /usr/share/slib/colorspc.scm /usr/share/slib/comlist.scm /usr/share/slib/comparse.scm /usr/share/slib/crc.scm /usr/share/slib/cring.scm /usr/share/slib/cvs.scm /usr/share/slib/daylight.scm /usr/share/slib/db2html.scm /usr/share/slib/dbcom.scm /usr/share/slib/dbinterp.scm /usr/share/slib/dbrowse.scm /usr/share/slib/dbsyn.scm /usr/share/slib/dbutil.scm /usr/share/slib/debug.scm /usr/share/slib/defmacex.scm /usr/share/slib/determ.scm /usr/share/slib/dft.scm /usr/share/slib/differ.scm /usr/share/slib/dirs.scm /usr/share/slib/dwindtst.scm /usr/share/slib/dynamic.scm /usr/share/slib/dynwind.scm /usr/share/slib/elk.init /usr/share/slib/eval.scm /usr/share/slib/factor.scm /usr/share/slib/fluid-let.scm /usr/share/slib/fluidlet.scm /usr/share/slib/format.scm /usr/share/slib/formatst.scm /usr/share/slib/gambit.init /usr/share/slib/genwrite.scm /usr/share/slib/getopt.scm /usr/share/slib/getparam.scm /usr/share/slib/glob.scm /usr/share/slib/grapheps.scm /usr/share/slib/guile-2.init /usr/share/slib/guile.init /usr/share/slib/hash.scm /usr/share/slib/hashtab.scm /usr/share/slib/html4each.scm /usr/share/slib/htmlform.scm /usr/share/slib/http-cgi.scm /usr/share/slib/iso8601.scm /usr/share/slib/jscheme.init /usr/share/slib/kawa.init /usr/share/slib/limit.scm /usr/share/slib/lineio.scm /usr/share/slib/linterp.scm /usr/share/slib/logical.scm /usr/share/slib/macrotst.scm /usr/share/slib/macscheme.init /usr/share/slib/macwork.scm /usr/share/slib/manifest.scm /usr/share/slib/matfile.scm /usr/share/slib/math-integer.scm /usr/share/slib/math-real.scm /usr/share/slib/mbe.scm /usr/share/slib/minimize.scm /usr/share/slib/mitscheme.init /usr/share/slib/mkclrnam.scm /usr/share/slib/mklibcat.scm /usr/share/slib/mkpltcat.scm /usr/share/slib/modular.scm /usr/share/slib/mulapply.scm /usr/share/slib/mularg.scm /usr/share/slib/mwdenote.scm /usr/share/slib/mwexpand.scm /usr/share/slib/mwsynrul.scm /usr/share/slib/mzscheme.init /usr/share/slib/ncbi-dna.scm /usr/share/slib/null.scm /usr/share/slib/obj2str.scm /usr/share/slib/object.scm /usr/share/slib/paramlst.scm /usr/share/slib/peanosfc.scm /usr/share/slib/phil-spc.scm /usr/share/slib/pnm.scm /usr/share/slib/pp.scm /usr/share/slib/ppfile.scm /usr/share/slib/prec.scm /usr/share/slib/printf.scm /usr/share/slib/priorque.scm /usr/share/slib/process.scm /usr/share/slib/promise.scm /usr/share/slib/pscheme.init /usr/share/slib/psxtime.scm /usr/share/slib/qp.scm /usr/share/slib/queue.scm /usr/share/slib/r4rsyn.scm /usr/share/slib/randinex.scm /usr/share/slib/random.scm /usr/share/slib/ratize.scm /usr/share/slib/rdms.scm /usr/share/slib/recobj.scm /usr/share/slib/record.scm /usr/share/slib/repl.scm /usr/share/slib/require.scm /usr/share/slib/rmdsff.scm /usr/share/slib/root.scm /usr/share/slib/s7.init /usr/share/slib/sc2.scm /usr/share/slib/sc4opt.scm /usr/share/slib/sc4sc3.scm /usr/share/slib/scaexpp.scm /usr/share/slib/scaglob.scm /usr/share/slib/scainit.scm /usr/share/slib/scamacr.scm /usr/share/slib/scanf.scm /usr/share/slib/scaoutp.scm /usr/share/slib/scheme2c.init /usr/share/slib/scheme48.init /usr/share/slib/schmooz.scm /usr/share/slib/scm.init /usr/share/slib/scmacro.scm /usr/share/slib/scsh.init /usr/share/slib/selfset.scm /usr/share/slib/sierpinski.scm /usr/share/slib/simetrix.scm /usr/share/slib/sisc.init /usr/share/slib/solid.scm /usr/share/slib/sort.scm /usr/share/slib/soundex.scm /usr/share/slib/srfi-1.scm /usr/share/slib/srfi-11.scm /usr/share/slib/srfi-2.scm /usr/share/slib/srfi-23.scm /usr/share/slib/srfi-39.scm /usr/share/slib/srfi-61.scm /usr/share/slib/srfi-8.scm /usr/share/slib/srfi-9.scm /usr/share/slib/srfi.scm /usr/share/slib/stdio.scm /usr/share/slib/strcase.scm /usr/share/slib/strport.scm /usr/share/slib/strsrch.scm /usr/share/slib/structure.scm /usr/share/slib/subarray.scm /usr/share/slib/synchk.scm /usr/share/slib/synclo.scm /usr/share/slib/synrul.scm /usr/share/slib/t3.init /usr/share/slib/timecore.scm /usr/share/slib/timezone.scm /usr/share/slib/top-refs.scm /usr/share/slib/trace.scm /usr/share/slib/transact.scm /usr/share/slib/tree.scm /usr/share/slib/trnscrpt.scm /usr/share/slib/tsort.scm /usr/share/slib/tzfile.scm /usr/share/slib/umbscheme.init /usr/share/slib/uri.scm /usr/share/slib/values.scm /usr/share/slib/vet.scm /usr/share/slib/vscm.init /usr/share/slib/withfile.scm /usr/share/slib/wttree-test.scm /usr/share/slib/wttree.scm /usr/share/slib/xml-parse.scm /usr/share/slib/yasyn.scm
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Feb 22 00:10:27 2025