pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/libxls libxls: Import libxls-1.5.0 as textpro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c9a09f779b4
branches:  trunk
changeset: 319332:9c9a09f779b4
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Feb 11 21:55:27 2019 +0000

description:
libxls: Import libxls-1.5.0 as textproc/libxls

C library to extract cell data and some metadata from legacy Microsoft Excel
files.  Also includes an 'xls2csv' tool.

Packaged in pkgsrc-wip by Sijmen J. Mulder.

diffstat:

 textproc/libxls/DESCR         |   2 ++
 textproc/libxls/Makefile      |  17 +++++++++++++++++
 textproc/libxls/PLIST         |  12 ++++++++++++
 textproc/libxls/buildlink3.mk |  14 ++++++++++++++
 textproc/libxls/distinfo      |   6 ++++++
 5 files changed, 51 insertions(+), 0 deletions(-)

diffs (71 lines):

diff -r cf4cac98bd9a -r 9c9a09f779b4 textproc/libxls/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/libxls/DESCR     Mon Feb 11 21:55:27 2019 +0000
@@ -0,0 +1,2 @@
+C library to extract cell data and some metadata from legacy Microsoft Excel
+files.  Also includes an 'xls2csv' tool.
diff -r cf4cac98bd9a -r 9c9a09f779b4 textproc/libxls/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/libxls/Makefile  Mon Feb 11 21:55:27 2019 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2019/02/11 21:55:27 leot Exp $
+
+DISTNAME=      libxls-1.5.0
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=libxls/}
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
+
+MAINTAINER=    ik%sjmulder.nl@localhost
+HOMEPAGE=      https://github.com/libxls/libxls
+COMMENT=       Extract cell data from legacy Microsoft Excel files
+LICENSE=       2-clause-bsd
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cf4cac98bd9a -r 9c9a09f779b4 textproc/libxls/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/libxls/PLIST     Mon Feb 11 21:55:27 2019 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/11 21:55:27 leot Exp $
+bin/xls2csv
+include/libxls/brdb.c.h
+include/libxls/brdb.h
+include/libxls/endian.h
+include/libxls/ole.h
+include/libxls/xlsstruct.h
+include/libxls/xlstool.h
+include/libxls/xlstypes.h
+include/xls.h
+lib/libxlsreader.la
+man/man1/xls2csv.1
diff -r cf4cac98bd9a -r 9c9a09f779b4 textproc/libxls/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/libxls/buildlink3.mk     Mon Feb 11 21:55:27 2019 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/02/11 21:55:27 leot Exp $
+
+BUILDLINK_TREE+=       libxls
+
+.if !defined(LIBXLS_BUILDLINK3_MK)
+LIBXLS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libxls+= libxls>=1.5.0
+BUILDLINK_PKGSRCDIR.libxls?=   ../../textproc/libxls
+
+.include "../../converters/libiconv/buildlink3.mk"
+.endif
+
+BUILDLINK_TREE+=       -libxls
diff -r cf4cac98bd9a -r 9c9a09f779b4 textproc/libxls/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/libxls/distinfo  Mon Feb 11 21:55:27 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/11 21:55:27 leot Exp $
+
+SHA1 (libxls-1.5.0.tar.gz) = 02742e792dc4cefb72caa3d971963bf49793aa0d
+RMD160 (libxls-1.5.0.tar.gz) = ed5eabbb14e7a2d0745de924bda41992c9331f13
+SHA512 (libxls-1.5.0.tar.gz) = 11796bc0a11649eb4a3a51861625e1e8a3bbc36d184727f7235710aaafa4c66a4f3e7b7b32b19416591479e5711aa3353672f4d609abbd8cfa2011a7186f5901
+Size (libxls-1.5.0.tar.gz) = 424639 bytes



Home | Main Index | Thread Index | Old Index