Commit graph

9 commits

Author SHA1 Message Date
John Marino
d0c4d21a83 Change Ada Framework foundation from gcc5-aux to gcc6-aux
GCC 6.1 was released this week.  The Ada Framework in FreeBSD ports has
been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile
via the ADA_DEFAULT option in make.conf.

Now that GCC 6 has been officially released, switch to it by default.
People can maintain the old foundation by putting "ADA_DEFAULT=5" in
/etc/make.conf.

Libraries built by one GNAT are unusable by another, so almost every Ada
port has been bumped as a result.  Noticable exceptions are dns/ironsides
which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which
needs additional testing as it may require gcc5 on FreeBSD (DragonFly
uses the LLVM backend only).
2016-04-30 06:44:27 +00:00
John Marino
f0ea7b3e41 misc/excel-writer: upgrade version 14 => 15 2016-04-29 19:07:24 +00:00
John Marino
5ebdc43505 Remove @dirrm from package list of 8 of my ports 2014-10-16 10:56:37 +00:00
John Marino
d0cfa3d1e2 misc/excel-writer: Upgrade version 13 => 14 2014-08-07 19:58:09 +00:00
John Marino
cac1c1bb51 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.
2014-04-13 09:51:20 +00:00
John Marino
86a7a2bc3f misc/excel-writer: Upgrade version 11 -> 12 2014-03-31 17:47:01 +00:00
John Marino
57aa88147e misc/excel-writer: Update version 07 to 11
Due to a change in how files were being stored at SourceForge, I didn't
realize that version 11 is actually the latest.
2014-03-24 16:56:12 +00:00
John Marino
912c9cc9e4 misc/excel-writer: Ensure short description includes "Ada"
This is important as the package is not (easily) usable for those
uninterested in Ada.
2014-03-24 10:31:15 +00:00
John Marino
4646a092a2 Add new Ada port: misc/excel_writer
Excel_Out is a package that can generate basically formatted Excel files.

* Ideal for the automatic production of reports
* Fast: on a HP Mini netbook (Intel Atom, 1.66 GHz), Excel Writer produced
  50 sheets per second where each sheet had 10,000 data cells
* Totally portable and no external library required
* No interation with MS Office software

WWW: http://excel-writer.sourceforge.net
2014-03-23 23:50:06 +00:00