From 8f050ed68fe9c6e0e05d192be1a15e69962628ba Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Sun, 20 Jul 1997 17:32:30 +0000 Subject: New port, jp-oleo: A Spreadsheet Program + Japanese patches. PR: 4031 Submitted by: sanpei@yy.cs.keio.ac.jp --- japanese/oleo/Makefile | 30 ++++++++++++++++++++++++++++++ japanese/oleo/distinfo | 3 +++ japanese/oleo/files/patch-aa | 26 ++++++++++++++++++++++++++ japanese/oleo/pkg-comment | 1 + japanese/oleo/pkg-descr | 42 ++++++++++++++++++++++++++++++++++++++++++ japanese/oleo/pkg-plist | 3 +++ 6 files changed, 105 insertions(+) create mode 100644 japanese/oleo/Makefile create mode 100644 japanese/oleo/distinfo create mode 100644 japanese/oleo/files/patch-aa create mode 100644 japanese/oleo/pkg-comment create mode 100644 japanese/oleo/pkg-descr create mode 100644 japanese/oleo/pkg-plist (limited to 'japanese/oleo') diff --git a/japanese/oleo/Makefile b/japanese/oleo/Makefile new file mode 100644 index 000000000000..68d39c059b92 --- /dev/null +++ b/japanese/oleo/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: jp-oleo +# Version required: 1.6 +# Date created: 2 March 1997 +# Whom: Yoshiro MIHIRA +# +# $Id$ +# + +DISTNAME= oleo-1.6 +PKGNAME= jp-oleo-1.6 +CATEGORIES= japanese math +MASTER_SITES= http://www.hh.iij4u.or.jp/~hayasida/oleo/ \ + ${MASTER_SITE_GNU} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} oleo-doc.tar.gz + +PATCH_SITES= http://www.hh.iij4u.or.jp/%7Ehayasida/oleo/ +PATCHFILES= oleo-1.6-1.6jb2.diff.gz + +MAINTAINER= sanpei@yy.cs.keio.ac.jp + +PATCH_DIST_STRIP= -p1 +GNU_CONFIGURE=yes + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/oleo/ja_JP.EUC + @${INSTALL_DATA} ${WRKDIR}/USING.eucJP ${PREFIX}/share/doc/oleo/ja_JP.EUC/ +.endif + +.include diff --git a/japanese/oleo/distinfo b/japanese/oleo/distinfo new file mode 100644 index 000000000000..163e99c772c9 --- /dev/null +++ b/japanese/oleo/distinfo @@ -0,0 +1,3 @@ +MD5 (oleo-1.6.tar.gz) = 03e525717cd65e152fc1ffa0f2808448 +MD5 (oleo-doc.tar.gz) = 41f15c9ef9f1fbdf7591d29110c82073 +MD5 (oleo-1.6-1.6jb2.diff.gz) = 2a32dc5e86961c40fa0c7fdbe339c1ad diff --git a/japanese/oleo/files/patch-aa b/japanese/oleo/files/patch-aa new file mode 100644 index 000000000000..0756a41d567b --- /dev/null +++ b/japanese/oleo/files/patch-aa @@ -0,0 +1,26 @@ +--- io-utils.c.orig Wed Jun 11 19:48:27 1997 ++++ io-utils.c Wed Jun 11 19:55:10 1997 +@@ -85,12 +85,23 @@ + init_infinity () + #endif + { ++#ifdef __FreeBSD__ ++ /* Imprimentation of 'Divide by 0' on FreeBSD is difference ++ from NetBSD, Solaris, Linux. */ ++ (void)signal (SIGFPE, ignore_sig); ++ __plinf = 1./0.; ++ (void)signal (SIGFPE, ignore_sig); ++ __neinf = -1.0/0.; ++ (void)signal (SIGFPE, ignore_sig); ++ __nan = 0./0.; ++#else + (void)signal (SIGFPE, ignore_sig); + __plinf = divide (1., 0.); + (void)signal (SIGFPE, ignore_sig); + __neinf = divide (-1., 0.); + (void)signal (SIGFPE, ignore_sig); + __nan = __plinf + __neinf; ++#endif + } + + diff --git a/japanese/oleo/pkg-comment b/japanese/oleo/pkg-comment new file mode 100644 index 000000000000..e920eb0466e1 --- /dev/null +++ b/japanese/oleo/pkg-comment @@ -0,0 +1 @@ +A Spreadsheet Program + Japanese patches. diff --git a/japanese/oleo/pkg-descr b/japanese/oleo/pkg-descr new file mode 100644 index 000000000000..165811f633d4 --- /dev/null +++ b/japanese/oleo/pkg-descr @@ -0,0 +1,42 @@ + +* jp-oleo-1.6 + Japanized Spreadsheet program, oleo. + + This ports collection use japanized patch by Kuniaki HAYASHIDA. + +* documentation in Japanese is: + ${PREFIX}/share/doc/oleo/ja_JP.EUC/USING.eucJP + useally /usr/local/share/doc/oleo/ja_JP.EUC/USING.eucJP + +* Known PROBLEMS + o enviroment variable LANG is set to C under X11 client mode: + (cf) + setenv LANG C + setenv DISPLAY localhost:0.0 + + when start oleo, X11 is too heavy load to operate X clients. + + ---- please use under.... ----- + o set enviroment variable LANG ja_JP.EUC + or + o non window client mode(unset DISPLAY variable) + +* Tips + Oleo default editing mode is like Emacs(Ctrl-h is call + help mode). + If you want to use Ctrl-h and BS key to delete-char, + set to $HOME/.oleorc as below: + +bind-key generic-main backward-delete-char ^H + +* Related URL + http://www.hh.iij4u.or.jp/%7Ehayasida/oleo/ + +** Acknowledgements to this ports file ** + Special thanks to: + Kuniaki HAYASHIDA + Takeshi MUTOH + +--- +Yoshiro MIHIRA +(sanpei@yy.cs.keio.ac.jp) diff --git a/japanese/oleo/pkg-plist b/japanese/oleo/pkg-plist new file mode 100644 index 000000000000..e55bda5cbfe1 --- /dev/null +++ b/japanese/oleo/pkg-plist @@ -0,0 +1,3 @@ +bin/oleo +share/doc/oleo/ja_JP.EUC/USING.eucJP +@dirrm share/doc/oleo/ja_JP.EUC -- cgit v1.2.3