summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile7
-rw-r--r--japanese/VTPSfont/Makefile35
-rw-r--r--japanese/VTPSfont/distinfo2
-rw-r--r--japanese/VTPSfont/pkg-descr2
-rw-r--r--japanese/asterisk-sounds/Makefile41
-rw-r--r--japanese/asterisk-sounds/distinfo2
-rw-r--r--japanese/asterisk-sounds/files/pkg-message.in24
-rw-r--r--japanese/asterisk-sounds/pkg-descr7
-rw-r--r--japanese/asterisk-sounds/pkg-plist241
-rw-r--r--japanese/cannadic/Makefile37
-rw-r--r--japanese/cannadic/distinfo2
-rw-r--r--japanese/cannadic/files/README.FreeBSD.in45
-rw-r--r--japanese/cannadic/files/patch-ac8
-rw-r--r--japanese/cannadic/files/pkg-message.in8
-rw-r--r--japanese/cannadic/pkg-descr4
-rw-r--r--japanese/cannadic/pkg-plist4
-rw-r--r--japanese/edict-utf-8/Makefile77
-rw-r--r--japanese/edict-utf-8/distinfo38
-rw-r--r--japanese/edict-utf-8/files/patch-enamdict.euc-jp10
-rw-r--r--japanese/edict-utf-8/pkg-descr5
-rw-r--r--japanese/edict-utf-8/pkg-plist25
-rw-r--r--japanese/kpcal/Makefile31
-rw-r--r--japanese/kpcal/distinfo4
-rw-r--r--japanese/kpcal/files/patch-Makefile10
-rw-r--r--japanese/kpcal/files/patch-conv.c8
-rw-r--r--japanese/kpcal/files/patch-kpcal.c55
-rw-r--r--japanese/kpcal/pkg-descr3
-rw-r--r--japanese/multiskkserv/Makefile40
-rw-r--r--japanese/multiskkserv/distinfo3
-rw-r--r--japanese/multiskkserv/files/multiskkserv.in30
-rw-r--r--japanese/multiskkserv/pkg-descr9
-rw-r--r--japanese/skkfep/Makefile28
-rw-r--r--japanese/skkfep/distinfo2
-rw-r--r--japanese/skkfep/files/patch-Makefile23
-rw-r--r--japanese/skkfep/files/patch-config.h32
-rw-r--r--japanese/skkfep/files/patch-configs_freebsd.h11
-rw-r--r--japanese/skkfep/files/patch-protoMakefile10
-rw-r--r--japanese/skkfep/files/patch-skkfep.117
-rw-r--r--japanese/skkfep/files/patch-stty.c11
-rw-r--r--japanese/skkfep/pkg-descr4
40 files changed, 0 insertions, 955 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 5799f85157ff..beb61fa71cd7 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -7,7 +7,6 @@
SUBDIR += CGdic-fpw
SUBDIR += FreeWnn-lib
SUBDIR += FreeWnn-server
- SUBDIR += VTPSfont
SUBDIR += Wnn6-lib
SUBDIR += Wnn7-lib
SUBDIR += a2ps
@@ -17,7 +16,6 @@
SUBDIR += alias-fonts
SUBDIR += another-htmllint
SUBDIR += anthy
- SUBDIR += asterisk-sounds
SUBDIR += awffull
SUBDIR += bible_names-fpw
SUBDIR += boiled-mozc
@@ -26,7 +24,6 @@
SUBDIR += bugzilla50
SUBDIR += canna-lib
SUBDIR += canna-server
- SUBDIR += cannadic
SUBDIR += cdrom2
SUBDIR += celrw
SUBDIR += chasen-base
@@ -47,7 +44,6 @@
SUBDIR += ebview-gtk2
SUBDIR += edict
SUBDIR += edict-fpw
- SUBDIR += edict-utf-8
SUBDIR += edyvalue
SUBDIR += eijiro-fpw
SUBDIR += epwutil
@@ -143,7 +139,6 @@
SUBDIR += kiten
SUBDIR += kon2-14dot
SUBDIR += kon2-16dot
- SUBDIR += kpcal
SUBDIR += kterm
SUBDIR += latex-jlisting
SUBDIR += leafrogue
@@ -174,7 +169,6 @@
SUBDIR += mozc-el
SUBDIR += mozc-server
SUBDIR += mozc-tool
- SUBDIR += multiskkserv
SUBDIR += mutt-devel
SUBDIR += mypaedia-fpw-package
SUBDIR += namazu
@@ -252,7 +246,6 @@
SUBDIR += skk-jisyo
SUBDIR += skk-jisyo-cdb
SUBDIR += skk-tools
- SUBDIR += skkfep
SUBDIR += skkinput
SUBDIR += skkinput3
SUBDIR += skkserv
diff --git a/japanese/VTPSfont/Makefile b/japanese/VTPSfont/Makefile
deleted file mode 100644
index 3719cf3cd698..000000000000
--- a/japanese/VTPSfont/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Satoshi TAOKA <taoka@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= VTPSfont
-PORTVERSION= 1.3
-PORTREVISION= 2
-CATEGORIES= japanese print
-MASTER_SITES= http://ftp.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/tt/
-EXTRACT_SUFX= # none
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Create Virtual PostScript fonts produced by VFlib (Truetype fonts)
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-PLIST_FILES= bin/VTPSfont
-RUN_DEPENDS= bash:shells/bash
-
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-do-extract:
- @${RM} -r ${WRKSRC}
- @${MKDIR} ${WRKSRC}
- @for file in ${DISTFILES}; do \
- ${CP} ${DISTDIR}/${DIST_SUBDIR}/$${file} ${WRKSRC}; \
- done
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
- ${STAGEDIR}${PREFIX}/bin/VTPSfont
-
-.include <bsd.port.mk>
diff --git a/japanese/VTPSfont/distinfo b/japanese/VTPSfont/distinfo
deleted file mode 100644
index 815a3643c454..000000000000
--- a/japanese/VTPSfont/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (VTPSfont-1.3) = 9998d0f3c4e7aed6a959080d7292c55222347993e322e780568cdd05becc59b8
-SIZE (VTPSfont-1.3) = 24333
diff --git a/japanese/VTPSfont/pkg-descr b/japanese/VTPSfont/pkg-descr
deleted file mode 100644
index d156ff9b87fb..000000000000
--- a/japanese/VTPSfont/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-VTPSfont creates Virtual Postscript fonts produced by VFlib from
-Japanese Truetype fonts.
diff --git a/japanese/asterisk-sounds/Makefile b/japanese/asterisk-sounds/Makefile
deleted file mode 100644
index 73288673ceb0..000000000000
--- a/japanese/asterisk-sounds/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org>
-# $FreeBSD$
-
-PORTNAME= asterisk
-PORTVERSION= 1.6
-PORTREVISION= 2
-PORTEPOCH= 1
-CATEGORIES= japanese net
-MASTER_SITES= http://ftp.voip-info.jp/asterisk/sounds/${PORTVERSION:S|.|_|}/ \
- ftp://ftp.voip-info.jp/asterisk/sounds/${PORTVERSION:S|.|_|}/
-PKGNAMESUFFIX= -sounds
-DISTNAME= asterisk-sound-jp_${PORTVERSION:S|.||}_pre
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Japanese sound files for Asterisk
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-NO_BUILD= yes
-ASTERISKDIR= ${PREFIX}/share/asterisk/sounds
-DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
-SUB_FILES= pkg-message
-SUB_LIST= PORTSDIR=${PORTSDIR}
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- @-${MKDIR} ${STAGEDIR}${ASTERISKDIR}/ja
- for gsm in ${WRKDIR}/ja/*.gsm; do \
- ${INSTALL_DATA} "$$gsm" ${STAGEDIR}${ASTERISKDIR}/ja ; \
- done
- @${MKDIR} ${STAGEDIR}${ASTERISKDIR}/ja/digits
- for digitgsm in ${WRKDIR}/ja/digits/*.gsm; do \
- ${INSTALL_DATA} "$$digitgsm" ${STAGEDIR}${ASTERISKDIR}/ja/digits ; \
- done
- @${MKDIR} ${STAGEDIR}${DOCSDIR}/ja
- @cd ${WRKDIR}/ja && ${INSTALL_DATA} README.txt ${STAGEDIR}${DOCSDIR}/ja
-
-.include <bsd.port.mk>
diff --git a/japanese/asterisk-sounds/distinfo b/japanese/asterisk-sounds/distinfo
deleted file mode 100644
index cc0281826bf1..000000000000
--- a/japanese/asterisk-sounds/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (asterisk-sound-jp_16_pre.tar.gz) = 576d2f47beded83449b69dbb32c4c0467451547bf4d126346000bc3bf5eb4071
-SIZE (asterisk-sound-jp_16_pre.tar.gz) = 945968
diff --git a/japanese/asterisk-sounds/files/pkg-message.in b/japanese/asterisk-sounds/files/pkg-message.in
deleted file mode 100644
index 7fe45bfe5826..000000000000
--- a/japanese/asterisk-sounds/files/pkg-message.in
+++ /dev/null
@@ -1,24 +0,0 @@
-[
-{ type: install
- message: <<EOM
-[FYI]
-
- To get natural word order in Japanese sentences
- you can patch to %%PORTSDIR%%/net/asterisk and reinstall it as below.
-
- For example,
- 1. Download app_voicemail.c.yymmdd-01.patch and say.c.yymmdd-01.patch from
- ftp://ftp.voip-info.jp/asterisk/patch/1.8.X.Y/
- where 1.8.X.Y is corresponding to PORTVERSION in
- %%PORTSDIR%%/net/asterisk/Makefile.
- 2. Put them to %%PORTSDIR%%/net/asterisk/files as
- patch-apps::app_voicemail.c and patch-main::say.c, respectively.
- 3. Reinstall %%PORTSDIR%%/net/asterisk.
- 4. Add the following options section to
- %%LOCALBASE%%/etc/asterisk/asterisk.conf.
-
- [options]
- languageprefix=yes
-EOM
-}
-]
diff --git a/japanese/asterisk-sounds/pkg-descr b/japanese/asterisk-sounds/pkg-descr
deleted file mode 100644
index 8a8b53db3f0f..000000000000
--- a/japanese/asterisk-sounds/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-This is a port of Japanese sound files for Asterisk.
-Under the restriction of using Asterisk(tm) The Open Source PBX only,
-you can use them royalty-free.
-For more information about the license, you have to refer to
-README.txt written in Japanese.
-
-WWW: http://voip-info.jp/
diff --git a/japanese/asterisk-sounds/pkg-plist b/japanese/asterisk-sounds/pkg-plist
deleted file mode 100644
index fb24f9754539..000000000000
--- a/japanese/asterisk-sounds/pkg-plist
+++ /dev/null
@@ -1,241 +0,0 @@
-share/asterisk/sounds/ja/1-for-am-2-for-pm.gsm
-share/asterisk/sounds/ja/agent-alreadyon.gsm
-share/asterisk/sounds/ja/agent-incorrect.gsm
-share/asterisk/sounds/ja/agent-loggedoff.gsm
-share/asterisk/sounds/ja/agent-loginok.gsm
-share/asterisk/sounds/ja/agent-newlocation.gsm
-share/asterisk/sounds/ja/agent-pass.gsm
-share/asterisk/sounds/ja/agent-user.gsm
-share/asterisk/sounds/ja/auth-incorrect.gsm
-share/asterisk/sounds/ja/auth-thankyou.gsm
-share/asterisk/sounds/ja/conf-adminmenu.gsm
-share/asterisk/sounds/ja/conf-enteringno.gsm
-share/asterisk/sounds/ja/conf-errormenu.gsm
-share/asterisk/sounds/ja/conf-getchannel.gsm
-share/asterisk/sounds/ja/conf-getconfno.gsm
-share/asterisk/sounds/ja/conf-getpin.gsm
-share/asterisk/sounds/ja/conf-invalid.gsm
-share/asterisk/sounds/ja/conf-invalidpin.gsm
-share/asterisk/sounds/ja/conf-kicked.gsm
-share/asterisk/sounds/ja/conf-locked.gsm
-share/asterisk/sounds/ja/conf-lockednow.gsm
-share/asterisk/sounds/ja/conf-muted.gsm
-share/asterisk/sounds/ja/conf-noempty.gsm
-share/asterisk/sounds/ja/conf-onlyone.gsm
-share/asterisk/sounds/ja/conf-onlyperson.gsm
-share/asterisk/sounds/ja/conf-otherinparty.gsm
-share/asterisk/sounds/ja/conf-thereare.gsm
-share/asterisk/sounds/ja/conf-unlockednow.gsm
-share/asterisk/sounds/ja/conf-unmuted.gsm
-share/asterisk/sounds/ja/conf-usermenu.gsm
-share/asterisk/sounds/ja/demo-echotest.gsm
-share/asterisk/sounds/ja/digits/0.gsm
-share/asterisk/sounds/ja/digits/1.gsm
-share/asterisk/sounds/ja/digits/10.gsm
-share/asterisk/sounds/ja/digits/11.gsm
-share/asterisk/sounds/ja/digits/12.gsm
-share/asterisk/sounds/ja/digits/13.gsm
-share/asterisk/sounds/ja/digits/14.gsm
-share/asterisk/sounds/ja/digits/15.gsm
-share/asterisk/sounds/ja/digits/16.gsm
-share/asterisk/sounds/ja/digits/17.gsm
-share/asterisk/sounds/ja/digits/18.gsm
-share/asterisk/sounds/ja/digits/19.gsm
-share/asterisk/sounds/ja/digits/2.gsm
-share/asterisk/sounds/ja/digits/20.gsm
-share/asterisk/sounds/ja/digits/3.gsm
-share/asterisk/sounds/ja/digits/30.gsm
-share/asterisk/sounds/ja/digits/4.gsm
-share/asterisk/sounds/ja/digits/40.gsm
-share/asterisk/sounds/ja/digits/5.gsm
-share/asterisk/sounds/ja/digits/50.gsm
-share/asterisk/sounds/ja/digits/6.gsm
-share/asterisk/sounds/ja/digits/60.gsm
-share/asterisk/sounds/ja/digits/7.gsm
-share/asterisk/sounds/ja/digits/70.gsm
-share/asterisk/sounds/ja/digits/8.gsm
-share/asterisk/sounds/ja/digits/80.gsm
-share/asterisk/sounds/ja/digits/9.gsm
-share/asterisk/sounds/ja/digits/90.gsm
-share/asterisk/sounds/ja/digits/a-m.gsm
-share/asterisk/sounds/ja/digits/at.gsm
-share/asterisk/sounds/ja/digits/byou.gsm
-share/asterisk/sounds/ja/digits/day-0.gsm
-share/asterisk/sounds/ja/digits/day-1.gsm
-share/asterisk/sounds/ja/digits/day-2.gsm
-share/asterisk/sounds/ja/digits/day-3.gsm
-share/asterisk/sounds/ja/digits/day-4.gsm
-share/asterisk/sounds/ja/digits/day-5.gsm
-share/asterisk/sounds/ja/digits/day-6.gsm
-share/asterisk/sounds/ja/digits/dollars.gsm
-share/asterisk/sounds/ja/digits/fun.gsm
-share/asterisk/sounds/ja/digits/gatsu.gsm
-share/asterisk/sounds/ja/digits/h-1.gsm
-share/asterisk/sounds/ja/digits/h-10.gsm
-share/asterisk/sounds/ja/digits/h-11.gsm
-share/asterisk/sounds/ja/digits/h-12.gsm
-share/asterisk/sounds/ja/digits/h-13.gsm
-share/asterisk/sounds/ja/digits/h-14.gsm
-share/asterisk/sounds/ja/digits/h-15.gsm
-share/asterisk/sounds/ja/digits/h-16.gsm
-share/asterisk/sounds/ja/digits/h-17.gsm
-share/asterisk/sounds/ja/digits/h-18.gsm
-share/asterisk/sounds/ja/digits/h-19.gsm
-share/asterisk/sounds/ja/digits/h-2.gsm
-share/asterisk/sounds/ja/digits/h-20.gsm
-share/asterisk/sounds/ja/digits/h-3.gsm
-share/asterisk/sounds/ja/digits/h-30.gsm
-share/asterisk/sounds/ja/digits/h-4.gsm
-share/asterisk/sounds/ja/digits/h-5.gsm
-share/asterisk/sounds/ja/digits/h-6.gsm
-share/asterisk/sounds/ja/digits/h-7.gsm
-share/asterisk/sounds/ja/digits/h-8.gsm
-share/asterisk/sounds/ja/digits/h-9.gsm
-share/asterisk/sounds/ja/digits/hundred.gsm
-share/asterisk/sounds/ja/digits/ji.gsm
-share/asterisk/sounds/ja/digits/million.gsm
-share/asterisk/sounds/ja/digits/mon-0.gsm
-share/asterisk/sounds/ja/digits/mon-1.gsm
-share/asterisk/sounds/ja/digits/mon-10.gsm
-share/asterisk/sounds/ja/digits/mon-11.gsm
-share/asterisk/sounds/ja/digits/mon-2.gsm
-share/asterisk/sounds/ja/digits/mon-3.gsm
-share/asterisk/sounds/ja/digits/mon-4.gsm
-share/asterisk/sounds/ja/digits/mon-5.gsm
-share/asterisk/sounds/ja/digits/mon-6.gsm
-share/asterisk/sounds/ja/digits/mon-7.gsm
-share/asterisk/sounds/ja/digits/mon-8.gsm
-share/asterisk/sounds/ja/digits/mon-9.gsm
-share/asterisk/sounds/ja/digits/nen.gsm
-share/asterisk/sounds/ja/digits/nichi.gsm
-share/asterisk/sounds/ja/digits/oclock.gsm
-share/asterisk/sounds/ja/digits/oh.gsm
-share/asterisk/sounds/ja/digits/p-m.gsm
-share/asterisk/sounds/ja/digits/thousand.gsm
-share/asterisk/sounds/ja/digits/today.gsm
-share/asterisk/sounds/ja/digits/tomorrow.gsm
-share/asterisk/sounds/ja/digits/yesterday.gsm
-share/asterisk/sounds/ja/dir-instr.gsm
-share/asterisk/sounds/ja/dir-intro.gsm
-share/asterisk/sounds/ja/dir-nomatch.gsm
-share/asterisk/sounds/ja/dir-nomore.gsm
-share/asterisk/sounds/ja/enter-a-time.gsm
-share/asterisk/sounds/ja/hours.gsm
-share/asterisk/sounds/ja/invalid.gsm
-share/asterisk/sounds/ja/jp-arimasen.gsm
-share/asterisk/sounds/ja/jp-arimasu.gsm
-share/asterisk/sounds/ja/jp-baai.gsm
-share/asterisk/sounds/ja/jp-chigaimasu.gsm
-share/asterisk/sounds/ja/jp-dekimasen.gsm
-share/asterisk/sounds/ja/jp-dekimasu.gsm
-share/asterisk/sounds/ja/jp-desu.gsm
-share/asterisk/sounds/ja/jp-ga.gsm
-share/asterisk/sounds/ja/jp-gozaimasu.gsm
-share/asterisk/sounds/ja/jp-ha.gsm
-share/asterisk/sounds/ja/jp-kara.gsm
-share/asterisk/sounds/ja/jp-machigai.gsm
-share/asterisk/sounds/ja/jp-masu.gsm
-share/asterisk/sounds/ja/jp-ni.gsm
-share/asterisk/sounds/ja/jp-no.gsm
-share/asterisk/sounds/ja/jp-oshitekudasai.gsm
-share/asterisk/sounds/ja/jp-saigo.gsm
-share/asterisk/sounds/ja/jp-saisho.gsm
-share/asterisk/sounds/ja/jp-tadashii.gsm
-share/asterisk/sounds/ja/jp-wa.gsm
-share/asterisk/sounds/ja/jp-wo.gsm
-share/asterisk/sounds/ja/minutes.gsm
-share/asterisk/sounds/ja/not-rqsted-wakeup.gsm
-share/asterisk/sounds/ja/pbx-invalid.gsm
-share/asterisk/sounds/ja/pbx-invalidpark.gsm
-share/asterisk/sounds/ja/pbx-transfer.gsm
-share/asterisk/sounds/ja/privacy-incorrect.gsm
-share/asterisk/sounds/ja/privacy-prompt.gsm
-share/asterisk/sounds/ja/privacy-thankyou.gsm
-share/asterisk/sounds/ja/privacy-unident.gsm
-share/asterisk/sounds/ja/q-default.gsm
-share/asterisk/sounds/ja/rqsted-wakeup-for.gsm
-share/asterisk/sounds/ja/ss-noservice.gsm
-share/asterisk/sounds/ja/transfer.gsm
-share/asterisk/sounds/ja/tt-allbusy.gsm
-share/asterisk/sounds/ja/tt-monkeysintro.gsm
-share/asterisk/sounds/ja/tt-somethingwrong.gsm
-share/asterisk/sounds/ja/tt-weasels.gsm
-share/asterisk/sounds/ja/vm-Cust1.gsm
-share/asterisk/sounds/ja/vm-Cust2.gsm
-share/asterisk/sounds/ja/vm-Cust3.gsm
-share/asterisk/sounds/ja/vm-Cust4.gsm
-share/asterisk/sounds/ja/vm-Cust5.gsm
-share/asterisk/sounds/ja/vm-Family.gsm
-share/asterisk/sounds/ja/vm-Friends.gsm
-share/asterisk/sounds/ja/vm-INBOX.gsm
-share/asterisk/sounds/ja/vm-Old.gsm
-share/asterisk/sounds/ja/vm-Work.gsm
-share/asterisk/sounds/ja/vm-advopts.gsm
-share/asterisk/sounds/ja/vm-and.gsm
-share/asterisk/sounds/ja/vm-changeto.gsm
-share/asterisk/sounds/ja/vm-delete.gsm
-share/asterisk/sounds/ja/vm-deleted.gsm
-share/asterisk/sounds/ja/vm-enter-num-to-call.gsm
-share/asterisk/sounds/ja/vm-extension.gsm
-share/asterisk/sounds/ja/vm-first.gsm
-share/asterisk/sounds/ja/vm-for.gsm
-share/asterisk/sounds/ja/vm-forwardoptions.gsm
-share/asterisk/sounds/ja/vm-from-phonenumber.gsm
-share/asterisk/sounds/ja/vm-goodbye.gsm
-share/asterisk/sounds/ja/vm-helpexit.gsm
-share/asterisk/sounds/ja/vm-incorrect-mailbox.gsm
-share/asterisk/sounds/ja/vm-incorrect.gsm
-share/asterisk/sounds/ja/vm-instructions.gsm
-share/asterisk/sounds/ja/vm-intro.gsm
-share/asterisk/sounds/ja/vm-isonphone.gsm
-share/asterisk/sounds/ja/vm-isunavail.gsm
-share/asterisk/sounds/ja/vm-last.gsm
-share/asterisk/sounds/ja/vm-leavemsg.gsm
-share/asterisk/sounds/ja/vm-login.gsm
-share/asterisk/sounds/ja/vm-mailbox-full.gsm
-share/asterisk/sounds/ja/vm-message.gsm
-share/asterisk/sounds/ja/vm-messages.gsm
-share/asterisk/sounds/ja/vm-mismatch.gsm
-share/asterisk/sounds/ja/vm-msginstruct.gsm
-share/asterisk/sounds/ja/vm-msgsaved.gsm
-share/asterisk/sounds/ja/vm-newpassword.gsm
-share/asterisk/sounds/ja/vm-next.gsm
-share/asterisk/sounds/ja/vm-no.gsm
-share/asterisk/sounds/ja/vm-nobodyavail.gsm
-share/asterisk/sounds/ja/vm-nomore.gsm
-share/asterisk/sounds/ja/vm-onefor.gsm
-share/asterisk/sounds/ja/vm-options.gsm
-share/asterisk/sounds/ja/vm-opts.gsm
-share/asterisk/sounds/ja/vm-passchanged.gsm
-share/asterisk/sounds/ja/vm-password-eririn.gsm
-share/asterisk/sounds/ja/vm-password.gsm
-share/asterisk/sounds/ja/vm-press.gsm
-share/asterisk/sounds/ja/vm-prev.gsm
-share/asterisk/sounds/ja/vm-reachoper.gsm
-share/asterisk/sounds/ja/vm-rec-busy.gsm
-share/asterisk/sounds/ja/vm-rec-name.gsm
-share/asterisk/sounds/ja/vm-rec-unv.gsm
-share/asterisk/sounds/ja/vm-received.gsm
-share/asterisk/sounds/ja/vm-reenterpassword.gsm
-share/asterisk/sounds/ja/vm-repeat.gsm
-share/asterisk/sounds/ja/vm-saved.gsm
-share/asterisk/sounds/ja/vm-savedto.gsm
-share/asterisk/sounds/ja/vm-savefolder.gsm
-share/asterisk/sounds/ja/vm-savemessage.gsm
-share/asterisk/sounds/ja/vm-sorry.gsm
-share/asterisk/sounds/ja/vm-starmain.gsm
-share/asterisk/sounds/ja/vm-theperson.gsm
-share/asterisk/sounds/ja/vm-tocancel.gsm
-share/asterisk/sounds/ja/vm-toforward.gsm
-share/asterisk/sounds/ja/vm-tohearenv.gsm
-share/asterisk/sounds/ja/vm-toreply.gsm
-share/asterisk/sounds/ja/vm-undelete.gsm
-share/asterisk/sounds/ja/vm-undeleted.gsm
-share/asterisk/sounds/ja/vm-whichbox.gsm
-share/asterisk/sounds/ja/vm-youhave.gsm
-share/asterisk/sounds/ja/wakeup-call-cancelled.gsm
-share/asterisk/sounds/ja/wakeup-call.gsm
-share/asterisk/sounds/ja/wakeup-menu.gsm
-share/asterisk/sounds/ja/wakeup-menu2.gsm
-share/asterisk/sounds/ja/wakeup.gsm
-%%PORTDOCS%%%%DOCSDIR%%/ja/README.txt
diff --git a/japanese/cannadic/Makefile b/japanese/cannadic/Makefile
deleted file mode 100644
index a306d7bdc88b..000000000000
--- a/japanese/cannadic/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: TOGAWA Satoshi <toga@puyo.org>
-# $FreeBSD$
-
-PORTNAME= cannadic
-PORTVERSION= 0.95c
-PORTREVISION= 3
-CATEGORIES= japanese
-MASTER_SITES= http://cannadic.oucrc.org/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Canna dictionary containing a lot of words
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-RUN_DEPENDS= ${LOCALBASE}/sbin/cannaserver:japanese/canna-server
-BUILD_DEPENDS= crxdic:japanese/canna-server
-
-ALL_TARGET= maindic
-SUB_FILES= README.FreeBSD pkg-message
-PORTDOCS= README.ja README.FreeBSD
-
-DICS= gcanna.cbd gcanna.cld gcannaf.ctd
-DICSFILE= dics.dir.gpl_canna
-DICDIR= share/canna/dic/canna
-OPTIONS_DEFINE= DOCS
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/${DICDIR}
- cd ${WRKSRC} && \
- ${INSTALL_DATA} ${DICS} ${DICSFILE} ${STAGEDIR}${PREFIX}/${DICDIR}
- ${INSTALL_DATA} ${WRKDIR}/README.FreeBSD ${WRKSRC}
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/japanese/cannadic/distinfo b/japanese/cannadic/distinfo
deleted file mode 100644
index 4387e4740d90..000000000000
--- a/japanese/cannadic/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cannadic-0.95c.tar.gz) = d477889aa54276eeb013f28f4f5a18c26baebbc5de28884421f086e1d38fdb04
-SIZE (cannadic-0.95c.tar.gz) = 1028308
diff --git a/japanese/cannadic/files/README.FreeBSD.in b/japanese/cannadic/files/README.FreeBSD.in
deleted file mode 100644
index 582e2cb380ee..000000000000
--- a/japanese/cannadic/files/README.FreeBSD.in
+++ /dev/null
@@ -1,45 +0,0 @@
-かんな辞書 FreeBSD ports インストールマニュアル
-
-このマニュアルは,かんな辞書を FreeBSD ports でインストールする場合に,
-手動で行わなければならないことを,かんな辞書のマニュアルから抜粋したものです.
-
-
-1) 辞書登録ファイルの %%PREFIX%%/share/canna/dic/canna/dics.dir に、
- %%PREFIX%%/share/canna/dic/canna/dics.dir.gpl_canna の内容を追加します。
-
-# cd %%PREFIX%%/share/canna/dic/canna
-# cp dics.dir dics.dir.orig
-# cat dics.dir.gpl_canna >> dics.dir
-
-2) cannaserver を停止,起動します。
-
-(かんなサーバ停止)
-# %%PREFIX%%/etc/rc.d/canna stop
-
-(cannaserverが停止していることを確認してください。停止していなければ
- killコマンドでプロセスを停止させてください)
-
-(かんなサーバ起動)
-# %%PREFIX%%/etc/rc.d/canna start
-
-3) ユーザ権限に戻って、ホームディレクトリに存在する各ユーザの .canna の
- (use-dictionary ...) の部分に "gcanna" "gcannaf" の二行を付け足して
- ください。抜粋するとこんな感じです。
-
-(use-dictionary
- "gcanna" ← これを追加
- "gcannaf" ← これを追加
- ;;"iroha" ← 上位互換なので iroha はコメントアウトしてもかまいません
- "fuzokugo"
- "hojomwd"
- "hojoswd"
- :bushu "bushu"
- :user "user"
- )
-
-4) 最後に頻度辞書を作成します。既に同名のユーザ辞書がインストールされている
- 場合、辞書を上書きするかどうか質問されます。必ず yes を選択してください。
-
-$ mkdic -fq gcanna
-Personal learning file of dictionary "gcanna" exists. Do you overwrite it ? (y/n)
-
diff --git a/japanese/cannadic/files/patch-ac b/japanese/cannadic/files/patch-ac
deleted file mode 100644
index b14c6b0e2b2a..000000000000
--- a/japanese/cannadic/files/patch-ac
+++ /dev/null
@@ -1,8 +0,0 @@
-*** dics.dir.gpl_canna.orig Sat Oct 21 00:29:47 2000
---- dics.dir.gpl_canna Sat Oct 21 00:29:34 2000
-***************
-*** 0 ****
---- 1,4 ----
-+ gcanna.cld(gcanna.mwd) -gcanna---
-+ gcanna.cbd(gcanna.mwd) -gcanna---
-+ gcannaf.ctd(.swd) -gcannaf---
diff --git a/japanese/cannadic/files/pkg-message.in b/japanese/cannadic/files/pkg-message.in
deleted file mode 100644
index b52e9edfd73a..000000000000
--- a/japanese/cannadic/files/pkg-message.in
+++ /dev/null
@@ -1,8 +0,0 @@
-[
-{ type: install
- message: <<EOM
-You should do set up after the installation.
-See %%PREFIX%%/share/doc/cannadic/README.FreeBSD
-EOM
-}
-]
diff --git a/japanese/cannadic/pkg-descr b/japanese/cannadic/pkg-descr
deleted file mode 100644
index b17f58e2a8e0..000000000000
--- a/japanese/cannadic/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This is a canna dictionary that contains a lot of words.
-The words come from many dictionaries(FreeWnn, kakasi...).
-
-WWW: http://cannadic.oucrc.org/
diff --git a/japanese/cannadic/pkg-plist b/japanese/cannadic/pkg-plist
deleted file mode 100644
index e584c7baade7..000000000000
--- a/japanese/cannadic/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-@(bin,bin,664) share/canna/dic/canna/dics.dir.gpl_canna
-@(bin,bin,664) share/canna/dic/canna/gcanna.cld
-@(bin,bin,664) share/canna/dic/canna/gcanna.cbd
-@(bin,bin,664) share/canna/dic/canna/gcannaf.ctd
diff --git a/japanese/edict-utf-8/Makefile b/japanese/edict-utf-8/Makefile
deleted file mode 100644
index 78ac0c5fccad..000000000000
--- a/japanese/edict-utf-8/Makefile
+++ /dev/null
@@ -1,77 +0,0 @@
-# Created by: Jonathan Hanna
-# $FreeBSD$
-
-PORTNAME= edict-utf-8
-PORTVERSION= 20100420
-PORTREVISION= 1
-CATEGORIES= japanese
-MASTER_SITES= http://redundancy.redundancy.org/mirror/${PORTNAME}/
-DISTFILES= ${DICTFILES}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Japanese-English edict UTF-8 dictionaries
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-EXTRACT_DEPENDS= ${UNZIP_CMD}:archivers/unzip
-
-USES= iconv
-CONVERT_CMD= ${ICONV_CMD} -c -f EUC-JP -t UTF-8
-DIST_SUBDIR= ${PORTNAME}
-DICTFILES= edict.gz edicth compdic.gz jddict.v02.gz \
- j_places.gz ediclsd3.zip kanjidic.gz kanjd212.gz \
- lawgledt.zip lingdic.zip geodic.gz pandpdic.zip \
- aviation.zip findic.zip mktdic.zip compverb.gz \
- 4jwords.gz concrete.zip enamdict.gz
-NODOCFILES= edict_doc.txt edict_doc.html edicth.doc \
- enamdict_doc.txt enamdict_doc.html jddict.doc \
- j_places.inf kanjidic.doc kanjd212.doc ediclsd3.rme \
- lawgldoc.new lingdic.txt geodic.doc aviation.txt \
- findic.doc mktdic.doc compverb.doc 4jwords.doc \
- concrete.doc ${DICTFILES:S/zip/jdx/}
-
-# Where to install the data files
-DATADIR= ${PREFIX}/share/dict/edict-utf-8
-PLIST_SUB= OWNER="${SHAREOWN}" GROUP="${SHAREGRP}" MODE="${SHAREMODE}"
-
-NO_WRKSUBDIR= yes
-
-do-extract:
- @${RM} -r ${WRKSRC}
- @${MKDIR} ${WRKSRC}
- @for file in ${DICTFILES}; do \
- ${ECHO} "Extracting $$file"; \
- case $$file in \
- *.gz) \
- instfile=`${BASENAME} $$file .gz` ; \
- ${GZIP_CMD} -dc ${_DISTDIR}/$$file > ${WRKSRC}/$$instfile.euc-jp \
- ;; \
- *.zip) \
- instfile=`${BASENAME} $$file .zip` ; \
- ${UNZIP_CMD} -qq -c ${_DISTDIR}/$$file -x ${NODOCFILES} 2>/dev/null \
- > ${WRKSRC}/$$instfile.euc-jp \
- ;; \
- *) \
- instfile=$$file ; \
- ${CP} ${_DISTDIR}/$$file ${WRKSRC}/$$file.euc-jp \
- ;; \
- esac ; \
- ${ECHO} $$instfile >> ${WRKSRC}/filelist; \
- done
-
-do-build:
- @for file in `cat ${WRKSRC}/filelist`; do \
- ${ECHO} "Converting $$file"; \
- ${CONVERT_CMD} ${WRKSRC}/$$file.euc-jp > ${WRKSRC}/$$file; \
- done
-
-do-install:
- @${MKDIR} ${STAGEDIR}${DATADIR}
- @for file in `cat ${WRKSRC}/filelist`; do \
- ${ECHO} "Installing $$file"; \
- ${INSTALL} ${WRKSRC}/$$file ${STAGEDIR}${DATADIR}/$$file; \
- done
-
-.include <bsd.port.mk>
diff --git a/japanese/edict-utf-8/distinfo b/japanese/edict-utf-8/distinfo
deleted file mode 100644
index 9695b0d225c3..000000000000
--- a/japanese/edict-utf-8/distinfo
+++ /dev/null
@@ -1,38 +0,0 @@
-SHA256 (edict-utf-8/edict.gz) = 1a833e289a4e44fec904054499c0b6b021bb71a1211e4666b5747dc017ee6c51
-SIZE (edict-utf-8/edict.gz) = 3619142
-SHA256 (edict-utf-8/edicth) = b1e50500cdff7005bb1155e82ed920e2f8e6648fbda10bf05d23242840621b1d
-SIZE (edict-utf-8/edicth) = 3965
-SHA256 (edict-utf-8/compdic.gz) = 9c33ceb7ef3c8a0ff30e58b138aa8f116ba99b5d65a8282fe8d758810471f0f5
-SIZE (edict-utf-8/compdic.gz) = 225252
-SHA256 (edict-utf-8/jddict.v02.gz) = 064687764f97fc344fcdaf8370d5c1792b08b5e48ed0ce78b9e817d504690e66
-SIZE (edict-utf-8/jddict.v02.gz) = 201223
-SHA256 (edict-utf-8/j_places.gz) = 6fab609585c71bbd41de5832fb726090722c1309e40dbcb0043145755f2107fd
-SIZE (edict-utf-8/j_places.gz) = 964036
-SHA256 (edict-utf-8/ediclsd3.zip) = 1812c90b4e373631a936921a538bd0b0eaccf250e1200c9ff730d3f0848863cf
-SIZE (edict-utf-8/ediclsd3.zip) = 991369
-SHA256 (edict-utf-8/kanjidic.gz) = ad7a13725e6cbf12b096fc0ee0e235d0a5eaab7a185951043e3694e6765cfb50
-SIZE (edict-utf-8/kanjidic.gz) = 519495
-SHA256 (edict-utf-8/kanjd212.gz) = 01f95b329953a8dc786853e278dab9e4c5a0b0e0d2dbeb947b0bd7593d9dd0c4
-SIZE (edict-utf-8/kanjd212.gz) = 200462
-SHA256 (edict-utf-8/lawgledt.zip) = b70584156499980dcaca540284c2f8bb24dbb476a57e6d7f6a644260bd3cff6a
-SIZE (edict-utf-8/lawgledt.zip) = 133100
-SHA256 (edict-utf-8/lingdic.zip) = d979052519c12fe65bf66b180dd13b133ed29dff8b711bc8aa31b9b3f145dff9
-SIZE (edict-utf-8/lingdic.zip) = 53994
-SHA256 (edict-utf-8/geodic.gz) = 48cf59a75366c35b1628d13994da9b23e091c9b66619ea0031b4cb5dfc665829
-SIZE (edict-utf-8/geodic.gz) = 20982
-SHA256 (edict-utf-8/pandpdic.zip) = 183d8e05fc53cfbc02d09dee2cd6cf509aa11572ebe35421a8606ba4acb23ef6
-SIZE (edict-utf-8/pandpdic.zip) = 14800
-SHA256 (edict-utf-8/aviation.zip) = 99cc61fee51ae963d6eb52c34fa8f52f2d966de6348efe208bbae2fdced318e9
-SIZE (edict-utf-8/aviation.zip) = 27432
-SHA256 (edict-utf-8/findic.zip) = ccded1ac5894089fb65a13dda0e09bdf8e38b1f7b9712d10a6478bd61282715d
-SIZE (edict-utf-8/findic.zip) = 25093
-SHA256 (edict-utf-8/mktdic.zip) = 0c36e4c73354b9c5c184d41c578401757be25471407459002f58687d1dbbc096
-SIZE (edict-utf-8/mktdic.zip) = 18560
-SHA256 (edict-utf-8/compverb.gz) = 33be79724aaf2fe50ce1576cc2e1f4d0827d73373a2388e4b75a6770d266e70a
-SIZE (edict-utf-8/compverb.gz) = 28727
-SHA256 (edict-utf-8/4jwords.gz) = 8c6d079ec7f2bd7a18d32859a93ecf1fae287da3de81e00cbd85d59ad5a680f1
-SIZE (edict-utf-8/4jwords.gz) = 13608
-SHA256 (edict-utf-8/concrete.zip) = 9691d1d6219747d656f6f778b554ad89be879e131d151c7d1b8089632b74b2cb
-SIZE (edict-utf-8/concrete.zip) = 37491
-SHA256 (edict-utf-8/enamdict.gz) = 7238684590d19e2f9551a57b9e668c52113222f6b1c548e0f32704df84791ccd
-SIZE (edict-utf-8/enamdict.gz) = 7417262
diff --git a/japanese/edict-utf-8/files/patch-enamdict.euc-jp b/japanese/edict-utf-8/files/patch-enamdict.euc-jp
deleted file mode 100644
index 61e89fbb95fe..000000000000
--- a/japanese/edict-utf-8/files/patch-enamdict.euc-jp
+++ /dev/null
@@ -1,10 +0,0 @@
---- enamdict.euc-jp.old Sat Nov 25 17:42:21 2006
-+++ enamdict.euc-jp Sat Nov 25 17:48:11 2006
-@@ -108585,7 +108585,6 @@
- 磯部公彦 [いそべきみひこ] /Isobe Kimihiko (h) (1958.1.14-)/
- 磯部克 [いそべかつ] /Isobe Katsu (h)/
- 磯部山谷 [いそべさんや] /Isobesanya (p)/
--磯部周平 [いそべしゅうへい] /Isobe Shuuhei (h)/
- 磯部修三 [いそべしゅうぞう] /Isobe Shuuzou (h) (1940.4.15-)/
- 磯部新保 [いそべしんぼ] /Isobeshinbo (p)/
- 磯部真妃 [いそべまき] /Isobe Maki (h)/
diff --git a/japanese/edict-utf-8/pkg-descr b/japanese/edict-utf-8/pkg-descr
deleted file mode 100644
index 720b96047d58..000000000000
--- a/japanese/edict-utf-8/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-UTF-8 version of edict's dictionary files
-
-see japanese/edict/pkg-descr for more information
-
-WWW: http://www.edrdg.org/jmdict/edict.html
diff --git a/japanese/edict-utf-8/pkg-plist b/japanese/edict-utf-8/pkg-plist
deleted file mode 100644
index f0741cea8116..000000000000
--- a/japanese/edict-utf-8/pkg-plist
+++ /dev/null
@@ -1,25 +0,0 @@
-@owner %%OWNER%%
-@group %%GROUP%%
-@mode %%MODE%%
-%%DATADIR%%/4jwords
-%%DATADIR%%/aviation
-%%DATADIR%%/compdic
-%%DATADIR%%/compverb
-%%DATADIR%%/concrete
-%%DATADIR%%/ediclsd3
-%%DATADIR%%/edict
-%%DATADIR%%/edicth
-%%DATADIR%%/enamdict
-%%DATADIR%%/findic
-%%DATADIR%%/geodic
-%%DATADIR%%/j_places
-%%DATADIR%%/jddict.v02
-%%DATADIR%%/kanjd212
-%%DATADIR%%/kanjidic
-%%DATADIR%%/lawgledt
-%%DATADIR%%/lingdic
-%%DATADIR%%/mktdic
-%%DATADIR%%/pandpdic
-@mode
-@group
-@owner
diff --git a/japanese/kpcal/Makefile b/japanese/kpcal/Makefile
deleted file mode 100644
index d40ef863a48b..000000000000
--- a/japanese/kpcal/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
-# $FreeBSD$
-
-PORTNAME= kpcal
-PORTVERSION= 2.0
-PORTREVISION= 2
-CATEGORIES= japanese
-MASTER_SITES= LOCAL/cy
-
-PATCH_SITES= http://www.tamaru.kuee.kyoto-u.ac.jp/~tsuchiya/misc/kpcal/
-PATCHFILES= ${PORTNAME}-${PORTVERSION}-20040518.patch
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Make Calendar in Postscript format
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-ALL_TARGET= kpcal
-
-PLIST_FILES= bin/kpcal man/man1/kpcal.1.gz
-
-do-install:
- (cd ${WRKSRC} && ${INSTALL_PROGRAM} kpcal \
- ${STAGEDIR}${PREFIX}/bin)
- (cd ${WRKSRC} && ${INSTALL_MAN} kpcal.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1)
-
-.include <bsd.port.mk>
diff --git a/japanese/kpcal/distinfo b/japanese/kpcal/distinfo
deleted file mode 100644
index 1941ace1c2dc..000000000000
--- a/japanese/kpcal/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (kpcal-2.0.tar.gz) = 7338808c5e3835f7e7e2fe97729904fcd1bf83f4f837e6ad44728aaea384a706
-SIZE (kpcal-2.0.tar.gz) = 8420
-SHA256 (kpcal-2.0-20040518.patch) = 72058d5b408b40eadd80f9cdea979550a67b010a938acb7a5d07767d273573d2
-SIZE (kpcal-2.0-20040518.patch) = 5647
diff --git a/japanese/kpcal/files/patch-Makefile b/japanese/kpcal/files/patch-Makefile
deleted file mode 100644
index ee4c11b850ad..000000000000
--- a/japanese/kpcal/files/patch-Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.orig Sun Oct 19 02:57:42 2003
-+++ Makefile Sun Oct 19 02:57:49 2003
-@@ -1,5 +1,5 @@
--CC = cc
--CFLAGS = -O
-+CC ?= cc
-+CFLAGS ?= -O -pipe
- OBJS = kpcal.o conv.o
-
- kpcal: $(OBJS)
diff --git a/japanese/kpcal/files/patch-conv.c b/japanese/kpcal/files/patch-conv.c
deleted file mode 100644
index 97e81e77f195..000000000000
--- a/japanese/kpcal/files/patch-conv.c
+++ /dev/null
@@ -1,8 +0,0 @@
---- conv.c.orig
-+++ conv.c
-@@ -1,4 +1,5 @@
- #include <stdio.h>
-+#include <stdlib.h>
-
- #define TRUE (1)
- #define FALSE (0)
diff --git a/japanese/kpcal/files/patch-kpcal.c b/japanese/kpcal/files/patch-kpcal.c
deleted file mode 100644
index f4778b525e08..000000000000
--- a/japanese/kpcal/files/patch-kpcal.c
+++ /dev/null
@@ -1,55 +0,0 @@
---- kpcal.c.orig
-+++ kpcal.c
-@@ -5,6 +5,8 @@
- */
-
- #include <stdio.h>
-+#include <stdlib.h>
-+#include <unistd.h>
- #include <ctype.h>
- #include <time.h>
- #include <string.h>
-@@ -28,6 +30,7 @@
- static char daynum_font[64] = DAYNUM_DEFAULT_FONT;
-
- extern void ConvertString();
-+extern void pmonth();
-
- FILE *cfp = NULL;
- int year;
-@@ -35,7 +38,7 @@
-
- char *getenv();
-
--main(argc, argv)
-+int main(argc, argv)
- int argc;
- char **argv;
- {
-@@ -46,7 +49,7 @@
- register char *cp;
- char *cfile = NULL;
- char cbuf[80];
-- long t, time();
-+ time_t t, time();
- int errflg = 0;
- int nocal = 0;
- int m;
-@@ -86,7 +89,7 @@
- exit(1);
- }
-
-- t = time((long *)0);
-+ t = time((time_t *)0);
- lt = localtime(&t);
-
- /*
-@@ -150,7 +153,7 @@
- /*
- * pmonth - do calendar for month "m"
- */
--pmonth(m)
-+void pmonth(m)
- int m;
- {
- register char **s;
diff --git a/japanese/kpcal/pkg-descr b/japanese/kpcal/pkg-descr
deleted file mode 100644
index 345180ce17bc..000000000000
--- a/japanese/kpcal/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-kpcal makes Calendar in Postscript format.
-You can insert schedules from calendar file,
-see calendar(1). It supports Japanese language.
diff --git a/japanese/multiskkserv/Makefile b/japanese/multiskkserv/Makefile
deleted file mode 100644
index f19bb6c16ea7..000000000000
--- a/japanese/multiskkserv/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: Takahiro Morishita <morishita@skywing.org>
-# $FreeBSD$
-
-PORTNAME= multiskkserv
-PORTVERSION= 0.20100128
-CATEGORIES= japanese
-MASTER_SITES= http://www3.big.or.jp/~sian/linux/products/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/0.//g}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Multiple dictionary server for the SKK
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-EXTRACT_DEPENDS= ${NONEXISTENT}:databases/cdb:build
-RUN_DEPENDS= ${LOCALBASE}/${SKKDIR}/SKK-JISYO.${SKKJISYO_TYPE}.cdb:japanese/skk-jisyo-cdb
-
-USES= tar:xz
-
-SKKDIR?= share/skk
-SKKJISYO_TYPE?= L
-
-SUB_FILES+= multiskkserv
-SUB_LIST+= SKKDIR=${SKKDIR} SKKJISYO_TYPE=${SKKJISYO_TYPE}
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/0.//g}
-USE_RC_SUBR= ${PORTNAME}
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-cdb=`cd ${PORTSDIR}/databases/cdb; ${MAKE} -V WRKSRC`
-
-PLIST_FILES= bin/skkdic-p2cdb sbin/multiskkserv sbin/multiskkserv-ctl
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/multiskkserv ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_PROGRAM} ${WRKSRC}/src/multiskkserv-ctl ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_PROGRAM} ${WRKSRC}/tools/skkdic-p2cdb ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/japanese/multiskkserv/distinfo b/japanese/multiskkserv/distinfo
deleted file mode 100644
index e2ebb141b5bd..000000000000
--- a/japanese/multiskkserv/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1536471275
-SHA256 (multiskkserv-20100128.tar.xz) = e216026891af86b5ce17d5103bdce25d7aac923e53306728fafa7ed7863681bc
-SIZE (multiskkserv-20100128.tar.xz) = 250004
diff --git a/japanese/multiskkserv/files/multiskkserv.in b/japanese/multiskkserv/files/multiskkserv.in
deleted file mode 100644
index e0c3a3235325..000000000000
--- a/japanese/multiskkserv/files/multiskkserv.in
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: multiskkserv
-# REQUIRE: LOGIN
-
-#
-# Add the following lines to /etc/rc.conf to enable multiskkserv:
-#
-#multiskkserv_enable="YES"
-#
-# See `%%PREFIX%%/sbin/multiskkserv -h` for flags
-#
-
-. /etc/rc.subr
-
-name=multiskkserv
-rcvar=multiskkserv_enable
-
-command=%%PREFIX%%/sbin/multiskkserv
-
-# set defaults
-
-multiskkserv_enable=${multiskkserv_enable:-"NO"}
-multiskkserv_flags=${multiskkserv_flags:-"%%PREFIX%%/%%SKKDIR%%/SKK-JISYO.%%SKKJISYO_TYPE%%.cdb &"}
-
-load_rc_config ${name}
-run_rc_command "$1"
diff --git a/japanese/multiskkserv/pkg-descr b/japanese/multiskkserv/pkg-descr
deleted file mode 100644
index f747871ab266..000000000000
--- a/japanese/multiskkserv/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-multiskkserv is a skk server which can search multiple dictionaries.
-This server uses cdb format as the dictionary format. cdb is the
-efficient and constant (i.e. cannot add, delete, modify) database
-format by Dan J. Bernstein, which I think is the appropriate format
-for the system-wide constant dictionary storage.
-
-This is very experimental.
-
-WWW: http://www3.big.or.jp/~sian/linux/products/
diff --git a/japanese/skkfep/Makefile b/japanese/skkfep/Makefile
deleted file mode 100644
index 7ac6d9473249..000000000000
--- a/japanese/skkfep/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Yusuke Nawano <azuki@azkey.org>
-# $FreeBSD$
-
-PORTNAME= skkfep
-PORTVERSION= 0.87
-PORTREVISION= 2
-CATEGORIES= japanese
-MASTER_SITES= http://aitoweb.world.coocan.jp/skkfep/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= SKK-like Kana-to-Kanji FrontEnd Processor
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-RUN_DEPENDS= ja-skk>0:japanese/skk
-
-USES= ncurses
-CFLAGS+= -Wno-return-type
-
-PLIST_FILES= bin/skkfep man/man1/skkfep.1.gz
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/japanese/skkfep/distinfo b/japanese/skkfep/distinfo
deleted file mode 100644
index 4661ca2e8fab..000000000000
--- a/japanese/skkfep/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (skkfep-0.87.tar.gz) = f5eb6a23a7bf9b8a5493e8104c346ac053c2545bab1a3b82054cd1a09cef0e61
-SIZE (skkfep-0.87.tar.gz) = 45711
diff --git a/japanese/skkfep/files/patch-Makefile b/japanese/skkfep/files/patch-Makefile
deleted file mode 100644
index 5c1ce5c59c9c..000000000000
--- a/japanese/skkfep/files/patch-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.orig Tue Jul 7 00:31:14 1998
-+++ Makefile Wed Aug 2 03:24:50 2000
-@@ -2,16 +2,16 @@
- # Makefile for skkfep
- #
- all: genMakefile
-- make -f genMakefile all
-+ $(MAKE) -f genMakefile all
-
- skkfep: genMakefile
-- make -f genMakefile skkfep
-+ $(MAKE) -f genMakefile skkfep
-
- simpledic: genMakefile
-- make -f genMakefile simpledic
-+ $(MAKE) -f genMakefile simpledic
-
- clean: genMakefile
-- make -f genMakefile clean
-+ $(MAKE) -f genMakefile clean
- rm -f genMakefile
-
- genMakefile: protoMakefile config.h
diff --git a/japanese/skkfep/files/patch-config.h b/japanese/skkfep/files/patch-config.h
deleted file mode 100644
index a63117dc7c22..000000000000
--- a/japanese/skkfep/files/patch-config.h
+++ /dev/null
@@ -1,32 +0,0 @@
---- config.h.orig Wed Sep 3 08:50:18 2003
-+++ config.h Mon May 16 14:16:20 2005
-@@ -2,19 +2,19 @@
- * Configuration for SKKFEP
- */
-
--#include "configs/linux.h"
-+#include "configs/freebsd.h"
-
- #if makefile_parameter
--CC=gcc
-+#CC=gcc
- DEFINE=-DUSE_LOCALE
--OPTIMIZE=-g
-+#OPTIMIZE=-g
- EXTRALIBS=
- #endif
-
- #define DEFAULT_KANAKEY "^j"
-
- /* By Y. Kaneko */
--/*#define KUTOUTEN /* "."->maru, ","->ten */
-+#define KUTOUTEN /* "."->maru, ","->ten */
-
- #define KANJIBS /* do/don't shuft-out BS code in JIS mode */
- #define KANJIBS_DEFAULT 0 /* 0 -> shift out / 1 -> don't shift out */
-@@ -28,4 +28,4 @@
-
- #define NATIVECODE euc /* EUC Kanji code */
-
--#define SKK_SERVER_HOST "ei5nazha" /* SKK server host */
-+#define SKK_SERVER_HOST "localhost" /* SKK server host */
diff --git a/japanese/skkfep/files/patch-configs_freebsd.h b/japanese/skkfep/files/patch-configs_freebsd.h
deleted file mode 100644
index ece91c1f5aa9..000000000000
--- a/japanese/skkfep/files/patch-configs_freebsd.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- configs/freebsd.h.orig Tue Jul 7 00:31:14 1998
-+++ configs/freebsd.h Fri Aug 23 02:40:05 2002
-@@ -7,6 +7,8 @@
-
- #define HAVE_SETENV /* My machine has setenv() */
-
-+#define NO_MALLOC_H /* no <malloc.h> */
-+ /* (has <sys/malloc.h> but not needed) */
- #define HAVE_BSD_OPENPTY /* BSD type openpty() */
- /*#include <libutil.h> /* for openpty() */
-
diff --git a/japanese/skkfep/files/patch-protoMakefile b/japanese/skkfep/files/patch-protoMakefile
deleted file mode 100644
index 52b79d13bb21..000000000000
--- a/japanese/skkfep/files/patch-protoMakefile
+++ /dev/null
@@ -1,10 +0,0 @@
---- protoMakefile.orig 2003-09-02 23:49:31 UTC
-+++ protoMakefile
-@@ -1,5 +1,5 @@
--CFLAGS=$(SYSINCLUDE) $(SYSDEFINE) $(DEFINE) $(OPTIMIZE)
--LIBS =$(SYSLIBS) $(EXTRALIBS) -ltermcap
-+CFLAGS+=$(SYSINCLUDE) $(SYSDEFINE) $(DEFINE) $(OPTIMIZE)
-+LIBS =$(SYSLIBS) $(EXTRALIBS) $(LDFLAGS) -lncurses
-
- OBJS=fep.o connsh.o readwrite.o terms.o stty.o keybind.o romkan.o etc.o\
- kkconv.o keymap.o version.o
diff --git a/japanese/skkfep/files/patch-skkfep.1 b/japanese/skkfep/files/patch-skkfep.1
deleted file mode 100644
index 32c45b5bccc0..000000000000
--- a/japanese/skkfep/files/patch-skkfep.1
+++ /dev/null
@@ -1,17 +0,0 @@
---- skkfep.1.old Wed Jul 29 04:09:11 1998
-+++ skkfep.1 Wed Jul 29 04:26:46 1998
-@@ -68,6 +68,14 @@
- With this option, ESC key becomes `RETUEN-TO-SKK-MODE' key.
- This option is useful for vi-users.
- .TP
-+.B -viesc
-+With this option, ESC + one of 'iaoIASR' key becomes `RETUEN-TO-SKK-MODE' key.
-+This option is useful for vi-users.
-+.TP
-+.B -emacsesc
-+With this option, ESC + any key becomes `RETUEN-TO-SKK-MODE' key.
-+This option is useful for emacs-users.
-+.TP
- .B -rs
- Reverse status line.
- .TP
diff --git a/japanese/skkfep/files/patch-stty.c b/japanese/skkfep/files/patch-stty.c
deleted file mode 100644
index 3ff89dd37fda..000000000000
--- a/japanese/skkfep/files/patch-stty.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- stty.c.orig Wed Sep 3 08:49:32 2003
-+++ stty.c Mon May 16 14:18:07 2005
-@@ -306,7 +306,7 @@
- {
- int cpid;
- /* #ifdef _AIX */
--#if defined(_AIX) || defined(NECEWS) || defined(SOLARIS2)
-+#if defined(_AIX) || defined(NECEWS) || defined(SOLARIS2) || defined(__FreeBSD__)
- int statusp;
- reset_tty_without_close();
- cpid = wait(&statusp);
diff --git a/japanese/skkfep/pkg-descr b/japanese/skkfep/pkg-descr
deleted file mode 100644
index 3ed27a4bbee9..000000000000
--- a/japanese/skkfep/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-skkfep is a tool to input Kana and Kanji from the terminal.
-This also include some patches for Word registration.
-
-WWW: http://aitoweb.world.coocan.jp/soft.html