From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 24 15:00:27 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 A946E1065672 for ; Sun, 24 Jun 2012 15:00:27 +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 949C78FC16 for ; Sun, 24 Jun 2012 15:00:27 +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 q5OF0RN9035774 for ; Sun, 24 Jun 2012 15:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5OF0RhP035773; Sun, 24 Jun 2012 15:00:27 GMT (envelope-from gnats) Date: Sun, 24 Jun 2012 15:00:27 GMT Message-Id: <201206241500.q5OF0RhP035773@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/169041: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2012 15:00:27 -0000 The following reply was made to PR ports/169041; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/169041: commit references a PR Date: Sun, 24 Jun 2012 14:58:18 +0000 (UTC) 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 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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"