Reassign converters/ perl modules to perl@.

Also:
- Sort plists
- Fix p5-Convert-BER's bizarre pkg-descr
- p5-Unicode-Map8 fails make test (and did so before)
- p5-XML-WBXML fails make test (and did so before)
This commit is contained in:
Adam Weinberger 2015-05-09 16:16:23 +00:00
parent 18e9b4847e
commit b7e7777e5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385902
20 changed files with 27 additions and 31 deletions

View file

@ -8,7 +8,7 @@ CATEGORIES= converters perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module to encode and decode objects using Basic Encoding Rules (BER) COMMENT= Perl5 module to encode and decode objects using Basic Encoding Rules (BER)
USES= perl5 USES= perl5

View file

@ -1,7 +1,5 @@
DESCRIPTION `Convert::BER' provides an OO interface to encoding and decoding data
`Convert::BER' provides an OO interface to encoding and using the ASN.1 Basic Encoding Rules (BER), a platform independent way
decoding data using the ASN.1 Basic Encoding Rules (BER), of encoding structured binary data together with the structure.
a platform independent way of encoding structured binary
data together with the structure.
WWW: http://search.cpan.org/dist/Convert-BER/ WWW: http://search.cpan.org/dist/Convert-BER/

View file

@ -1,3 +1,3 @@
%%PERL5_MAN3%%/Convert::BER.3.gz
%%SITE_PERL%%/Convert/BER.pm %%SITE_PERL%%/Convert/BER.pm
%%SITE_PERL%%/Convert/BER.pod %%SITE_PERL%%/Convert/BER.pod
%%PERL5_MAN3%%/Convert::BER.3.gz

View file

@ -10,7 +10,7 @@ MASTER_SITES= http://www.adelton.com/perl/Cstools/ \
MASTER_SITE_SUBDIR= Cz MASTER_SITE_SUBDIR= Cz
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Tools for dealing with Czech encodings in Perl COMMENT= Tools for dealing with Czech encodings in Perl
USES= perl5 USES= perl5

View file

@ -1,9 +1,6 @@
bin/cssort bin/cssort
bin/cstocs bin/cstocs
bin/dbfcstocs bin/dbfcstocs
%%PERL5_MAN3%%/Cz::Cstocs.3.gz
%%PERL5_MAN3%%/Cz::Sort.3.gz
%%PERL5_MAN3%%/Cz::Time.3.gz
%%SITE_PERL%%/Cz/Cstocs.pm %%SITE_PERL%%/Cz/Cstocs.pm
%%SITE_PERL%%/Cz/Cstocs/Getopt.pm %%SITE_PERL%%/Cz/Cstocs/Getopt.pm
%%SITE_PERL%%/Cz/Cstocs/enc/1250.enc %%SITE_PERL%%/Cz/Cstocs/enc/1250.enc
@ -25,6 +22,9 @@ bin/dbfcstocs
%%SITE_PERL%%/Cz/Cstocs/enc/vga.enc %%SITE_PERL%%/Cz/Cstocs/enc/vga.enc
%%SITE_PERL%%/Cz/Sort.pm %%SITE_PERL%%/Cz/Sort.pm
%%SITE_PERL%%/Cz/Time.pm %%SITE_PERL%%/Cz/Time.pm
%%PERL5_MAN3%%/Cz::Cstocs.3.gz
%%PERL5_MAN3%%/Cz::Sort.3.gz
%%PERL5_MAN3%%/Cz::Time.3.gz
man/man1/cssort.1.gz man/man1/cssort.1.gz
man/man1/cstocs.1.gz man/man1/cstocs.1.gz
man/man1/dbfcstocs.1.gz man/man1/dbfcstocs.1.gz

View file

@ -8,7 +8,7 @@ CATEGORIES= converters perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= JIS X 0212 (aka JIS 2000) Encodings COMMENT= JIS X 0212 (aka JIS 2000) Encodings
LICENSE= ART10 GPLv1 LICENSE= ART10 GPLv1

