From owner-cvs-ports@FreeBSD.ORG Sat Aug 6 08:06:59 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CAF4106564A; Sat, 6 Aug 2011 08:06:59 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 03B258FC0C; Sat, 6 Aug 2011 08:06:59 +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 p7686wae002882; Sat, 6 Aug 2011 08:06:58 GMT (envelope-from tota@repoman.freebsd.org) Received: (from tota@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7686wc1002881; Sat, 6 Aug 2011 08:06:58 GMT (envelope-from tota) Message-Id: <201108060806.p7686wc1002881@repoman.freebsd.org> From: TAKATSU Tomonari Date: Sat, 6 Aug 2011 08:06:58 +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/rubygem-archive-zip Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 08:06:59 -0000 tota 2011-08-06 08:06:58 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/rubygem-archive-zip Makefile distinfo pkg-descr Log: - Add a new port: archivers/rubygem-archive-zip The Archive::Zip library intends to provide a simple, yet complete and Ruby-esque, interface to working with ZIP archives. Basic archive creation and extraction can be handled using only a few methods. More complex operations involving the manipulation of existing archives in place (adding, removing, and modifying entries) are also possible with a little more work. Even adding advanced features such as new compression codecs are supported with a moderate amount of effort. WWW: https://github.com/javanthropus/archive-zip Revision Changes Path 1.263 +1 -0 ports/archivers/Makefile 1.1 +22 -0 ports/archivers/rubygem-archive-zip/Makefile (new) 1.1 +2 -0 ports/archivers/rubygem-archive-zip/distinfo (new) 1.1 +10 -0 ports/archivers/rubygem-archive-zip/pkg-descr (new)