aboutsummaryrefslogtreecommitdiff
path: root/japanese/waeijiro-fpw
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2003-09-09 04:54:36 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2003-09-09 04:54:36 +0000
commit851388a69e99e2040a2c8dec601f0e2fd8e65ef8 (patch)
treec1322189f3037203bda0cef4fd018d06144c2526 /japanese/waeijiro-fpw
parent10a9e5be471fb77f247ec61afe2eb7db72495597 (diff)
downloadports-851388a69e99e2040a2c8dec601f0e2fd8e65ef8.tar.gz
ports-851388a69e99e2040a2c8dec601f0e2fd8e65ef8.zip
- Update to 1.1
PR: 55184 Submitted by: Takahiro Morishita <morishita@skywing.org> - Modify to be able to compile 'Waeijiro Ver.65' PR: 55184 Submitted by: Takahiro Morishita <morishita@skywing.org>
Notes
Notes: svn path=/head/; revision=88835
Diffstat (limited to 'japanese/waeijiro-fpw')
-rw-r--r--japanese/waeijiro-fpw/Makefile2
-rw-r--r--japanese/waeijiro-fpw/distinfo2
-rw-r--r--japanese/waeijiro-fpw/files/patch-aa17
-rw-r--r--japanese/waeijiro-fpw/files/patch-waeijiro-fpw.pl10
4 files changed, 21 insertions, 10 deletions
diff --git a/japanese/waeijiro-fpw/Makefile b/japanese/waeijiro-fpw/Makefile
index 261a16f996d5..ce4f3164d81b 100644
--- a/japanese/waeijiro-fpw/Makefile
+++ b/japanese/waeijiro-fpw/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= waeijiro-fpw
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= japanese
#MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/eijiro/
MASTER_SITES= http://www.dsl.gr.jp/~tf/pool/
diff --git a/japanese/waeijiro-fpw/distinfo b/japanese/waeijiro-fpw/distinfo
index 14b8b2fed43f..f954b7b057ef 100644
--- a/japanese/waeijiro-fpw/distinfo
+++ b/japanese/waeijiro-fpw/distinfo
@@ -1 +1 @@
-MD5 (waeijiro-fpw-1.0.tar.gz) = 3b508b3c5aa8a95a6009959c769bcc48
+MD5 (waeijiro-fpw-1.1.tar.gz) = 877c172f4f35f795127a6d9cd54aa832
diff --git a/japanese/waeijiro-fpw/files/patch-aa b/japanese/waeijiro-fpw/files/patch-aa
index eb63c24ba0e8..6c7be36bfe43 100644
--- a/japanese/waeijiro-fpw/files/patch-aa
+++ b/japanese/waeijiro-fpw/files/patch-aa
@@ -1,18 +1,19 @@
---- Makefile.~1~ Wed Mar 27 19:32:34 2002
-+++ Makefile Mon Sep 9 14:00:51 2002
-@@ -1,10 +1,13 @@
--SRC_DICT=/dose/tmp/dic/waeiji52.txt
+--- Makefile.orig Sun Jun 8 22:30:55 2003
++++ Makefile Sat Aug 2 18:13:46 2003
+@@ -1,4 +1,7 @@
+-SRC_DICT=/home/tf/tmp/WAEIJI52.TXT
+ifeq (,${SRC_DICT})
+SRC_DICT = waeiji52.txt
+endif
-+#SRC_DICT=/dose/tmp/dic/waeiji52.txt
++#SRC_DICT=/home/tf/tmp/WAEIJI52.TXT
INSTALLDIR=/home/dict
DIR=WAEIJIRO
-
+ # Define Kanji-code on the terminal (jis/euc/sjis)
+@@ -7,6 +10,6 @@
# don't modify below
FPWPARSER = waeijiro-fpw.pl
--FPWPARSERFLAGS = $(SRC_DICT)
-+FPWPARSERFLAGS = -- $(SRC_DICT)
+-FPWPARSERFLAGS = $(LOG_CODE) $(SRC_DICT)
++FPWPARSERFLAGS = -- $(LOG_CODE) $(SRC_DICT)
include fpwutils.mk
diff --git a/japanese/waeijiro-fpw/files/patch-waeijiro-fpw.pl b/japanese/waeijiro-fpw/files/patch-waeijiro-fpw.pl
new file mode 100644
index 000000000000..499d155463a8
--- /dev/null
+++ b/japanese/waeijiro-fpw/files/patch-waeijiro-fpw.pl
@@ -0,0 +1,10 @@
+--- waeijiro-fpw.pl.orig Sun Jun 8 22:55:27 2003
++++ waeijiro-fpw.pl Sun Aug 3 15:24:45 2003
+@@ -92,6 +92,7 @@
+ my ($line) = @_;
+
+ $line =~ s/^■//;
++ $line =~ s///;
+ my ($word, $desc) = split(" *: *", $line);
+
+ return ($word, $desc);