View file

@ -8,7 +8,7 @@ CATEGORIES= converters perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to format a bytecount and make it human readable COMMENT= Perl module to format a bytecount and make it human readable
USES= perl5 USES= perl5

View file

@ -1,2 +1,2 @@
%%PERL5_MAN3%%/Format::Human::Bytes.3.gz
%%SITE_PERL%%/Format/Human/Bytes.pm %%SITE_PERL%%/Format/Human/Bytes.pm
%%PERL5_MAN3%%/Format::Human::Bytes.3.gz

View file

@ -9,7 +9,7 @@ MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:FABPOT MASTER_SITE_SUBDIR= CPAN:FABPOT
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to deal with IMAP UTF-7 COMMENT= Perl extension to deal with IMAP UTF-7
LICENSE= ART10 GPLv1 LICENSE= ART10 GPLv1

View file

@ -8,7 +8,7 @@ CATEGORIES= converters perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Perl class that converts strings to/from 2-byte Unicode UCS2 format COMMENT= Perl class that converts strings to/from 2-byte Unicode UCS2 format
USES= perl5 USES= perl5

View file

@ -2,7 +2,6 @@ bin/map
bin/mirrorMappings bin/mirrorMappings
bin/mkCSGB2312 bin/mkCSGB2312
bin/mkmapfile bin/mkmapfile
%%PERL5_MAN3%%/Unicode::Map.3.gz
%%SITE_ARCH%%/Unicode/Map.pm %%SITE_ARCH%%/Unicode/Map.pm
%%SITE_ARCH%%/Unicode/Map/ADOBE/STDENC.map %%SITE_ARCH%%/Unicode/Map/ADOBE/STDENC.map
%%SITE_ARCH%%/Unicode/Map/ADOBE/SYMBOL.map %%SITE_ARCH%%/Unicode/Map/ADOBE/SYMBOL.map
@ -98,5 +97,6 @@ bin/mkmapfile
%%SITE_ARCH%%/Unicode/Map/NEXT/NEXTSTEP.map %%SITE_ARCH%%/Unicode/Map/NEXT/NEXTSTEP.map
%%SITE_ARCH%%/Unicode/Map/REGISTRY %%SITE_ARCH%%/Unicode/Map/REGISTRY
%%SITE_ARCH%%/auto/Unicode/Map/Map.so %%SITE_ARCH%%/auto/Unicode/Map/Map.so
%%PERL5_MAN3%%/Unicode::Map.3.gz
man/man1/map.1.gz man/man1/map.1.gz
man/man1/mkmapfile.1.gz man/man1/mkmapfile.1.gz

View file

@ -8,7 +8,7 @@ CATEGORIES= converters perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Mapping table between 8-bit chars and Unicode COMMENT= Mapping table between 8-bit chars and Unicode
BUILD_DEPENDS= p5-Unicode-String>=2:${PORTSDIR}/converters/p5-Unicode-String BUILD_DEPENDS= p5-Unicode-String>=2:${PORTSDIR}/converters/p5-Unicode-String

View file

@ -1,5 +1,4 @@
bin/umap bin/umap
%%PERL5_MAN3%%/Unicode::Map8.3.gz
%%SITE_ARCH%%/Unicode/Map8.pm %%SITE_ARCH%%/Unicode/Map8.pm
%%SITE_ARCH%%/Unicode/Map8/maps/ANSI_X3.110-1983.bin %%SITE_ARCH%%/Unicode/Map8/maps/ANSI_X3.110-1983.bin
%%SITE_ARCH%%/Unicode/Map8/maps/ANSI_X3.4-1968.bin %%SITE_ARCH%%/Unicode/Map8/maps/ANSI_X3.4-1968.bin
@ -183,4 +182,5 @@ bin/umap
%%SITE_ARCH%%/Unicode/Map8/maps/us-dk.bin %%SITE_ARCH%%/Unicode/Map8/maps/us-dk.bin
%%SITE_ARCH%%/Unicode/Map8/maps/videotex-suppl.bin %%SITE_ARCH%%/Unicode/Map8/maps/videotex-suppl.bin
%%SITE_ARCH%%/auto/Unicode/Map8/Map8.so %%SITE_ARCH%%/auto/Unicode/Map8/Map8.so
%%PERL5_MAN3%%/Unicode::Map8.3.gz
man/man1/umap.1.gz man/man1/umap.1.gz

