From eb72ea0971529a9faeb195bca369e29a19367a6b Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 4 Apr 2000 05:29:01 +0000 Subject: Update to 2.0.2. - Fix several small bugs. - Support Excel spreadsheets using xlHtml. (RUN_DEPENDS added) - Abolish mknmz --ole option. - Introduce mknmz --html-split option. Split a large HTML document into parts by and index them respectively. Fix PLIST. (@dirrm share/namazu was missing) --- japanese/namazu2/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'japanese/namazu2/Makefile') diff --git a/japanese/namazu2/Makefile b/japanese/namazu2/Makefile index dedb66c6fcac..075a34dae785 100644 --- a/japanese/namazu2/Makefile +++ b/japanese/namazu2/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: namazu2 -# Version required: 2.0.1 +# Version required: 2.0.2 # Date created: 25 February 2000 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # -DISTNAME= namazu-2.0.1 -PKGNAME= ja-namazu2-2.0.1 +DISTNAME= namazu-2.0.2 +PKGNAME= ja-namazu2-2.0.2 CATEGORIES= japanese textproc MASTER_SITES= http://www.namazu.org/stable/ @@ -19,7 +19,8 @@ BUILD_DEPENDS= ${PM_BASE}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic \ ${PM_BASE}/${PERL_ARCH}/NKF.pm:${PORTSDIR}/japanese/p5-nkf RUN_DEPENDS= ${PM_BASE}/File/MMagic.pm:${PORTSDIR}/devel/p5-File-MMagic \ ${PM_BASE}/${PERL_ARCH}/Text/Kakasi.pm:${PORTSDIR}/japanese/p5-Text-Kakasi \ - ${PM_BASE}/${PERL_ARCH}/NKF.pm:${PORTSDIR}/japanese/p5-nkf + ${PM_BASE}/${PERL_ARCH}/NKF.pm:${PORTSDIR}/japanese/p5-nkf \ + xlHtml:${PORTSDIR}/textproc/xlhtml PM_BASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -- cgit v1.2.3