summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>2001-05-20 20:32:42 +0000
committernik <nik@FreeBSD.org>2001-05-20 20:32:42 +0000
commit00a66bfe961e1bdf02f874bf174b807cd17214f2 (patch)
treeb80db133b85d70ccc501472ee22552544dbe2933 /textproc
parentab80b9cc027630b5a85489a9eea6e9bbc2061cd2 (diff)
downloadFreeBSD-ports-00a66bfe961e1bdf02f874bf174b807cd17214f2.zip
FreeBSD-ports-00a66bfe961e1bdf02f874bf174b807cd17214f2.tar.gz
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/Makefile1
-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
6 files changed, 31 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index a90c112..42c4922 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 0000000..69e717d
--- /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 0000000..78f824a
--- /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 0000000..f128906
--- /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 0000000..9696bf5
--- /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 0000000..0abc616
--- /dev/null
+++ b/textproc/scr2txt/pkg-plist
@@ -0,0 +1 @@
+bin/scr2txt
OpenPOWER on IntegriCloud