View file

@ -8,13 +8,13 @@ CATEGORIES= converters perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Perl class that implements conversion between arbitrary charsets COMMENT= Perl class that implements conversion between arbitrary charsets
BUILD_DEPENDS= p5-Unicode-Map>=0:${PORTSDIR}/converters/p5-Unicode-Map \ BUILD_DEPENDS= ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode \
p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String \ p5-Unicode-Map>=0:${PORTSDIR}/converters/p5-Unicode-Map \
p5-Unicode-Map8>=0:${PORTSDIR}/converters/p5-Unicode-Map8 \ p5-Unicode-Map8>=0:${PORTSDIR}/converters/p5-Unicode-Map8 \
ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String
RUN_DEPENDS:= ${BUILD_DEPENDS} RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 USES= perl5

View file

@ -1,3 +1,3 @@
%%PERL5_MAN3%%/Unicode::MapUTF8.3.gz
%%SITE_PERL%%/Unicode/MapUTF8.pm %%SITE_PERL%%/Unicode/MapUTF8.pm
%%SITE_PERL%%/Unicode/MapUTF8.pod %%SITE_PERL%%/Unicode/MapUTF8.pod
%%PERL5_MAN3%%/Unicode::MapUTF8.3.gz

View file

@ -8,7 +8,7 @@ CATEGORIES= converters perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Conversions to/from UTF-8 from/to charactersets COMMENT= Conversions to/from UTF-8 from/to charactersets
USES= perl5 USES= perl5

View file

@ -1,10 +1,8 @@
[ excerpt from developer's web site ]
Provides UTF-8 conversion for perl versions from 5.00 and up. It Provides UTF-8 conversion for perl versions from 5.00 and up. It
was mainly written for use with perl 5.00 to 5.6.0 because those was mainly written for use with perl 5.00 to 5.6.0 because those
perl versions do not support Unicode::MapUTF8 or Encode. perl versions do not support Unicode::MapUTF8 or Encode.
Unicode::UTF8simple is written in plain perl (no C code) and will Unicode::UTF8simple is written in plain perl (no C code) and will
work with any Perl 5 version. It is just slightly slower than Encode work with any Perl 5 version. It is just slightly slower than Encode.
WWW: http://search.cpan.org/dist/Unicode-UTF8simple/ WWW: http://search.cpan.org/dist/Unicode-UTF8simple/

View file

@ -1,2 +1,2 @@
%%PERL5_MAN3%%/Unicode::UTF8simple.3.gz
%%SITE_PERL%%/Unicode/UTF8simple.pm %%SITE_PERL%%/Unicode/UTF8simple.pm
%%PERL5_MAN3%%/Unicode::UTF8simple.3.gz

View file

@ -8,7 +8,7 @@ CATEGORIES= converters perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Convert between XML and WBXML using libwbxml2 COMMENT= Convert between XML and WBXML using libwbxml2
LIB_DEPENDS= libwbxml2.so:${PORTSDIR}/textproc/wbxml2 LIB_DEPENDS= libwbxml2.so:${PORTSDIR}/textproc/wbxml2

View file

@ -1,3 +1,3 @@
%%PERL5_MAN3%%/XML::WBXML.3.gz
%%SITE_ARCH%%/XML/WBXML.pm %%SITE_ARCH%%/XML/WBXML.pm
%%SITE_ARCH%%/auto/XML/WBXML/WBXML.so %%SITE_ARCH%%/auto/XML/WBXML/WBXML.so
%%PERL5_MAN3%%/XML::WBXML.3.gz