diff options
author | rene <rene@FreeBSD.org> | 2011-02-05 05:03:15 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-02-05 05:03:15 +0800 |
commit | cc33d00826b89d768ff12bb5636d1736fbaf324b (patch) | |
tree | 4f8a3ee3e4020defecafcf3edef24d60341a06fa /japanese | |
parent | e32d30c428404787267c653011ea232881e235cb (diff) | |
download | freebsd-ports-gnome-cc33d00826b89d768ff12bb5636d1736fbaf324b.tar.gz freebsd-ports-gnome-cc33d00826b89d768ff12bb5636d1736fbaf324b.tar.zst freebsd-ports-gnome-cc33d00826b89d768ff12bb5636d1736fbaf324b.zip |
Remove expired ports:
2011-02-04 databases/qt-ibase-plugin: Port is broken on all supported versions of FreeBSD
2011-02-04 devel/ace+tao: Outdated and does not compile on any supported version of FreeBSD
2011-02-04 graphics/ray++: Does not compile on supported versions of FreeBSD
2011-02-04 japanese/oleo: Does not compile on supported versions of FreeBSD
2011-02-04 lang/dylan: does not build
2011-02-04 multimedia/jahshaka: Does not compile on supported versions of FreeBSD
Feature safe: yes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/oleo/Makefile | 55 | ||||
-rw-r--r-- | japanese/oleo/distinfo | 6 | ||||
-rw-r--r-- | japanese/oleo/files/patch-Makefile.in.diff | 19 | ||||
-rw-r--r-- | japanese/oleo/files/patch-configure.diff | 11 | ||||
-rw-r--r-- | japanese/oleo/files/patch-src__cmd.c.diff | 11 | ||||
-rw-r--r-- | japanese/oleo/files/patch-src__eval.c.diff | 38 | ||||
-rw-r--r-- | japanese/oleo/files/patch-src__global.h.diff | 11 | ||||
-rw-r--r-- | japanese/oleo/files/patch-src__io-utils.c.diff | 20 | ||||
-rw-r--r-- | japanese/oleo/files/patch-src__io-x11.c.diff | 11 | ||||
-rw-r--r-- | japanese/oleo/files/patch-src__posixtm.y.diff | 10 | ||||
-rw-r--r-- | japanese/oleo/files/patch-src__ref.c.diff | 20 | ||||
-rw-r--r-- | japanese/oleo/files/patch-src__utils.c.diff | 11 | ||||
-rw-r--r-- | japanese/oleo/files/patch-src__xrdb.c.diff | 11 | ||||
-rw-r--r-- | japanese/oleo/pkg-descr | 20 | ||||
-rw-r--r-- | japanese/oleo/pkg-plist | 30 |
16 files changed, 0 insertions, 285 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 0c6d07c87026..55a7f04a4f44 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -226,7 +226,6 @@ SUBDIR += nvi-iso-2022-jp SUBDIR += nvi-sjis SUBDIR += ochusha - SUBDIR += oleo SUBDIR += onew SUBDIR += otojiro-fpw SUBDIR += p5-Acme-Lou diff --git a/japanese/oleo/Makefile b/japanese/oleo/Makefile deleted file mode 100644 index 5d212eb203c5..000000000000 --- a/japanese/oleo/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: ja-oleo -# Date created: 2 March 1997 -# Whom: Yoshiro MIHIRA -# -# $FreeBSD$ -# - -PORTNAME= oleo -PORTVERSION= 1.99.16 -PORTREVISION= 3 -CATEGORIES= japanese math -MASTER_SITES= http://www.hh.iij4u.or.jp/~hayasida/oleo/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= oleo -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${PORTNAME}-doc.tar.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= A Spreadsheet Program + Japanese patches - -# xmkmf is for configure script, not for USE_IMAKE. -BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake - -DEPRECATED= Does not compile on supported versions of FreeBSD -EXPIRATION_DATE= 2011-02-04 - -USE_BISON= build - -.if defined(WITH_MOTIF) -BUILD_DEPENDS+= ${LOCALBASE}/include/Xbae/Matrix.h:${PORTSDIR}/x11-toolkits/xbae -.else -CONFIGURE_ARGS+=--without-motif -.endif - -USE_XORG= x11 xext xt -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -GNU_CONFIGURE= yes -INFO= oleo - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/ja_JP.EUC - @${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR} - @${INSTALL_DATA} ${WRKDIR}/USING.eucJP ${DOCSDIR}/ja_JP.EUC -.endif - -.include <bsd.port.post.mk> diff --git a/japanese/oleo/distinfo b/japanese/oleo/distinfo deleted file mode 100644 index 9730dbe0cde4..000000000000 --- a/japanese/oleo/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (oleo-1.99.16.tar.gz) = d59801055b8ba6c6980ed1247a603f5f -SHA256 (oleo-1.99.16.tar.gz) = 6598df85d06ff2534ec08ed0657508f17dbbc58dd02d419160989de7c487bc86 -SIZE (oleo-1.99.16.tar.gz) = 797945 -MD5 (oleo-doc.tar.gz) = ac970895b334f50a0eb85eea6bec0331 -SHA256 (oleo-doc.tar.gz) = a97355e7b5d106e70dea1067322956d5411f55f9a7c4cb7f81c24276939c4f56 -SIZE (oleo-doc.tar.gz) = 23233 diff --git a/japanese/oleo/files/patch-Makefile.in.diff b/japanese/oleo/files/patch-Makefile.in.diff deleted file mode 100644 index fb3c3d74af22..000000000000 --- a/japanese/oleo/files/patch-Makefile.in.diff +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.in.orig Sat Mar 10 16:32:45 2001 -+++ Makefile.in Thu Aug 18 09:10:51 2005 -@@ -207,16 +207,6 @@ - - install-docDATA: $(doc_DATA) - @$(NORMAL_INSTALL) -- $(mkinstalldirs) $(DESTDIR)$(docdir) -- @list='$(doc_DATA)'; for p in $$list; do \ -- if test -f $(srcdir)/$$p; then \ -- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p"; \ -- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p; \ -- else if test -f $$p; then \ -- echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p"; \ -- $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \ -- fi; fi; \ -- done - - uninstall-docDATA: - @$(NORMAL_UNINSTALL) diff --git a/japanese/oleo/files/patch-configure.diff b/japanese/oleo/files/patch-configure.diff deleted file mode 100644 index e104152f3d4c..000000000000 --- a/japanese/oleo/files/patch-configure.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Thu Aug 18 13:06:24 2005 -+++ configure Thu Aug 18 13:06:39 2005 -@@ -8472,7 +8472,7 @@ - s%@USE_INCLUDED_LIBINTL@%$USE_INCLUDED_LIBINTL%g - s%@CATALOGS@%$CATALOGS%g - s%@CATOBJEXT@%$CATOBJEXT%g --s%@DATADIRNAME@%$DATADIRNAME%g -+s%@DATADIRNAME@%share%g - s%@GMOFILES@%$GMOFILES%g - s%@INSTOBJEXT@%$INSTOBJEXT%g - s%@INTLDEPS@%$INTLDEPS%g diff --git a/japanese/oleo/files/patch-src__cmd.c.diff b/japanese/oleo/files/patch-src__cmd.c.diff deleted file mode 100644 index c4729b882931..000000000000 --- a/japanese/oleo/files/patch-src__cmd.c.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cmd.c.orig Wed Aug 17 17:43:43 2005 -+++ src/cmd.c Wed Aug 17 17:44:07 2005 -@@ -31,7 +31,7 @@ - #include <stdarg.h> - #include "sysdef.h" - #include <termios.h> --#include <malloc.h> -+#include <stdlib.h> - - #ifdef HAVE_MOTIF - #include "io-motif.h" diff --git a/japanese/oleo/files/patch-src__eval.c.diff b/japanese/oleo/files/patch-src__eval.c.diff deleted file mode 100644 index cde1a5473063..000000000000 --- a/japanese/oleo/files/patch-src__eval.c.diff +++ /dev/null @@ -1,38 +0,0 @@ ---- src/eval.c.orig Wed Aug 17 17:26:29 2005 -+++ src/eval.c Wed Aug 17 17:27:12 2005 -@@ -78,7 +78,7 @@ - RETSIGTYPE math_sig (); - #endif - --int fls (long); -+int flS_ (long); - #ifdef SMALLEVAL - int __to_flt (struct value *); - int __to_int (struct value *); -@@ -141,7 +141,7 @@ - - #define I_MOD(i1,i2) {itmp=(i1)%(i2);/* ... */;p->Int=itmp;} - --#define I_MUL(i1,i2) { if(fls(i1)+fls(i2)>32) { \ -+#define I_MUL(i1,i2) { if(flS_(i1)+flS_(i2)>32) { \ - p->Float=(double)(i1)*(double)(i2); \ - p->type=TYP_FLT; \ - } else \ -@@ -565,7 +565,7 @@ - case CONST_NINF: - case CONST_NAN: - p->type = TYP_FLT; -- p->Float = (byte == CONST_INF) ? __plinf : ((byte == CONST_NINF) ? __neinf : __nan); -+ p->Float = (byte == CONST_INF) ? __plinf : ((byte == CONST_NINF) ? __neinf : __naN_); - break; - - case VAR: -@@ -1540,7 +1540,7 @@ - } - - int --fls (num) -+flS_ (num) - long num; - { - int ret = 1; diff --git a/japanese/oleo/files/patch-src__global.h.diff b/japanese/oleo/files/patch-src__global.h.diff deleted file mode 100644 index d97512f0f00f..000000000000 --- a/japanese/oleo/files/patch-src__global.h.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/global.h.orig Wed Aug 17 17:25:42 2005 -+++ src/global.h Wed Aug 17 17:25:57 2005 -@@ -208,7 +208,7 @@ - extern char nname[]; - - extern VOIDSTAR parse_hash; --extern double __plinf, __neinf, __nan; -+extern double __plinf, __neinf, __naN_; - - /* These have two uses. During parsing, these contain the - * base address of all relative references. During evaluation, diff --git a/japanese/oleo/files/patch-src__io-utils.c.diff b/japanese/oleo/files/patch-src__io-utils.c.diff deleted file mode 100644 index ba4c60f947c7..000000000000 --- a/japanese/oleo/files/patch-src__io-utils.c.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- src/io-utils.c.orig Wed Aug 17 17:29:39 2005 -+++ src/io-utils.c Wed Aug 17 17:29:55 2005 -@@ -71,7 +71,7 @@ - - double __plinf; - double __neinf; --double __nan; -+double __naN_; - - char nname[] = "#NOT_A_NUMBER"; - char iname[] = "#INFINITY"; -@@ -125,7 +125,7 @@ - __neinf = divide (-1., 0.); - (void) signal (SIGFPE, ignore_sig); - #endif -- __nan = __plinf + __neinf; -+ __naN_ = __plinf + __neinf; - } - - diff --git a/japanese/oleo/files/patch-src__io-x11.c.diff b/japanese/oleo/files/patch-src__io-x11.c.diff deleted file mode 100644 index 4cd47524b7f0..000000000000 --- a/japanese/oleo/files/patch-src__io-x11.c.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/io-x11.c.orig Wed Aug 17 17:42:04 2005 -+++ src/io-x11.c Wed Aug 17 17:43:17 2005 -@@ -34,7 +34,7 @@ - #include <stdio.h> - #include <ctype.h> - #include <sys/param.h> --#define NeedFunctionPrototypes 0 -+#include <X11/Xfuncproto.h> - #include <X11/X.h> - #include <X11/Xlib.h> - #include <X11/Xutil.h> diff --git a/japanese/oleo/files/patch-src__posixtm.y.diff b/japanese/oleo/files/patch-src__posixtm.y.diff deleted file mode 100644 index ff17a0e68ae4..000000000000 --- a/japanese/oleo/files/patch-src__posixtm.y.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- src/posixtm.y.orig Wed Aug 17 17:44:35 2005 -+++ src/posixtm.y Wed Aug 17 17:44:59 2005 -@@ -85,6 +85,7 @@ - YYABORT; - } - } -+; - - year : digitpair { - t.tm_year = $1; diff --git a/japanese/oleo/files/patch-src__ref.c.diff b/japanese/oleo/files/patch-src__ref.c.diff deleted file mode 100644 index b46671e1a72a..000000000000 --- a/japanese/oleo/files/patch-src__ref.c.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- src/ref.c.orig Wed Aug 17 17:27:40 2005 -+++ src/ref.c Wed Aug 17 17:27:53 2005 -@@ -263,7 +263,7 @@ - read_new_value (CELLREF row, CELLREF col, char *form, char *val) - { - unsigned char *new_bytes; -- extern double __plinf, __neinf, __nan; -+ extern double __plinf, __neinf, __naN_; - - cur_row = row; - cur_col = col; -@@ -348,7 +348,7 @@ - else if (!stricmp (nname, val)) - { - SET_TYP (my_cell, TYP_FLT); -- my_cell->cell_flt = __nan; -+ my_cell->cell_flt = __naN_; - } - else - { diff --git a/japanese/oleo/files/patch-src__utils.c.diff b/japanese/oleo/files/patch-src__utils.c.diff deleted file mode 100644 index afc9e58c1454..000000000000 --- a/japanese/oleo/files/patch-src__utils.c.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/utils.c.orig Wed Aug 17 17:28:16 2005 -+++ src/utils.c Wed Aug 17 17:29:19 2005 -@@ -66,7 +66,7 @@ - #define _IOSTRG 0 - #endif - --extern int sys_nerr; -+extern const int sys_nerr; - - struct id - { diff --git a/japanese/oleo/files/patch-src__xrdb.c.diff b/japanese/oleo/files/patch-src__xrdb.c.diff deleted file mode 100644 index 3a636f6b588f..000000000000 --- a/japanese/oleo/files/patch-src__xrdb.c.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/xrdb.c.orig Wed Aug 17 17:46:06 2005 -+++ src/xrdb.c Wed Aug 17 17:46:41 2005 -@@ -57,7 +57,7 @@ - /* This should be included before the X include files; otherwise, we get - warnings about redefining NULL under BSD 4.3. */ - #include <sys/param.h> --#define NeedFunctionPrototypes 0 -+#include <X11/Xfuncproto.h> - #include <X11/X.h> - #include <X11/Xlib.h> - #include <X11/Xutil.h> diff --git a/japanese/oleo/pkg-descr b/japanese/oleo/pkg-descr deleted file mode 100644 index 9cece3255542..000000000000 --- a/japanese/oleo/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -This is a port of the spreadsheet program oleo, with Japanese support by Kuniaki -HAYASHIDA. Documentation in Japanese is in -${PREFIX}/share/doc/oleo/ja_JP.EUC/USING.eucJP (usually -/usr/local/share/doc/oleo/ja_JP.EUC/USING.eucJP). - -If the environment variable LANG is set to C under X11 client mode, as: - setenv LANG C - setenv DISPLAY localhost:0.0 -when starting oleo, X11 will consume too much memory to operate X clients. To -avoid this problem, you can either set LANG to ja_JP.EUC instead (in which case -you also need the /usr/share/locale/ja_JP.EUC/LC_TIME,LC_COLLATE file), or unset -the DISPLAY environment variable so oleo does not use X. - -Output to a PostScript file has some problems. - -The 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 - -WWW: http://www.hh.iij4u.or.jp/%7Ehayasida/oleo/ diff --git a/japanese/oleo/pkg-plist b/japanese/oleo/pkg-plist deleted file mode 100644 index 694b286ff4a7..000000000000 --- a/japanese/oleo/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -bin/oleo -share/afm/Courier-Bold.afm -share/afm/Courier-BoldOblique.afm -share/afm/Courier-Oblique.afm -share/afm/Courier.afm -share/afm/Helvetica-Bold.afm -share/afm/Helvetica-BoldOblique.afm -share/afm/Helvetica-Oblique.afm -share/afm/Helvetica.afm -share/afm/Symbol.afm -share/afm/Times-Bold.afm -share/afm/Times-BoldItalic.afm -share/afm/Times-Italic.afm -share/afm/Times-Roman.afm -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/FAQ -%%PORTDOCS%%%%DOCSDIR%%/ja_JP.EUC/USING.eucJP -share/locale/en/LC_MESSAGES/oleo.mo -share/locale/fr/LC_MESSAGES/oleo.mo -share/locale/nl/LC_MESSAGES/oleo.mo -%%DATADIR%%/Oleo -%%DATADIR%%/fr/Oleo -%%DATADIR%%/nl/Oleo -%%DATADIR%%/oleo.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/ja_JP.EUC -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm share/afm -@dirrm %%DATADIR%%/fr -@dirrm %%DATADIR%%/nl -@dirrm %%DATADIR%% |