pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/vis Add a new vis/unvis package.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/440afc0e7ea5
branches:  trunk
changeset: 493636:440afc0e7ea5
user:      christos <christos%pkgsrc.org@localhost>
date:      Tue May 10 21:56:13 2005 +0000

description:
Add a new vis/unvis package.

diffstat:

 textproc/vis/DESCR    |   3 +++
 textproc/vis/Makefile |  13 +++++++++++++
 textproc/vis/PLIST    |   7 +++++++
 textproc/vis/distinfo |   5 +++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 0200a1eede23 -r 440afc0e7ea5 textproc/vis/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/vis/DESCR        Tue May 10 21:56:13 2005 +0000
@@ -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 -r 0200a1eede23 -r 440afc0e7ea5 textproc/vis/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/vis/Makefile     Tue May 10 21:56:13 2005 +0000
@@ -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@localhost
+COMMENT=       Convert strings from/to a visual format
+
+.include "../../mk/bsd.prefs.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 0200a1eede23 -r 440afc0e7ea5 textproc/vis/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/vis/PLIST        Tue May 10 21:56:13 2005 +0000
@@ -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 -r 0200a1eede23 -r 440afc0e7ea5 textproc/vis/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/vis/distinfo     Tue May 10 21:56:13 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index