kakasi port, originally from FreeBSD.
kanji -> kana converter, somewhat unusual, but very useful when you're learning the ropes...
This commit is contained in:
parent
c817296357
commit
c69d1a185e
26
japanese/kakasi/Makefile
Normal file
26
japanese/kakasi/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/04/24 19:45:52 espie Exp $
|
||||
# FreeBSD Id: Makefile,v 1.14 1998/04/05 04:46:33 max Exp $
|
||||
|
||||
DISTNAME= kakasi-2.3.1
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= ftp://kakasi.namazu.org/pub/kakasi/
|
||||
FAKE= Yes
|
||||
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= espie@cvs.openbsd.org
|
||||
HOMEPAGE= http://kakasi.namazu.org/
|
||||
|
||||
# GPL
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
GNU_CONFIGURE= Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/kakasi.1 ${PREFIX}/man/ja_JP.EUC/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/kakasi.cat ${PREFIX}/man/ja_JP.EUC/cat1/kakasi.0
|
||||
|
||||
.include <bsd.port.mk>
|
3
japanese/kakasi/files/md5
Normal file
3
japanese/kakasi/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (kakasi-2.3.1.tar.gz) = 74057ccb3fb03533fcd2ba6e71a1549f
|
||||
RMD160 (kakasi-2.3.1.tar.gz) = 09e874df077f4173759f3eeb18f8cf9afdc3dff3
|
||||
SHA1 (kakasi-2.3.1.tar.gz) = 8197a3461f32e3e1635783bd9ae75464a2912476
|
1
japanese/kakasi/pkg/COMMENT
Normal file
1
japanese/kakasi/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Kanji -> kana converter
|
3
japanese/kakasi/pkg/DESCR
Normal file
3
japanese/kakasi/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Kakasi can convert Kanji to Hiragana, katakana, or even roman characters.
|
||||
It may be helpful to read japanese documents, either if you don't know
|
||||
japanese well, or if you have access to limited hardware.
|
17
japanese/kakasi/pkg/PLIST
Normal file
17
japanese/kakasi/pkg/PLIST
Normal file
@ -0,0 +1,17 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/04/24 19:45:52 espie Exp $
|
||||
bin/atoc_conv
|
||||
bin/kakasi
|
||||
bin/mkkanwa
|
||||
bin/rdic_conv
|
||||
bin/wx2_conv
|
||||
include/libkakasi.h
|
||||
lib/libkakasi.a
|
||||
lib/libkakasi.la
|
||||
lib/libkakasi.so.2.0
|
||||
man/ja_JP.EUC/cat1/kakasi.0
|
||||
man/ja_JP.EUC/man1/kakasi.1
|
||||
share/kakasi/itaijidict
|
||||
share/kakasi/kanwadict
|
||||
@dirrm share/kakasi
|
||||
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/lib
|
||||
@unexec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/lib
|
Loading…
Reference in New Issue
Block a user