Add a new vis/unvis package.
This commit is contained in:
parent
029735c838
commit
44198cddd3
4 changed files with 28 additions and 0 deletions
3
textproc/vis/DESCR
Normal file
3
textproc/vis/DESCR
Normal file
|
@ -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.
|
13
textproc/vis/Makefile
Normal file
13
textproc/vis/Makefile
Normal file
|
@ -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"
|
7
textproc/vis/PLIST
Normal file
7
textproc/vis/PLIST
Normal file
|
@ -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
|
5
textproc/vis/distinfo
Normal file
5
textproc/vis/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue