diff options
author | knu <knu@FreeBSD.org> | 2000-04-04 05:29:01 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-04 05:29:01 +0000 |
commit | f925ae34429d893ac64f187b800e053440e49a26 (patch) | |
tree | a4e8c9da40ce65266971baed426adf2053645485 /databases/namazu2/Makefile | |
parent | e96b34c974ccb7491e6ba0a4920b6df63f618ff4 (diff) | |
download | FreeBSD-ports-f925ae34429d893ac64f187b800e053440e49a26.zip FreeBSD-ports-f925ae34429d893ac64f187b800e053440e49a26.tar.gz |
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 <a name="..."> and index them respectively.
Fix PLIST. (@dirrm share/namazu was missing)
Diffstat (limited to 'databases/namazu2/Makefile')
-rw-r--r-- | databases/namazu2/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/namazu2/Makefile b/databases/namazu2/Makefile index dedb66c..075a34d 100644 --- a/databases/namazu2/Makefile +++ b/databases/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 <knu@idaemons.org> # # $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} |