Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-07-27 14:41:49 +0300
committerRene Ladan <rene@FreeBSD.org>2022-07-27 14:41:58 +0300
commit3bc1119c588381cc3b9e74bbc52810471d364bc6 (patch)
tree06fc63783cd8da127834fdcde7a0bdd82c6b7dd1 /japanese
parente0240a18c2dc711df70325e3ae185d455ed5c9ed (diff)
cleanup: Remove expired ports:
2022-07-22 math/intervaltree: Dependent ports now use GH_TUPLE 2022-07-24 security/gnomint: Abandonware, depending on gconf2 2022-07-24 japanese/im-ja: Abandonware, depending on gconf2 2022-07-25 sysutils/mgeupsd: Last release is 23 years old. It is not clear what devices are supported.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/im-ja/Makefile69
-rw-r--r--japanese/im-ja/distinfo2
-rw-r--r--japanese/im-ja/files/patch-src_Makefile.in15
-rw-r--r--japanese/im-ja/files/patch-src_helper_helper-socket.c11
-rw-r--r--japanese/im-ja/files/patch-src_xim_Makefile.in11
-rw-r--r--japanese/im-ja/pkg-descr11
-rw-r--r--japanese/im-ja/pkg-plist44
8 files changed, 0 insertions, 164 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 014c08baa360..78dbade03e85 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -124,7 +124,6 @@
SUBDIR += ibus-mozc
SUBDIR += ibus-skk
SUBDIR += icanna
- SUBDIR += im-ja
SUBDIR += ipadic
SUBDIR += ja-tex-xdvik
SUBDIR += jacode.pl
diff --git a/japanese/im-ja/Makefile b/japanese/im-ja/Makefile
deleted file mode 100644
index 95977b10af96..000000000000
--- a/japanese/im-ja/Makefile
+++ /dev/null
@@ -1,69 +0,0 @@
-PORTNAME= im-ja
-PORTVERSION= 1.5
-PORTREVISION= 15
-CATEGORIES= japanese x11-toolkits
-MASTER_SITES= http://im-ja.sourceforge.net/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Japanese input module for GTK2
-
-DEPRECATED= Abandonware, depending on gconf2
-EXPIRATION_DATE= 2022-07-24
-
-OPTIONS_DEFINE= ANTHY CANNA WNN
-OPTIONS_DEFAULT=ANTHY CANNA WNN
-ANTHY_DESC= Use Anthy
-CANNA_DESC= Use Canna
-WNN_DESC= Use FreeWnn
-
-USES= gettext gmake gnome libtool pathfix perl5 pkgconfig
-USE_GNOME= gconf2 gnomeprefix intlhack libglade2
-USE_PERL5= build
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-schemas-install # Avoid stage violation
-CONFIGURE_ARGS+= --disable-gnome
-
-GCONF_SCHEMAS= im-ja.schemas
-
-CPPFLAGS+= -I${LOCALBASE}/include -DNO_MALLOC_H
-LIBS+= -L${LOCALBASE}/lib
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MANTHY}
-LIB_DEPENDS+= libanthy.so:japanese/anthy
-.else
-CONFIGURE_ARGS+= --disable-anthy
-.endif
-
-.if ${PORT_OPTIONS:MCANNA}
-LIB_DEPENDS+= libRKC.so:japanese/canna-lib
-.else
-CONFIGURE_ARGS+= --disable-canna
-.endif
-
-.if ${PORT_OPTIONS:MWNN}
-LIB_DEPENDS+= libwnn.so:japanese/FreeWnn-lib
-.else
-CONFIGURE_ARGS+= --disable-wnn
-.endif
-
-post-patch:
- ${FIND} ${WRKSRC} -name configure.in | ${XARGS} ${TOUCH}
- ${FIND} ${WRKSRC} -name aclocal.m4 | ${XARGS} ${TOUCH}
- ${FIND} ${WRKSRC} -name configure | ${XARGS} ${TOUCH}
- ${FIND} ${WRKSRC} -name config.h.in | ${XARGS} ${TOUCH}
- ${FIND} ${WRKSRC} -name Makefile.am | ${XARGS} ${TOUCH}
- ${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${TOUCH}
- @${REINPLACE_CMD} -e 's|$$(datadir)/gconf|$$(sysconfdir)/gconf|g' \
- ${WRKSRC}/data/Makefile.in
- @${REINPLACE_CMD} '/^im_ja_la_LIBADD =/s/$$/ -lm/' \
- ${WRKSRC}/src/gtk/Makefile.in
- @${REINPLACE_CMD} '/^im_ja_helper_LDADD =/s/$$/ -lX11/' \
- ${WRKSRC}/src/helper/Makefile.in
- @${REINPLACE_CMD} '/^im_ja_le_la_LIBADD =/s/$$/ -lm/' \
- ${WRKSRC}/src/iiimf/Makefile.in
- @${REINPLACE_CMD} '/^im_ja_xim_server_LDADD =/s/$$/ -lm/' \
- ${WRKSRC}/src/xim/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/japanese/im-ja/distinfo b/japanese/im-ja/distinfo
deleted file mode 100644
index e60e13a4a83d..000000000000
--- a/japanese/im-ja/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (im-ja-1.5.tar.gz) = 96f4ed82706a873bdade99a934a1a66431f146758837ed0f007e3c145649f780
-SIZE (im-ja-1.5.tar.gz) = 905539
diff --git a/japanese/im-ja/files/patch-src_Makefile.in b/japanese/im-ja/files/patch-src_Makefile.in
deleted file mode 100644
index 463635803262..000000000000
--- a/japanese/im-ja/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/Makefile.in.ORIG Mon Apr 12 08:00:59 2004
-+++ src/Makefile.in Mon Apr 12 08:01:22 2004
-@@ -512,12 +512,6 @@
- uninstall-recursive
-
-
--hiragana-convtable.h: hiragana-convtable.txt
-- perl convtable.pl hiragana
--zenkaku-convtable.h: zenkaku-convtable.txt
-- perl convtable.pl zenkaku
--halfkata-convtable.h: halfkata-convtable.txt
-- perl convtable.pl halfkata
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
diff --git a/japanese/im-ja/files/patch-src_helper_helper-socket.c b/japanese/im-ja/files/patch-src_helper_helper-socket.c
deleted file mode 100644
index 165515833bdd..000000000000
--- a/japanese/im-ja/files/patch-src_helper_helper-socket.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/helper/helper-socket.c.orig Tue Apr 12 20:10:13 2005
-+++ src/helper/helper-socket.c Thu Dec 29 23:05:18 2005
-@@ -25,6 +25,8 @@
-
- #include <glib.h>
-
-+#include <sys/types.h>
-+#include <sys/time.h>
- #include <netinet/in.h>
- #include <string.h>
- #include <sys/types.h>
diff --git a/japanese/im-ja/files/patch-src_xim_Makefile.in b/japanese/im-ja/files/patch-src_xim_Makefile.in
deleted file mode 100644
index 504c008914ca..000000000000
--- a/japanese/im-ja/files/patch-src_xim_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/xim/Makefile.in.ORIG Mon Apr 12 07:58:51 2004
-+++ src/xim/Makefile.in Mon Apr 12 07:59:06 2004
-@@ -1663,7 +1663,7 @@
-
-
- IMdkit/libXimd.a :
-- cd IMdkit; make
-+ cd IMdkit; $(MAKE)
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
diff --git a/japanese/im-ja/pkg-descr b/japanese/im-ja/pkg-descr
deleted file mode 100644
index 555020eae030..000000000000
--- a/japanese/im-ja/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-im-ja is a Japanese input module for GTK2.
-
-Currently supported input modes are: hiragana, katakana, half-width
-katakana, zenkaku, Canna, FreeWnn, and Kanji character recognition
-(based on Kanjipad).
-
-Conversion hotkeys, status window, preedit text colors, etc. can be
-customized through a GUI. An optional applet is also included for the
-gnome-panel which can be used to display and change the input method.
-
-WWW: http://im-ja.sourceforge.net/
diff --git a/japanese/im-ja/pkg-plist b/japanese/im-ja/pkg-plist
deleted file mode 100644
index 9b314fa2d1c2..000000000000
--- a/japanese/im-ja/pkg-plist
+++ /dev/null
@@ -1,44 +0,0 @@
-bin/im-ja-conf
-bin/im-ja-xim-server
-lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ja.so
-libexec/im-ja/im-ja-helper
-libexec/im-ja/kpengine
-man/man1/im-ja-conf.1.gz
-man/man1/im-ja-xim-server.1.gz
-share/applications/im-ja.desktop
-share/im-ja/01.unistrok
-share/im-ja/02.unistrok
-share/im-ja/03.unistrok
-share/im-ja/04.unistrok
-share/im-ja/05.unistrok
-share/im-ja/06.unistrok
-share/im-ja/07.unistrok
-share/im-ja/08.unistrok
-share/im-ja/09.unistrok
-share/im-ja/10.unistrok
-share/im-ja/11.unistrok
-share/im-ja/12.unistrok
-share/im-ja/13.unistrok
-share/im-ja/14.unistrok
-share/im-ja/15.unistrok
-share/im-ja/16.unistrok
-share/im-ja/17.unistrok
-share/im-ja/18.unistrok
-share/im-ja/19.unistrok
-share/im-ja/20.unistrok
-share/im-ja/21.unistrok
-share/im-ja/22.unistrok
-share/im-ja/23.unistrok
-share/im-ja/im-ja-conf.glade
-share/im-ja/im-ja-doc.html
-share/im-ja/im-ja-symbols.txt
-share/im-ja/radkfile.utf8
-share/pixmaps/im-ja-about.jpg
-share/pixmaps/im-ja-capplet.png
-share/locale/ca/LC_MESSAGES/im-ja.mo
-share/locale/de/LC_MESSAGES/im-ja.mo
-share/locale/es/LC_MESSAGES/im-ja.mo
-share/locale/hu/LC_MESSAGES/im-ja.mo
-share/locale/ja/LC_MESSAGES/im-ja.mo
-@postexec if [ -f %D/bin/gtk-query-immodules-2.0 ]; then %D/bin/gtk-query-immodules-2.0 --update-cache; fi
-@postunexec if [ -f %D/bin/gtk-query-immodules-2.0 ]; then %D/bin/gtk-query-immodules-2.0 --update-cache; fi