pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Initial commit.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4e23c2b53db7
branches: trunk
changeset: 336999:4e23c2b53db7
user: brook <brook%pkgsrc.org@localhost>
date: Tue Jul 30 22:26:11 2019 +0000
description:
Initial commit.
Cross-Platform 'zip' Compression Library. A replacement for the 'zip'
function, that does not require any additional external tools on any
platform.
diffstat:
archivers/Makefile | 3 ++-
archivers/R-zip/DESCR | 3 +++
archivers/R-zip/Makefile | 16 ++++++++++++++++
archivers/R-zip/distinfo | 6 ++++++
doc/CHANGES-2019 | 3 ++-
5 files changed, 29 insertions(+), 2 deletions(-)
diffs (66 lines):
diff -r cad7286efa63 -r 4e23c2b53db7 archivers/Makefile
--- a/archivers/Makefile Tue Jul 30 18:41:58 2019 +0000
+++ b/archivers/Makefile Tue Jul 30 22:26:11 2019 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.162 2019/05/29 19:48:29 adam Exp $
+# $NetBSD: Makefile,v 1.163 2019/07/30 22:26:11 brook Exp $
#
COMMENT= Archivers
SUBDIR+= 9e
+SUBDIR+= R-zip
SUBDIR+= advancecomp
SUBDIR+= afio
SUBDIR+= arc
diff -r cad7286efa63 -r 4e23c2b53db7 archivers/R-zip/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/R-zip/DESCR Tue Jul 30 22:26:11 2019 +0000
@@ -0,0 +1,3 @@
+Cross-Platform 'zip' Compression Library. A replacement for the 'zip'
+function, that does not require any additional external tools on any
+platform.
diff -r cad7286efa63 -r 4e23c2b53db7 archivers/R-zip/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/R-zip/Makefile Tue Jul 30 22:26:11 2019 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/07/30 22:26:11 brook Exp $
+
+CATEGORIES= archivers R
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${R_HOMEPAGE_BASE}/zip/
+COMMENT= Cross-platform 'zip' compression
+LICENSE= cc0-1.0-universal
+
+R_PKGNAME= zip
+R_PKGVER= 2.0.3
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r cad7286efa63 -r 4e23c2b53db7 archivers/R-zip/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/R-zip/distinfo Tue Jul 30 22:26:11 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/30 22:26:11 brook Exp $
+
+SHA1 (R/zip_2.0.3.tar.gz) = ce8568b8f10c6908208d7358ca5f15a8ab6dbb2e
+RMD160 (R/zip_2.0.3.tar.gz) = 30276765c2e799207346841249277ca9f237cbd2
+SHA512 (R/zip_2.0.3.tar.gz) = a7ccb26b9c9ade2f9ffbdf2dcd5e37cde4a6364b3882e01ab62ae85a4f2a62532537b6681225edeac7647284eed2650a698fbf0158761912c59c4c35e03482d6
+Size (R/zip_2.0.3.tar.gz) = 96348 bytes
diff -r cad7286efa63 -r 4e23c2b53db7 doc/CHANGES-2019
--- a/doc/CHANGES-2019 Tue Jul 30 18:41:58 2019 +0000
+++ b/doc/CHANGES-2019 Tue Jul 30 22:26:11 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3079 2019/07/30 18:16:23 rillig Exp $
+$NetBSD: CHANGES-2019,v 1.3080 2019/07/30 22:26:11 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5035,3 +5035,4 @@
Updated math/gnumeric112 to 1.12.45 [nia 2019-07-30]
Removed graphics/opencv2 successor graphics/opencv [nia 2019-07-30]
Updated pkgtools/pkglint to 5.7.17 [rillig 2019-07-30]
+ Added archivers/R-zip version 2.0.3 [brook 2019-07-30]
Home |
Main Index |
Thread Index |
Old Index