Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2012 14:58:08 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/libgta Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201206241458.q5OEw8oK083225@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sunpoet     2012-06-24 14:58:08 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/libgta         Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add libgta 1.0.2
  
  Libgta is a portable library that implements the Generic Tagged Array (GTA) file
  format. This file format has the following features:
  - GTAs can store any kind of data in multidimensional arrays
  - GTAs can optionally use simple tags to store rich metadata
  - GTAs are streamable, which allows direct reading from and writing to pipes,
    network sockets, and other non-seekable media
  - GTAs can use ZLIB, BZIP2, or XZ compression, allowing a tradeoff between
    compression/decompression speed and compression ratio
  - Uncompressed GTA files allow easy out-of-core data access for very large
    arrays
  
  See http://gta.nongnu.org/ for more information.
  
  WWW: http://gta.nongnu.org/libgta.html
  
  PR:             ports/169041
  Submitted by:   lbartoletti <coder@tuxfamily.org>
  
  Revision  Changes    Path
  1.5003    +1 -0      ports/devel/Makefile
  1.1       +34 -0     ports/devel/libgta/Makefile (new)
  1.1       +2 -0      ports/devel/libgta/distinfo (new)
  1.1       +14 -0     ports/devel/libgta/pkg-descr (new)
  1.1       +17 -0     ports/devel/libgta/pkg-plist (new)



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