1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

Updated to 0.37

This commit is contained in:
Sergey Skvortsov 2002-06-06 13:45:18 +00:00
parent f87a4544a3
commit 2862d6f535
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60695
3 changed files with 15 additions and 10 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (Spreadsheet-WriteExcel-0.35.tar.gz) = f387d1d85524e8e7ff35c2b274072c46
MD5 (Spreadsheet-WriteExcel-0.37.tar.gz) = ec2b6bf8eede91e3a900b1c425e831c5

View File

@ -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%%