mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 0.93a.
PR: ports/33871 Submitted by: maintainer
This commit is contained in:
parent
ad6b7d034d
commit
2e6297ff0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53071
@ -6,17 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= cannadic
|
||||
PORTVERSION= 0.92
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.93a
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= http://cgi3.osk.3web.ne.jp/~nowaki/computer/
|
||||
MASTER_SITES= http://cannadic.oucrc.org/
|
||||
|
||||
MAINTAINER= toga@puyo.org
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/canna/dic/canna/dics.dir:${PORTSDIR}/japanese/Canna
|
||||
BUILD_DEPENDS= mkbindic:${PORTSDIR}/japanese/Canna
|
||||
BUILD_DEPENDS= crxdic:${PORTSDIR}/japanese/Canna
|
||||
|
||||
ALL_TARGET= bindic
|
||||
ALL_TARGET= maindic subdic
|
||||
|
||||
DICS= gcanna.cbd gcanna.cld gcannaf.cbd gcannaf.cld
|
||||
DICSFILE= dics.dir
|
||||
@ -31,6 +30,10 @@ do-install:
|
||||
${CAT} ./${ORIGDICSFILE} ./${CANNADICSFILE} > ./${DICSFILE}; \
|
||||
${INSTALL} -c -g bin -m 664 -o bin ${DICS} ${DICDIR} ; \
|
||||
${INSTALL} -c -g bin -m 664 -o bin ${DICSFILE} ${CANNADICSFILE} ${ORIGDICSFILE} ${DICDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@if [ -e /tmp/.iroha_unix/IROHA ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cannadic-0.92.tar.gz) = 96b1a11aee2aa0b021986f39c2c111df
|
||||
MD5 (cannadic-0.93a.tar.gz) = 74fcb6878db0554f9c11fa05649292f7
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- Makefile.orig Fri Feb 16 03:12:21 2001
|
||||
+++ Makefile Sun Apr 8 08:33:24 2001
|
||||
@@ -40,10 +40,6 @@
|
||||
mkbindic -s ${SUBDIC}
|
||||
|
||||
bindic-old-version:
|
||||
- mv ${MAINDIC} ${MAINDIC}.orig
|
||||
- sed -e 's/\#KYme/\#KY/g' ${MAINDIC}.orig |\
|
||||
- sed -e 's/\#KYmime/\#KY/' |\
|
||||
- sed -e 's///' > ${MAINDIC}
|
||||
mkbindic -m ${MAINDIC}
|
||||
mkbindic -s ${SUBDIC}
|
||||
|
@ -1,12 +1,4 @@
|
||||
This is a canna dictionary that contains a lot of words.
|
||||
The words come from many dictionaries(pubdic, SKK, kakasi...).
|
||||
The words come from many dictionaries(FreeWnn, kakasi...).
|
||||
|
||||
After installing, you have to add lines to your .canna.
|
||||
(use-dictionary
|
||||
"iroha" ; and more....
|
||||
|
||||
"gcanna" ; add this!
|
||||
"gcannas" ; add this!
|
||||
)
|
||||
|
||||
toga@puyo.org
|
||||
WWW: http://cannadic.oucrc.org/
|
||||
|
@ -1,10 +1,3 @@
|
||||
|
||||
After the installation, lines like the following need to be added to
|
||||
your .canna.
|
||||
|
||||
(use-dictionary
|
||||
"iroha"; and more....
|
||||
"gcanna" ; add this!
|
||||
"gcannaf" ; add this!
|
||||
)
|
||||
|
||||
All users should do set up after the installation.
|
||||
See ${LOCALBASE}/share/doc/cannadic/README.
|
||||
|
@ -5,3 +5,5 @@ lib/canna/dic/canna/gcanna.cld
|
||||
lib/canna/dic/canna/gcanna.cbd
|
||||
lib/canna/dic/canna/gcannaf.cld
|
||||
lib/canna/dic/canna/gcannaf.cbd
|
||||
%%PORTDOCS%%share/doc/cannadic/README
|
||||
%%PORTDOCS%%@dirrm share/doc/cannadic
|
||||
|
Loading…
Reference in New Issue
Block a user