Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2011 15:14:43 +0900
From:      Takefu <takefu@airport.fm>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156972: [NEW PORT] japanese/jacode.pl: Perl library for Japanese character code conversion
Message-ID:  <4DCB7AD3.5070807@airport.fm>
Resent-Message-ID: <201105120620.p4C6K7Ww040003@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156972
>Category:       ports
>Synopsis:       [NEW PORT] japanese/jacode.pl: Perl library for Japanese character code conversion
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 12 06:20:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
 jacode.pl	Perl library for Japanese character code conversion
 
 WWW:	http://search.cpan.org/dist/jacode/
>How-To-Repeat:
>Fix:
--- jacode.pl.shar begins here ---
#!/bin/sh
# This is a shell archive
echo x japanese/jacode.pl
mkdir -p japanese/jacode.pl > /dev/null 2>&1
echo x japanese/jacode.pl/Makefile
sed 's/^X//' > japanese/jacode.pl/Makefile << 'SHAR_END'
X# New ports collection makefile for:	jacode.pl
X# Date created:		2011-05-11
X# Whom:			Takefu
X#
X# $FreeBSD$
X#
X
XPORTNAME=	jacode.pl
XPORTVERSION=	2.13.4.9
XCATEGORIES=	japanese perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	../../authors/id/I/IN/INA/${PORTNAME:S|.pl||}
XDISTFILES=	${PORTNAME:S|.pl|-|}${PORTVERSION}${EXTRACT_SUFX}
X
XMAINTAINER=	takefu@airport.fm
XCOMMENT=	Perl library for Japanese character code conversion
X
XUSE_PERL5_RUN=	yes
XPLIST_SUB=	SITE_PERL_REL=${SITE_PERL_REL} PORTNAME=${PORTNAME} JCODE=${JCODE}
XNO_BUILD=	yes
X
XLICENSE=	GPLv1 ART10
XLICENSE_COMB=	dual
X
X.include <bsd.port.pre.mk>
X
Xpre-install:
X	@cd ${WRKSRC:S|.pl-|-|}; ${PERL} ${WRKSRC:S|.pl-|-|}/test.pl
X
Xdo-install:
X	@${MKDIR} ${PREFIX}/${SITE_PERL_REL}
X	@${INSTALL_DATA} ${WRKSRC:S|.pl-|-|}/${PORTNAME} ${PREFIX}/${SITE_PERL_REL}/${PORTNAME}
X.if !exists(${SITE_PERL}/jcode.pl)
X	cd ${PREFIX}/${SITE_PERL_REL}; ${LN} -sf ${PORTNAME} jcode.pl
XJCODE=	""
X.else
XJCODE=	"@comment "
X.endif
X
X.include <bsd.port.post.mk>
SHAR_END
echo x japanese/jacode.pl/pkg-descr
sed 's/^X//' > japanese/jacode.pl/pkg-descr << 'SHAR_END'
Xjacode.pl - Perl library for Japanese character code conversion
X
XThis software has upper compatibility to jcode.pl.
X
X* jcode.pl upper compatible
X* Perl4 script
X* Acts as a wrapper to Encode::from_to
X* Support HALFWIDTH KATAKANA
X* Support UTF-8 by cp932 to Unicode table
X    http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT
X    http://support.microsoft.com/kb/170559/ja
X    (JIS X 0221:2007 BASIC JAPANESE and COMMON JAPANESE)
X* Hidden UTF8 flag
X* No Object oriented
X* Possible to re-use past code and how to
X
XWWW:	http://search.cpan.org/dist/jacode/
SHAR_END
echo x japanese/jacode.pl/pkg-plist
sed 's/^X//' > japanese/jacode.pl/pkg-plist << 'SHAR_END'
X@comment $FreeBSD$
X%%SITE_PERL_REL%%/%%PORTNAME%%
X%%JCODE%%%%SITE_PERL_REL%%/jcode.pl
SHAR_END
echo x japanese/jacode.pl/distinfo
sed 's/^X//' > japanese/jacode.pl/distinfo << 'SHAR_END'
XSHA256 (jacode-2.13.4.9.tar.gz) = 6a53976fbc7f2abcba6dbba6203366912a9a9b297548cc22f4a5ed12fa99c08c
XSIZE (jacode-2.13.4.9.tar.gz) = 285542
SHAR_END
exit
--- jacode.pl.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DCB7AD3.5070807>