diff options
author | nik <nik@FreeBSD.org> | 2001-05-21 04:35:16 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2001-05-21 04:35:16 +0800 |
commit | 9c1af8e45b5de757da322b82c27dcb0be8d57a66 (patch) | |
tree | b1911211ff405fc1621e5b87ac71db6e99bc05e8 /textproc | |
parent | 77e065444369704c79f615c5d9f128ca46709ed7 (diff) | |
download | freebsd-ports-graphics-9c1af8e45b5de757da322b82c27dcb0be8d57a66.tar.gz freebsd-ports-graphics-9c1af8e45b5de757da322b82c27dcb0be8d57a66.tar.zst freebsd-ports-graphics-9c1af8e45b5de757da322b82c27dcb0be8d57a66.zip |
Remove shot2txt in favour of scr2txt.
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 3851cbd2901..00000000000 --- 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 c9582ab2450..00000000000 --- 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 344b573cb60..00000000000 --- 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 2a3a32e7eec..00000000000 --- 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 84c9cc3b052..00000000000 --- a/textproc/shot2txt/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/shot2txt |