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

(-)Makefile (-1 / +6 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Spreadsheet-WriteExcel
8
PORTNAME=	Spreadsheet-WriteExcel
9
PORTVERSION=	2.04
9
PORTVERSION=	2.11
10
CATEGORIES=	textproc perl5
10
CATEGORIES=	textproc perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Spreadsheet
12
MASTER_SITE_SUBDIR=	Spreadsheet
Lines 23-31 Link Here
23
23
24
PERL_CONFIGURE=	yes
24
PERL_CONFIGURE=	yes
25
25
26
MAN1=		chartex.1
26
MAN3=		Spreadsheet::WriteExcel.3 \
27
MAN3=		Spreadsheet::WriteExcel.3 \
27
		Spreadsheet::WriteExcel::BIFFwriter.3 \
28
		Spreadsheet::WriteExcel::BIFFwriter.3 \
28
		Spreadsheet::WriteExcel::Big.3 \
29
		Spreadsheet::WriteExcel::Big.3 \
30
		Spreadsheet::WriteExcel::Chart.3 \
29
		Spreadsheet::WriteExcel::Format.3 \
31
		Spreadsheet::WriteExcel::Format.3 \
30
		Spreadsheet::WriteExcel::Formula.3 \
32
		Spreadsheet::WriteExcel::Formula.3 \
31
		Spreadsheet::WriteExcel::OLEwriter.3 \
33
		Spreadsheet::WriteExcel::OLEwriter.3 \
Lines 60-65 Link Here
60
	${INSTALL_DATA} ${WRKSRC}/examples/README \
62
	${INSTALL_DATA} ${WRKSRC}/examples/README \
61
		${WRKSRC}/examples/republic.bmp ${EXAMPLESDIR}
63
		${WRKSRC}/examples/republic.bmp ${EXAMPLESDIR}
62
	${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}
64
	${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}
65
	${INSTALL_DATA} ${WRKSRC}/examples/*.txt ${EXAMPLESDIR}
66
	@${MKDIR} ${EXAMPLESDIR}/charts
67
	${INSTALL_DATA} ${WRKSRC}/charts/* ${EXAMPLESDIR}/charts
63
.endif
68
.endif
64
69
65
.include <bsd.port.post.mk>
70
.include <bsd.port.post.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (Spreadsheet-WriteExcel-2.04.tar.gz) = 40ab78e7fe9fc236e8377cb896a93f6b
1
MD5 (Spreadsheet-WriteExcel-2.11.tar.gz) = e59bdf2618d9bdd5e805f35cd3f157e7
2
SIZE (Spreadsheet-WriteExcel-2.04.tar.gz) = 419205
2
SIZE (Spreadsheet-WriteExcel-2.11.tar.gz) = 447191
(-)pkg-plist (-1 / +37 lines)
Lines 1-6 Link Here
1
%%SITE_PERL%%/Spreadsheet/WriteExcel.pm
1
%%SITE_PERL%%/Spreadsheet/WriteExcel.pm
2
%%SITE_PERL%%/Spreadsheet/WriteExcel/BIFFwriter.pm
2
%%SITE_PERL%%/Spreadsheet/WriteExcel/BIFFwriter.pm
3
%%SITE_PERL%%/Spreadsheet/WriteExcel/Big.pm
3
%%SITE_PERL%%/Spreadsheet/WriteExcel/Big.pm
4
%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart.pm
4
%%SITE_PERL%%/Spreadsheet/WriteExcel/Format.pm
5
%%SITE_PERL%%/Spreadsheet/WriteExcel/Format.pm
5
%%SITE_PERL%%/Spreadsheet/WriteExcel/Formula.pm
6
%%SITE_PERL%%/Spreadsheet/WriteExcel/Formula.pm
6
%%SITE_PERL%%/Spreadsheet/WriteExcel/OLEwriter.pm
7
%%SITE_PERL%%/Spreadsheet/WriteExcel/OLEwriter.pm
Lines 9-14 Link Here
9
%%SITE_PERL%%/Spreadsheet/WriteExcel/WorkbookBig.pm
10
%%SITE_PERL%%/Spreadsheet/WriteExcel/WorkbookBig.pm
10
%%SITE_PERL%%/Spreadsheet/WriteExcel/Worksheet.pm
11
%%SITE_PERL%%/Spreadsheet/WriteExcel/Worksheet.pm
11
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel/.packlist
12
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel/.packlist
13
bin/chartex
12
%%PORTDOCS%%%%DOCSDIR%%/WriteExcel.html
14
%%PORTDOCS%%%%DOCSDIR%%/WriteExcel.html
13
%%PORTDOCS%%%%DOCSDIR%%/examples.html
15
%%PORTDOCS%%%%DOCSDIR%%/examples.html
14
%%PORTDOCS%%%%DOCSDIR%%/index.html
16
%%PORTDOCS%%%%DOCSDIR%%/index.html
Lines 35-45 Link Here
35
%%PORTDOCS%%%%EXAMPLESDIR%%/bigfile.pl
37
%%PORTDOCS%%%%EXAMPLESDIR%%/bigfile.pl
36
%%PORTDOCS%%%%EXAMPLESDIR%%/bug_report.pl
38
%%PORTDOCS%%%%EXAMPLESDIR%%/bug_report.pl
37
%%PORTDOCS%%%%EXAMPLESDIR%%/cgi.pl
39
%%PORTDOCS%%%%EXAMPLESDIR%%/cgi.pl
40
%%PORTDOCS%%%%EXAMPLESDIR%%/charts/Chart1.xls
41
%%PORTDOCS%%%%EXAMPLESDIR%%/charts/Chart2.xls
42
%%PORTDOCS%%%%EXAMPLESDIR%%/charts/Chart3.xls
43
%%PORTDOCS%%%%EXAMPLESDIR%%/charts/README
44
%%PORTDOCS%%%%EXAMPLESDIR%%/charts/chartex.pl
45
%%PORTDOCS%%%%EXAMPLESDIR%%/charts/charts.pod
46
%%PORTDOCS%%%%EXAMPLESDIR%%/charts/charts.txt
47
%%PORTDOCS%%%%EXAMPLESDIR%%/charts/demo1.pl
48
%%PORTDOCS%%%%EXAMPLESDIR%%/charts/demo2.pl
49
%%PORTDOCS%%%%EXAMPLESDIR%%/charts/demo3.pl
38
%%PORTDOCS%%%%EXAMPLESDIR%%/chess.pl
50
%%PORTDOCS%%%%EXAMPLESDIR%%/chess.pl
39
%%PORTDOCS%%%%EXAMPLESDIR%%/colors.pl
51
%%PORTDOCS%%%%EXAMPLESDIR%%/colors.pl
40
%%PORTDOCS%%%%EXAMPLESDIR%%/convertA1.pl
52
%%PORTDOCS%%%%EXAMPLESDIR%%/convertA1.pl
41
%%PORTDOCS%%%%EXAMPLESDIR%%/copyformat.pl
53
%%PORTDOCS%%%%EXAMPLESDIR%%/copyformat.pl
42
%%PORTDOCS%%%%EXAMPLESDIR%%/csv2xls.pl
54
%%PORTDOCS%%%%EXAMPLESDIR%%/csv2xls.pl
55
%%PORTDOCS%%%%EXAMPLESDIR%%/date_time.pl
43
%%PORTDOCS%%%%EXAMPLESDIR%%/datecalc1.pl
56
%%PORTDOCS%%%%EXAMPLESDIR%%/datecalc1.pl
44
%%PORTDOCS%%%%EXAMPLESDIR%%/datecalc2.pl
57
%%PORTDOCS%%%%EXAMPLESDIR%%/datecalc2.pl
45
%%PORTDOCS%%%%EXAMPLESDIR%%/demo.pl
58
%%PORTDOCS%%%%EXAMPLESDIR%%/demo.pl
Lines 76-87 Link Here
76
%%PORTDOCS%%%%EXAMPLESDIR%%/tab2xls.pl
89
%%PORTDOCS%%%%EXAMPLESDIR%%/tab2xls.pl
77
%%PORTDOCS%%%%EXAMPLESDIR%%/textwrap.pl
90
%%PORTDOCS%%%%EXAMPLESDIR%%/textwrap.pl
78
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode.pl
91
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode.pl
92
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_2022_jp.pl
93
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_2022_jp.txt
94
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_8859_11.pl
95
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_8859_11.txt
96
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_8859_7.pl
97
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_8859_7.txt
98
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_big5.pl
99
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_big5.txt
100
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_cp1251.pl
101
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_cp1251.txt
102
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_cp1256.pl
103
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_cp1256.txt
79
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_japan.pl
104
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_japan.pl
105
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_koi8r.pl
106
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_koi8r.txt
80
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_list.pl
107
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_list.pl
108
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_polish_utf8.pl
109
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_polish_utf8.txt
110
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_shift_jis.pl
111
%%PORTDOCS%%%%EXAMPLESDIR%%/unicode_shift_jis.txt
81
%%PORTDOCS%%%%EXAMPLESDIR%%/win32ole.pl
112
%%PORTDOCS%%%%EXAMPLESDIR%%/win32ole.pl
82
%%PORTDOCS%%%%EXAMPLESDIR%%/writeA1.pl
113
%%PORTDOCS%%%%EXAMPLESDIR%%/writeA1.pl
83
%%PORTDOCS%%%%EXAMPLESDIR%%/write_arrays.pl
114
%%PORTDOCS%%%%EXAMPLESDIR%%/write_arrays.pl
84
%%PORTDOCS%%%%EXAMPLESDIR%%/writemany.pl
115
%%PORTDOCS%%%%EXAMPLESDIR%%/write_handler1.pl
116
%%PORTDOCS%%%%EXAMPLESDIR%%/write_handler2.pl
117
%%PORTDOCS%%%%EXAMPLESDIR%%/write_handler3.pl
118
%%PORTDOCS%%%%EXAMPLESDIR%%/write_handler4.pl
119
%%PORTDOCS%%%%EXAMPLESDIR%%/write_to_scalar.pl
120
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/charts
85
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
121
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
86
%%PORTDOCS%%@dirrm %%DOCSDIR%%
122
%%PORTDOCS%%@dirrm %%DOCSDIR%%
87
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel
123
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel

Return to bug 73314