summaryrefslogtreecommitdiff
path: root/textproc/scr2txt
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>2001-05-20 20:32:42 +0000
committerNik Clayton <nik@FreeBSD.org>2001-05-20 20:32:42 +0000
commitf3f83f49c5635f6c6b2ddafa497959a50dae2c1e (patch)
treeb17476d92304f2fa4cd58f23603f3db7898caad8 /textproc/scr2txt
parentRename shot2png to scr2png based on private comments. (diff)
Rename shot2txt to scr2txt, based on feedback.
Fix header parsing bogons. Refer to vidcontrol(1) rather than scrshot(1) in the documentation.
Notes
Notes: svn path=/head/; revision=42818
Diffstat (limited to 'textproc/scr2txt')
-rw-r--r--textproc/scr2txt/Makefile24
-rw-r--r--textproc/scr2txt/distinfo1
-rw-r--r--textproc/scr2txt/pkg-comment1
-rw-r--r--textproc/scr2txt/pkg-descr3
-rw-r--r--textproc/scr2txt/pkg-plist1
5 files changed, 30 insertions, 0 deletions
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