From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 20 09:20:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9667D106564A for ; Sun, 20 May 2012 09:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7F1F58FC0C for ; Sun, 20 May 2012 09:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4K9K7ws057310 for ; Sun, 20 May 2012 09:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4K9K73W057309; Sun, 20 May 2012 09:20:07 GMT (envelope-from gnats) Date: Sun, 20 May 2012 09:20:07 GMT Message-Id: <201205200920.q4K9K73W057309@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "coder.tuxfamily" 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. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "coder.tuxfamily" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 09:20:07 -0000 The following reply was made to PR ports/168131; it has been noted by GNATS. From: "coder.tuxfamily" 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 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 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--