archivers/R-cran-zip: Cross-Platform 'zip' Compression
Generated by: portcran (0.1.8)
This commit is contained in:
parent
195f0b43ad
commit
50d9752830
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480548
@ -4,6 +4,7 @@
|
||||
COMMENT = Archivers
|
||||
|
||||
SUBDIR += 9e
|
||||
SUBDIR += R-cran-zip
|
||||
SUBDIR += advancecomp
|
||||
SUBDIR += amigadepacker
|
||||
SUBDIR += arc
|
||||
|
17
archivers/R-cran-zip/Makefile
Normal file
17
archivers/R-cran-zip/Makefile
Normal file
@ -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>
|
3
archivers/R-cran-zip/distinfo
Normal file
3
archivers/R-cran-zip/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1537727310
|
||||
SHA256 (zip_1.0.0.tar.gz) = 6fa9ec7b093b8c717c50f205d4335c31c43c2ecb51c0242c9a0337d8d84df965
|
||||
SIZE (zip_1.0.0.tar.gz) = 60823
|
4
archivers/R-cran-zip/pkg-descr
Normal file
4
archivers/R-cran-zip/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user