mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Library for parsing Excel (XLS) files, with a sample program for converting
Excel files into CSV. WWW: http://libxls.sourceforge.net/
This commit is contained in:
parent
c56eb919d9
commit
b6b1e272dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432541
5 changed files with 41 additions and 0 deletions
|
@ -259,6 +259,7 @@
|
||||||
SUBDIR += librsb
|
SUBDIR += librsb
|
||||||
SUBDIR += libtommath
|
SUBDIR += libtommath
|
||||||
SUBDIR += libtsnnls
|
SUBDIR += libtsnnls
|
||||||
|
SUBDIR += libxls
|
||||||
SUBDIR += linpack
|
SUBDIR += linpack
|
||||||
SUBDIR += lll_spect
|
SUBDIR += lll_spect
|
||||||
SUBDIR += lp_solve
|
SUBDIR += lp_solve
|
||||||
|
|
21
math/libxls/Makefile
Normal file
21
math/libxls/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= libxls
|
||||||
|
PORTVERSION= 1.4.0
|
||||||
|
CATEGORIES= math devel
|
||||||
|
MASTER_SITES= SF/${PORTNAME}/
|
||||||
|
|
||||||
|
MAINTAINER= bapt@FreeBSD.org
|
||||||
|
COMMENT= Extract Cell Data From Excel xls files
|
||||||
|
|
||||||
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
|
USES= zip libtool
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
math/libxls/distinfo
Normal file
3
math/libxls/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1485474888
|
||||||
|
SHA256 (libxls-1.4.0.zip) = d3baea458a511d9b587a367528fa2a7fef410113ac9f6359834469b8f8d10dbd
|
||||||
|
SIZE (libxls-1.4.0.zip) = 428782
|
4
math/libxls/pkg-descr
Normal file
4
math/libxls/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Library for parsing Excel (XLS) files, with a sample program for converting
|
||||||
|
Excel files into CSV.
|
||||||
|
|
||||||
|
WWW: http://libxls.sourceforge.net/
|
12
math/libxls/pkg-plist
Normal file
12
math/libxls/pkg-plist
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
bin/xls2csv
|
||||||
|
include/libxls/brdb.c.h
|
||||||
|
include/libxls/brdb.h
|
||||||
|
include/libxls/ole.h
|
||||||
|
include/libxls/xlsstruct.h
|
||||||
|
include/libxls/xlstool.h
|
||||||
|
include/libxls/xlstypes.h
|
||||||
|
include/xls.h
|
||||||
|
lib/libxlsreader.a
|
||||||
|
lib/libxlsreader.so
|
||||||
|
lib/libxlsreader.so.1
|
||||||
|
lib/libxlsreader.so.1.2.1
|
Loading…
Add table
Reference in a new issue