mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
add align
Text column alignment filter
This commit is contained in:
parent
1adef69414
commit
6395a3db8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49350
@ -2,6 +2,7 @@
|
||||
#
|
||||
|
||||
SUBDIR += agrep
|
||||
SUBDIR += align
|
||||
SUBDIR += antiword
|
||||
SUBDIR += ascii2pdf
|
||||
SUBDIR += aspell
|
||||
|
20
textproc/align/Makefile
Normal file
20
textproc/align/Makefile
Normal file
@ -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 <bsd.port.mk>
|
1
textproc/align/distinfo
Normal file
1
textproc/align/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (align-1.3.0.tar.gz) = 716564189d13c8d8a3652019031bd329
|
1
textproc/align/pkg-comment
Normal file
1
textproc/align/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Text column alignment filter
|
7
textproc/align/pkg-descr
Normal file
7
textproc/align/pkg-descr
Normal file
@ -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/
|
2
textproc/align/pkg-plist
Normal file
2
textproc/align/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/align
|
||||
bin/width
|
Loading…
Reference in New Issue
Block a user