Remove sysutils/snapdl as it's abandoned upstream
ok sthen@ jca@
This commit is contained in:
parent
c08c857f94
commit
bbd2493da4
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.623 2018/07/26 08:49:00 sthen Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.624 2018/08/08 14:16:20 solene Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -1048,6 +1048,7 @@ my $obsolete_reason = {
|
||||
'webkit' => 2,
|
||||
'py-test-capturelog' => 5,
|
||||
'py3-test-capturelog' => 5,
|
||||
'snapdl' => 3,
|
||||
};
|
||||
|
||||
# reasons for obsolete packages
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.493 2018/07/30 00:36:46 abieber Exp $
|
||||
# $OpenBSD: Makefile,v 1.494 2018/08/08 14:16:20 solene Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += accountsservice
|
||||
@ -301,7 +301,6 @@
|
||||
SUBDIR += sleuthkit
|
||||
SUBDIR += smartmontools
|
||||
SUBDIR += smbldap-tools
|
||||
SUBDIR += snapdl
|
||||
SUBDIR += socket
|
||||
SUBDIR += socklog
|
||||
SUBDIR += sshfs-fuse
|
||||
|
@ -1,25 +0,0 @@
|
||||
#$OpenBSD: Makefile,v 1.7 2014/06/05 20:22:42 giovanni Exp $
|
||||
|
||||
COMMENT = download snapshots of OpenBSD-current
|
||||
|
||||
DISTNAME = snapdl-1.2.2
|
||||
REVISION = 0
|
||||
CATEGORIES = sysutils
|
||||
PKG_ARCH = *
|
||||
|
||||
MAINTAINER = Nicolas P. M. Legrand <nlegrand@ethelred.fr>
|
||||
|
||||
# ISC
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MASTER_SITES = http://www.ethelred.fr/stuffs/ \
|
||||
http://devio.us/~nlegrand/stuffs/
|
||||
|
||||
NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/snapdl.pl ${PREFIX}/bin/snapdl
|
||||
${INSTALL_MAN} ${WRKSRC}/snapdl.1 ${PREFIX}/man/man1/snapdl.1
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (snapdl-1.2.2.tar.gz) = bWovI8BV6zOBPjAN1LnOjHPT4UxG1RwVa8deLJNel6Q=
|
||||
SIZE (snapdl-1.2.2.tar.gz) = 4179
|
@ -1,20 +0,0 @@
|
||||
$OpenBSD: patch-snapdl_pl,v 1.1 2014/06/05 20:22:42 giovanni Exp $
|
||||
--- snapdl.pl.orig Sun Jul 4 02:11:32 2010
|
||||
+++ snapdl.pl Tue May 13 16:48:57 2014
|
||||
@@ -208,6 +208,7 @@ HW: {
|
||||
|
||||
print "Getting SHA256 from main mirror\n";
|
||||
my $SHA256 = `ftp -o - http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/$hw/SHA256`;
|
||||
+my $SHA256sig = `ftp -o - http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/$hw/SHA256.sig`;
|
||||
|
||||
if ( $SHA256 =~ /base([0-9]{2,2}).tgz/ ) {
|
||||
my $r = $1;
|
||||
@@ -343,6 +344,8 @@ if ($pretend eq "no") {
|
||||
open my $index_txt, '>', 'index.txt' or die $!;
|
||||
print $str_index_txt;
|
||||
print $index_txt $str_index_txt;
|
||||
+ open my $fh_SHA256sig, '>', 'SHA256.sig' or die $!;
|
||||
+ print $fh_SHA256sig $SHA256sig;
|
||||
}
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
snapdl helps you to find mirrors with snapshots of -current synced with
|
||||
the main mirror http://ftp.OpenBSD.org and to download the sets from the
|
||||
fastest one.
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/06/21 20:17:54 naddy Exp $
|
||||
bin/snapdl
|
||||
@man man/man1/snapdl.1
|
Loading…
x
Reference in New Issue
Block a user