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:
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
|
@ -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
24
textproc/scr2txt/Makefile
Normal 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>
|
1
textproc/scr2txt/distinfo
Normal file
1
textproc/scr2txt/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (scr2txt-1.1.tar.gz) = 739f627bdf0b9103c970d549f9d135e5
|
1
textproc/scr2txt/pkg-comment
Normal file
1
textproc/scr2txt/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Converts the output of "vidcontrol -p" to text
|
3
textproc/scr2txt/pkg-descr
Normal file
3
textproc/scr2txt/pkg-descr
Normal 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.
|
1
textproc/scr2txt/pkg-plist
Normal file
1
textproc/scr2txt/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/scr2txt
|
Loading…
Reference in a new issue