Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Aug 2001 19:36:50 +0400
From:      skv@protey.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30131: Update port: p5-Spreadsheet-WriteExcel-0.33
Message-ID:  <E15bORW-0007Bs-00@3wgraphics.com>

next in thread | raw e-mail | index | archive | help

>Number:         30131
>Category:       ports
>Synopsis:       Update port: p5-Spreadsheet-WriteExcel-0.33
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 27 08:40:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

Update port: p5-Spreadsheet-WriteExcel-0.33 (new version, fix doc & examples)

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

diff -crN p5-Spreadsheet-WriteExcel-0.31/Makefile p5-Spreadsheet-WriteExcel/Makefile
*** p5-Spreadsheet-WriteExcel-0.31/Makefile	Mon Aug 27 14:24:10 2001
--- p5-Spreadsheet-WriteExcel/Makefile	Mon Aug 27 19:28:58 2001
***************
*** 6,12 ****
  #
  
  PORTNAME=	Spreadsheet-WriteExcel
! PORTVERSION= 	0.31
  CATEGORIES=	textproc perl5
  MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
  MASTER_SITE_SUBDIR=	Spreadsheet
--- 6,12 ----
  #
  
  PORTNAME=	Spreadsheet-WriteExcel
! PORTVERSION= 	0.33
  CATEGORIES=	textproc perl5
  MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
  MASTER_SITE_SUBDIR=	Spreadsheet
***************
*** 19,33 ****
  
  PERL_CONFIGURE=	yes
  
! MAN3=		Spreadsheet::WriteExcel::Worksheet.3 \
  		Spreadsheet::WriteExcel::BIFFwriter.3 \
! 		Spreadsheet::WriteExcel::OLEwriter.3 \
! 		Spreadsheet::WriteExcel::Workbook.3 \
! 		Spreadsheet::WriteExcel::examples::WorkbookBig.3 \
! 		Spreadsheet::WriteExcel.3 \
  		Spreadsheet::WriteExcel::Format.3 \
  		Spreadsheet::WriteExcel::Formula.3 \
! 		Spreadsheet::WriteExcel::examples::Big.3
  MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
  
  .include <bsd.port.mk>
--- 19,49 ----
  
  PERL_CONFIGURE=	yes
  
! MAN3=		Spreadsheet::WriteExcel.3 \
  		Spreadsheet::WriteExcel::BIFFwriter.3 \
! 		Spreadsheet::WriteExcel::Big.3 \
  		Spreadsheet::WriteExcel::Format.3 \
  		Spreadsheet::WriteExcel::Formula.3 \
