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:           Mon Aug 16 08:29:26 UTC 2010

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

Log Message:
Update to 3b3 (pkgsrc 3.2.3):
        * require.scm (*slib-version*): Bumped from 3b2 to 3b3.
        * dbutil.scm (close-database): Close read-only databases.
        * Makefile: INSTALL_INFO = ginstall-info
        * slib.texi (Lists as sequences): Corrected `last' example.
        * configure: Improved portability of trailing / detection.
        * saturate.txt, clrnamdb.scm: Updated now that interpolation is fixed.
        * colorspc.scm (wavelength->XYZ): Interpolation was backwards.
        * configure (ac_default_prefix): Was lacking trailing /.
        * Makefile (allfiles): Added "version.txi".
        * clrnamdb.scm, saturate.txt: Fixed several problems.
        * mkclrnam.scm (load-rgb-txt): Added input method for XCMS colors.
        * color.scm (color->L*a*b*): Corrected conversion from L*a*b*.
        (color->string): Reduced precision on L*a*b*, L*u*v*, and L*C*h.
        * slib.texi (Define-Structure): Corrected documentation and example.
        * Makefile (Makefile): Runs ./configure to create config.status.
        * Makefile: Reorganized per http://www.gnu.org/prep/standards/
        * guile.init (char-code-limit, scheme-file-suffix, read, array?):
        Conditioned for Guile-1.9.7.
        * configure: GNU-style configuration for installation creates
        config.status, which is included by Makefile.
        * guile.init (browse-url, vector->array, array->vector)
        (random:chunk): Conditional definitions choke Guile-2.
        * Makefile: include config.status for install directories.
        * configure: Added Shell script for GNU-compatible configuration.
        * slib.texi (Installation): Added link to Guile manual.
        Corrected @exdent usage.
        * guile.init: 1.8.6 needs exports.
        (define): Don't redefine in guile-2 (1.9).
        * guile.use: Added; has just (use-modules (ice-9 slib)).
        * slib.sh (guile): Added: -l ${SCHEME_LIBRARY_PATH}guile.use
        conditioned on "guile.use" existence.
        * math-integer.scm (remainder, modulo): Fixed documentation.
        * limit.scm (finite?): Added definition.
        * 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.
        * Makefile (install, uninstall): Added ciefiles.
        * srfi-39.scm (make-parameter, parameterize): Added.
        * s7.init: Added init file for S7, part of the Snd sound-editor.
        * grapheps.ps (bargraph, impulse): Fixed for ranges not containing 0.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/slib/Makefile
cvs rdiff -u -r1.13 -r1.14 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.



Home | Main Index | Thread Index | Old Index