Port details |
- excel-writer Ada package for easily creating Excel files with basic formats
- 15_2 misc
=0 15_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2014-03-23 23:50:16
- Last Update: 2022-02-28 21:34:25
- Commit Hash: 8e2a89b
- License: MIT
- WWW:
- http://excel-writer.sourceforge.net
- Description:
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- excel-writer>0:misc/excel-writer
- No installation instructions:
- This port has been deleted.
- PKGNAME: excel-writer
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (excel_writer_15.zip) = 1fc4cfe500538ba6b58c588f2a4f91547e92c7c492772eafd7418f83678691fc
SIZE (excel_writer_15.zip) = 51883
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ada : lang/gcc6-aux
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for excel-writer-15_2:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- misc_excel-writer
- USES:
- ada zip dos2unix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
15_2 28 Feb 2022 21:34:25 |
Rene Ladan (rene) |
cleanup: Remove ports depending on expired lang/gcc6-aux
Keep ports-mgmt/synth and dependencies (including lang/gcc6-aux itself)
for now as synth is the only Ada port still maintained and might be
somewhat high-profile.
Removed ports:
archivers/zip-ada
cad/ghdl
databases/adabase
databases/apq
databases/apq-mysql
databases/apq-odbc
databases/apq-pgsql
devel/ada-util (Only the first 15 lines of the commit message are shown above ) |
15_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
15_2 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
15_1 26 May 2017 09:00:38 |
amdmi3 |
- Switch to options helpers
Approved by: portmgr blanket |
15_1 21 Apr 2017 20:25:01 |
rene |
Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by: Mark Millard via private e-mail |
15_1 15 Feb 2017 21:33:11 |
rene |
Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.
The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time. |
15_1 11 Feb 2017 12:42:30 |
rene |
Return ports maintained by John Marino to the pool, see r433827 for details |
15_1 30 Apr 2016 06:44:28 |
marino |
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). |
15 29 Apr 2016 19:07:24 |
marino |
misc/excel-writer: upgrade version 14 => 15 |
14 16 Oct 2014 10:56:38 |
marino |
Remove @dirrm from package list of 8 of my ports |
14 07 Aug 2014 19:58:10 |
marino |
misc/excel-writer: Upgrade version 13 => 14 |
13 13 Apr 2014 09:51:20 |
marino |
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. |
12 31 Mar 2014 17:47:01 |
marino |
misc/excel-writer: Upgrade version 11 -> 12 |
11 24 Mar 2014 16:56:12 |
marino |
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. |
07 24 Mar 2014 10:31:16 |
marino |
misc/excel-writer: Ensure short description includes "Ada"
This is important as the package is not (easily) usable for those
uninterested in Ada. |
07 23 Mar 2014 23:50:06 |
marino |
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 |