1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Initial import of perl extension module to use NKF.

This is distributed as a part of nkf-1.71 (japanese/nkf).
This commit is contained in:
Masafumi Max NAKANE 2000-02-23 06:30:35 +00:00
parent ce03f12f17
commit df2add546e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26197
5 changed files with 46 additions and 0 deletions

31
japanese/p5-nkf/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: p5-nkf
# Version required: 0.01
# Date created: 23 Feb 2000
# Whom: max
#
# $FreeBSD$
#
DISTNAME= nkf171
PKGNAME= ja-p5-nkf-0.01
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.ie.u-ryukyu.ac.jp/pub/software/kono/ \
ftp://ftp.win.ne.jp/pub/misc/ \
ftp://ftp.eos.hokudai.ac.jp/pub/tools/code-conv/nkf/
EXTRACT_SUFX= .shar
MAINTAINER= max@FreeBSD.org
USE_PERL5= YES
EXTRACT_CMD= ${SH}
EXTRACT_BEFORE_ARGS= # Empty
EXTRACT_AFTER_ARGS= > /dev/null
WRKSRC= ${WRKDIR}/NKF
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= NKF.3
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>

1
japanese/p5-nkf/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (nkf171.shar) = 15c8a80760f5da0416c89cce1690c870

View File

@ -0,0 +1 @@
A perl extension module to use NKF

View File

@ -0,0 +1,8 @@
This is a Perl extension module to use NKF.
Te syntax is as follows:
use NKF;
$output = nkf ($flags, $input)
- Max

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/NKF.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NKF/NKF.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NKF/NKF.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NKF/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NKF