summaryrefslogtreecommitdiffstats
path: root/textproc/align
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-10-30 01:37:02 +0000
committerijliao <ijliao@FreeBSD.org>2001-10-30 01:37:02 +0000
commitbcdff1bd6aaf431d07c9896dec9ee57cc6269f05 (patch)
tree710dd358b1b82bd37b15aeab67228322c8587a96 /textproc/align
parente952c5917d88c52dd36e1af0af5da98bc540bc46 (diff)
downloadFreeBSD-ports-bcdff1bd6aaf431d07c9896dec9ee57cc6269f05.zip
FreeBSD-ports-bcdff1bd6aaf431d07c9896dec9ee57cc6269f05.tar.gz
add align
Text column alignment filter
Diffstat (limited to 'textproc/align')
-rw-r--r--textproc/align/Makefile20
-rw-r--r--textproc/align/distinfo1
-rw-r--r--textproc/align/pkg-comment1
-rw-r--r--textproc/align/pkg-descr7
-rw-r--r--textproc/align/pkg-plist2
5 files changed, 31 insertions, 0 deletions
diff --git a/textproc/align/Makefile b/textproc/align/Makefile
new file mode 100644
index 0000000..248c5e0
--- /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 <bsd.port.mk>
diff --git a/textproc/align/distinfo b/textproc/align/distinfo
new file mode 100644
index 0000000..2b6495c
--- /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 0000000..b592fd7
--- /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 0000000..4093aa3
--- /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 0000000..5f1ea9d
--- /dev/null
+++ b/textproc/align/pkg-plist
@@ -0,0 +1,2 @@
+bin/align
+bin/width
OpenPOWER on IntegriCloud