diff options
author | nik <nik@FreeBSD.org> | 2001-05-21 04:32:42 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2001-05-21 04:32:42 +0800 |
commit | 00a66bfe961e1bdf02f874bf174b807cd17214f2 (patch) | |
tree | b80db133b85d70ccc501472ee22552544dbe2933 /textproc | |
parent | ab80b9cc027630b5a85489a9eea6e9bbc2061cd2 (diff) | |
download | freebsd-ports-gnome-00a66bfe961e1bdf02f874bf174b807cd17214f2.tar.gz freebsd-ports-gnome-00a66bfe961e1bdf02f874bf174b807cd17214f2.tar.zst freebsd-ports-gnome-00a66bfe961e1bdf02f874bf174b807cd17214f2.zip |
Rename shot2txt to scr2txt, based on feedback.
Fix header parsing bogons.
Refer to vidcontrol(1) rather than scrshot(1) in the documentation.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/scr2txt/Makefile | 24 | ||||
-rw-r--r-- | textproc/scr2txt/distinfo | 1 | ||||
-rw-r--r-- | textproc/scr2txt/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/scr2txt/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/scr2txt/pkg-plist | 1 |
6 files changed, 31 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a90c11250406..42c4922a7a3b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -150,6 +150,7 @@ SUBDIR += rxp SUBDIR += sablotron SUBDIR += sarep + SUBDIR += scr2txt SUBDIR += scrollkeeper SUBDIR += sdf SUBDIR += sdocbook-xml diff --git a/textproc/scr2txt/Makefile b/textproc/scr2txt/Makefile new file mode 100644 index 000000000000..69e717d838be --- /dev/null +++ b/textproc/scr2txt/Makefile @@ -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> diff --git a/textproc/scr2txt/distinfo b/textproc/scr2txt/distinfo new file mode 100644 index 000000000000..78f824a76be5 --- /dev/null +++ b/textproc/scr2txt/distinfo @@ -0,0 +1 @@ +MD5 (scr2txt-1.1.tar.gz) = 739f627bdf0b9103c970d549f9d135e5 diff --git a/textproc/scr2txt/pkg-comment b/textproc/scr2txt/pkg-comment new file mode 100644 index 000000000000..f12890689da8 --- /dev/null +++ b/textproc/scr2txt/pkg-comment @@ -0,0 +1 @@ +Converts the output of "vidcontrol -p" to text diff --git a/textproc/scr2txt/pkg-descr b/textproc/scr2txt/pkg-descr new file mode 100644 index 000000000000..9696bf5d974d --- /dev/null +++ b/textproc/scr2txt/pkg-descr @@ -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. diff --git a/textproc/scr2txt/pkg-plist b/textproc/scr2txt/pkg-plist new file mode 100644 index 000000000000..0abc616c2f3b --- /dev/null +++ b/textproc/scr2txt/pkg-plist @@ -0,0 +1 @@ +bin/scr2txt |