diff options
author | jtb <jtb@pkgsrc.org> | 2000-11-25 18:37:13 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-11-25 18:37:13 +0000 |
commit | 8edea668b5957b2a0398de7ba036bcb3c9f2cd7d (patch) | |
tree | a91131e4654af8649b1e803bb0f614f3fe16c56e | |
parent | 414b36bbb5f4daa828a6424acc995713223a56da (diff) | |
download | pkgsrc-8edea668b5957b2a0398de7ba036bcb3c9f2cd7d.tar.gz |
Initial import of new "ascii" package:
ASCII character table program
-rw-r--r-- | misc/ascii/Makefile | 19 | ||||
-rw-r--r-- | misc/ascii/files/md5 | 3 | ||||
-rw-r--r-- | misc/ascii/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/ascii/pkg/DESCR | 5 | ||||
-rw-r--r-- | misc/ascii/pkg/PLIST | 5 |
5 files changed, 33 insertions, 0 deletions
diff --git a/misc/ascii/Makefile b/misc/ascii/Makefile new file mode 100644 index 00000000000..f89f2c816a9 --- /dev/null +++ b/misc/ascii/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/11/25 18:37:13 jtb Exp $ +# + +DISTNAME= ascii-3.0 +CATEGORIES= misc +MASTER_SITES= http://www.tuxedo.org/~esr/ + +MAINTAINER= jtb@netbsd.org +HOMEPAGE= http://www.tuxedo.org/~esr/software.html + +ALL_TARGET= ascii + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ascii ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ascii.1 ${PREFIX}/man/man1 + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ascii + ${INSTALL_DATA} ${WRKSRC}/ascii.cgi ${PREFIX}/share/examples/ascii + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/ascii/files/md5 b/misc/ascii/files/md5 new file mode 100644 index 00000000000..0a10b0abff9 --- /dev/null +++ b/misc/ascii/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/11/25 18:37:13 jtb Exp $ + +MD5 (ascii-3.0.tar.gz) = d5d64ac8ab1e8101361f581cc7f82554 diff --git a/misc/ascii/pkg/COMMENT b/misc/ascii/pkg/COMMENT new file mode 100644 index 00000000000..8b81329718b --- /dev/null +++ b/misc/ascii/pkg/COMMENT @@ -0,0 +1 @@ +ASCII character table program diff --git a/misc/ascii/pkg/DESCR b/misc/ascii/pkg/DESCR new file mode 100644 index 00000000000..33120bf1309 --- /dev/null +++ b/misc/ascii/pkg/DESCR @@ -0,0 +1,5 @@ +This is a handy little utility that recognizes many different ways of +naming an ASCII character (hex, octal, binary, decimal, C escape, ISO +character table pair, slang names, and others) and prints out all the +equivalents. A CGI script that can be used to enable access over the +Web is included. diff --git a/misc/ascii/pkg/PLIST b/misc/ascii/pkg/PLIST new file mode 100644 index 00000000000..b95ad00616f --- /dev/null +++ b/misc/ascii/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/25 18:37:13 jtb Exp $ +bin/ascii +man/man1/ascii.1 +share/examples/ascii/ascii.cgi +@dirrm share/examples/ascii |