diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/libxls/Makefile | 21 | ||||
-rw-r--r-- | math/libxls/distinfo | 3 | ||||
-rw-r--r-- | math/libxls/pkg-descr | 4 | ||||
-rw-r--r-- | math/libxls/pkg-plist | 12 |
5 files changed, 41 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 492c8b0dc1d7..ba6d7291c325 100644 --- a/math/Makefile +++ b/math/Makefile @@ -259,6 +259,7 @@ SUBDIR += librsb SUBDIR += libtommath SUBDIR += libtsnnls + SUBDIR += libxls SUBDIR += linpack SUBDIR += lll_spect SUBDIR += lp_solve diff --git a/math/libxls/Makefile b/math/libxls/Makefile new file mode 100644 index 000000000000..f0878d407514 --- /dev/null +++ b/math/libxls/Makefile @@ -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> diff --git a/math/libxls/distinfo b/math/libxls/distinfo new file mode 100644 index 000000000000..5342f5d0942c --- /dev/null +++ b/math/libxls/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1485474888 +SHA256 (libxls-1.4.0.zip) = d3baea458a511d9b587a367528fa2a7fef410113ac9f6359834469b8f8d10dbd +SIZE (libxls-1.4.0.zip) = 428782 diff --git a/math/libxls/pkg-descr b/math/libxls/pkg-descr new file mode 100644 index 000000000000..5b8e555129be --- /dev/null +++ b/math/libxls/pkg-descr @@ -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/ diff --git a/math/libxls/pkg-plist b/math/libxls/pkg-plist new file mode 100644 index 000000000000..9c125ff51377 --- /dev/null +++ b/math/libxls/pkg-plist @@ -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 |