- Update to 2.0.19

PR:		132738
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2009-03-20 23:01:03 +00:00
parent bdfd4a81ac
commit ea29ec4b7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230529
4 changed files with 15 additions and 16 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= namazu
PORTVERSION= 2.0.18
PORTREVISION= 1
PORTVERSION= 2.0.19
CATEGORIES+= databases www textproc
MASTER_SITES= http://www.namazu.org/stable/
PKGNAMESUFFIX= 2
@ -20,7 +19,6 @@ RUN_DEPENDS= ${PM_BASE}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic
PM_BASE= ${SITE_PERL}
USE_GNOME= gnometarget
USE_PERL5= yes
USE_ICONV= yes
USE_GETTEXT= yes

View file

@ -1,3 +1,3 @@
MD5 (namazu-2.0.18.tar.gz) = 340c6a4d2571b042c2fc3e5a5f9c5f5b
SHA256 (namazu-2.0.18.tar.gz) = d288ca0a81403a34495a465e7ab0e0ec09720851b6be83c0e0ba400f06fa258a
SIZE (namazu-2.0.18.tar.gz) = 1388095
MD5 (namazu-2.0.19.tar.gz) = 3821bbbac740471126c6736d4208795c
SHA256 (namazu-2.0.19.tar.gz) = b0fd725e87f61d99312d631db50f13738cf49afc9ade7c1881ce3f71b32a0d1b
SIZE (namazu-2.0.19.tar.gz) = 1392466

View file

@ -1,11 +1,11 @@
--- pl/conf.pl.in.orig Fri Nov 25 15:04:26 2005
+++ pl/conf.pl.in Tue May 2 00:12:10 2006
@@ -197,19 +197,19 @@
--- pl/conf.pl.in.orig 2009-01-28 17:31:11.000000000 +0900
+++ pl/conf.pl.in 2009-03-16 02:25:18.000000000 +0900
@@ -198,19 +198,19 @@
#
# Network Kanji Filter nkf v1.71 or later
#
-$NKF = "@NKF@";
+$NKF = "module_nkf";
-$NKF = "@NKF@";
+$NKF = "module_nkf";
#
# KAKASI 2.x or later
@ -23,7 +23,7 @@
#
# ChaSen 2.02 or later (with noun words extraction)
@@ -219,13 +219,14 @@
@@ -220,12 +220,14 @@
#
# MeCab
#
@ -31,14 +31,12 @@
+$MECAB = "module_mecab";
#
-# Default Japanese processer: KAKASI or ChaSen.
+# Default Japanese processer: KAKASI or ChaSen or MeCab.
# Default Japanese processer: KAKASI or ChaSen or MeCab.
#
-$WAKATI = $@OPT_WAKATI_DEFAULT@;
-
+$WAKATI = $KAKASI;
+$WAKATI = $CHASEN;
+$WAKATI = $MECAB;
#===================================================================
#

View file

@ -106,6 +106,9 @@ share/locale/pl/LC_MESSAGES/namazu.mo
%%DATADIR%%/pl/codeconv.pl
%%DATADIR%%/pl/conf.pl
%%DATADIR%%/pl/document.pl
%%DATADIR%%/pl/ext.pl
%%DATADIR%%/pl/extutf8.pl
%%DATADIR%%/pl/extzip.pl
%%DATADIR%%/pl/filter.pl
%%DATADIR%%/pl/gettext.pl
%%DATADIR%%/pl/gfilter.pl