Port details |
- xlreader Convert .xls spread sheets to tab delimited CSV or SQL inserts
- 0.9.0 textproc
=2 0.9.0Version of this port present on the latest quarterly branch. - Maintainer: ehaupt@FreeBSD.org
 - Port Added: 2005-06-29 15:29:41
- Last Update: 2022-07-20 14:23:14
- Commit Hash: 5cf7e35
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- Description:
- Read data from Excel spread sheets without Microsoft! Provides an API to allow
any application to read Excel documents. The xlreader tool converts Excel data
to tab delimited, CSV or SQL inserts. Written in C. Based on the Java
version by Andrew Khan.
This project was designed out of frustration.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xlreader>0:textproc/xlreader
- To install the port:
- cd /usr/ports/textproc/xlreader/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/xlreader
- pkg install xlreader
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xlreader
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xlreader-0.9.0.tgz) = 53d556a77d67b3d6e8a4919a7753c019fc5395b8e2f5e33eb324dcf7c075d7fa
SIZE (xlreader-0.9.0.tgz) = 45838
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_xlreader
- USES:
- tar:tgz
- 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 |
0.9.0 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.9.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.9.0 29 Nov 2014 20:22:07
  |
ehaupt  |
Convert to USES=tar:tgz |
0.9.0 22 Oct 2013 21:52:00
  |
ehaupt  |
Support staging |
0.9.0 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.9.0 24 Jul 2013 08:19:07
  |
ehaupt  |
Remove MAKE_JOBS_SAFE which is now default. |
0.9.0 08 Jul 2013 18:42:16
  |
ehaupt  |
- Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header |
0.9.0 08 Jan 2012 07:01:25
 |
eadler  |
Repeated words are are hard to to find sometimes.
Approved by: portmgr (itetcu) |
0.9.0 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.9.0 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
0.9.0 22 Aug 2009 00:37:17
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
0.9.0 27 Mar 2009 09:53:36
 |
ehaupt  |
Mark MAKE_JOBS_SAFE |
0.9.0 08 Jan 2007 22:13:19
 |
ehaupt  |
- Use sourceforge mirror for distfile
- Remove WWW, project page (not sf) is very unreliable |
0.9.0 01 Jun 2006 12:13:54
 |
ehaupt  |
Add an additional mirror. |
0.9.0 19 Feb 2006 11:39:14
 |
ehaupt  |
Remove deprecated USE_REINPLACE |
0.9.0 30 Nov 2005 14:01:14
 |
ehaupt  |
Add SHA256 hashes to my ports |
0.9.0 06 Oct 2005 11:57:11
 |
ehaupt  |
Change MAINTAINER address for my ports.
Approved by: novel (mentor) |
0.9.0 29 Jun 2005 15:29:10
 |
jylefort  |
Add xlreader.
Read data from Excel spread sheets without Microsoft! Provides an API to allow
any application to read Excel documents. The xlreader tool converts Excel data
to tab delimited, CSV or SQL inserts. Written in C. Based on the the Java
version by Andrew Khan.
This project was designed out of frustration.
WWW: http://www.giffin.org/xlreader.php
PR: ports/82629
Submitted by: Emanuel Haupt <ehaupt@critical.ch> |