diff options
author | Nik Clayton <nik@FreeBSD.org> | 2001-05-20 20:35:16 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2001-05-20 20:35:16 +0000 |
commit | 6bac3dc1deb4b78785a58dbbd3f0dd6582710f5b (patch) | |
tree | 4298ec074bdad5467585407d69e3ce31142b6112 /textproc | |
parent | Nuke shot2png in favour of scr2png. (diff) |
Remove shot2txt in favour of scr2txt.
Notes
Notes:
svn path=/head/; revision=42820
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/shot2txt/Makefile | 24 | ||||
-rw-r--r-- | textproc/shot2txt/distinfo | 1 | ||||
-rw-r--r-- | textproc/shot2txt/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/shot2txt/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/shot2txt/pkg-plist | 1 |
5 files changed, 0 insertions, 30 deletions
diff --git a/textproc/shot2txt/Makefile b/textproc/shot2txt/Makefile deleted file mode 100644 index 3851cbd29015..000000000000 --- a/textproc/shot2txt/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: shot2png -# Date created: 18 May 2001 -# Whom: nik -# -# $FreeBSD$ -# - -PORTNAME= shot2txt -PORTVERSION= 1.0 -CATEGORIES= textproc - -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= nik -NO_WRKSUBDIR= yes - -MAINTAINER= nik@freebsd.org - -MAN1= shot2txt.1 -MANCOMPRESSED= yes - -do-install: - @cd ${WRKSRC}; ${MAKE} BINDIR=${LOCALBASE}/bin SHAREDIR=${LOCALBASE} install - -.include <bsd.port.mk> diff --git a/textproc/shot2txt/distinfo b/textproc/shot2txt/distinfo deleted file mode 100644 index c9582ab24500..000000000000 --- a/textproc/shot2txt/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (shot2txt-1.0.tar.gz) = 34676dd6cde1d28e3693992c5f196ba2 diff --git a/textproc/shot2txt/pkg-comment b/textproc/shot2txt/pkg-comment deleted file mode 100644 index 344b573cb601..000000000000 --- a/textproc/shot2txt/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Converts the output of scrshot(1) to text diff --git a/textproc/shot2txt/pkg-descr b/textproc/shot2txt/pkg-descr deleted file mode 100644 index 2a3a32e7eec3..000000000000 --- a/textproc/shot2txt/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -shot2png takes a syscons screenshot generated by scrshot(1) and -converts it in to a text file, optionally rewriting the eight bit -line drawing characters to seven bit equivalents. diff --git a/textproc/shot2txt/pkg-plist b/textproc/shot2txt/pkg-plist deleted file mode 100644 index 84c9cc3b052a..000000000000 --- a/textproc/shot2txt/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/shot2txt |