Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2012 19:31:10 +0000 (UTC)
From:      Michael Scheidell <scheidell@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/textproc Makefile ports/textproc/freexl Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201205201931.q4KJVAAv082082@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scheidell    2012-05-20 19:31:10 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/freexl      Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add port: textproc/freexl
  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).
  
  - Fix PORTVERSION to be more standard (SET DISTVERSION, have PORTVERSION auto set) [2]
  - Fix Makefile and pkg-plist, pkhconfig must be in libdata/* not lib/* [2]
  - Fix category [2]
  
  PR:             ports/168131 [1]
  Submitted by:   lbartoletti <coder@tuxfamily.org> [1]
  Reviewed by:    scheidell@ (me) [2]
  
  Revision  Changes    Path
  1.1722    +1 -0      ports/textproc/Makefile
  1.1       +29 -0     ports/textproc/freexl/Makefile (new)
  1.1       +2 -0      ports/textproc/freexl/distinfo (new)
  1.1       +13 -0     ports/textproc/freexl/pkg-descr (new)
  1.1       +6 -0      ports/textproc/freexl/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205201931.q4KJVAAv082082>