Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

19
textproc/par/DESCR Normal file
View 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.

22
textproc/par/Makefile Normal file
View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.17 2012/10/25 06:56:44 asau Exp $
DISTNAME= Par152
PKGNAME= par-1.52
CATEGORIES= textproc
MASTER_SITES= http://www.nicemice.net/par/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.nicemice.net/par/
COMMENT= Paragraph reformatter, vaguely similar to fmt, but better
BUILD_TARGET=
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-configure:
(cd ${WRKSRC}; ${CP} protoMakefile Makefile)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/par ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/par.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"

3
textproc/par/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/12 19:09:38 rillig Exp $
bin/par
man/man1/par.1

5
textproc/par/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2005/02/24 14:48:47 agc Exp $
SHA1 (Par152.tar.gz) = 4b83d2ec593bb45ee46d4b7c2bfc590e1f4a41a8
RMD160 (Par152.tar.gz) = 253070f319a7f3b3a6f0dad5797882efdbf597bc
Size (Par152.tar.gz) = 47999 bytes