From e01eda23c1ec65710f253b6678ad95d6e2cda609 Mon Sep 17 00:00:00 2001 From: christos Date: Tue, 10 May 2005 21:56:13 +0000 Subject: Add a new vis/unvis package. --- textproc/vis/DESCR | 3 +++ textproc/vis/Makefile | 13 +++++++++++++ textproc/vis/PLIST | 7 +++++++ textproc/vis/distinfo | 5 +++++ 4 files changed, 28 insertions(+) create mode 100644 textproc/vis/DESCR create mode 100644 textproc/vis/Makefile create mode 100644 textproc/vis/PLIST create mode 100644 textproc/vis/distinfo (limited to 'textproc') diff --git a/textproc/vis/DESCR b/textproc/vis/DESCR new file mode 100644 index 00000000000..70fe8281cd4 --- /dev/null +++ b/textproc/vis/DESCR @@ -0,0 +1,3 @@ +The vis program can be used to convert a string into a visual format. +The unvis program can be used to convert from such a visual format +to the original string. diff --git a/textproc/vis/Makefile b/textproc/vis/Makefile new file mode 100644 index 00000000000..67973f924e9 --- /dev/null +++ b/textproc/vis/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2005/05/10 21:56:13 christos Exp $ +# + +DISTNAME= vis-0.0 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.gw.com/pub/people/christos/ + +MAINTAINER= christos@netbsd.org +COMMENT= Convert strings from/to a visual format + +.include "../../mk/bsd.prefs.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/vis/PLIST b/textproc/vis/PLIST new file mode 100644 index 00000000000..dd08e207f00 --- /dev/null +++ b/textproc/vis/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2005/05/10 21:56:13 christos Exp $ +bin/vis +bin/unvis +man/man1/vis.1 +man/man1/unvis.1 +man/cat1/vis.0 +man/cat1/unvis.0 diff --git a/textproc/vis/distinfo b/textproc/vis/distinfo new file mode 100644 index 00000000000..6d975fc1465 --- /dev/null +++ b/textproc/vis/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2005/05/10 21:56:13 christos Exp $ + +SHA1 (vis-0.0.tar.gz) = 88028da0708d0f85b4f837deec0c3a415e20fbc5 +RMD160 (vis-0.0.tar.gz) = 140b2d39819a6f883a90de02e4001766797453c3 +Size (vis-0.0.tar.gz) = 8896 bytes -- cgit v1.2.3