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@
This commit is contained in:
parent
83cb72ae75
commit
4699e338da
33
books/utp/Makefile
Normal file
33
books/utp/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# $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>
|
2
books/utp/distinfo
Normal file
2
books/utp/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (utp-1.0.pdf) = UuzlZ07S61MXqVs9I66D8iwjQmo/1m4mD8zZoWyDhmM=
|
||||
SIZE (utp-1.0.pdf) = 1744405
|
13
books/utp/pkg/DESCR
Normal file
13
books/utp/pkg/DESCR
Normal file
@ -0,0 +1,13 @@
|
||||
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.
|
3
books/utp/pkg/PLIST
Normal file
3
books/utp/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/12/19 22:13:58 bentley Exp $
|
||||
share/doc/utp/
|
||||
share/doc/utp/utp-${V}.pdf
|
Loading…
x
Reference in New Issue
Block a user