diff --git a/textproc/Makefile b/textproc/Makefile index 43762bc4aa49..48fc01e85d17 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -2,6 +2,7 @@ # SUBDIR += agrep + SUBDIR += align SUBDIR += antiword SUBDIR += ascii2pdf SUBDIR += aspell diff --git a/textproc/align/Makefile b/textproc/align/Makefile new file mode 100644 index 000000000000..248c5e0ce41d --- /dev/null +++ b/textproc/align/Makefile @@ -0,0 +1,20 @@ +# ex:ts=8 +# New ports collection makefile for: align +# Date created: Oct 30, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= align +PORTVERSION= 1.3.0 +CATEGORIES= textproc +MASTER_SITES= http://www.cs.indiana.edu/hyplan/kinzler/align/ + +MAINTAINER= ports@FreeBSD.org + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/align ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/width ${PREFIX}/bin + +.include diff --git a/textproc/align/distinfo b/textproc/align/distinfo new file mode 100644 index 000000000000..2b6495c5e4a9 --- /dev/null +++ b/textproc/align/distinfo @@ -0,0 +1 @@ +MD5 (align-1.3.0.tar.gz) = 716564189d13c8d8a3652019031bd329 diff --git a/textproc/align/pkg-comment b/textproc/align/pkg-comment new file mode 100644 index 000000000000..b592fd7f6374 --- /dev/null +++ b/textproc/align/pkg-comment @@ -0,0 +1 @@ +Text column alignment filter diff --git a/textproc/align/pkg-descr b/textproc/align/pkg-descr new file mode 100644 index 000000000000..4093aa35f98e --- /dev/null +++ b/textproc/align/pkg-descr @@ -0,0 +1,7 @@ +Align is a general-purpose text filter tool that helps vertically align +columns in string-separated tables of input text. With whitespace-separated +columns, you can often use it without arguments and it'll guess the right +thing to do. Otherwise, you can specify arguments to direct how the columns +are separated on input and rejoined in the aligned output. + +WWW: http://www.cs.indiana.edu/~kinzler/align/ diff --git a/textproc/align/pkg-plist b/textproc/align/pkg-plist new file mode 100644 index 000000000000..5f1ea9db24ab --- /dev/null +++ b/textproc/align/pkg-plist @@ -0,0 +1,2 @@ +bin/align +bin/width