2012-12-02 10:50:02 +01:00
|
|
|
# $NetBSD: Makefile,v 1.4 2012/12/02 09:50:02 cheusov Exp $
|
Zoem is an interpretive macro language with substantial facilities for
programming. It supports a two-stage process, consisting of macro
interpretation (featuring inside-out evaluation if needed), followed
by a simple and powerful application of stream character filtering.
Its syntax is remindful of \it{TeX}'s, it has dictionary stacks like
\it{PostScript}, and various resemblances to \it{m4} and \it{info}.
It has interfaces to modules making life easy \- counters, references,
arithmetic, multi-dimensional data storage, input/output operations,
regular expressions, and system commands.
2011-05-08 20:47:44 +02:00
|
|
|
#
|
|
|
|
|
2012-12-02 10:50:02 +01:00
|
|
|
DISTNAME= ${PKGNAME:S/./-/}
|
|
|
|
PKGNAME= zoem-11.166
|
Zoem is an interpretive macro language with substantial facilities for
programming. It supports a two-stage process, consisting of macro
interpretation (featuring inside-out evaluation if needed), followed
by a simple and powerful application of stream character filtering.
Its syntax is remindful of \it{TeX}'s, it has dictionary stacks like
\it{PostScript}, and various resemblances to \it{m4} and \it{info}.
It has interfaces to modules making life easy \- counters, references,
arithmetic, multi-dimensional data storage, input/output operations,
regular expressions, and system commands.
2011-05-08 20:47:44 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://www.micans.org/zoem/src/
|
|
|
|
|
2011-10-09 12:02:44 +02:00
|
|
|
MAINTAINER= cheusov@NetBSD.org
|
Zoem is an interpretive macro language with substantial facilities for
programming. It supports a two-stage process, consisting of macro
interpretation (featuring inside-out evaluation if needed), followed
by a simple and powerful application of stream character filtering.
Its syntax is remindful of \it{TeX}'s, it has dictionary stacks like
\it{PostScript}, and various resemblances to \it{m4} and \it{info}.
It has interfaces to modules making life easy \- counters, references,
arithmetic, multi-dimensional data storage, input/output operations,
regular expressions, and system commands.
2011-05-08 20:47:44 +02:00
|
|
|
HOMEPAGE= http://www.micans.org/zoem/
|
|
|
|
COMMENT= Interpretive macro/programming language
|
|
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|