From owner-cvs-all@FreeBSD.ORG Sun Oct 23 07:00:41 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 1EA6B106564A; Sun, 23 Oct 2011 07:00:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E94788FC08; Sun, 23 Oct 2011 07: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 p9N70eaV047762; Sun, 23 Oct 2011 07:00:40 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9N70e4m047761; Sun, 23 Oct 2011 07:00:40 GMT (envelope-from sunpoet) Message-Id: <201110230700.p9N70e4m047761@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Oct 2011 07: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 Makefile ports/archivers/p5-Archive-Extract-Libarchive 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: Sun, 23 Oct 2011 07:00:41 -0000 sunpoet 2011-10-23 07:00:40 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/p5-Archive-Extract-Libarchive Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Archive-Extract-Libarchive 0.35 Archive::Extract::Libarchive has a similar interface to Archive::Extract, but instead of using Perl modules and external commands, it uses the libarchive C libary. It supports many different archive formats and compression algorithms and is fast. WWW: http://search.cpan.org/dist/Archive-Extract-Libarchive/ Revision Changes Path 1.265 +1 -0 ports/archivers/Makefile 1.1 +30 -0 ports/archivers/p5-Archive-Extract-Libarchive/Makefile (new) 1.1 +2 -0 ports/archivers/p5-Archive-Extract-Libarchive/distinfo (new) 1.1 +6 -0 ports/archivers/p5-Archive-Extract-Libarchive/pkg-descr (new) 1.1 +8 -0 ports/archivers/p5-Archive-Extract-Libarchive/pkg-plist (new)