mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
MARC::Charset allows you to turn MARC-8 encoded strings into UTF-8
strings. MARC-8 is a single byte character encoding that predates unicode, and allows you to put non-Roman scripts in MARC bibliographic records. WWW: http://search.cpan.org/dist/MARC-Charset PR: ports/137433 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
a4bd3790d1
commit
80da2adf57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238963
@ -491,6 +491,7 @@
|
||||
SUBDIR += p5-Lingua-Treebank
|
||||
SUBDIR += p5-Lucene
|
||||
SUBDIR += p5-MARC
|
||||
SUBDIR += p5-MARC-Charset
|
||||
SUBDIR += p5-MARC-Lint
|
||||
SUBDIR += p5-MARC-Record
|
||||
SUBDIR += p5-MKDoc-XML
|
||||
|
28
textproc/p5-MARC-Charset/Makefile
Normal file
28
textproc/p5-MARC-Charset/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: p5-MARC-Charset
|
||||
# Date created: 1st August, 2009
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MARC-Charset
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Convert MARC-8 encoded strings to UTF-8
|
||||
|
||||
RUN_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \
|
||||
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= MARC::Charset.3 \
|
||||
MARC::Charset::Constants.3 \
|
||||
MARC::Charset::Code.3 \
|
||||
MARC::Charset::Compiler.3 \
|
||||
MARC::Charset::Table.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-MARC-Charset/distinfo
Normal file
3
textproc/p5-MARC-Charset/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (MARC-Charset-1.1.tar.gz) = 49a99e248c532d3ade28dece36f2a941
|
||||
SHA256 (MARC-Charset-1.1.tar.gz) = eeca3e7227103da62f33e88eb6f1519afa78cdabd5e08dac7f42d3d68ae6932e
|
||||
SIZE (MARC-Charset-1.1.tar.gz) = 190134
|
6
textproc/p5-MARC-Charset/pkg-descr
Normal file
6
textproc/p5-MARC-Charset/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
MARC::Charset allows you to turn MARC-8 encoded strings into UTF-8
|
||||
strings. MARC-8 is a single byte character encoding that predates
|
||||
unicode, and allows you to put non-Roman scripts in MARC bibliographic
|
||||
records.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MARC-Charset
|
10
textproc/p5-MARC-Charset/pkg-plist
Normal file
10
textproc/p5-MARC-Charset/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
%%SITE_PERL%%/MARC/Charset.pm
|
||||
%%SITE_PERL%%/MARC/Charset/Code.pm
|
||||
%%SITE_PERL%%/MARC/Charset/Constants.pm
|
||||
%%SITE_PERL%%/MARC/Charset/Compiler.pm
|
||||
%%SITE_PERL%%/MARC/Charset/Table.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MARC/Charset/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MARC/Charset
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MARC
|
||||
@dirrm %%SITE_PERL%%/MARC/Charset
|
||||
@dirrmtry %%SITE_PERL%%/MARC
|
Loading…
Reference in New Issue
Block a user