From aeddad1bb701764b07bb0d37fd883d977c820def Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Fri, 18 May 2001 22:20:10 +0000 Subject: Convert scrshot(1) output to plain text, optionally replacing eight bit line drawing characters with seven bit ones. --- textproc/Makefile | 1 + textproc/shot2txt/Makefile | 24 ++++++++++++++++++++++++ textproc/shot2txt/distinfo | 1 + textproc/shot2txt/pkg-comment | 1 + textproc/shot2txt/pkg-descr | 3 +++ textproc/shot2txt/pkg-plist | 1 + 6 files changed, 31 insertions(+) create mode 100644 textproc/shot2txt/Makefile create mode 100644 textproc/shot2txt/distinfo create mode 100644 textproc/shot2txt/pkg-comment create mode 100644 textproc/shot2txt/pkg-descr create mode 100644 textproc/shot2txt/pkg-plist diff --git a/textproc/Makefile b/textproc/Makefile index 0a359392626e..a90c11250406 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -159,6 +159,7 @@ SUBDIR += sgmltools SUBDIR += sgmltools-lite SUBDIR += sgrep + SUBDIR += shot2txt SUBDIR += smartdoc SUBDIR += sp SUBDIR += tclExpat diff --git a/textproc/shot2txt/Makefile b/textproc/shot2txt/Makefile new file mode 100644 index 000000000000..3851cbd29015 --- /dev/null +++ b/textproc/shot2txt/Makefile @@ -0,0 +1,24 @@ +# 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 diff --git a/textproc/shot2txt/distinfo b/textproc/shot2txt/distinfo new file mode 100644 index 000000000000..c9582ab24500 --- /dev/null +++ b/textproc/shot2txt/distinfo @@ -0,0 +1 @@ +MD5 (shot2txt-1.0.tar.gz) = 34676dd6cde1d28e3693992c5f196ba2 diff --git a/textproc/shot2txt/pkg-comment b/textproc/shot2txt/pkg-comment new file mode 100644 index 000000000000..344b573cb601 --- /dev/null +++ b/textproc/shot2txt/pkg-comment @@ -0,0 +1 @@ +Converts the output of scrshot(1) to text diff --git a/textproc/shot2txt/pkg-descr b/textproc/shot2txt/pkg-descr new file mode 100644 index 000000000000..2a3a32e7eec3 --- /dev/null +++ b/textproc/shot2txt/pkg-descr @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000000..84c9cc3b052a --- /dev/null +++ b/textproc/shot2txt/pkg-plist @@ -0,0 +1 @@ +bin/shot2txt -- cgit v1.2.3