summaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authoritojun <itojun@FreeBSD.org>1997-08-16 05:14:07 +0000
committeritojun <itojun@FreeBSD.org>1997-08-16 05:14:07 +0000
commit1c233634656dcff3da0ebdfd70cb5124b45c2774 (patch)
tree7cf56d06bab10efe4b2ca9a7879ec09fef406e8b /converters
parent7f865278e0142323809057d16bee0c6bcbd11168 (diff)
downloadFreeBSD-ports-1c233634656dcff3da0ebdfd70cb5124b45c2774.zip
FreeBSD-ports-1c233634656dcff3da0ebdfd70cb5124b45c2774.tar.gz
a port for "ish binary-to-text file converter".
The tool is famous in Japanese local BBSes, but may useful for other situations. Reviewed by: itojun@itojun.org Submitted by: hosokawa@freebsd.org
Diffstat (limited to 'converters')
-rw-r--r--converters/ish/Makefile17
-rw-r--r--converters/ish/distinfo1
-rw-r--r--converters/ish/files/patch-aa8
-rw-r--r--converters/ish/pkg-comment1
-rw-r--r--converters/ish/pkg-descr13
-rw-r--r--converters/ish/pkg-plist1
6 files changed, 41 insertions, 0 deletions
diff --git a/converters/ish/Makefile b/converters/ish/Makefile
new file mode 100644
index 0000000..391d397
--- /dev/null
+++ b/converters/ish/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: ish
+# Version required: 1.11
+# Date created: 13 August 1997
+# Whom: hosokawa
+#
+# $Id$
+
+DISTNAME= ish-1.11
+CATEGORIES= converters
+MASTER_SITES= ftp://jaz.jp.freebsd.org/pub/incoming/distfiles/
+
+MAINTAINER= hosokawa@jp.FreeBSD.org
+
+MAKEFILE= makefile
+ALL_TARGET= ish
+
+.include <bsd.port.mk>
diff --git a/converters/ish/distinfo b/converters/ish/distinfo
new file mode 100644
index 0000000..48caf13
--- /dev/null
+++ b/converters/ish/distinfo
@@ -0,0 +1 @@
+MD5 (ish-1.11.tar.gz) = 072b894fd4014e9f06ea6c78f6a4f252
diff --git a/converters/ish/files/patch-aa b/converters/ish/files/patch-aa
new file mode 100644
index 0000000..437fe27
--- /dev/null
+++ b/converters/ish/files/patch-aa
@@ -0,0 +1,8 @@
+--- makefile.orig Sun Aug 5 20:04:08 1990
++++ makefile Wed Aug 13 14:50:08 1997
+@@ -1,4 +1,4 @@
+-DEST = .
++DEST = $(PREFIX)/bin
+ #CFLAGS = -O -DSysV
+ CFLAGS = -O
+ LDFLAGS = -s
diff --git a/converters/ish/pkg-comment b/converters/ish/pkg-comment
new file mode 100644
index 0000000..d4b98ca
--- /dev/null
+++ b/converters/ish/pkg-comment
@@ -0,0 +1 @@
+ish binary-to-text file converter
diff --git a/converters/ish/pkg-descr b/converters/ish/pkg-descr
new file mode 100644
index 0000000..667abde
--- /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 0000000..50a3747
--- /dev/null
+++ b/converters/ish/pkg-plist
@@ -0,0 +1 @@
+bin/ish
OpenPOWER on IntegriCloud