diff options
author | christos <christos> | 2005-05-10 21:56:13 +0000 |
---|---|---|
committer | christos <christos> | 2005-05-10 21:56:13 +0000 |
commit | b161976bf85ce400c8a7e81bf01d301c913701d2 (patch) | |
tree | 91633b07bdd5a0f623ba7460a97a62dd286fb9f9 /textproc | |
parent | 062a902489d8b594a20561003289feed49c0f06a (diff) | |
download | pkgsrc-b161976bf85ce400c8a7e81bf01d301c913701d2.tar.gz |
Add a new vis/unvis package.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/vis/DESCR | 3 | ||||
-rw-r--r-- | textproc/vis/Makefile | 13 | ||||
-rw-r--r-- | textproc/vis/PLIST | 7 | ||||
-rw-r--r-- | textproc/vis/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
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 |