summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/eb/Makefile9
-rw-r--r--japanese/eb/distinfo7
-rw-r--r--japanese/eb/pkg-plist7
-rw-r--r--japanese/eb3/Makefile9
-rw-r--r--japanese/eb3/distinfo7
-rw-r--r--japanese/eb3/pkg-plist7
6 files changed, 34 insertions, 12 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile
index 83c620a96c42..8061560ff1a0 100644
--- a/japanese/eb/Makefile
+++ b/japanese/eb/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= eb
-PORTVERSION= 3.2.2
+PORTVERSION= 3.2.3
CATEGORIES= japanese
-MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/
+MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ \
+ ftp://ftp.eos.hokudai.ac.jp/pub/network/ndtp/eb/
DISTFILES= ${EBFILES} \
${LISTFILES} \
${APPENDIXFILES}
@@ -35,6 +36,7 @@ APPENDIXFILES= appendix/cencro-1.0.tar.gz \
appendix/daijirin-2.0.tar.gz \
appendix/dd75-2.0.tar.gz \
appendix/genius-1.0.tar.gz \
+ appendix/genius2-1.1.tar.gz \
appendix/global-2.0.tar.gz \
appendix/heritage-2.2.tar.gz \
appendix/izumi-2.0.tar.gz \
@@ -72,7 +74,8 @@ post-install:
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${file} ${APPENDIXDIR}
.endfor
.for file in ${APPENDIXFILES}
- ${TAR} -C ${APPENDIXDIR} -zxmf ${DISTDIR}/${DIST_SUBDIR}/${file}
+ ${TAR} --no-same-owner --exclude CVS -C ${APPENDIXDIR} -zxmf\
+ ${DISTDIR}/${DIST_SUBDIR}/${file}
.endfor
.include <bsd.port.mk>
diff --git a/japanese/eb/distinfo b/japanese/eb/distinfo
index dacfc6a21893..7877774d3bfe 100644
--- a/japanese/eb/distinfo
+++ b/japanese/eb/distinfo
@@ -1,6 +1,6 @@
-MD5 (eb/eb-3.2.2.tar.gz) = 1e9a6640d16faa47f3131500516e7c56
-MD5 (eb/appendix/LIST) = c7119dfcaf285b4db78b586f22f677ca
-MD5 (eb/appendix/LIST-ja) = b878956caacf2e72a9eeafc3292494d8
+MD5 (eb/eb-3.2.3.tar.gz) = e5592556de2a1c23cd84f44b393a7a87
+MD5 (eb/appendix/LIST) = 60c2a8b4b24edddef010255b20f1b0f4
+MD5 (eb/appendix/LIST-ja) = 68d9baa8b90292da0ce552626670705f
MD5 (eb/appendix/cencro-1.0.tar.gz) = 1c93a68fae90990b631bd5302349d199
MD5 (eb/appendix/chujiten-2.3.tar.gz) = 750c15b8e94faca7cb4b15b98d1fbb19
MD5 (eb/appendix/chujiten2-2.0.tar.gz) = 62a86bdb51a38b554bc6c3bb40da443a
@@ -11,6 +11,7 @@ MD5 (eb/appendix/daihyakka-1.0.tar.gz) = 203a0a47b353c90ac16a04d847787913
MD5 (eb/appendix/daijirin-2.0.tar.gz) = d56b2f50a2fd8a9dc49dcda2b075781c
MD5 (eb/appendix/dd75-2.0.tar.gz) = 7979cfb612d8f2ab97fc1c3e7af5d653
MD5 (eb/appendix/genius-1.0.tar.gz) = 534571189137c7f508fdea767399d0f4
+MD5 (eb/appendix/genius2-1.1.tar.gz) = f0b22fa6b94214c56b068033e1730d13
MD5 (eb/appendix/global-2.0.tar.gz) = 3750ea2d2c78ad786f1d2bc47a8c5b82
MD5 (eb/appendix/heritage-2.2.tar.gz) = 71ef3b257474c83a0af385001eee3fbf
MD5 (eb/appendix/izumi-2.0.tar.gz) = 89a0d17f13c84c0aa0e57db434eb7462
diff --git a/japanese/eb/pkg-plist b/japanese/eb/pkg-plist
index 6eb3a191df12..a106987aa053 100644
--- a/japanese/eb/pkg-plist
+++ b/japanese/eb/pkg-plist
@@ -94,6 +94,10 @@ share/eb/appendix/genius-1.0/catalog
share/eb/appendix/genius-1.0/catalog.app
share/eb/appendix/genius-1.0/genius.app
share/eb/appendix/genius-1.0/genius/appendix
+share/eb/appendix/genius2-1.1/catalogs
+share/eb/appendix/genius2-1.1/catalogs.app
+share/eb/appendix/genius2-1.1/genius.app
+share/eb/appendix/genius2-1.1/genius/data/furoku
share/eb/appendix/global-2.0/catalogs
share/eb/appendix/global-2.0/catalogs.app
share/eb/appendix/global-2.0/gejcje.app
@@ -210,6 +214,9 @@ share/locale/ja/LC_MESSAGES/ebutils.mo
@dirrm share/eb/appendix/cencro-1.0
@dirrm share/eb/appendix/genius-1.0/genius
@dirrm share/eb/appendix/genius-1.0
+@dirrm share/eb/appendix/genius2-1.1/genius/data
+@dirrm share/eb/appendix/genius2-1.1/genius
+@dirrm share/eb/appendix/genius2-1.1
@dirrm share/eb/appendix/chujiten-2.3/eiwa
@dirrm share/eb/appendix/chujiten-2.3/waei
@dirrm share/eb/appendix/chujiten-2.3
diff --git a/japanese/eb3/Makefile b/japanese/eb3/Makefile
index 83c620a96c42..8061560ff1a0 100644
--- a/japanese/eb3/Makefile
+++ b/japanese/eb3/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= eb
-PORTVERSION= 3.2.2
+PORTVERSION= 3.2.3
CATEGORIES= japanese
-MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/
+MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ \
+ ftp://ftp.eos.hokudai.ac.jp/pub/network/ndtp/eb/
DISTFILES= ${EBFILES} \
${LISTFILES} \
${APPENDIXFILES}
@@ -35,6 +36,7 @@ APPENDIXFILES= appendix/cencro-1.0.tar.gz \
appendix/daijirin-2.0.tar.gz \
appendix/dd75-2.0.tar.gz \
appendix/genius-1.0.tar.gz \
+ appendix/genius2-1.1.tar.gz \
appendix/global-2.0.tar.gz \
appendix/heritage-2.2.tar.gz \
appendix/izumi-2.0.tar.gz \
@@ -72,7 +74,8 @@ post-install:
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${file} ${APPENDIXDIR}
.endfor
.for file in ${APPENDIXFILES}
- ${TAR} -C ${APPENDIXDIR} -zxmf ${DISTDIR}/${DIST_SUBDIR}/${file}
+ ${TAR} --no-same-owner --exclude CVS -C ${APPENDIXDIR} -zxmf\
+ ${DISTDIR}/${DIST_SUBDIR}/${file}
.endfor
.include <bsd.port.mk>
diff --git a/japanese/eb3/distinfo b/japanese/eb3/distinfo
index dacfc6a21893..7877774d3bfe 100644
--- a/japanese/eb3/distinfo
+++ b/japanese/eb3/distinfo
@@ -1,6 +1,6 @@
-MD5 (eb/eb-3.2.2.tar.gz) = 1e9a6640d16faa47f3131500516e7c56
-MD5 (eb/appendix/LIST) = c7119dfcaf285b4db78b586f22f677ca
-MD5 (eb/appendix/LIST-ja) = b878956caacf2e72a9eeafc3292494d8
+MD5 (eb/eb-3.2.3.tar.gz) = e5592556de2a1c23cd84f44b393a7a87
+MD5 (eb/appendix/LIST) = 60c2a8b4b24edddef010255b20f1b0f4
+MD5 (eb/appendix/LIST-ja) = 68d9baa8b90292da0ce552626670705f
MD5 (eb/appendix/cencro-1.0.tar.gz) = 1c93a68fae90990b631bd5302349d199
MD5 (eb/appendix/chujiten-2.3.tar.gz) = 750c15b8e94faca7cb4b15b98d1fbb19
MD5 (eb/appendix/chujiten2-2.0.tar.gz) = 62a86bdb51a38b554bc6c3bb40da443a
@@ -11,6 +11,7 @@ MD5 (eb/appendix/daihyakka-1.0.tar.gz) = 203a0a47b353c90ac16a04d847787913
MD5 (eb/appendix/daijirin-2.0.tar.gz) = d56b2f50a2fd8a9dc49dcda2b075781c
MD5 (eb/appendix/dd75-2.0.tar.gz) = 7979cfb612d8f2ab97fc1c3e7af5d653
MD5 (eb/appendix/genius-1.0.tar.gz) = 534571189137c7f508fdea767399d0f4
+MD5 (eb/appendix/genius2-1.1.tar.gz) = f0b22fa6b94214c56b068033e1730d13
MD5 (eb/appendix/global-2.0.tar.gz) = 3750ea2d2c78ad786f1d2bc47a8c5b82
MD5 (eb/appendix/heritage-2.2.tar.gz) = 71ef3b257474c83a0af385001eee3fbf
MD5 (eb/appendix/izumi-2.0.tar.gz) = 89a0d17f13c84c0aa0e57db434eb7462
diff --git a/japanese/eb3/pkg-plist b/japanese/eb3/pkg-plist
index 6eb3a191df12..a106987aa053 100644
--- a/japanese/eb3/pkg-plist
+++ b/japanese/eb3/pkg-plist
@@ -94,6 +94,10 @@ share/eb/appendix/genius-1.0/catalog
share/eb/appendix/genius-1.0/catalog.app
share/eb/appendix/genius-1.0/genius.app
share/eb/appendix/genius-1.0/genius/appendix
+share/eb/appendix/genius2-1.1/catalogs
+share/eb/appendix/genius2-1.1/catalogs.app
+share/eb/appendix/genius2-1.1/genius.app
+share/eb/appendix/genius2-1.1/genius/data/furoku
share/eb/appendix/global-2.0/catalogs
share/eb/appendix/global-2.0/catalogs.app
share/eb/appendix/global-2.0/gejcje.app
@@ -210,6 +214,9 @@ share/locale/ja/LC_MESSAGES/ebutils.mo
@dirrm share/eb/appendix/cencro-1.0
@dirrm share/eb/appendix/genius-1.0/genius
@dirrm share/eb/appendix/genius-1.0
+@dirrm share/eb/appendix/genius2-1.1/genius/data
+@dirrm share/eb/appendix/genius2-1.1/genius
+@dirrm share/eb/appendix/genius2-1.1
@dirrm share/eb/appendix/chujiten-2.3/eiwa
@dirrm share/eb/appendix/chujiten-2.3/waei
@dirrm share/eb/appendix/chujiten-2.3