aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2018-09-24 06:28:21 +0000
committerDavid Naylor <dbn@FreeBSD.org>2018-09-24 06:28:21 +0000
commit50d975283066e61fcf76074cf305a2a648ef4773 (patch)
tree2187c7f087bab73c1395544fe13f3920f760d7c5 /archivers
parent195f0b43ad52634f806ad684e0c9a29055175888 (diff)
downloadports-50d975283066e61fcf76074cf305a2a648ef4773.tar.gz
ports-50d975283066e61fcf76074cf305a2a648ef4773.zip
archivers/R-cran-zip: Cross-Platform 'zip' Compression
Generated by: portcran (0.1.8)
Notes
Notes: svn path=/head/; revision=480548
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/R-cran-zip/Makefile17
-rw-r--r--archivers/R-cran-zip/distinfo3
-rw-r--r--archivers/R-cran-zip/pkg-descr4
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