From owner-svn-ports-head@FreeBSD.ORG Sat May 9 16:16:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3065B19A; Sat, 9 May 2015 16:16:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11267174F; Sat, 9 May 2015 16:16:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t49GGTQN079371; Sat, 9 May 2015 16:16:29 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t49GGOsH079344; Sat, 9 May 2015 16:16:24 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201505091616.t49GGOsH079344@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 9 May 2015 16:16:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385902 - in head/converters: p5-Convert-BER p5-Cstools p5-Encode-JIS2K p5-Format-Human-Bytes p5-Unicode-IMAPUtf7 p5-Unicode-Map p5-Unicode-Map8 p5-Unicode-MapUTF8 p5-Unicode-UTF8simple... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2015 16:16:30 -0000 Author: adamw Date: Sat May 9 16:16:23 2015 New Revision: 385902 URL: https://svnweb.freebsd.org/changeset/ports/385902 Log: 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) Modified: head/converters/p5-Convert-BER/Makefile head/converters/p5-Convert-BER/pkg-descr head/converters/p5-Convert-BER/pkg-plist head/converters/p5-Cstools/Makefile head/converters/p5-Cstools/pkg-plist head/converters/p5-Encode-JIS2K/Makefile head/converters/p5-Format-Human-Bytes/Makefile head/converters/p5-Format-Human-Bytes/pkg-plist head/converters/p5-Unicode-IMAPUtf7/Makefile head/converters/p5-Unicode-Map/Makefile head/converters/p5-Unicode-Map/pkg-plist head/converters/p5-Unicode-Map8/Makefile head/converters/p5-Unicode-Map8/pkg-plist head/converters/p5-Unicode-MapUTF8/Makefile head/converters/p5-Unicode-MapUTF8/pkg-plist head/converters/p5-Unicode-UTF8simple/Makefile head/converters/p5-Unicode-UTF8simple/pkg-descr head/converters/p5-Unicode-UTF8simple/pkg-plist head/converters/p5-XML-WBXML/Makefile head/converters/p5-XML-WBXML/pkg-plist Modified: head/converters/p5-Convert-BER/Makefile ============================================================================== --- head/converters/p5-Convert-BER/Makefile Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Convert-BER/Makefile Sat May 9 16:16:23 2015 (r385902) @@ -8,7 +8,7 @@ CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to encode and decode objects using Basic Encoding Rules (BER) USES= perl5 Modified: head/converters/p5-Convert-BER/pkg-descr ============================================================================== --- head/converters/p5-Convert-BER/pkg-descr Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Convert-BER/pkg-descr Sat May 9 16:16:23 2015 (r385902) @@ -1,7 +1,5 @@ -DESCRIPTION - `Convert::BER' provides an OO interface to encoding and - decoding data using the ASN.1 Basic Encoding Rules (BER), - a platform independent way of encoding structured binary - data together with the structure. +`Convert::BER' provides an OO interface to encoding and decoding data +using the ASN.1 Basic Encoding Rules (BER), a platform independent way +of encoding structured binary data together with the structure. WWW: http://search.cpan.org/dist/Convert-BER/ Modified: head/converters/p5-Convert-BER/pkg-plist ============================================================================== --- head/converters/p5-Convert-BER/pkg-plist Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Convert-BER/pkg-plist Sat May 9 16:16:23 2015 (r385902) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Convert::BER.3.gz %%SITE_PERL%%/Convert/BER.pm %%SITE_PERL%%/Convert/BER.pod +%%PERL5_MAN3%%/Convert::BER.3.gz Modified: head/converters/p5-Cstools/Makefile ============================================================================== --- head/converters/p5-Cstools/Makefile Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Cstools/Makefile Sat May 9 16:16:23 2015 (r385902) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.adelton.com/per MASTER_SITE_SUBDIR= Cz PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Tools for dealing with Czech encodings in Perl USES= perl5 Modified: head/converters/p5-Cstools/pkg-plist ============================================================================== --- head/converters/p5-Cstools/pkg-plist Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Cstools/pkg-plist Sat May 9 16:16:23 2015 (r385902) @@ -1,9 +1,6 @@ bin/cssort bin/cstocs 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/Getopt.pm %%SITE_PERL%%/Cz/Cstocs/enc/1250.enc @@ -25,6 +22,9 @@ bin/dbfcstocs %%SITE_PERL%%/Cz/Cstocs/enc/vga.enc %%SITE_PERL%%/Cz/Sort.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/cstocs.1.gz man/man1/dbfcstocs.1.gz Modified: head/converters/p5-Encode-JIS2K/Makefile ============================================================================== --- head/converters/p5-Encode-JIS2K/Makefile Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Encode-JIS2K/Makefile Sat May 9 16:16:23 2015 (r385902) @@ -8,7 +8,7 @@ CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= JIS X 0212 (aka JIS 2000) Encodings LICENSE= ART10 GPLv1 Modified: head/converters/p5-Format-Human-Bytes/Makefile ============================================================================== --- head/converters/p5-Format-Human-Bytes/Makefile Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Format-Human-Bytes/Makefile Sat May 9 16:16:23 2015 (r385902) @@ -8,7 +8,7 @@ CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to format a bytecount and make it human readable USES= perl5 Modified: head/converters/p5-Format-Human-Bytes/pkg-plist ============================================================================== --- head/converters/p5-Format-Human-Bytes/pkg-plist Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Format-Human-Bytes/pkg-plist Sat May 9 16:16:23 2015 (r385902) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Format::Human::Bytes.3.gz %%SITE_PERL%%/Format/Human/Bytes.pm +%%PERL5_MAN3%%/Format::Human::Bytes.3.gz Modified: head/converters/p5-Unicode-IMAPUtf7/Makefile ============================================================================== --- head/converters/p5-Unicode-IMAPUtf7/Makefile Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Unicode-IMAPUtf7/Makefile Sat May 9 16:16:23 2015 (r385902) @@ -9,7 +9,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FABPOT PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to deal with IMAP UTF-7 LICENSE= ART10 GPLv1 Modified: head/converters/p5-Unicode-Map/Makefile ============================================================================== --- head/converters/p5-Unicode-Map/Makefile Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Unicode-Map/Makefile Sat May 9 16:16:23 2015 (r385902) @@ -8,7 +8,7 @@ CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl class that converts strings to/from 2-byte Unicode UCS2 format USES= perl5 Modified: head/converters/p5-Unicode-Map/pkg-plist ============================================================================== --- head/converters/p5-Unicode-Map/pkg-plist Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Unicode-Map/pkg-plist Sat May 9 16:16:23 2015 (r385902) @@ -2,7 +2,6 @@ bin/map bin/mirrorMappings bin/mkCSGB2312 bin/mkmapfile -%%PERL5_MAN3%%/Unicode::Map.3.gz %%SITE_ARCH%%/Unicode/Map.pm %%SITE_ARCH%%/Unicode/Map/ADOBE/STDENC.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/REGISTRY %%SITE_ARCH%%/auto/Unicode/Map/Map.so +%%PERL5_MAN3%%/Unicode::Map.3.gz man/man1/map.1.gz man/man1/mkmapfile.1.gz Modified: head/converters/p5-Unicode-Map8/Makefile ============================================================================== --- head/converters/p5-Unicode-Map8/Makefile Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Unicode-Map8/Makefile Sat May 9 16:16:23 2015 (r385902) @@ -8,7 +8,7 @@ CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Mapping table between 8-bit chars and Unicode BUILD_DEPENDS= p5-Unicode-String>=2:${PORTSDIR}/converters/p5-Unicode-String Modified: head/converters/p5-Unicode-Map8/pkg-plist ============================================================================== --- head/converters/p5-Unicode-Map8/pkg-plist Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Unicode-Map8/pkg-plist Sat May 9 16:16:23 2015 (r385902) @@ -1,5 +1,4 @@ bin/umap -%%PERL5_MAN3%%/Unicode::Map8.3.gz %%SITE_ARCH%%/Unicode/Map8.pm %%SITE_ARCH%%/Unicode/Map8/maps/ANSI_X3.110-1983.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/videotex-suppl.bin %%SITE_ARCH%%/auto/Unicode/Map8/Map8.so +%%PERL5_MAN3%%/Unicode::Map8.3.gz man/man1/umap.1.gz Modified: head/converters/p5-Unicode-MapUTF8/Makefile ============================================================================== --- head/converters/p5-Unicode-MapUTF8/Makefile Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Unicode-MapUTF8/Makefile Sat May 9 16:16:23 2015 (r385902) @@ -8,13 +8,13 @@ CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl class that implements conversion between arbitrary charsets -BUILD_DEPENDS= p5-Unicode-Map>=0:${PORTSDIR}/converters/p5-Unicode-Map \ - p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String \ +BUILD_DEPENDS= ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode \ + p5-Unicode-Map>=0:${PORTSDIR}/converters/p5-Unicode-Map \ 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} USES= perl5 Modified: head/converters/p5-Unicode-MapUTF8/pkg-plist ============================================================================== --- head/converters/p5-Unicode-MapUTF8/pkg-plist Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Unicode-MapUTF8/pkg-plist Sat May 9 16:16:23 2015 (r385902) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Unicode::MapUTF8.3.gz %%SITE_PERL%%/Unicode/MapUTF8.pm %%SITE_PERL%%/Unicode/MapUTF8.pod +%%PERL5_MAN3%%/Unicode::MapUTF8.3.gz Modified: head/converters/p5-Unicode-UTF8simple/Makefile ============================================================================== --- head/converters/p5-Unicode-UTF8simple/Makefile Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Unicode-UTF8simple/Makefile Sat May 9 16:16:23 2015 (r385902) @@ -8,7 +8,7 @@ CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Conversions to/from UTF-8 from/to charactersets USES= perl5 Modified: head/converters/p5-Unicode-UTF8simple/pkg-descr ============================================================================== --- head/converters/p5-Unicode-UTF8simple/pkg-descr Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Unicode-UTF8simple/pkg-descr Sat May 9 16:16:23 2015 (r385902) @@ -1,10 +1,8 @@ -[ excerpt from developer's web site ] - 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 perl versions do not support Unicode::MapUTF8 or Encode. 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/ Modified: head/converters/p5-Unicode-UTF8simple/pkg-plist ============================================================================== --- head/converters/p5-Unicode-UTF8simple/pkg-plist Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-Unicode-UTF8simple/pkg-plist Sat May 9 16:16:23 2015 (r385902) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Unicode::UTF8simple.3.gz %%SITE_PERL%%/Unicode/UTF8simple.pm +%%PERL5_MAN3%%/Unicode::UTF8simple.3.gz Modified: head/converters/p5-XML-WBXML/Makefile ============================================================================== --- head/converters/p5-XML-WBXML/Makefile Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-XML-WBXML/Makefile Sat May 9 16:16:23 2015 (r385902) @@ -8,7 +8,7 @@ CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Convert between XML and WBXML using libwbxml2 LIB_DEPENDS= libwbxml2.so:${PORTSDIR}/textproc/wbxml2 Modified: head/converters/p5-XML-WBXML/pkg-plist ============================================================================== --- head/converters/p5-XML-WBXML/pkg-plist Sat May 9 16:11:11 2015 (r385901) +++ head/converters/p5-XML-WBXML/pkg-plist Sat May 9 16:16:23 2015 (r385902) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/XML::WBXML.3.gz %%SITE_ARCH%%/XML/WBXML.pm %%SITE_ARCH%%/auto/XML/WBXML/WBXML.so +%%PERL5_MAN3%%/XML::WBXML.3.gz