Rename shot2txt to scr2txt, based on feedback.

Fix header parsing bogons.

Refer to vidcontrol(1) rather than scrshot(1) in the documentation.
This commit is contained in:
Nik Clayton 2001-05-20 20:32:42 +00:00
parent 88e73c8d3d
commit f3f83f49c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42818
6 changed files with 31 additions and 0 deletions

View file

@ -150,6 +150,7 @@
SUBDIR += rxp
SUBDIR += sablotron
SUBDIR += sarep
SUBDIR += scr2txt
SUBDIR += scrollkeeper
SUBDIR += sdf
SUBDIR += sdocbook-xml

24
textproc/scr2txt/Makefile Normal file
View file

@ -0,0 +1,24 @@
# New ports collection makefile for: scr2txt
# Date created: 18 May 2001
# Whom: nik
#
# $FreeBSD$
#
PORTNAME= scr2txt
PORTVERSION= 1.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= nik
NO_WRKSUBDIR= yes
MAINTAINER= nik@freebsd.org
MAN1= scr2txt.1
MANCOMPRESSED= yes
do-install:
@cd ${WRKSRC}; ${MAKE} BINDIR=${LOCALBASE}/bin SHAREDIR=${LOCALBASE} install
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (scr2txt-1.1.tar.gz) = 739f627bdf0b9103c970d549f9d135e5

View file

@ -0,0 +1 @@
Converts the output of "vidcontrol -p" to text

View file

@ -0,0 +1,3 @@
scr2png takes a syscons screenshot generated by "vidcontrol -p" and
converts it in to a text file, optionally rewriting the eight bit
line drawing characters to seven bit equivalents.

View file

@ -0,0 +1 @@
bin/scr2txt