SF.net SVN: gar:[25502] csw/mgar/pkg/cpan
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Dec 22 15:48:59 CET 2015
Revision: 25502
http://sourceforge.net/p/gar/code/25502
Author: dmichelsen
Date: 2015-12-22 14:48:59 +0000 (Tue, 22 Dec 2015)
Log Message:
-----------
cpan/Spreadsheet-XLSX/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/cpan/Spreadsheet-XLSX/
csw/mgar/pkg/cpan/Spreadsheet-XLSX/branches/
csw/mgar/pkg/cpan/Spreadsheet-XLSX/tags/
csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk/
csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk/Makefile
csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk/checksums
csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk/files/
csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk/files/0001-Only-one-author-allowed.patch
Index: csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk
===================================================================
--- csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk 2015-12-22 14:37:29 UTC (rev 25501)
+++ csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk 2015-12-22 14:48:59 UTC (rev 25502)
Property changes on: csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,2 ##
+work
+
Added: csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk/Makefile 2015-12-22 14:48:59 UTC (rev 25502)
@@ -0,0 +1,26 @@
+NAME = Spreadsheet-XLSX
+VERSION = 0.15
+CATEGORIES = cpan
+GARTYPE = v2
+AUTHOR = MIKEB
+
+DESCRIPTION = Perl extension for reading MS Excel 2007 files;
+define BLURB
+endef
+
+PATCHFILES += 0001-Only-one-author-allowed.patch
+
+CATALOG_RELEASE = unstable
+
+LICENSE_TEXT = This module is licensed under the perl license
+
+PACKAGES += CSWpm-spreadsheet-xlsx
+CATALOGNAME_CSWpm-spreadsheet-xlsx = pm_spreadsheet_xlsx
+SPKG_DESC_CSWpm-spreadsheet-xlsx = Perl extension for reading MS Excel 2007 files;
+# There was no information if this is pure Perl or not. Please remove if necessary.
+ARCHALL_CSWpm-spreadsheet-xlsx = 1
+RUNTIME_DEP_PKGS_CSWpm-spreadsheet-xlsx += CSWpm-archive-zip
+RUNTIME_DEP_PKGS_CSWpm-spreadsheet-xlsx += CSWpm-test-nowarnings
+RUNTIME_DEP_PKGS_CSWpm-spreadsheet-xlsx += CSWpm-spreadsheet-parseexcel
+
+include gar/category.mk
Added: csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk/checksums (rev 0)
+++ csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk/checksums 2015-12-22 14:48:59 UTC (rev 25502)
@@ -0,0 +1 @@
+e62c42820504bf671e5baaff17ac322c Spreadsheet-XLSX-0.15.tar.gz
Added: csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk/files/0001-Only-one-author-allowed.patch
===================================================================
--- csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk/files/0001-Only-one-author-allowed.patch (rev 0)
+++ csw/mgar/pkg/cpan/Spreadsheet-XLSX/trunk/files/0001-Only-one-author-allowed.patch 2015-12-22 14:48:59 UTC (rev 25502)
@@ -0,0 +1,23 @@
+From 2a705a42c7c8c03429c632eb6f7d0f108c2d9c0c Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Tue, 22 Dec 2015 15:47:46 +0100
+Subject: [PATCH] Only one author allowed
+
+---
+ Makefile.PL | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index e450386..472a880 100755
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -13,5 +13,5 @@ WriteMakefile(
+ },
+ ($] >= 5.005 ? ## Add these new keywords supported since 5.005
+ (ABSTRACT_FROM => 'lib/Spreadsheet/XLSX.pm', # retrieve abstract from module
+- AUTHOR => ['Dmitry Ovsyanko <do at eludia.ru>','Mike Blackwell <mike.blackwell at rrd.com']) : ()),
++ AUTHOR => 'Dmitry Ovsyanko <do at eludia.ru>') : ()),
+ );
+--
+2.4.0
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list