Fri Nov 27 14:00:26 2015 UTC ()
FreeXL is an open source library to extract valid data from within an Excel
(.xls) spreadsheet. FreeXL design goals:
* to be simple and lightweight
* to be stable, robust and efficient
* to be easily and universally portable
* completely ignoring any GUI-related oddity
Note that the final goal means that FreeXL ignores at all fonts, sizes and
alignments, and most formats. It ignores Pivot Table, Charts, Formulas, Visual
Basic macros and so on. FreeXL is structurally simple and quite light-weight
(typically 40-80K of object code, stripped).


(adam)
diff -r0 -r1.1 pkgsrc/textproc/freexl/DESCR
diff -r0 -r1.1 pkgsrc/textproc/freexl/Makefile
diff -r0 -r1.1 pkgsrc/textproc/freexl/PLIST
diff -r0 -r1.1 pkgsrc/textproc/freexl/buildlink3.mk
diff -r0 -r1.1 pkgsrc/textproc/freexl/distinfo

File Added: pkgsrc/textproc/freexl/DESCR
FreeXL is an open source library to extract valid data from within an Excel
(.xls) spreadsheet. FreeXL design goals:
* to be simple and lightweight
* to be stable, robust and efficient
* to be easily and universally portable
* completely ignoring any GUI-related oddity
Note that the final goal means that FreeXL ignores at all fonts, sizes and
alignments, and most formats. It ignores Pivot Table, Charts, Formulas, Visual
Basic macros and so on. FreeXL is structurally simple and quite light-weight
(typically 40-80K of object code, stripped).

File Added: pkgsrc/textproc/freexl/Makefile
# $NetBSD: Makefile,v 1.1 2015/11/27 14:00:26 adam Exp $

DISTNAME=	freexl-1.0.2
CATEGORIES=	textproc
MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/

MAINTAINER=	pkgsrc@NetBSD.org
HOMEPAGE=	https://www.gaia-gis.it/fossil/freexl/
COMMENT=	Library to extract valid data from an Excel spreadsheet
LICENSE=	gnu-gpl-v2 OR gnu-lgpl-v2.1

USE_LANGUAGES=		c
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
PKGCONFIG_OVERRIDE=	freexl.pc.in

.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/textproc/freexl/PLIST
@comment $NetBSD: PLIST,v 1.1 2015/11/27 14:00:26 adam Exp $
include/freexl.h
lib/libfreexl.la
lib/pkgconfig/freexl.pc

File Added: pkgsrc/textproc/freexl/buildlink3.mk
# $NetBSD: buildlink3.mk,v 1.1 2015/11/27 14:00:26 adam Exp $

BUILDLINK_TREE+=	freexl

.if !defined(FREEXL_BUILDLINK3_MK)
FREEXL_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.freexl+=	freexl>=1.0.2
BUILDLINK_PKGSRCDIR.freexl?=	../../textproc/freexl

.include "../../converters/libiconv/buildlink3.mk"
.endif	# FREEXL_BUILDLINK3_MK

BUILDLINK_TREE+=	-freexl

File Added: pkgsrc/textproc/freexl/distinfo
$NetBSD: distinfo,v 1.1 2015/11/27 14:00:26 adam Exp $

SHA1 (freexl-1.0.2.tar.gz) = 9878a2dfb23ba00be34605557ac454539411071d
RMD160 (freexl-1.0.2.tar.gz) = 8075965c0741a6c3d4daba71c6668b3e1cca41b5
SHA512 (freexl-1.0.2.tar.gz) = 554ad06905cbac3f88694e798369c1e1c4c64709eb4086b80eb3370dfd3bdc31d1b58441bcbf40b72700f177606ae900f2ab48ead873ac331c82edd718318354
Size (freexl-1.0.2.tar.gz) = 939064 bytes