diff options
author | itojun <itojun@pkgsrc.org> | 2000-11-14 21:18:52 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-11-14 21:18:52 +0000 |
commit | 0db8f7d0827f3fc714ca271af340f178301555a0 (patch) | |
tree | 3106a615fb2366c048ecd803695acbe0159a7b6b /converters/ish | |
parent | 6e87833b2cd1ce435c56db3f25f729e185727776 (diff) | |
download | pkgsrc-0db8f7d0827f3fc714ca271af340f178301555a0.tar.gz |
ish, binary-to-text converter with error correction
(pkg/* are taken from FreeBSD ports)
Diffstat (limited to 'converters/ish')
-rw-r--r-- | converters/ish/Makefile | 15 | ||||
-rw-r--r-- | converters/ish/files/md5 | 3 | ||||
-rw-r--r-- | converters/ish/pkg/COMMENT | 1 | ||||
-rw-r--r-- | converters/ish/pkg/DESCR | 13 | ||||
-rw-r--r-- | converters/ish/pkg/PLIST | 2 |
5 files changed, 34 insertions, 0 deletions
diff --git a/converters/ish/Makefile b/converters/ish/Makefile new file mode 100644 index 00000000000..8b716ebf92d --- /dev/null +++ b/converters/ish/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/11/14 21:18:52 itojun Exp $ + +DISTNAME= ish-1.11 +CATEGORIES= converters +MASTER_SITES= ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ + +MAINTAINER= packages@netbsd.org + +MAKEFILE= makefile +ALL_TARGET= ish + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ish ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/converters/ish/files/md5 b/converters/ish/files/md5 new file mode 100644 index 00000000000..16c5db54a21 --- /dev/null +++ b/converters/ish/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/11/14 21:18:52 itojun Exp $ + +MD5 (ish-1.11.tar.gz) = 072b894fd4014e9f06ea6c78f6a4f252 diff --git a/converters/ish/pkg/COMMENT b/converters/ish/pkg/COMMENT new file mode 100644 index 00000000000..083a21fd8d1 --- /dev/null +++ b/converters/ish/pkg/COMMENT @@ -0,0 +1 @@ +Binary-to-text file-encoder diff --git a/converters/ish/pkg/DESCR b/converters/ish/pkg/DESCR new file mode 100644 index 00000000000..667abdefb7b --- /dev/null +++ b/converters/ish/pkg/DESCR @@ -0,0 +1,13 @@ +ish is a format to encode binary files to text file, or decode text +files into binary file. ish has strong error correction/detection +functionality using CRC and checksum. +This format is popular in Japanese BBS'es. + +To non-Japanese people: + To produce non-Japanese text a user should use "-s7" option. + Other options such as "-ss" may produce Japanese text. +To Japanese people: + To use ish over NetNews newsgroups (such as fj.*), use "-s7" option. + Use of "-ss" will not give you the optimal performance. + "-ss" option is just for BBSes that use Shift-JIS as their native + Japanese encoding. diff --git a/converters/ish/pkg/PLIST b/converters/ish/pkg/PLIST new file mode 100644 index 00000000000..72f43e0db55 --- /dev/null +++ b/converters/ish/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/14 21:18:52 itojun Exp $ +bin/ish |