summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt>2014-12-04 01:05:25 +0000
committergdt <gdt>2014-12-04 01:05:25 +0000
commit572815b503c557d5c0bdb28f9837615e85dcaafd (patch)
treea18d7c2e50395ce5e3d6419b648dc165e0ae10d1
parent9042f8660e257c4f4735e7e845d33c81c17a9382 (diff)
downloadpkgsrc-572815b503c557d5c0bdb28f9837615e85dcaafd.tar.gz
Update to 0.2.2.
guile-lib 0.2.2 -- 2013-01-31 ============================= * Install (texinfo nodal-tree) for Guile 2.0. * MD5 bugfixes. * Better errors in Apicheck. guile-lib 0.2.1 -- 2011-04-03 ============================= * Updates for Guile 1.8. Some of the compatibility hacks from 0.2.0 broke Guile-Lib on Guile 1.8. Thanks to Andreas Rottmann for the various fixes. guile-lib 0.2.0 -- 2011-03-26 ============================= * Updates for Guile 2.0. When compiled against Guile 2.0, Guile-Lib no longer installs modules that have been included in the Guile distribution. This is an incompatible change: if you build Guile-Lib against Guile 2.0 and then use it against 1.8, you will be missing `(sxml simple)' and the other modules that were incorporated in Guile 2.0. That said, Guile 2.0 is appoximately 7.1 times as awesome as Guile 1.8, so you should stop worrying and learn to love it. guile-lib 0.1.9 -- 2010-08-29 ============================= * Updates for Guile 2.0. Guile 2.0 has incorporated many modules from Guile-Lib, but all the same we have to make sure that one Guile-Lib installation works fine with 1.8 and 2.0. * The default SSAX parser no longer drops whitespace. We used to drop extraneous whitespace when using the default XML parser, but strictly speaking, this loses information. Guile-Lib now preserves whitespace in the resulting SXML. * SSAX supports UTF-8 output on Guile 1.8. Guile 1.8 naively treats characters as bytes, not understanding unicode. Still sometimes it's useful to emit UTF-8 sequences in Guile 1.8, which is what this SSAX does. Note that Guile 2.0 includes its own SSAX, and handles unicode natively. * Expose ssax:predefined-parsed-entities Allows the user to define &foo; XML entities. * License changed to GPL and LGPL, version 3 or later. See the specific modules for their licenses. * Removed modules: (math rationalize), (scheme session), SRFIs 34,35,40 Guile 1.8 and above support rationalize natively. The improvements in (scheme session) are in Guile now, as are SRFIs 34 and 35. SRFI 40 is withdrawn, in favor of SRFI 41. * Removed module (container queue) Use (ice-9 q) instead. * Call tree analysis in statprof Statprof can save away the various call trees that it samples for later analysis. See the statprof documentation, for more information.
-rw-r--r--devel/guile-lib/Makefile9
-rw-r--r--devel/guile-lib/PLIST11
-rw-r--r--devel/guile-lib/distinfo8
3 files changed, 11 insertions, 17 deletions
diff --git a/devel/guile-lib/Makefile b/devel/guile-lib/Makefile
index 49e425e5205..7921505b36f 100644
--- a/devel/guile-lib/Makefile
+++ b/devel/guile-lib/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2012/10/31 11:17:05 asau Exp $
+# $NetBSD: Makefile,v 1.23 2014/12/04 01:05:25 gdt Exp $
-DISTNAME= guile-lib-0.1.6
-PKGREVISION= 3
+DISTNAME= guile-lib-0.2.2
CATEGORIES= devel
-MASTER_SITES= http://download.gna.org/guile-lib/
-# http://download.savannah.nongnu.org/releases/guile-lib/
+MASTER_SITES= http://download.savannah.gnu.org/releases/guile-lib/
+# http://download.gna.org/guile-lib/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.nongnu.org/guile-lib/
diff --git a/devel/guile-lib/PLIST b/devel/guile-lib/PLIST
index a7074eb7b07..635a6b9b726 100644
--- a/devel/guile-lib/PLIST
+++ b/devel/guile-lib/PLIST
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.8 2009/06/14 17:48:47 joerg Exp $
+@comment $NetBSD: PLIST,v 1.9 2014/12/04 01:05:25 gdt Exp $
info/guile-library.info
share/guile/site/apicheck.scm
+share/guile/site/compat/guile-2.scm
share/guile/site/config/load.scm
share/guile/site/container/async-queue.scm
share/guile/site/container/delay-tree.scm
share/guile/site/container/nodal-tree.scm
-share/guile/site/container/queue.scm
share/guile/site/debugging/assert.scm
share/guile/site/debugging/time.scm
share/guile/site/graph/topological-sort.scm
@@ -17,16 +17,11 @@ share/guile/site/logging/rotating-log.scm
share/guile/site/match-bind.scm
share/guile/site/math/minima.scm
share/guile/site/math/primes.scm
-share/guile/site/math/rationalize.scm
share/guile/site/md5.scm
share/guile/site/os/process.scm
share/guile/site/scheme/documentation.scm
share/guile/site/scheme/kwargs.scm
-share/guile/site/scheme/session.scm
share/guile/site/search/basic.scm
-share/guile/site/srfi/srfi-34.scm
-share/guile/site/srfi/srfi-35.scm
-share/guile/site/srfi/srfi-40.scm
share/guile/site/statprof.scm
share/guile/site/string/completion.scm
share/guile/site/string/soundex.scm
@@ -39,13 +34,13 @@ share/guile/site/sxml/ssax-simple.scm
share/guile/site/sxml/ssax.scm
share/guile/site/sxml/ssax/input-parse.scm
share/guile/site/sxml/transform.scm
+share/guile/site/sxml/unicode.scm
share/guile/site/sxml/upstream/SSAX-expanded.scm
share/guile/site/sxml/upstream/SSAX.scm
share/guile/site/sxml/upstream/SXML-tree-trans.scm
share/guile/site/sxml/upstream/SXPath-old.scm
share/guile/site/sxml/upstream/assert.scm
share/guile/site/sxml/upstream/input-parse.scm
-share/guile/site/sxml/upstream/packages.scm
share/guile/site/sxml/xpath.scm
share/guile/site/term/ansi-color.scm
share/guile/site/texinfo.scm
diff --git a/devel/guile-lib/distinfo b/devel/guile-lib/distinfo
index 58d9b2600e0..e6d2cf3d409 100644
--- a/devel/guile-lib/distinfo
+++ b/devel/guile-lib/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2009/02/19 18:22:22 gdt Exp $
+$NetBSD: distinfo,v 1.7 2014/12/04 01:05:25 gdt Exp $
-SHA1 (guile-lib-0.1.6.tar.gz) = e3a184f0e44cd4d90692ceb7b37b82adc22c48c8
-RMD160 (guile-lib-0.1.6.tar.gz) = f1f74f2cf4ebb9e09106e98b270ede8366525a24
-Size (guile-lib-0.1.6.tar.gz) = 508682 bytes
+SHA1 (guile-lib-0.2.2.tar.gz) = 2ad374f61a9e974dc828605dd8a41b4c3f6c145e
+RMD160 (guile-lib-0.2.2.tar.gz) = b18e1e9599b4a9b4fa3386962784574e302ee717
+Size (guile-lib-0.2.2.tar.gz) = 476723 bytes