bentley 4699e338da Import utp-1.0.
Originally published in 1987, Unix Text Processing (UTP) (written by Dale
Dougherty and Tim O'Reilly) provides one of the few comprehensive looks at
all the tools involved in a typical troff-based writing workflow. It covers:

 - UNIX and troff basics
 - text editors (vi, ex, and sed)
 - the ms and mm macro packages
 - scripting with sh, awk, and sed
 - the tbl, eqn and pic preprocessors
 - macro writing 

The appendices provide a collection of reference material and other useful
pointers.


ok juanfra@ sthen@
2015-12-19 22:13:58 +00:00

34 lines
677 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2015/12/19 22:13:58 bentley Exp $
COMMENT = comprehensive book on unix text processing
V = 1.0
DISTNAME = utp-$V
CATEGORIES = books
HOMEPAGE = http://home.windstream.net/kollar/utp/
MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
# CC-BY-1.0
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://ftp.ffii.org/pub/groff/contrib/documentation/utp/ \
http://home.windstream.net/kollar/utp/
EXTRACT_ONLY =
DISTFILES = utp-$V.pdf
NO_BUILD = Yes
NO_TEST = Yes
SUBST_VARS = V
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/utp
${INSTALL_DATA} ${FULLDISTDIR}/${DISTFILES} ${PREFIX}/share/doc/utp
.include <bsd.port.mk>