--- textproc/Makefile (Revision 568782) +++ textproc/Makefile (Arbeitskopie) @@ -519,6 +519,7 @@ SUBDIR += p5-Dev-Bollocks SUBDIR += p5-Devel-TraceSAX SUBDIR += p5-DocSet + SUBDIR += p5-excel2csv SUBDIR += p5-Excel-Template SUBDIR += p5-Excel-Writer-XLSX SUBDIR += p5-File-Inplace --- textproc/p5-excel2csv/Makefile (nicht existent) +++ textproc/p5-excel2csv/Makefile (Arbeitskopie) @@ -0,0 +1,31 @@ +# Created by: Henrik Rosenke +# $FreeBSD$ + +PORTNAME= excel2csv +PORTVERSION= 1.07 +CATEGORIES= textproc perl5 +PKGNAMEPREFIX= p5- + +MAINTAINER= rosenke@dssgmbh.de +COMMENT= Recode xls and xlsx spreadsheets to CSV + +LICENSE= GPLv2 + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Convert-Recode>0:converters/p5-Convert-Recode \ + p5-Unicode-Map>0:converters/p5-Unicode-Map \ + p5-Locale-libintl>0:devel/p5-Locale-libintl \ + p5-Spreadsheet-ParseExcel>0:textproc/p5-Spreadsheet-ParseExcel \ + p5-Spreadsheet-XLSX>0:textproc/p5-Spreadsheet-XLSX \ + p5-Text-Iconv>0:converters/p5-Text-Iconv \ + p5-Text-CSV_XS>0:textproc/p5-Text-CSV_XS + +USES= perl5 +USE_PERL5= configure +USE_GITHUB= yes +GH_ACCOUNT= xevo +GH_PROJECT= xls2csv +GH_TAGNAME= f49108a + +NO_ARCH= yes +.include --- textproc/p5-excel2csv/distinfo (nicht existent) +++ textproc/p5-excel2csv/distinfo (Arbeitskopie) @@ -0,0 +1,2 @@ +SHA256 (xevo-xls2csv-1.07-f49108a_GH0.tar.gz) = ab73fe843aabf0aee9ac407f449d54ae8fcdb927714f4f8240ec5c81e4452c9b +SIZE (xevo-xls2csv-1.07-f49108a_GH0.tar.gz) = 15455 --- textproc/p5-excel2csv/pkg-descr (nicht existent) +++ textproc/p5-excel2csv/pkg-descr (Arbeitskopie) @@ -0,0 +1,4 @@ +excel2csv - A script that recodes a spreadsheet's charset from xls or xlsx and saves it as CSV. +Also contains the xls2csv to recode xls only spreadsheets. + +WWW: https://github.com/xevo/xls2csv --- textproc/p5-excel2csv/pkg-plist (nicht existent) +++ textproc/p5-excel2csv/pkg-plist (Arbeitskopie) @@ -0,0 +1,4 @@ +bin/excel2csv +bin/xls2csv +%%PERL5_MAN1%%/excel2csv.1.gz +%%PERL5_MAN1%%/xls2csv.1.gz