pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rclone: Remove, imported in pkgsrc as net/rclone



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Apr 20 21:55:58 2020 +0200
Changeset:	eb49e5198e2f8a0cf940361abdc29021f12401a0

Modified Files:
	Makefile
Removed Files:
	rclone/DESCR
	rclone/Makefile
	rclone/PLIST
	rclone/TODO
	rclone/distinfo
	rclone/patches/patch-cmd_mountlib_mounttest_write__non__unix.go
	rclone/patches/patch-cmd_mountlib_mounttest_write__unix.go

Log Message:
rclone: Remove, imported in pkgsrc as net/rclone

Thanks to <yhardy> for helping packaging it!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eb49e5198e2f8a0cf940361abdc29021f12401a0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                           |  1 -
 rclone/DESCR                                       | 21 ----------------
 rclone/Makefile                                    | 28 ----------------------
 rclone/PLIST                                       |  3 ---
 rclone/TODO                                        |  2 --
 rclone/distinfo                                    |  8 -------
 ...atch-cmd_mountlib_mounttest_write__non__unix.go | 12 ----------
 .../patch-cmd_mountlib_mounttest_write__unix.go    | 12 ----------
 8 files changed, 87 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 0545cd5910..6247e13500 100644
--- a/Makefile
+++ b/Makefile
@@ -4263,7 +4263,6 @@ SUBDIR+=	rawdog
 SUBDIR+=	rawgl
 SUBDIR+=	rawgl-git
 SUBDIR+=	rc.d.Interix
-SUBDIR+=	rclone
 SUBDIR+=	rdsn-git
 SUBDIR+=	rdup
 SUBDIR+=	re2-git
diff --git a/rclone/DESCR b/rclone/DESCR
deleted file mode 100644
index 8795f6d54d..0000000000
--- a/rclone/DESCR
+++ /dev/null
@@ -1,21 +0,0 @@
-Rclone is a command line program to sync files and directories to and from:
-
- Amazon Drive, Amazon S3, Backblaze B2, Box, Ceph, DigitalOcean Spaces,
- Dreamhost, Dropbox, FTP, Google Cloud Storage, Google Drive, HTTP, Hubic,
- Memset Memstore, Microsoft Azure Blob Storage, Microsoft OneDrive, Minio,
- Nextcloud, OVH, Openstack Swift, Oracle Cloud Storage, Owncloud, pCloud,
- put.io, QingStor, Rackspace Cloud Files, SFTP, Wasabi, WebDAV, Yandex Disk,
- The local filesystem
-
-Features:
-
- - MD5/SHA1 hashes checked at all times for file integrity
- - Timestamps preserved on files
- - Partial syncs supported on a whole file basis
- - Copy mode to just copy new/changed files
- - Sync (one way) mode to make a directory identical
- - Check mode to check for file hash equality
- - Can sync to and from network, eg two different cloud accounts
- - Optional encryption (Crypt)
- - Optional cache (Cache)
- - Optional FUSE mount (rclone mount)
diff --git a/rclone/Makefile b/rclone/Makefile
deleted file mode 100644
index d19afef9ce..0000000000
--- a/rclone/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD$
-
-# XXX: When updating changelog is available in
-# XXX: ${WRKSRC}/docs/content/changelog.md
-DISTNAME=	rclone-1.51.0
-PKGREVISION=	1
-CATEGORIES=	net
-MASTER_SITES=	${MASTER_SITE_GITHUB:=rclone/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	leot%NetBSD.org@localhost
-HOMEPAGE=	https://rclone.org/
-COMMENT=	Rsync for cloud storage
-LICENSE=	mit
-
-GO_DIST_BASE=		${DISTNAME}
-GO_SRCPATH=		github.com/rclone/rclone
-
-INSTALLATION_DIRS+=	bin ${PKGMANDIR}/man1
-
-CHECK_RELRO_SKIP+=	bin/rclone
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKDIR}/bin/rclone ${DESTDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/rclone.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/rclone/PLIST b/rclone/PLIST
deleted file mode 100644
index 0b02dddb25..0000000000
--- a/rclone/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/rclone
-man/man1/rclone.1
diff --git a/rclone/TODO b/rclone/TODO
deleted file mode 100644
index 7645d69ecc..0000000000
--- a/rclone/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-This package has known vulnerabilities, please investigate and fix if possible:
-  CVE-2018-12907
diff --git a/rclone/distinfo b/rclone/distinfo
deleted file mode 100644
index 97f177f550..0000000000
--- a/rclone/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD$
-
-SHA1 (rclone-1.51.0.tar.gz) = 91c7f7220506ccc7591fd2949f922e14ade2a070
-RMD160 (rclone-1.51.0.tar.gz) = 5af21f20657e3e47a4805e652d1eea0b043029ab
-SHA512 (rclone-1.51.0.tar.gz) = b0881e09b75093abe4d31e95425a90513aed4a16d9e2dbf79023c9dc68875b90a1332204879530c450a16ab9cac475d967f7657d6f810a1e0f0d84b88d7de916
-Size (rclone-1.51.0.tar.gz) = 18835242 bytes
-SHA1 (patch-cmd_mountlib_mounttest_write__non__unix.go) = 8c6222c6f3e7a24243e94b768b20e5f686763cf6
-SHA1 (patch-cmd_mountlib_mounttest_write__unix.go) = eeddb2e8bba6f455d8069758dc37227f2f389a25
diff --git a/rclone/patches/patch-cmd_mountlib_mounttest_write__non__unix.go b/rclone/patches/patch-cmd_mountlib_mounttest_write__non__unix.go
deleted file mode 100644
index 868115a1ab..0000000000
--- a/rclone/patches/patch-cmd_mountlib_mounttest_write__non__unix.go
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
-NetBSD and OpenBSD are non-Unix-like operating systems.
-
---- cmd/mountlib/mounttest/write_non_unix.go.orig	2020-02-01 10:40:01.000000000 +0000
-+++ cmd/mountlib/mounttest/write_non_unix.go
-@@ -1,4 +1,4 @@
--// +build !linux,!darwin,!freebsd
-+// +build !linux,!darwin,!freebsd,!netbsd,!openbsd
- 
- package mounttest
- 
diff --git a/rclone/patches/patch-cmd_mountlib_mounttest_write__unix.go b/rclone/patches/patch-cmd_mountlib_mounttest_write__unix.go
deleted file mode 100644
index a569594a45..0000000000
--- a/rclone/patches/patch-cmd_mountlib_mounttest_write__unix.go
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
-NetBSD and OpenBSD are Unix-like operating systems.
-
---- cmd/mountlib/mounttest/write_unix.go.orig	2020-02-01 10:40:01.000000000 +0000
-+++ cmd/mountlib/mounttest/write_unix.go
-@@ -1,4 +1,4 @@
--// +build linux darwin freebsd
-+// +build linux darwin freebsd netbsd openbsd
- 
- package mounttest
- 


Home | Main Index | Thread Index | Old Index