Update to 0.30
Changes: http://search.cpan.org/src/SZABGAB/Spreadsheet-ParseExcel-0.30/Changes
This commit is contained in:
parent
aa3babf4ee
commit
a8beec2b09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188927
3 changed files with 6 additions and 6 deletions
|
@ -6,12 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= Spreadsheet-ParseExcel
|
||||
PORTVERSION= 0.2800
|
||||
PORTVERSION= 0.3000
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Spreadsheet
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/00$//}
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Get information from Excel file
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Spreadsheet-ParseExcel-0.28.tar.gz) = 77b6c55d3f3804957b0b47ed2c80ae4a
|
||||
SHA256 (Spreadsheet-ParseExcel-0.28.tar.gz) = 6ca1f855cd0b4f40383161dfcefc8416ba65e1e10cd47bf30ad840871849f4a7
|
||||
SIZE (Spreadsheet-ParseExcel-0.28.tar.gz) = 97328
|
||||
MD5 (Spreadsheet-ParseExcel-0.30.tar.gz) = 734846baab31312df547c3aa3fc50a2d
|
||||
SHA256 (Spreadsheet-ParseExcel-0.30.tar.gz) = 29fe06b6afc4ec0835ac38c0b42e6ce5a6da3064de4275a085bd30084909f21a
|
||||
SIZE (Spreadsheet-ParseExcel-0.30.tar.gz) = 99952
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Spreadsheet::ParseExcel makes you to get information from Excel95,
|
||||
Excel97, Excel2000 file.
|
||||
Excel97, Excel2000, Excel 4 formats.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Spreadsheet-ParseExcel/
|
||||
|
|
Loading…
Reference in a new issue