aboutsummaryrefslogtreecommitdiff
path: root/math/libxls
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-01-27 00:14:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-01-27 00:14:31 +0000
commitb6b1e272dd059afcced7714fd9e7b10086d76b7b (patch)
tree3b7c30be963fa87d7f14de3dfd3a3cb5fc01fc38 /math/libxls
parentc56eb919d94c7cb9e4ddb2732f6bb6996bf12695 (diff)
downloadports-b6b1e272dd059afcced7714fd9e7b10086d76b7b.tar.gz
ports-b6b1e272dd059afcced7714fd9e7b10086d76b7b.zip
Library for parsing Excel (XLS) files, with a sample program for converting
Excel files into CSV. WWW: http://libxls.sourceforge.net/
Notes
Notes: svn path=/head/; revision=432541
Diffstat (limited to 'math/libxls')
-rw-r--r--math/libxls/Makefile21
-rw-r--r--math/libxls/distinfo3
-rw-r--r--math/libxls/pkg-descr4
-rw-r--r--math/libxls/pkg-plist12
4 files changed, 40 insertions, 0 deletions
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