Import snapdl 1.2.1, from maintainer/developer Nicolas Legrand:
snapdl helps you finding mirrors with snapshots of -current synced with the main mirror http://ftp.OpenBSD.org, and download the sets from the fastest one.
This commit is contained in:
parent
b70438d874
commit
8eb6f3033f
26
sysutils/snapdl/Makefile
Normal file
26
sysutils/snapdl/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
#$OpenBSD: Makefile,v 1.1.1.1 2010/06/12 09:19:18 landry Exp $
|
||||
|
||||
COMMENT = download snapshots of OpenBSD-current
|
||||
|
||||
DISTNAME = snapdl-1.2.1
|
||||
CATEGORIES = sysutils
|
||||
PKG_ARCH = *
|
||||
|
||||
MAINTAINER = Nicolas P. M. Legrand <nlegrand@ethelred.fr>
|
||||
|
||||
# ISC
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = http://www.ethelred.fr/stuffs/ \
|
||||
http://devio.us/~nlegrand/stuffs/
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/snapdl.pl ${PREFIX}/bin/snapdl
|
||||
${INSTALL_MAN} ${WRKSRC}/snapdl.cat1 ${PREFIX}/man/cat1/snapdl.0
|
||||
|
||||
.include <bsd.port.mk>
|
5
sysutils/snapdl/distinfo
Normal file
5
sysutils/snapdl/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (snapdl-1.2.1.tar.gz) = BQWz53p9QyvATt+5De7Clg==
|
||||
RMD160 (snapdl-1.2.1.tar.gz) = tWRQt1bKUJBIV2b0mjgyFCbRJkY=
|
||||
SHA1 (snapdl-1.2.1.tar.gz) = 2/+CAkHPKAVVbpUxAK7XLIpJ4O0=
|
||||
SHA256 (snapdl-1.2.1.tar.gz) = tDWtWeDACFp3vLOmT6k2mJLeZhnBwya0IasbBG9S9Ic=
|
||||
SIZE (snapdl-1.2.1.tar.gz) = 4196
|
3
sysutils/snapdl/pkg/DESCR
Normal file
3
sysutils/snapdl/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
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.
|
3
sysutils/snapdl/pkg/PLIST
Normal file
3
sysutils/snapdl/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/06/12 09:19:18 landry Exp $
|
||||
bin/snapdl
|
||||
@man man/cat1/snapdl.0
|
Loading…
Reference in New Issue
Block a user