pkgsrc/textproc/zoem/Makefile
cheusov 86e83dc84d 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.
2012-12-02 09:50:02 +00:00

16 lines
371 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/12/02 09:50:02 cheusov Exp $
#
DISTNAME= ${PKGNAME:S/./-/}
PKGNAME= zoem-11.166
CATEGORIES= textproc
MASTER_SITES= http://www.micans.org/zoem/src/
MAINTAINER= cheusov@NetBSD.org
HOMEPAGE= http://www.micans.org/zoem/
COMMENT= Interpretive macro/programming language
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"