Date: Mon, 24 Sep 2018 06:28:21 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> 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 Message-ID: <201809240628.w8O6SLs3076823@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809240628.w8O6SLs3076823>