ish port.

This commit is contained in:
angelos 1998-04-29 05:05:46 +00:00
parent 0044435cea
commit dc35f34acf
6 changed files with 41 additions and 0 deletions

17
converters/ish/Makefile Normal file
View File

@ -0,0 +1,17 @@
# OpenBSD makefile for: ish
# Version required: 1.11
# Date created: 29 April 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/04/29 05:05:46 angelos Exp $
DISTNAME= ish-1.11
CATEGORIES= converters
MASTER_SITES= ftp://jaz.jp.freebsd.org/pub/incoming/distfiles/
MAINTAINER= angelos@openbsd.org
MAKEFILE= makefile
ALL_TARGET= ish
.include <bsd.port.mk>

1
converters/ish/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (ish-1.11.tar.gz) = 072b894fd4014e9f06ea6c78f6a4f252

View File

@ -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

View File

@ -0,0 +1 @@
ish binary-to-text file converter

13
converters/ish/pkg/DESCR Normal file
View File

@ -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.

1
converters/ish/pkg/PLIST Normal file
View File

@ -0,0 +1 @@
bin/ish