From owner-cvs-all@FreeBSD.ORG Wed Jan 11 19:50:22 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF4371065672; Wed, 11 Jan 2012 19:50:22 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B488F8FC0C; Wed, 11 Jan 2012 19:50:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q0BJoMdM035415; Wed, 11 Jan 2012 19:50:22 GMT (envelope-from cs@repoman.freebsd.org) Received: (from cs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q0BJoMe4035414; Wed, 11 Jan 2012 19:50:22 GMT (envelope-from cs) Message-Id: <201201111950.q0BJoMe4035414@repoman.freebsd.org> From: Carlo Strub Date: Wed, 11 Jan 2012 19:50:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers Makefile ports/archivers/laszip Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2012 19:50:23 -0000 cs 2012-01-11 19:50:22 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/laszip Makefile distinfo pkg-descr pkg-plist Log: LASzip is a compression library for compressing ASPRS LAS format data. It has been provided as an LGPL-licensed stand-alone software library to allow other softwares that handle LAS data to read and write LASzip-compressed data. The BSD-licensed libLAS and the LGPL-licensed LASlib can take advantage of LASzip to read and write compressed data. LASzip is completely lossless. It compresses bulky LAS files into compact LAZ files that are only 10-20 percent of the original size, accurately preserving every single bit. PR: ports/163956 Submitted by: Rainer Hurling Approved by: glarkin@ (mentor) Revision Changes Path 1.269 +1 -0 ports/archivers/Makefile 1.1 +25 -0 ports/archivers/laszip/Makefile (new) 1.1 +2 -0 ports/archivers/laszip/distinfo (new) 1.1 +11 -0 ports/archivers/laszip/pkg-descr (new) 1.1 +10 -0 ports/archivers/laszip/pkg-plist (new)