diff options
author | dbn <dbn@FreeBSD.org> | 2018-09-24 14:28:21 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2018-09-24 14:28:21 +0800 |
commit | 8cd37e5ac23fa7e90dd26e1a59589032b39291b7 (patch) | |
tree | 2187c7f087bab73c1395544fe13f3920f760d7c5 /archivers | |
parent | a122e589be61897c7392f562fced78694ad6da48 (diff) | |
download | freebsd-ports-gnome-8cd37e5ac23fa7e90dd26e1a59589032b39291b7.tar.gz freebsd-ports-gnome-8cd37e5ac23fa7e90dd26e1a59589032b39291b7.tar.zst freebsd-ports-gnome-8cd37e5ac23fa7e90dd26e1a59589032b39291b7.zip |
archivers/R-cran-zip: Cross-Platform 'zip' Compression
Generated by: portcran (0.1.8)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/R-cran-zip/Makefile | 17 | ||||
-rw-r--r-- | archivers/R-cran-zip/distinfo | 3 | ||||
-rw-r--r-- | archivers/R-cran-zip/pkg-descr | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 249508184876..01ad9cf13c7f 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -4,6 +4,7 @@ COMMENT = Archivers SUBDIR += 9e + SUBDIR += R-cran-zip SUBDIR += advancecomp SUBDIR += amigadepacker SUBDIR += arc diff --git a/archivers/R-cran-zip/Makefile b/archivers/R-cran-zip/Makefile new file mode 100644 index 000000000000..6e5b95569a49 --- /dev/null +++ b/archivers/R-cran-zip/Makefile @@ -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> diff --git a/archivers/R-cran-zip/distinfo b/archivers/R-cran-zip/distinfo new file mode 100644 index 000000000000..613a31e99759 --- /dev/null +++ b/archivers/R-cran-zip/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1537727310 +SHA256 (zip_1.0.0.tar.gz) = 6fa9ec7b093b8c717c50f205d4335c31c43c2ecb51c0242c9a0337d8d84df965 +SIZE (zip_1.0.0.tar.gz) = 60823 diff --git a/archivers/R-cran-zip/pkg-descr b/archivers/R-cran-zip/pkg-descr new file mode 100644 index 000000000000..5c78a1c12102 --- /dev/null +++ b/archivers/R-cran-zip/pkg-descr @@ -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 |