diff options
author | max <max@FreeBSD.org> | 1997-07-20 17:32:30 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-20 17:32:30 +0000 |
commit | 8b3ee5d610a2b9e84a3de1093f5897ad0cbd9f80 (patch) | |
tree | c8d5dce72b11b9876b9e5d001e763fff431dc18f /japanese/oleo | |
parent | a9df20c801e96c10503d8784edc3d7fea84079ff (diff) | |
download | FreeBSD-ports-8b3ee5d610a2b9e84a3de1093f5897ad0cbd9f80.zip FreeBSD-ports-8b3ee5d610a2b9e84a3de1093f5897ad0cbd9f80.tar.gz |
New port, jp-oleo:
A Spreadsheet Program + Japanese patches.
PR: 4031
Submitted by: sanpei@yy.cs.keio.ac.jp
Diffstat (limited to 'japanese/oleo')
-rw-r--r-- | japanese/oleo/Makefile | 30 | ||||
-rw-r--r-- | japanese/oleo/distinfo | 3 | ||||
-rw-r--r-- | japanese/oleo/files/patch-aa | 26 | ||||
-rw-r--r-- | japanese/oleo/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/oleo/pkg-descr | 42 | ||||
-rw-r--r-- | japanese/oleo/pkg-plist | 3 |
6 files changed, 105 insertions, 0 deletions
diff --git a/japanese/oleo/Makefile b/japanese/oleo/Makefile new file mode 100644 index 0000000..68d39c0 --- /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 <bsd.port.mk> diff --git a/japanese/oleo/distinfo b/japanese/oleo/distinfo new file mode 100644 index 0000000..163e99c --- /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 0000000..0756a41 --- /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 0000000..e920eb0 --- /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 0000000..165811f --- /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<hh.iij4u.or.jp> + Takeshi MUTOH <mutoh@sentinel.info.nara-k.ac.jp> + +--- +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 0000000..e55bda5 --- /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 |