Date: Wed, 5 Dec 2012 03:21:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308311 - head/textproc/p5-Excel-Writer-XLSX Message-ID: <201212050321.qB53LrBg048937@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Dec 5 03:21:52 2012 New Revision: 308311 URL: http://svnweb.freebsd.org/changeset/ports/308311 Log: - Update to 0.59 - Cleanup Makefile header Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Feature safe: yes Modified: head/textproc/p5-Excel-Writer-XLSX/Makefile head/textproc/p5-Excel-Writer-XLSX/distinfo head/textproc/p5-Excel-Writer-XLSX/pkg-plist Modified: head/textproc/p5-Excel-Writer-XLSX/Makefile ============================================================================== --- head/textproc/p5-Excel-Writer-XLSX/Makefile Wed Dec 5 03:21:07 2012 (r308310) +++ head/textproc/p5-Excel-Writer-XLSX/Makefile Wed Dec 5 03:21:52 2012 (r308311) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Excel-Writer-XLSX -# Date created: 2011-10-02 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Excel-Writer-XLSX -PORTVERSION= 0.51 +PORTVERSION= 0.59 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JMCNAMARA @@ -25,6 +21,7 @@ TEST_DEPENDS= p5-Date-Calc>=0:${PORTSDIR PERL_CONFIGURE= yes +MAN1= extract_vba.1 MAN3= Excel::Writer::XLSX.3 \ Excel::Writer::XLSX::Chart.3 \ Excel::Writer::XLSX::Chart::Area.3 \ @@ -32,6 +29,7 @@ MAN3= Excel::Writer::XLSX.3 \ Excel::Writer::XLSX::Chart::Column.3 \ Excel::Writer::XLSX::Chart::Line.3 \ Excel::Writer::XLSX::Chart::Pie.3 \ + Excel::Writer::XLSX::Chart::Radar.3 \ Excel::Writer::XLSX::Chart::Scatter.3 \ Excel::Writer::XLSX::Chart::Stock.3 \ Excel::Writer::XLSX::Chartsheet.3 \ @@ -50,7 +48,6 @@ MAN3= Excel::Writer::XLSX.3 \ Excel::Writer::XLSX::Package::Theme.3 \ Excel::Writer::XLSX::Package::VML.3 \ Excel::Writer::XLSX::Package::XMLwriter.3 \ - Excel::Writer::XLSX::Package::XMLwriterSimple.3 \ Excel::Writer::XLSX::Shape.3 \ Excel::Writer::XLSX::Utility.3 \ Excel::Writer::XLSX::Workbook.3 \ Modified: head/textproc/p5-Excel-Writer-XLSX/distinfo ============================================================================== --- head/textproc/p5-Excel-Writer-XLSX/distinfo Wed Dec 5 03:21:07 2012 (r308310) +++ head/textproc/p5-Excel-Writer-XLSX/distinfo Wed Dec 5 03:21:52 2012 (r308311) @@ -1,2 +1,2 @@ -SHA256 (Excel-Writer-XLSX-0.51.tar.gz) = 1657661dd3dcbfc927727dc993dee2f2a3c73bb0e4c6a3ed0d47afa84134a679 -SIZE (Excel-Writer-XLSX-0.51.tar.gz) = 910373 +SHA256 (Excel-Writer-XLSX-0.59.tar.gz) = 29cd27a4eafc2583c73763103d7a590b6e1bb1f2f75e8ab04fb6415e3d4f6216 +SIZE (Excel-Writer-XLSX-0.59.tar.gz) = 1000086 Modified: head/textproc/p5-Excel-Writer-XLSX/pkg-plist ============================================================================== --- head/textproc/p5-Excel-Writer-XLSX/pkg-plist Wed Dec 5 03:21:07 2012 (r308310) +++ head/textproc/p5-Excel-Writer-XLSX/pkg-plist Wed Dec 5 03:21:52 2012 (r308311) @@ -1,3 +1,4 @@ +bin/extract_vba %%SITE_PERL%%/Excel/Writer/XLSX.pm %%SITE_PERL%%/Excel/Writer/XLSX/Chart.pm %%SITE_PERL%%/Excel/Writer/XLSX/Chart/Area.pm @@ -5,6 +6,7 @@ %%SITE_PERL%%/Excel/Writer/XLSX/Chart/Column.pm %%SITE_PERL%%/Excel/Writer/XLSX/Chart/Line.pm %%SITE_PERL%%/Excel/Writer/XLSX/Chart/Pie.pm +%%SITE_PERL%%/Excel/Writer/XLSX/Chart/Radar.pm %%SITE_PERL%%/Excel/Writer/XLSX/Chart/Scatter.pm %%SITE_PERL%%/Excel/Writer/XLSX/Chart/Stock.pm %%SITE_PERL%%/Excel/Writer/XLSX/Chartsheet.pm @@ -23,7 +25,6 @@ %%SITE_PERL%%/Excel/Writer/XLSX/Package/Theme.pm %%SITE_PERL%%/Excel/Writer/XLSX/Package/VML.pm %%SITE_PERL%%/Excel/Writer/XLSX/Package/XMLwriter.pm -%%SITE_PERL%%/Excel/Writer/XLSX/Package/XMLwriterSimple.pm %%SITE_PERL%%/Excel/Writer/XLSX/Shape.pm %%SITE_PERL%%/Excel/Writer/XLSX/Utility.pm %%SITE_PERL%%/Excel/Writer/XLSX/Workbook.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212050321.qB53LrBg048937>