summaryrefslogtreecommitdiff
path: root/converters/ish
diff options
context:
space:
mode:
authoritojun <itojun>2000-11-14 21:18:52 +0000
committeritojun <itojun>2000-11-14 21:18:52 +0000
commit5ae7b827c2be71d040ec809c81ec076c6256f6f4 (patch)
tree3106a615fb2366c048ecd803695acbe0159a7b6b /converters/ish
parent8409b31922d0390e4a4b2b7604b92f62d7bd467d (diff)
downloadpkgsrc-5ae7b827c2be71d040ec809c81ec076c6256f6f4.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/Makefile15
-rw-r--r--converters/ish/files/md53
-rw-r--r--converters/ish/pkg/COMMENT1
-rw-r--r--converters/ish/pkg/DESCR13
-rw-r--r--converters/ish/pkg/PLIST2
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