mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
misc/excel-writer: Update version 12 => 13
From recent http://planet.ada.cx feed: Excel Writer v.13 Some recently added features: * freeze panes * cell comments * vertical text alignment * text orientation * Ada.Calendar.Time Put/Write and date built-in formats * background colours * wrap_text format option * Next and Next_Row * Text_IO's New_Line(lines), Line, Col now available Excel Writer (Excel_Out) is a free, standalone, portable, open source package for producing Excel spreadsheets with basic formattings and page layout. It can be used in an "Ada.Text_IO" fashion, with Put, Put_Line and New_Line.
This commit is contained in:
parent
07e0ccf5b5
commit
cac1c1bb51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351194
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= excel-writer
|
||||
PORTVERSION= 12
|
||||
PORTVERSION= 13
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://sourceforge.net/projects/${SFPATH}/
|
||||
DISTNAME= excel_writer_${PORTVERSION}
|
||||
@ -25,7 +25,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
post-extract:
|
||||
${CP} ${FILESDIR}/construct.gpr ${FILESDIR}/biff_dump.gpr ${WRKSRC}
|
||||
${MKDIR} ${WRKSRC}/src ${WRKDIR}/data
|
||||
${MV} "${WRKSRC}/Big [BIFF3].xls" ${WRKDIR}/data/Big.xls
|
||||
${MV} "${WRKSRC}/Big [BIFF4].xls" ${WRKDIR}/data/Big.xls
|
||||
(cd ${WRKSRC}; ${MV} excel_out.ad[bs] ieee* extras/csv.* src)
|
||||
${SED} -e "s,@PREFIX@,${LOCALBASE},g" ${FILESDIR}/runme.sh.in \
|
||||
> ${WRKSRC}/runme.sh
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (excel_writer_12.zip) = f688da19501e0451a3c235ca95875e4e145f56f618135614a216de5dc148467f
|
||||
SIZE (excel_writer_12.zip) = 44584
|
||||
SHA256 (excel_writer_13.zip) = 5f1b20e90dcff57b9ac6d4dcf4a08da5d8b8b353df8688ad9be8785bea9ef5b2
|
||||
SIZE (excel_writer_13.zip) = 49201
|
||||
|
Loading…
Reference in New Issue
Block a user