diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-05-21 03:31:10 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-05-21 03:31:10 +0800 |
commit | 349b890610c513d42a4f25b73a1de912a3a0f838 (patch) | |
tree | 3ee09c06751bb974b9ea594cb3011c00fe5b71f4 /textproc/Makefile | |
parent | 4a8bd06692f91013384d45da25ed3feaf5252ad8 (diff) | |
download | freebsd-ports-gnome-349b890610c513d42a4f25b73a1de912a3a0f838.tar.gz freebsd-ports-gnome-349b890610c513d42a4f25b73a1de912a3a0f838.tar.zst freebsd-ports-gnome-349b890610c513d42a4f25b73a1de912a3a0f838.zip |
Add port: textproc/freexl
FreeXL is an open source library to extract valid data from within an Excel
(.xls) spreadsheet.
FreeXL design goals:
to be simple and lightweight
to be stable, robust and efficient
to be easily and universally portable
completely ignoring any GUI-related oddity
Note that the final goal means that FreeXL ignores at all fonts, sizes and
alignments, and most formats. It ignores Pivot Table, Charts, Formulas, Visual
Basic macros and so on. FreeXL is structurally simple and quite light-weight
(typically 40-80K of object code, stripped).
- Fix PORTVERSION to be more standard (SET DISTVERSION, have PORTVERSION auto set) [2]
- Fix Makefile and pkg-plist, pkhconfig must be in libdata/* not lib/* [2]
- Fix category [2]
PR: ports/168131 [1]
Submitted by: lbartoletti <coder@tuxfamily.org> [1]
Reviewed by: scheidell@ (me) [2]
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 75f05cde15e6..f9e949d221ad 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -192,6 +192,7 @@ SUBDIR += fpc-aspell SUBDIR += fpc-libxml2 SUBDIR += freegrep + SUBDIR += freexl SUBDIR += fy-aspell SUBDIR += ga-aspell SUBDIR += gastex |