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

(-)Makefile (-7 / +15 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	Spreadsheet-WriteExcel
8
PORTNAME=	Spreadsheet-WriteExcel
9
PORTVERSION=	2.25
9
PORTVERSION=	2.37
10
PORTREVISION=	1
11
CATEGORIES=	textproc perl5
10
CATEGORIES=	textproc perl5
12
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
13
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
Lines 28-40 Link Here
28
		Spreadsheet::WriteExcel::BIFFwriter.3 \
27
		Spreadsheet::WriteExcel::BIFFwriter.3 \
29
		Spreadsheet::WriteExcel::Big.3 \
28
		Spreadsheet::WriteExcel::Big.3 \
30
		Spreadsheet::WriteExcel::Chart.3 \
29
		Spreadsheet::WriteExcel::Chart.3 \
30
		Spreadsheet::WriteExcel::Chart::Area.3 \
31
		Spreadsheet::WriteExcel::Chart::Bar.3 \
32
		Spreadsheet::WriteExcel::Chart::Column.3 \
33
		Spreadsheet::WriteExcel::Chart::External.3 \
34
		Spreadsheet::WriteExcel::Chart::Line.3 \
35
		Spreadsheet::WriteExcel::Chart::Pie.3 \
36
		Spreadsheet::WriteExcel::Chart::Scatter.3 \
37
		Spreadsheet::WriteExcel::Chart::Stock.3 \
38
		Spreadsheet::WriteExcel::Examples.3 \
31
		Spreadsheet::WriteExcel::Format.3 \
39
		Spreadsheet::WriteExcel::Format.3 \
32
		Spreadsheet::WriteExcel::Formula.3 \
40
		Spreadsheet::WriteExcel::Formula.3 \
33
		Spreadsheet::WriteExcel::OLEwriter.3 \
41
		Spreadsheet::WriteExcel::OLEwriter.3 \
34
		Spreadsheet::WriteExcel::Properties.3 \
42
		Spreadsheet::WriteExcel::Properties.3 \
35
		Spreadsheet::WriteExcel::Utility.3 \
43
		Spreadsheet::WriteExcel::Utility.3 \
36
		Spreadsheet::WriteExcel::Workbook.3 \
44
		Spreadsheet::WriteExcel::Workbook.3 \
37
		Spreadsheet::WriteExcel::WorkbookBig.3 \
38
		Spreadsheet::WriteExcel::Worksheet.3
45
		Spreadsheet::WriteExcel::Worksheet.3
39
46
40
post-patch:
47
post-patch:
Lines 44-59 Link Here
44
post-install:
51
post-install:
45
.ifndef(NOPORTDOCS)
52
.ifndef(NOPORTDOCS)
46
	@${ECHO_MSG} "===>   Installing documentation for ${PKGNAME}"
53
	@${ECHO_MSG} "===>   Installing documentation for ${PKGNAME}"
47
	@${MKDIR} ${DOCSDIR}
54
	@${MKDIR} ${DOCSDIR}/images
48
	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
55
	@${MKDIR} ${DOCSDIR}/tpj_images
56
	${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}
57
	${INSTALL_DATA} ${WRKSRC}/docs/images/* ${DOCSDIR}/images
58
	${INSTALL_DATA} ${WRKSRC}/docs/tpj_images/* ${DOCSDIR}/tpj_images
49
	@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
59
	@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
50
	@${MKDIR} ${EXAMPLESDIR}
60
	@${MKDIR} ${EXAMPLESDIR}
51
	${INSTALL_DATA} ${WRKSRC}/examples/README \
61
	${INSTALL_DATA} ${WRKSRC}/examples/README \
52
		${WRKSRC}/examples/republic.png ${EXAMPLESDIR}
62
		${WRKSRC}/examples/republic.png ${EXAMPLESDIR}
53
	${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}
63
	${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}
54
	${INSTALL_DATA} ${WRKSRC}/examples/*.txt ${EXAMPLESDIR}
64
	${INSTALL_DATA} ${WRKSRC}/examples/*.txt ${EXAMPLESDIR}
55
	@${MKDIR} ${EXAMPLESDIR}/charts
56
	${INSTALL_DATA} ${WRKSRC}/charts/* ${EXAMPLESDIR}/charts
57
.endif
65
.endif
58
66
59
.include <bsd.port.mk>
67
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Spreadsheet-WriteExcel-2.25.tar.gz) = ad70e5b031c0af60c50a72d8b09240c9
1
MD5 (Spreadsheet-WriteExcel-2.37.tar.gz) = 07e038429dc7d7467c735e467cc1cfbe
2
SHA256 (Spreadsheet-WriteExcel-2.25.tar.gz) = 04f8ba8f1178d57c1bfe8a89db20ee13dfc59782cd65d240dcf52cc937571af2
2
SHA256 (Spreadsheet-WriteExcel-2.37.tar.gz) = 34e0c28d362a5248936a8ff09211c5ade6ae23fe6e7eddf3ad9ff48fca1f7a68
3
SIZE (Spreadsheet-WriteExcel-2.25.tar.gz) = 544162
3
SIZE (Spreadsheet-WriteExcel-2.37.tar.gz) = 566688
(-)pkg-plist (-33 / +30 lines)
Lines 2-39 Link Here
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/Chart.pm
5
%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart/Area.pm
6
%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart/Bar.pm
7
%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart/Column.pm
8
%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart/External.pm
9
%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart/Line.pm
10
%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart/Pie.pm
11
%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart/Scatter.pm
12
%%SITE_PERL%%/Spreadsheet/WriteExcel/Chart/Stock.pm
13
%%SITE_PERL%%/Spreadsheet/WriteExcel/Examples.pm
5
%%SITE_PERL%%/Spreadsheet/WriteExcel/Format.pm
14
%%SITE_PERL%%/Spreadsheet/WriteExcel/Format.pm
6
%%SITE_PERL%%/Spreadsheet/WriteExcel/Formula.pm
15
%%SITE_PERL%%/Spreadsheet/WriteExcel/Formula.pm
7
%%SITE_PERL%%/Spreadsheet/WriteExcel/OLEwriter.pm
16
%%SITE_PERL%%/Spreadsheet/WriteExcel/OLEwriter.pm
8
%%SITE_PERL%%/Spreadsheet/WriteExcel/Properties.pm
17
%%SITE_PERL%%/Spreadsheet/WriteExcel/Properties.pm
9
%%SITE_PERL%%/Spreadsheet/WriteExcel/Utility.pm
18
%%SITE_PERL%%/Spreadsheet/WriteExcel/Utility.pm
10
%%SITE_PERL%%/Spreadsheet/WriteExcel/Workbook.pm
19
%%SITE_PERL%%/Spreadsheet/WriteExcel/Workbook.pm
11
%%SITE_PERL%%/Spreadsheet/WriteExcel/WorkbookBig.pm
12
%%SITE_PERL%%/Spreadsheet/WriteExcel/Worksheet.pm
20
%%SITE_PERL%%/Spreadsheet/WriteExcel/Worksheet.pm
13
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel/.packlist
21
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel/.packlist
14
bin/chartex
22
bin/chartex
23
%%PORTDOCS%%%%DOCSDIR%%/Perl_Journal_Article.html
15
%%PORTDOCS%%%%DOCSDIR%%/WriteExcel.html
24
%%PORTDOCS%%%%DOCSDIR%%/WriteExcel.html
16
%%PORTDOCS%%%%DOCSDIR%%/examples.html
25
%%PORTDOCS%%%%DOCSDIR%%/WriteExcel_Install.html
26
%%PORTDOCS%%%%DOCSDIR%%/images/example.jpg
27
%%PORTDOCS%%%%DOCSDIR%%/images/swe.png
17
%%PORTDOCS%%%%DOCSDIR%%/index.html
28
%%PORTDOCS%%%%DOCSDIR%%/index.html
18
%%PORTDOCS%%%%DOCSDIR%%/install.html
19
%%PORTDOCS%%%%DOCSDIR%%/merge1.gif
20
%%PORTDOCS%%%%DOCSDIR%%/merge2.gif
21
%%PORTDOCS%%%%DOCSDIR%%/number_formats1.html
29
%%PORTDOCS%%%%DOCSDIR%%/number_formats1.html
22
%%PORTDOCS%%%%DOCSDIR%%/number_formats2.html
30
%%PORTDOCS%%%%DOCSDIR%%/number_formats2.html
23
%%PORTDOCS%%%%DOCSDIR%%/palette.html
31
%%PORTDOCS%%%%DOCSDIR%%/palette.html
24
%%PORTDOCS%%%%DOCSDIR%%/regions.gif
32
%%PORTDOCS%%%%DOCSDIR%%/tpj_images/tpj0503-0004-01.gif
25
%%PORTDOCS%%%%DOCSDIR%%/rgb5-97.html
33
%%PORTDOCS%%%%DOCSDIR%%/tpj_images/tpj0503-0004-02.gif
26
%%PORTDOCS%%%%DOCSDIR%%/simple.gif
34
%%PORTDOCS%%%%DOCSDIR%%/tpj_images/tpj0503-0004-03.gif
27
%%PORTDOCS%%%%DOCSDIR%%/stats.gif
35
%%PORTDOCS%%%%DOCSDIR%%/tpj_images/tpj0503-0004-04.gif
28
%%PORTDOCS%%%%DOCSDIR%%/stocks.gif
36
%%PORTDOCS%%%%DOCSDIR%%/tpj_images/tpj0503-0004-05.gif
29
%%PORTDOCS%%%%DOCSDIR%%/textwrap.gif
30
%%PORTDOCS%%%%DOCSDIR%%/tpj.html
31
%%PORTDOCS%%%%DOCSDIR%%/tpj0503-0004-01.gif
32
%%PORTDOCS%%%%DOCSDIR%%/tpj0503-0004-02.gif
33
%%PORTDOCS%%%%DOCSDIR%%/tpj0503-0004-03.gif
34
%%PORTDOCS%%%%DOCSDIR%%/tpj0503-0004-04.gif
35
%%PORTDOCS%%%%DOCSDIR%%/tpj0503-0004-05.gif
36
%%PORTDOCS%%%%DOCSDIR%%/win32ole.gif
37
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
37
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
38
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/a_simple.pl
38
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/a_simple.pl
39
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/autofilter.pl
39
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/autofilter.pl
Lines 41-60 Link Here
41
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bigfile.pl
41
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bigfile.pl
42
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug_report.pl
42
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bug_report.pl
43
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi.pl
43
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi.pl
44
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/Chart1.xls
44
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chart_area.pl
45
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/Chart2.xls
45
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chart_bar.pl
46
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/Chart3.xls
46
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chart_column.pl
47
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/Chart4.xls
47
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chart_line.pl
48
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/Chart5.xls
48
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chart_pie.pl
49
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/README
49
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chart_scatter.pl
50
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/chartex.pl
50
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chart_stock.pl
51
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/charts.pod
52
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/charts.txt
53
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/demo1.pl
54
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/demo2.pl
55
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/demo3.pl
56
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/demo4.pl
57
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/charts/demo5.pl
58
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chess.pl
51
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chess.pl
59
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colors.pl
52
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colors.pl
60
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comments1.pl
53
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comments1.pl
Lines 66-71 Link Here
66
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/date_time.pl
59
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/date_time.pl
67
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/datecalc1.pl
60
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/datecalc1.pl
68
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/datecalc2.pl
61
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/datecalc2.pl
62
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/defined_name.pl
69
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo.pl
63
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo.pl
70
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diag_border.pl
64
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diag_border.pl
71
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/easter_egg.pl
65
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/easter_egg.pl
Lines 73-78 Link Here
73
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formats.pl
67
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formats.pl
74
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formula_result.pl
68
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formula_result.pl
75
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/function_locale.pl
69
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/function_locale.pl
70
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gen_examples_pod.pl
76
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/headers.pl
71
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/headers.pl
77
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hide_sheet.pl
72
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hide_sheet.pl
78
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hyperlink1.pl
73
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hyperlink1.pl
Lines 136-145 Link Here
136
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_handler3.pl
131
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_handler3.pl
137
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_handler4.pl
132
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_handler4.pl
138
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_to_scalar.pl
133
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_to_scalar.pl
139
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/charts
140
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
134
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
135
%%PORTDOCS%%@dirrm %%DOCSDIR%%/tpj_images
136
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
141
%%PORTDOCS%%@dirrm %%DOCSDIR%%
137
%%PORTDOCS%%@dirrm %%DOCSDIR%%
142
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel
138
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel
143
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet
139
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spreadsheet
140
@dirrm %%SITE_PERL%%/Spreadsheet/WriteExcel/Chart
144
@dirrm %%SITE_PERL%%/Spreadsheet/WriteExcel
141
@dirrm %%SITE_PERL%%/Spreadsheet/WriteExcel
145
@dirrmtry %%SITE_PERL%%/Spreadsheet
142
@dirrmtry %%SITE_PERL%%/Spreadsheet

Return to bug 144032