From 6368b369d96fbca9855a656a5f02bdd7c67f15e6 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 3 Mar 1997 08:46:55 +0000 Subject: Convert Japanese to Osaka-ben. (Sort of like Japanese equivalent of "jive".) Submitted by: Yukihiro Nakai --- japanese/newosaka/Makefile | 23 +++++++++++++++++++++++ japanese/newosaka/distinfo | 1 + japanese/newosaka/pkg-comment | 1 + japanese/newosaka/pkg-descr | 14 ++++++++++++++ japanese/newosaka/pkg-plist | 1 + 5 files changed, 40 insertions(+) create mode 100644 japanese/newosaka/Makefile create mode 100644 japanese/newosaka/distinfo create mode 100644 japanese/newosaka/pkg-comment create mode 100644 japanese/newosaka/pkg-descr create mode 100644 japanese/newosaka/pkg-plist diff --git a/japanese/newosaka/Makefile b/japanese/newosaka/Makefile new file mode 100644 index 000000000000..5866bd4d54ae --- /dev/null +++ b/japanese/newosaka/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: newosaka +# Version required: 1.0 +# Date created: 20 January 1997 +# Whom: Yukihiro Nakai +# +# $Id$ +# + +DISTNAME= newosaka +PKGNAME= jp-newosaka-1.0 +CATEGORIES+= japanese +MASTER_SITES= ftp://ports.jp.freebsd.org/pub/incoming/distfiles/ +DISTFILES= new-osaka.tar.gz + +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp + +do-build: + (cd ${WRKSRC}; ${CC} ${CFLAGS} -o osaka osaka.c -I${WRKSRC}) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/osaka ${PREFIX}/bin + +.include diff --git a/japanese/newosaka/distinfo b/japanese/newosaka/distinfo new file mode 100644 index 000000000000..d94e71161f6c --- /dev/null +++ b/japanese/newosaka/distinfo @@ -0,0 +1 @@ +MD5 (new-osaka.tar.gz) = 250e26038453f76150605521fa116f68 diff --git a/japanese/newosaka/pkg-comment b/japanese/newosaka/pkg-comment new file mode 100644 index 000000000000..2c22581d8c68 --- /dev/null +++ b/japanese/newosaka/pkg-comment @@ -0,0 +1 @@ +translator of Japanese EUC documents into Osaka language diff --git a/japanese/newosaka/pkg-descr b/japanese/newosaka/pkg-descr new file mode 100644 index 000000000000..889ae2e3f9d9 --- /dev/null +++ b/japanese/newosaka/pkg-descr @@ -0,0 +1,14 @@ +This is the Osaka-Ben compiler. + +Usage: + cat EUC-CODE-TEXT | osaka + + Use EUC code for the original Japanese text. Please try nkf or other + code filter to make EUC code from other code. + + cat JAPANESE_TEXT | nkf -e | osaka + +HomePage: + See + + http://www.power.co.jp/tm/tanaka/unix.html diff --git a/japanese/newosaka/pkg-plist b/japanese/newosaka/pkg-plist new file mode 100644 index 000000000000..14b007f98e10 --- /dev/null +++ b/japanese/newosaka/pkg-plist @@ -0,0 +1 @@ +bin/osaka -- cgit v1.2.3