From owner-svn-ports-head@freebsd.org Mon Sep 24 06:28:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3994010A5093; Mon, 24 Sep 2018 06:28:23 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D1EA67174D; Mon, 24 Sep 2018 06:28:22 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BE15B15B0A; Mon, 24 Sep 2018 06:28:22 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8O6SM84076827; Mon, 24 Sep 2018 06:28:22 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8O6SLs3076823; Mon, 24 Sep 2018 06:28:21 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201809240628.w8O6SLs3076823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 24 Sep 2018 06:28:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480548 - in head/archivers: . R-cran-zip X-SVN-Group: ports-head X-SVN-Commit-Author: dbn X-SVN-Commit-Paths: in head/archivers: . R-cran-zip X-SVN-Commit-Revision: 480548 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 06:28:23 -0000 Author: dbn Date: Mon Sep 24 06:28:21 2018 New Revision: 480548 URL: https://svnweb.freebsd.org/changeset/ports/480548 Log: archivers/R-cran-zip: Cross-Platform 'zip' Compression Generated by: portcran (0.1.8) Added: head/archivers/R-cran-zip/ head/archivers/R-cran-zip/Makefile (contents, props changed) head/archivers/R-cran-zip/distinfo (contents, props changed) head/archivers/R-cran-zip/pkg-descr (contents, props changed) Modified: head/archivers/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Mon Sep 24 05:36:03 2018 (r480547) +++ head/archivers/Makefile Mon Sep 24 06:28:21 2018 (r480548) @@ -4,6 +4,7 @@ COMMENT = Archivers SUBDIR += 9e + SUBDIR += R-cran-zip SUBDIR += advancecomp SUBDIR += amigadepacker SUBDIR += arc Added: head/archivers/R-cran-zip/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/R-cran-zip/Makefile Mon Sep 24 06:28:21 2018 (r480548) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= zip +DISTVERSION= 1.0.0 +CATEGORIES= archivers +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= dbn@FreeBSD.org +COMMENT= Cross-Platform 'zip' Compression + +LICENSE= CC0-1.0 + +TEST_DEPENDS= R-cran-withr>0:devel/R-cran-withr + +USES= cran:auto-plist,compiles + +.include Added: head/archivers/R-cran-zip/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/R-cran-zip/distinfo Mon Sep 24 06:28:21 2018 (r480548) @@ -0,0 +1,3 @@ +TIMESTAMP = 1537727310 +SHA256 (zip_1.0.0.tar.gz) = 6fa9ec7b093b8c717c50f205d4335c31c43c2ecb51c0242c9a0337d8d84df965 +SIZE (zip_1.0.0.tar.gz) = 60823 Added: head/archivers/R-cran-zip/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/R-cran-zip/pkg-descr Mon Sep 24 06:28:21 2018 (r480548) @@ -0,0 +1,4 @@ +Cross-Platform 'zip' Compression Library. A replacement for the 'zip' function, +that does not require any additional external tools on any platform. + +WWW: https://github.com/gaborcsardi/zip