svn commit: r351194 - head/misc/excel-writer
John Marino
marino at FreeBSD.org
Sun Apr 13 09:51:21 UTC 2014
Author: marino
Date: Sun Apr 13 09:51:20 2014
New Revision: 351194
URL: http://svnweb.freebsd.org/changeset/ports/351194
QAT: https://qat.redports.org/buildarchive/r351194/
Log:
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.
Modified:
head/misc/excel-writer/Makefile
head/misc/excel-writer/distinfo
Modified: head/misc/excel-writer/Makefile
==============================================================================
--- head/misc/excel-writer/Makefile Sun Apr 13 09:39:22 2014 (r351193)
+++ head/misc/excel-writer/Makefile Sun Apr 13 09:51:20 2014 (r351194)
@@ -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, at PREFIX@,${LOCALBASE},g" ${FILESDIR}/runme.sh.in \
> ${WRKSRC}/runme.sh
Modified: head/misc/excel-writer/distinfo
==============================================================================
--- head/misc/excel-writer/distinfo Sun Apr 13 09:39:22 2014 (r351193)
+++ head/misc/excel-writer/distinfo Sun Apr 13 09:51:20 2014 (r351194)
@@ -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
More information about the svn-ports-all
mailing list