diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-12-02 09:50:02 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-12-02 09:50:02 +0000 |
commit | 42488006ae4498b8da0b5113b78c87642c06ffe6 (patch) | |
tree | b91936294942b060c44474d18bf14a2741e2e3d9 /textproc | |
parent | 7ca6405c8f94d1addc73003ec310db41d6aa2228 (diff) | |
download | pkgsrc-42488006ae4498b8da0b5113b78c87642c06ffe6.tar.gz |
Update zoem to 11.166
* zoem-11-166 released.
* The default search path was changed. The obsolete PREFIX/zoem/mac
component was dropped, and PREFIX/aephea was added. Now, if zoem and
aephea are both configured with the same prefix for installation (e.g.
--prefix=/usr/local or --prefix=$HOME/local), then aephea include
-- files
will be found automatically by zoem.
* set#3 can now splice into a variable (that is, the string
refered to by a macro). This is achieved by pairing the respective
keys {start} and {width} with appropriate values in the first
argument to set#3. The start position is relative to an offst
of zero, so
\set{foo}{kaboom}
\set{{start}{2}{width}{3}}{foo}{za}
'\foo'
yields 'kazam'.
* The example zoem solution 8q2.azm to the N queens problem
has been updated. It now pretty-prints asciific chess boards using the
new splice mode to set#3.
* Small documentation fixes.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/zoem/Makefile | 6 | ||||
-rw-r--r-- | textproc/zoem/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/zoem/Makefile b/textproc/zoem/Makefile index bba4026ad48..66f9003c30f 100644 --- a/textproc/zoem/Makefile +++ b/textproc/zoem/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2012/10/25 06:57:09 asau Exp $ +# $NetBSD: Makefile,v 1.4 2012/12/02 09:50:02 cheusov Exp $ # -DISTNAME= zoem-10-265 -PKGNAME= ${DISTNAME:S/10-/10./} +DISTNAME= ${PKGNAME:S/./-/} +PKGNAME= zoem-11.166 CATEGORIES= textproc MASTER_SITES= http://www.micans.org/zoem/src/ diff --git a/textproc/zoem/distinfo b/textproc/zoem/distinfo index cc689b87b13..474bd5ca13e 100644 --- a/textproc/zoem/distinfo +++ b/textproc/zoem/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/05/08 18:47:44 cheusov Exp $ +$NetBSD: distinfo,v 1.2 2012/12/02 09:50:02 cheusov Exp $ -SHA1 (zoem-10-265.tar.gz) = 5a5ce1c14da76934a4130f0b6d5daad927f7eb09 -RMD160 (zoem-10-265.tar.gz) = e5c87085a3b1d79e71649510ecb608f5d5249bee -Size (zoem-10-265.tar.gz) = 459370 bytes +SHA1 (zoem-11-166.tar.gz) = cfb2d95b52fa2a74f071e84a9eb34d638a9e3a40 +RMD160 (zoem-11-166.tar.gz) = 651a8013973216f9841bf96ec43e4580ea8640dc +Size (zoem-11-166.tar.gz) = 463646 bytes |