aboutsummaryrefslogtreecommitdiff
path: root/converters/ish
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-08-16 05:14:07 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-08-16 05:14:07 +0000
commitbf42d1953b44d56a3360803d861ba01e83ef2f5b (patch)
tree58df9baacfffb1b24c3d4f7428dcfe4efcc2c483 /converters/ish
parentad627e4a0d5f858bcf8bb85b264bb0b845ed128c (diff)
downloadports-bf42d1953b44d56a3360803d861ba01e83ef2f5b.tar.gz
ports-bf42d1953b44d56a3360803d861ba01e83ef2f5b.zip
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
Notes
Notes: svn path=/head/; revision=7600
Diffstat (limited to 'converters/ish')
-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 000000000000..391d397381ff
--- /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 000000000000..48caf13c6158
--- /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 000000000000..437fe2773c60
--- /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 000000000000..d4b98ca92db6
--- /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 000000000000..667abdefb7b0
--- /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 000000000000..50a374725ff6
--- /dev/null
+++ b/converters/ish/pkg-plist
@@ -0,0 +1 @@
+bin/ish