Date: Sun, 20 May 2012 09:20:07 GMT From: "coder.tuxfamily" <coder@tuxfamily.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/168131: New port: databases/freexl FreeXL is an open source library to extract valid data from within an Excel (.xls) spreadsheet. Message-ID: <201205200920.q4K9K73W057309@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/168131; it has been noted by GNATS. From: "coder.tuxfamily" <coder@tuxfamily.org> To: bug-followup@FreeBSD.org, edwin@FreeBSD.org Cc: Subject: Re: ports/168131: New port: databases/freexl FreeXL is an open source library to extract valid data from within an Excel (.xls) spreadsheet. Date: Sun, 20 May 2012 11:13:41 +0200 This is a multi-part message in MIME format. --------------010909020608040400060506 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I made a mistake with the patch (i forgot the plist...). Here is the good. Thanks --------------010909020608040400060506 Content-Type: text/plain; charset=UTF-8; name="freexl.shar" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="freexl.shar" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # freexl # freexl/Makefile # freexl/pkg-plist # freexl/distinfo # freexl/pkg-descr # echo c - freexl mkdir -p freexl > /dev/null 2>&1 echo x - freexl/Makefile sed 's/^X//' >freexl/Makefile << '396fde5c49846dec48f601121f99e455' X# New ports collection makefile for: spatialite X# Date created: 11 July 2008 X# Whom: Wen Heping <wenheping@gmail.com> X# X# $FreeBSD: ports/databases/spatialite/Makefile,v 1.10 2012/05/07 08:12:51 wen Exp $ X# X XPORTNAME= freexl XPORTVERSION= 1.0.0b XCATEGORIES= databases geography XMASTER_SITES= http://www.gaia-gis.it/gaia-sins/ X XMAINTAINER= coder@tuxfamily.org XCOMMENT= Library to extract valid data from within an Excel (.xls) spreadsheet X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_ICONV= yes X XCFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib -liconv XCONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" XUSE_LDCONFIG= yes X X.include <bsd.port.mk> 396fde5c49846dec48f601121f99e455 echo x - freexl/pkg-plist sed 's/^X//' >freexl/pkg-plist << '9023895d2186e11eab9dc6669e4538b6' Xinclude/freexl.h Xlib/libfreexl.a Xlib/libfreexl.la Xlib/libfreexl.so Xlib/libfreexl.so.1 Xlib/pkgconfig/freexl.pc X@dirrm lib/pkgconfig 9023895d2186e11eab9dc6669e4538b6 echo x - freexl/distinfo sed 's/^X//' >freexl/distinfo << '49935d2aac0d371cbd7ec7bc26c1a406' XSHA256 (freexl-1.0.0b.tar.gz) = da60c6041badd24114b3e4415d72de50c4f1c243fde179a24494e5bbcdc658f0 XSIZE (freexl-1.0.0b.tar.gz) = 909489 49935d2aac0d371cbd7ec7bc26c1a406 echo x - freexl/pkg-descr sed 's/^X//' >freexl/pkg-descr << 'ab510d2e249d5324f59f11c8c7fdc724' XFreeXL is an open source library to extract valid data from within an Excel X(.xls) spreadsheet. XFreeXL design goals: X X to be simple and lightweight X to be stable, robust and efficient X to be easily and universally portable X completely ignoring any GUI-related oddity X XNote that the final goal means that FreeXL ignores at all fonts, sizes and Xalignments, and most formats. It ignores Pivot Table, Charts, Formulas, Visual XBasic macros and so on. FreeXL is structurally simple and quite light-weight X(typically 40-80K of object code, stripped). ab510d2e249d5324f59f11c8c7fdc724 exit --------------010909020608040400060506--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205200920.q4K9K73W057309>