pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import libxls
Module Name: pkgsrc-wip
Committed By: Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By: sjmulder
Date: Mon Dec 10 18:05:23 2018 +0100
Changeset: 4e372f893dd8f4d603c9d5c3b7c340eafec44398
Added Files:
libxls/DESCR
libxls/Makefile
libxls/PLIST
libxls/buildlink3.mk
libxls/distinfo
Log Message:
Import libxls
C library to extract cell data and some metadata from legacy Microsoft
Excel files. Also includes an 'xls2csv' tool.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4e372f893dd8f4d603c9d5c3b7c340eafec44398
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libxls/DESCR | 2 ++
libxls/Makefile | 17 +++++++++++++++++
libxls/PLIST | 10 ++++++++++
libxls/buildlink3.mk | 12 ++++++++++++
libxls/distinfo | 6 ++++++
5 files changed, 47 insertions(+)
diffs:
diff --git a/libxls/DESCR b/libxls/DESCR
new file mode 100644
index 0000000000..cb614e030d
--- /dev/null
+++ b/libxls/DESCR
@@ -0,0 +1,2 @@
+C library to extract cell data and some metadata from legacy Microsoft Excel
+files. Also includes an 'xls2csv' tool.
diff --git a/libxls/Makefile b/libxls/Makefile
new file mode 100644
index 0000000000..594124703e
--- /dev/null
+++ b/libxls/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME= libxls-1.4.0
+CATEGORIES= devel textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libxls/}
+EXTRACT_SUFX= .zip
+WRKSRC= ${WRKDIR}/libxls
+
+MAINTAINER= ik%sjmulder.nl@localhost
+HOMEPAGE= http://libxls.sourceforge.net/
+COMMENT= Extract cell data from legacy Microsoft Excel files
+LICENSE= 2-clause-bsd
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libxls/PLIST b/libxls/PLIST
new file mode 100644
index 0000000000..022f23e2cc
--- /dev/null
+++ b/libxls/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+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.la
diff --git a/libxls/buildlink3.mk b/libxls/buildlink3.mk
new file mode 100644
index 0000000000..d9395da743
--- /dev/null
+++ b/libxls/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= libxls
+
+.if !defined(LIBXLS_BUILDLINK3_MK)
+LIBXLS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libxls+= libxls>=1.4.0
+BUILDLINK_PKGSRCDIR.libxls?= ../../wip/libxls
+.endif
+
+BUILDLINK_TREE+= -libxls
diff --git a/libxls/distinfo b/libxls/distinfo
new file mode 100644
index 0000000000..490ac9b5cd
--- /dev/null
+++ b/libxls/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libxls-1.4.0.zip) = 7fc2ef019e6bfef6fbde5a9722410f710031a47b
+RMD160 (libxls-1.4.0.zip) = 43fb5d07c5b8338d700fce66b68775ea805df483
+SHA512 (libxls-1.4.0.zip) = e55c0faa25b17a42d53ca939c80e1d3fd0c0e91de7f73d3d10d1fb6658e58e8f38f4e6288a3e3ecb9ae53ea681629ee66ec173229325eea69e01cbd038e68c95
+Size (libxls-1.4.0.zip) = 428782 bytes
Home |
Main Index |
Thread Index |
Old Index