summaryrefslogtreecommitdiff
path: root/japanese/oleo
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-20 17:32:30 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-20 17:32:30 +0000
commit8f050ed68fe9c6e0e05d192be1a15e69962628ba (patch)
tree5fad9cb749e55da1bfee92c645a4816535c3a886 /japanese/oleo
parentEnable weblint97. (diff)
New port, jp-oleo:
A Spreadsheet Program + Japanese patches. PR: 4031 Submitted by: sanpei@yy.cs.keio.ac.jp
Notes
Notes: svn path=/head/; revision=7383
Diffstat (limited to 'japanese/oleo')
-rw-r--r--japanese/oleo/Makefile30
-rw-r--r--japanese/oleo/distinfo3
-rw-r--r--japanese/oleo/files/patch-aa26
-rw-r--r--japanese/oleo/pkg-comment1
-rw-r--r--japanese/oleo/pkg-descr42
-rw-r--r--japanese/oleo/pkg-plist3
6 files changed, 105 insertions, 0 deletions
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 <bsd.port.mk>
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<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 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