diff options
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel/Makefile | 16 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel/pkg-plist | 7 |
3 files changed, 15 insertions, 10 deletions
diff --git a/textproc/p5-Spreadsheet-WriteExcel/Makefile b/textproc/p5-Spreadsheet-WriteExcel/Makefile index 08aef6ecf015..881b03d6667f 100644 --- a/textproc/p5-Spreadsheet-WriteExcel/Makefile +++ b/textproc/p5-Spreadsheet-WriteExcel/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Spreadsheet-WriteExcel -PORTVERSION= 0.35 +PORTVERSION= 0.37 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Spreadsheet PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS= ${BUILD_DEPENDS} @@ -34,10 +34,10 @@ MAN3= Spreadsheet::WriteExcel.3 \ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} pre-configure: - ${MV} ${WRKSRC}/WriteExcel/doc ${WRKSRC} - ${MV} ${WRKSRC}/WriteExcel/examples ${WRKSRC} - ${PERL} -pi -e 's:WriteExcel/(doc|examples):\1:g' \ - ${WRKSRC}/MANIFEST + @${MV} ${WRKSRC}/WriteExcel/doc ${WRKSRC} + @${MV} ${WRKSRC}/WriteExcel/examples ${WRKSRC} + @${PERL} -pi -e 's:WriteExcel/(doc|examples):\1:g' \ + ${WRKSRC}/MANIFEST post-install: .ifndef(NOPORTDOCS) @@ -46,8 +46,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/README ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/republic.bmp ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/README \ + ${WRKSRC}/examples/republic.bmp ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR} .endif diff --git a/textproc/p5-Spreadsheet-WriteExcel/distinfo b/textproc/p5-Spreadsheet-WriteExcel/distinfo index ab1dbfe1d239..a313eebc921e 100644 --- a/textproc/p5-Spreadsheet-WriteExcel/distinfo +++ b/textproc/p5-Spreadsheet-WriteExcel/distinfo @@ -1 +1 @@ -MD5 (Spreadsheet-WriteExcel-0.35.tar.gz) = f387d1d85524e8e7ff35c2b274072c46 +MD5 (Spreadsheet-WriteExcel-0.37.tar.gz) = ec2b6bf8eede91e3a900b1c425e831c5 diff --git a/textproc/p5-Spreadsheet-WriteExcel/pkg-plist b/textproc/p5-Spreadsheet-WriteExcel/pkg-plist index fa607088a3e6..2fbb04d41d27 100644 --- a/textproc/p5-Spreadsheet-WriteExcel/pkg-plist +++ b/textproc/p5-Spreadsheet-WriteExcel/pkg-plist @@ -17,7 +17,9 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel/.pack %%PORTDOCS%%%%DOCSDIR%%/merge2.gif %%PORTDOCS%%%%DOCSDIR%%/number_formats1.html %%PORTDOCS%%%%DOCSDIR%%/number_formats2.html +%%PORTDOCS%%%%DOCSDIR%%/palette.html %%PORTDOCS%%%%DOCSDIR%%/regions.gif +%%PORTDOCS%%%%DOCSDIR%%/rgb5-97.html %%PORTDOCS%%%%DOCSDIR%%/simple.gif %%PORTDOCS%%%%DOCSDIR%%/stats.gif %%PORTDOCS%%%%DOCSDIR%%/stocks.gif @@ -33,6 +35,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel/.pack %%PORTDOCS%%%%EXAMPLESDIR%%/bigfile.pl %%PORTDOCS%%%%EXAMPLESDIR%%/cgi.pl %%PORTDOCS%%%%EXAMPLESDIR%%/chess.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/colors.pl %%PORTDOCS%%%%EXAMPLESDIR%%/comments.pl %%PORTDOCS%%%%EXAMPLESDIR%%/convertA1.pl %%PORTDOCS%%%%EXAMPLESDIR%%/copyformat.pl @@ -44,10 +47,12 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel/.pack %%PORTDOCS%%%%EXAMPLESDIR%%/filehandle.pl %%PORTDOCS%%%%EXAMPLESDIR%%/formats.pl %%PORTDOCS%%%%EXAMPLESDIR%%/function_locale.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/headers.pl %%PORTDOCS%%%%EXAMPLESDIR%%/hyperlink1.pl %%PORTDOCS%%%%EXAMPLESDIR%%/hyperlink2.pl %%PORTDOCS%%%%EXAMPLESDIR%%/images.pl %%PORTDOCS%%%%EXAMPLESDIR%%/lecxe.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/long_string.pl %%PORTDOCS%%%%EXAMPLESDIR%%/merge1.pl %%PORTDOCS%%%%EXAMPLESDIR%%/merge2.pl %%PORTDOCS%%%%EXAMPLESDIR%%/merge3.pl @@ -64,8 +69,8 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel/.pack %%PORTDOCS%%%%EXAMPLESDIR%%/tab2xls.pl %%PORTDOCS%%%%EXAMPLESDIR%%/textwrap.pl %%PORTDOCS%%%%EXAMPLESDIR%%/win32ole.pl -%%PORTDOCS%%%%EXAMPLESDIR%%/write_arrays.pl %%PORTDOCS%%%%EXAMPLESDIR%%/writeA1.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/write_arrays.pl %%PORTDOCS%%%%EXAMPLESDIR%%/writemany.pl %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% |