perl interface to kana/kanji -> romaji converter.

This commit is contained in:
espie 2005-02-27 21:02:16 +00:00
parent a5dab87653
commit 066d949745
5 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/02/27 21:02:16 espie Exp $
COMMENT= "Kanji -> kana converter, perl interface"
SHARED_ONLY= Yes
DISTNAME= Text-Kakasi-2.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= japanese converters textproc devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= Marc Espie <espie@openbsd.org>
LIB_DEPENDS= kakasi::japanese/kakasi
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Text-Kakasi-2.04.tar.gz) = 5a9e381cb93edfd707124a63c60f96b1
RMD160 (Text-Kakasi-2.04.tar.gz) = 26f81dec43a278d5abed501fac860c0884d97726
SHA1 (Text-Kakasi-2.04.tar.gz) = 6a574b6b11eb6ee6b8f52251df355792ffca6add
SIZE (Text-Kakasi-2.04.tar.gz) = 22990

View File

@ -0,0 +1,4 @@
Perl API to kakasi (kanji kana simple inverter).
It mostly provides one single conversion function
that does more or less what the kakasi program does,
complete with the same options.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/02/27 21:02:16 espie Exp $
${P5ARCH}/auto/Text/Kakasi/Kakasi.so

View File

@ -0,0 +1,13 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/02/27 21:02:16 espie Exp $
%%SHARED%%
${P5ARCH}/
${P5ARCH}/Text/
${P5ARCH}/Text/Kakasi/
${P5ARCH}/Text/Kakasi.pm
${P5ARCH}/Text/Kakasi/JP.pod
${P5ARCH}/auto/
${P5ARCH}/auto/Text/
${P5ARCH}/auto/Text/Kakasi/
${P5ARCH}/auto/Text/Kakasi/Kakasi.bs
@man man/man3p/Text::Kakasi.3p
@man man/man3p/Text::Kakasi::JP.3p