From owner-cvs-all@FreeBSD.ORG Sun May 8 19:00:40 2011 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 42D11106566B; Sun, 8 May 2011 19:00:40 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 363D18FC16; Sun, 8 May 2011 19:00:40 +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 p48J0ee9054148; Sun, 8 May 2011 19:00:40 GMT (envelope-from ashish@repoman.freebsd.org) Received: (from ashish@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p48J0eGN054147; Sun, 8 May 2011 19:00:40 GMT (envelope-from ashish) Message-Id: <201105081900.p48J0eGN054147@repoman.freebsd.org> From: Ashish SHUKLA Date: Sun, 8 May 2011 19:00:40 +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/hs-tar Makefile distinfo pkg-descr 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: Sun, 08 May 2011 19:00:40 -0000 ashish 2011-05-08 19:00:40 UTC FreeBSD ports repository Added files: archivers/hs-tar Makefile distinfo pkg-descr Log: This library is for working with ".tar" archive files. It can read and write a range of common variations of archive format including V7, USTAR, POSIX and GNU formats. It provides support for packing and unpacking portable archives. This makes it suitable for distribution but not backup because details like file ownership and exact permissions are not preserved. WWW: http://hackage.haskell.org/package/tar Obtained from: FreeBSD Haskell Approved by: pgj (mentor) Revision Changes Path 1.1 +18 -0 ports/archivers/hs-tar/Makefile (new) 1.1 +2 -0 ports/archivers/hs-tar/distinfo (new) 1.1 +8 -0 ports/archivers/hs-tar/pkg-descr (new)