diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-09-21 01:54:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-09-21 01:54:58 +0000 |
commit | 5e153f6bbd2078baac74c86e3b06148e22956c92 (patch) | |
tree | 7512ece8f22317170bfcbcc245d741dcb42627bd /textproc/rot | |
parent | 3fe3563fd7f15174e2b0d278bafbe798534759e1 (diff) | |
download | ports-5e153f6bbd2078baac74c86e3b06148e22956c92.tar.gz ports-5e153f6bbd2078baac74c86e3b06148e22956c92.zip |
Notes
Diffstat (limited to 'textproc/rot')
-rw-r--r-- | textproc/rot/Makefile | 26 | ||||
-rw-r--r-- | textproc/rot/distinfo | 1 | ||||
-rw-r--r-- | textproc/rot/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/rot/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/rot/pkg-plist | 1 |
5 files changed, 31 insertions, 0 deletions
diff --git a/textproc/rot/Makefile b/textproc/rot/Makefile new file mode 100644 index 000000000000..dea30e7398b6 --- /dev/null +++ b/textproc/rot/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# New ports collection Makefile for: rot +# Date created: Sep 21, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= rot +PORTVERSION= 1.2 +CATEGORIES= textproc +MASTER_SITES= http://wuarchive.wustl.edu/languages/c/unix-c/utils/ +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= .tar.Z + +MAINTAINER= ports@FreeBSD.org + +ALL_TARGET= ${PORTNAME} + +MAN1= rot.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/rot ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/rot.man ${MAN1PREFIX}/man/man1/rot.1 + +.include <bsd.port.mk> diff --git a/textproc/rot/distinfo b/textproc/rot/distinfo new file mode 100644 index 000000000000..fbf566ad5d8a --- /dev/null +++ b/textproc/rot/distinfo @@ -0,0 +1 @@ +MD5 (rot.tar.Z) = d695e094526db3e859e907398be36416 diff --git a/textproc/rot/pkg-comment b/textproc/rot/pkg-comment new file mode 100644 index 000000000000..51349f4d826c --- /dev/null +++ b/textproc/rot/pkg-comment @@ -0,0 +1 @@ +Rotates a file so that lines become columns and vice versa diff --git a/textproc/rot/pkg-descr b/textproc/rot/pkg-descr new file mode 100644 index 000000000000..72edf668ff88 --- /dev/null +++ b/textproc/rot/pkg-descr @@ -0,0 +1,2 @@ +Rot rotates a file so that lines become columns and vice versa. This allows +line-oriented Unix filters like grep to operate on columns instead. diff --git a/textproc/rot/pkg-plist b/textproc/rot/pkg-plist new file mode 100644 index 000000000000..890b9da2d953 --- /dev/null +++ b/textproc/rot/pkg-plist @@ -0,0 +1 @@ +bin/rot |