diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-26 21:12:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-26 21:12:49 +0800 |
commit | ff5ff243de62e26240be93ae3287f1d40a3c8645 (patch) | |
tree | 1b19f52ce56e5f48fc772704598033b44701c440 /textproc | |
parent | ffaf34c8611ee04fa80aaeb8767c62c436897112 (diff) | |
download | freebsd-ports-gnome-ff5ff243de62e26240be93ae3287f1d40a3c8645.tar.gz freebsd-ports-gnome-ff5ff243de62e26240be93ae3287f1d40a3c8645.tar.zst freebsd-ports-gnome-ff5ff243de62e26240be93ae3287f1d40a3c8645.zip |
- Update to 0.48
- Add LICENSE
Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Excel-Writer-XLSX/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Excel-Writer-XLSX/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Excel-Writer-XLSX/pkg-plist | 1 |
3 files changed, 8 insertions, 3 deletions
diff --git a/textproc/p5-Excel-Writer-XLSX/Makefile b/textproc/p5-Excel-Writer-XLSX/Makefile index e81607af1a02..4bc00ea51145 100644 --- a/textproc/p5-Excel-Writer-XLSX/Makefile +++ b/textproc/p5-Excel-Writer-XLSX/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Excel-Writer-XLSX -PORTVERSION= 0.47 +PORTVERSION= 0.48 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JMCNAMARA @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Create a new file in the Excel 2007+ XLSX format +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Archive-Zip>=1.30:${PORTSDIR}/archivers/p5-Archive-Zip RUN_DEPENDS= p5-Archive-Zip>=1.30:${PORTSDIR}/archivers/p5-Archive-Zip @@ -45,6 +48,7 @@ MAN3= Excel::Writer::XLSX.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 \ Excel::Writer::XLSX::Worksheet.3 diff --git a/textproc/p5-Excel-Writer-XLSX/distinfo b/textproc/p5-Excel-Writer-XLSX/distinfo index edf84ff118a9..e78a39335c90 100644 --- a/textproc/p5-Excel-Writer-XLSX/distinfo +++ b/textproc/p5-Excel-Writer-XLSX/distinfo @@ -1,2 +1,2 @@ -SHA256 (Excel-Writer-XLSX-0.47.tar.gz) = 3722619b4ff84d708b86ba0a035e0ee61a739aff41c3a64af8ed4bd043f6d441 -SIZE (Excel-Writer-XLSX-0.47.tar.gz) = 738019 +SHA256 (Excel-Writer-XLSX-0.48.tar.gz) = 235e6a2e658e3d3e65988e5836be9b2855c465e6b3bc1e016707bef7218ebfb5 +SIZE (Excel-Writer-XLSX-0.48.tar.gz) = 781941 diff --git a/textproc/p5-Excel-Writer-XLSX/pkg-plist b/textproc/p5-Excel-Writer-XLSX/pkg-plist index 838a2ac5f77c..08faf61fb99b 100644 --- a/textproc/p5-Excel-Writer-XLSX/pkg-plist +++ b/textproc/p5-Excel-Writer-XLSX/pkg-plist @@ -23,6 +23,7 @@ %%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 %%SITE_PERL%%/Excel/Writer/XLSX/Worksheet.pm |