View | Details | Raw Unified | Return to bug 254499
Collapse All | Expand All

(-)textproc/Makefile (+1 lines)
Lines 519-524 Link Here
519
    SUBDIR += p5-Dev-Bollocks
519
    SUBDIR += p5-Dev-Bollocks
520
    SUBDIR += p5-Devel-TraceSAX
520
    SUBDIR += p5-Devel-TraceSAX
521
    SUBDIR += p5-DocSet
521
    SUBDIR += p5-DocSet
522
    SUBDIR += p5-excel2csv
522
    SUBDIR += p5-Excel-Template
523
    SUBDIR += p5-Excel-Template
523
    SUBDIR += p5-Excel-Writer-XLSX
524
    SUBDIR += p5-Excel-Writer-XLSX
524
    SUBDIR += p5-File-Inplace
525
    SUBDIR += p5-File-Inplace
(-)textproc/p5-excel2csv/Makefile (+31 lines)
Line 0 Link Here
1
# Created by: Henrik Rosenke <rosenke@dssgmbh.de>
2
# $FreeBSD$
3
4
PORTNAME=	excel2csv
5
PORTVERSION=	1.07
6
CATEGORIES=	textproc perl5
7
PKGNAMEPREFIX=	p5-
8
9
MAINTAINER=	rosenke@dssgmbh.de
10
COMMENT=	Recode xls and xlsx spreadsheets to CSV
11
12
LICENSE=	GPLv2
13
14
BUILD_DEPENDS=	${RUN_DEPENDS}
15
RUN_DEPENDS=	p5-Convert-Recode>0:converters/p5-Convert-Recode	\
16
		p5-Unicode-Map>0:converters/p5-Unicode-Map		\
17
		p5-Locale-libintl>0:devel/p5-Locale-libintl 		\
18
		p5-Spreadsheet-ParseExcel>0:textproc/p5-Spreadsheet-ParseExcel	\
19
		p5-Spreadsheet-XLSX>0:textproc/p5-Spreadsheet-XLSX \
20
		p5-Text-Iconv>0:converters/p5-Text-Iconv \
21
		p5-Text-CSV_XS>0:textproc/p5-Text-CSV_XS
22
23
USES=		perl5
24
USE_PERL5=	configure
25
USE_GITHUB=	yes
26
GH_ACCOUNT=	xevo
27
GH_PROJECT=	xls2csv
28
GH_TAGNAME=	f49108a
29
30
NO_ARCH=	yes
31
.include <bsd.port.mk>
(-)textproc/p5-excel2csv/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (xevo-xls2csv-1.07-f49108a_GH0.tar.gz) = ab73fe843aabf0aee9ac407f449d54ae8fcdb927714f4f8240ec5c81e4452c9b
2
SIZE (xevo-xls2csv-1.07-f49108a_GH0.tar.gz) = 15455
(-)textproc/p5-excel2csv/pkg-descr (+4 lines)
Line 0 Link Here
1
excel2csv - A script that recodes a spreadsheet's charset from xls or xlsx and saves it as CSV.
2
Also contains the xls2csv to recode xls only spreadsheets.
3
4
WWW: https://github.com/xevo/xls2csv
(-)textproc/p5-excel2csv/pkg-plist (+4 lines)
Line 0 Link Here
1
bin/excel2csv
2
bin/xls2csv
3
%%PERL5_MAN1%%/excel2csv.1.gz
4
%%PERL5_MAN1%%/xls2csv.1.gz

Return to bug 254499