ish port.
This commit is contained in:
parent
0044435cea
commit
dc35f34acf
17
converters/ish/Makefile
Normal file
17
converters/ish/Makefile
Normal 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
1
converters/ish/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ish-1.11.tar.gz) = 072b894fd4014e9f06ea6c78f6a4f252
|
8
converters/ish/patches/patch-aa
Normal file
8
converters/ish/patches/patch-aa
Normal 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
|
1
converters/ish/pkg/COMMENT
Normal file
1
converters/ish/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
ish binary-to-text file converter
|
13
converters/ish/pkg/DESCR
Normal file
13
converters/ish/pkg/DESCR
Normal 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
1
converters/ish/pkg/PLIST
Normal file
@ -0,0 +1 @@
|
||||
bin/ish
|
Loading…
x
Reference in New Issue
Block a user