View | Details | Raw Unified | Return to bug 169277 | Differences between
and this patch

Collapse All | Expand All

(-)textproc/freexl/Makefile (-3 / +3 lines)
Lines 2-14 Link Here
2
# Date created:				19 May 2012
2
# Date created:				19 May 2012
3
# Whom:					lbartoletti <coder@tuxfamily.org>
3
# Whom:					lbartoletti <coder@tuxfamily.org>
4
#
4
#
5
# $FreeBSD: ports/textproc/freexl/Makefile,v 1.2 2012/06/17 23:51:16 sylvio Exp $
5
# $FreeBSD: ports/textproc/freexl/Makefile,v 1.1 2012/05/20 19:31:10 scheidell Exp $
6
#
6
#
7
7
8
PORTNAME=	freexl
8
PORTNAME=	freexl
9
DISTVERSION=	1.0.0c
9
DISTVERSION=	1.0.0d
10
CATEGORIES=	textproc
10
CATEGORIES=	textproc
11
MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
11
MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/freexl-sources/
12
12
13
MAINTAINER=	coder@tuxfamily.org
13
MAINTAINER=	coder@tuxfamily.org
14
COMMENT=	Library to extract valid data from within an Excel (.xls) spreadsheet
14
COMMENT=	Library to extract valid data from within an Excel (.xls) spreadsheet
(-)textproc/freexl/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (freexl-1.0.0c.tar.gz) = fade1535d8231e9d4be5d7e9e8ab996bbb90d720c44d3277f03049d57fbc9e5a
1
SHA256 (freexl-1.0.0d.tar.gz) = b21307365e27078bccad16cc9618404322c3f8ef2e44c968b71b115b7f589fa2
2
SIZE (freexl-1.0.0c.tar.gz) = 913589
2
SIZE (freexl-1.0.0d.tar.gz) = 918724
(-)textproc/freexl/pkg-descr (-1 / +3 lines)
Lines 10-13 Link Here
10
Note that the final goal means that FreeXL ignores at all fonts, sizes and 
10
Note that the final goal means that FreeXL ignores at all fonts, sizes and 
11
alignments, and most formats. It ignores Pivot Table, Charts, Formulas, Visual 
11
alignments, and most formats. It ignores Pivot Table, Charts, Formulas, Visual 
12
Basic macros and so on. FreeXL is structurally simple and quite light-weight 
12
Basic macros and so on. FreeXL is structurally simple and quite light-weight 
13
(typically 40-80K of object code, stripped). 
13
(typically 40-80K of object code, stripped).
14
15
WWW:    https://www.gaia-gis.it/fossil/freexl/index

Return to bug 169277