aboutsummaryrefslogtreecommitdiff
path: root/textproc/align
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-30 01:37:02 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-30 01:37:02 +0000
commit6395a3db8db65e854e57550b81cf1aff39e5b393 (patch)
tree04499188389101cbf0af1da61e283a7bd1e6cfda /textproc/align
parent1adef69414fe6bbde35d8203e0427e40b24a3b15 (diff)
downloadports-6395a3db8db65e854e57550b81cf1aff39e5b393.tar.gz
ports-6395a3db8db65e854e57550b81cf1aff39e5b393.zip
add align
Text column alignment filter
Notes
Notes: svn path=/head/; revision=49350
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 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 <bsd.port.mk>
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