par port
This commit is contained in:
parent
56bc0f1942
commit
295857b76c
26
textproc/par/Makefile
Normal file
26
textproc/par/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# OpenBSD makefile for: Par
|
||||
# Version required: 1.50
|
||||
# Date created: May 17 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/17 04:56:57 angelos Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Par150
|
||||
PKGNAME= par-1.50
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.cs.berkeley.edu/~amc/Par/
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
ALL_TARGET=
|
||||
MAN1= par.1
|
||||
|
||||
do-configure:
|
||||
(cd ${WRKSRC}; ${CP} protoMakefile Makefile)
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/par ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/par.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/par/files/md5
Normal file
1
textproc/par/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Par150.tar.gz) = 657e54eca896e43782282eda1af92e1a
|
1
textproc/par/pkg/COMMENT
Normal file
1
textproc/par/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Pargraph reformatter for email
|
19
textproc/par/pkg/DESCR
Normal file
19
textproc/par/pkg/DESCR
Normal file
@ -0,0 +1,19 @@
|
||||
Par is a filter which copies its input to its output, changing all
|
||||
white characters (except newlines) to spaces, and reformatting
|
||||
each paragraph. Paragraphs are separated by protected, blank, and
|
||||
bodiless lines (see the Terminology section for definitions), and
|
||||
optionally delimited by indentation (see the d option in the Options
|
||||
section).
|
||||
|
||||
Each output paragraph is generated from the corresponding input
|
||||
paragraph as follows:
|
||||
|
||||
1) An optional prefix and/or suffix is removed from each input
|
||||
line.
|
||||
2) The remainder is divided into words (separated by spaces).
|
||||
3) The words are joined into lines to make an eye-pleasing
|
||||
paragraph.
|
||||
4) The prefixes and suffixes are reattached.
|
||||
|
||||
If there are suffixes, spaces are inserted before them so that they
|
||||
all end in the same column.
|
2
textproc/par/pkg/PLIST
Normal file
2
textproc/par/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
bin/par
|
||||
man/man1/par.1
|
Loading…
Reference in New Issue
Block a user