japana is a transliterating proxy. Namely, it takes japanese sites, and
replaces all the funny kanji/kana/hiragana with roman script. Won't help a bit if you don't understand japanese at all, but it might be fairly useful otherwise.
This commit is contained in:
parent
066d949745
commit
1673206a43
34
www/japana/Makefile
Normal file
34
www/japana/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/02/27 21:05:01 espie Exp $
|
||||
|
||||
COMMENT= "proxy that can transliterate japanese"
|
||||
|
||||
DISTNAME= japana-2.0.5
|
||||
CATEGORIES= www japanese converters
|
||||
HOMEPAGE= http://www.h.shuttle.de/mitch/japana.en.html
|
||||
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
|
||||
MASTER_SITES= http://www.h.shuttle.de/mitch/stuff/
|
||||
RUN_DEPENDS= :p5-Text-Kakasi-*:japanese/p5-Text-Kakasi \
|
||||
:p5-AppConfig-*:devel/p5-AppConfig \
|
||||
:p5-libwww-*:www/p5-libwww
|
||||
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && pod2man japana|nroff -man >japana.cat1
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/japana/
|
||||
${INSTALL_DATA} ${WRKDIST}/default.conf \
|
||||
${PREFIX}/share/examples/japana/japana.conf
|
||||
${INSTALL_MAN} ${WRKBUILD}/japana.cat1 ${PREFIX}/man/cat1/japana.0
|
||||
${INSTALL_PROGRAM} ${WRKDIST}/japana ${PREFIX}/sbin/japana
|
||||
|
||||
.include <bsd.port.mk>
|
4
www/japana/distinfo
Normal file
4
www/japana/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (japana-2.0.5.tar.gz) = 087e1f68c542fe9fea980fc8121dcd54
|
||||
RMD160 (japana-2.0.5.tar.gz) = 5b3abae86f80623786fda59155c7c9a1602e28b6
|
||||
SHA1 (japana-2.0.5.tar.gz) = 368d93fed21d6cb2962f3865f987bcd2c4d3b85c
|
||||
SIZE (japana-2.0.5.tar.gz) = 18765
|
2
www/japana/pkg/DESCR
Normal file
2
www/japana/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Japana is a small proxy written in Perl that converts Hiragana,
|
||||
Katakana and Kanji into Romaji on the fly.
|
6
www/japana/pkg/PLIST
Normal file
6
www/japana/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/02/27 21:05:01 espie Exp $
|
||||
man/cat1/japana.0
|
||||
sbin/japana
|
||||
share/examples/japana/
|
||||
share/examples/japana/japana.conf
|
||||
@sample /etc/japana.conf
|
Loading…
x
Reference in New Issue
Block a user