! 		Spreadsheet::WriteExcel::OLEwriter.3 \
! 		Spreadsheet::WriteExcel::Workbook.3 \
! 		Spreadsheet::WriteExcel::WorkbookBig.3 \
! 		Spreadsheet::WriteExcel::Worksheet.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
+ 
+ post-install:
+ .ifndef(NOPORTDOCS)
+ 		@${MKDIR} ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
+ 		${INSTALL_DATA} ${WRKSRC}/doc/* \
+ 			${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
+ 		@${MKDIR} ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
+ 		${INSTALL_DATA} ${WRKSRC}/examples/* \
+ 			${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
+ .endif
  
  .include <bsd.port.mk>
diff -crN p5-Spreadsheet-WriteExcel-0.31/distinfo p5-Spreadsheet-WriteExcel/distinfo
*** p5-Spreadsheet-WriteExcel-0.31/distinfo	Mon Aug 27 14:24:10 2001
--- p5-Spreadsheet-WriteExcel/distinfo	Mon Aug 27 16:43:31 2001
***************
*** 1 ****
! MD5 (Spreadsheet-WriteExcel-0.31.tar.gz) = 7c01b53fdf2a592896a5a166805cc2f4
--- 1 ----
! MD5 (Spreadsheet-WriteExcel-0.33.tar.gz) = 3ea08febbe8c6878f3ebb670436149c6
diff -crN p5-Spreadsheet-WriteExcel-0.31/pkg-plist p5-Spreadsheet-WriteExcel/pkg-plist
*** p5-Spreadsheet-WriteExcel-0.31/pkg-plist	Mon Aug 27 14:24:10 2001
--- p5-Spreadsheet-WriteExcel/pkg-plist	Mon Aug 27 19:31:46 2001
***************
*** 1,60 ****
  lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel/.packlist
  lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel.pm
  lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/BIFFwriter.pm
  lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/Format.pm
  lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/Formula.pm
  lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/OLEwriter.pm
  lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/Workbook.pm
  lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/Worksheet.pm
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/WriteExcel.html
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/examples.html
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/index.html
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/merge1.gif
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/merge2.gif
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/number_formats1.html
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/number_formats2.html
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/regions.gif
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/simple.gif
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/stats.gif
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/stocks.gif
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/textwrap.gif
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/tpj.html
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/tpj0503-0004-01.gif
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/tpj0503-0004-02.gif
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/tpj0503-0004-03.gif
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/tpj0503-0004-04.gif
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/tpj0503-0004-05.gif
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc/win32ole.gif
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/Big.pm
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/README.txt
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/WorkbookBig.pm
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/bigfile.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/cgi.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/comments.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/convertA1.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/copyformat.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/csv2xls.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/easter_egg.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/filehandle.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/formats.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/function_locale.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/hyperlink.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/merge1.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/merge2.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/mod_perl.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/ms_time.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/regions.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/simple.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/stats.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/stats_ext.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/stocks.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/tab2xls.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/textwrap.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/win32ole.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/writeA1.pl
! lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples/writemany.pl
! @dirrm lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/doc
! @dirrm lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/examples
  @dirrm lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel
  @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel
  @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet 2>/dev/null || true
--- 1,65 ----
  lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel/.packlist
  lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel.pm
  lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/BIFFwriter.pm
+ lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/Big.pm
  lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/Format.pm
  lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/Formula.pm
  lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/OLEwriter.pm
  lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/Workbook.pm
+ lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/WorkbookBig.pm
  lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel/Worksheet.pm
! share/doc/p5-Spreadsheet-WriteExcel/WriteExcel.html
! share/doc/p5-Spreadsheet-WriteExcel/examples.html
! share/doc/p5-Spreadsheet-WriteExcel/index.html
! share/doc/p5-Spreadsheet-WriteExcel/merge1.gif
! share/doc/p5-Spreadsheet-WriteExcel/merge2.gif
! share/doc/p5-Spreadsheet-WriteExcel/number_formats1.html
! share/doc/p5-Spreadsheet-WriteExcel/number_formats2.html
! share/doc/p5-Spreadsheet-WriteExcel/regions.gif
! share/doc/p5-Spreadsheet-WriteExcel/simple.gif
! share/doc/p5-Spreadsheet-WriteExcel/stats.gif
! share/doc/p5-Spreadsheet-WriteExcel/stocks.gif
! share/doc/p5-Spreadsheet-WriteExcel/textwrap.gif
! share/doc/p5-Spreadsheet-WriteExcel/tpj.html
! share/doc/p5-Spreadsheet-WriteExcel/tpj0503-0004-01.gif
! share/doc/p5-Spreadsheet-WriteExcel/tpj0503-0004-02.gif
! share/doc/p5-Spreadsheet-WriteExcel/tpj0503-0004-03.gif
! share/doc/p5-Spreadsheet-WriteExcel/tpj0503-0004-04.gif
! share/doc/p5-Spreadsheet-WriteExcel/tpj0503-0004-05.gif
! share/doc/p5-Spreadsheet-WriteExcel/win32ole.gif
! share/examples/p5-Spreadsheet-WriteExcel/README
! share/examples/p5-Spreadsheet-WriteExcel/bigfile.pl
! share/examples/p5-Spreadsheet-WriteExcel/cgi.pl
! share/examples/p5-Spreadsheet-WriteExcel/chess.pl
! share/examples/p5-Spreadsheet-WriteExcel/comments.pl
! share/examples/p5-Spreadsheet-WriteExcel/convertA1.pl
! share/examples/p5-Spreadsheet-WriteExcel/copyformat.pl
! share/examples/p5-Spreadsheet-WriteExcel/csv2xls.pl
! share/examples/p5-Spreadsheet-WriteExcel/datecalc1.pl
! share/examples/p5-Spreadsheet-WriteExcel/datecalc2.pl
! share/examples/p5-Spreadsheet-WriteExcel/easter_egg.pl
! share/examples/p5-Spreadsheet-WriteExcel/filehandle.pl
! share/examples/p5-Spreadsheet-WriteExcel/formats.pl
! share/examples/p5-Spreadsheet-WriteExcel/function_locale.pl
! share/examples/p5-Spreadsheet-WriteExcel/hyperlink.pl
! share/examples/p5-Spreadsheet-WriteExcel/lecxe.pl
! share/examples/p5-Spreadsheet-WriteExcel/merge1.pl
! share/examples/p5-Spreadsheet-WriteExcel/merge2.pl
! share/examples/p5-Spreadsheet-WriteExcel/merge3.pl
! share/examples/p5-Spreadsheet-WriteExcel/mod_perl.pl
! share/examples/p5-Spreadsheet-WriteExcel/panes.pl
! share/examples/p5-Spreadsheet-WriteExcel/regions.pl
! share/examples/p5-Spreadsheet-WriteExcel/simple.pl
! share/examples/p5-Spreadsheet-WriteExcel/stats.pl
! share/examples/p5-Spreadsheet-WriteExcel/stats_ext.pl
! share/examples/p5-Spreadsheet-WriteExcel/stocks.pl
! share/examples/p5-Spreadsheet-WriteExcel/tab2xls.pl
! share/examples/p5-Spreadsheet-WriteExcel/textwrap.pl
! share/examples/p5-Spreadsheet-WriteExcel/win32ole.pl
! share/examples/p5-Spreadsheet-WriteExcel/writeA1.pl
! share/examples/p5-Spreadsheet-WriteExcel/writemany.pl
! @dirrm share/doc/p5-Spreadsheet-WriteExcel
! @dirrm share/examples/p5-Spreadsheet-WriteExcel
  @dirrm lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet/WriteExcel
  @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Spreadsheet/WriteExcel
  @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Spreadsheet 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E15bORW-0007Bs-00>