49 lines
1.5 KiB
Groff
49 lines
1.5 KiB
Groff
.\" $OpenBSD: fetch-all.1,v 1.1 2010/09/13 11:31:42 espie Exp $
|
|
.\"
|
|
.\" Copyright (c) 2010 Marc Espie <espie@openbsd.org>
|
|
.\"
|
|
.\" Permission to use, copy, modify, and distribute this software for any
|
|
.\" purpose with or without fee is hereby granted, provided that the above
|
|
.\" copyright notice and this permission notice appear in all copies.
|
|
.\"
|
|
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
.\"
|
|
.Dd $Mdocdate: September 13 2010 $
|
|
.Dt FETCH-ALL 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm fetch-all
|
|
.Nd fetches distfiles for ports.
|
|
.Sh SYNOPSIS
|
|
.Nm fetch-all
|
|
.Ar distfile
|
|
.Sh DESCRIPTION
|
|
.Nm
|
|
is a helper script for use within
|
|
.Pa ${PORTSDIR}/distfiles/Makefile .
|
|
.Pp
|
|
It fetches the file
|
|
.Ar distfile
|
|
using information from environment variables
|
|
.Ev SITES
|
|
(a list of urls from which to retrieve the file),
|
|
.Ev CIPHER
|
|
(the name of the checksum algorithm to use)
|
|
and
|
|
.Ev CKSUM
|
|
(the actual value to match).
|
|
.Pp
|
|
In case none of the sites carries the appropriate distfile,
|
|
.Nm
|
|
will error out, after displaying a message urging the user to
|
|
contact
|
|
.Ev MAINTAINER .
|
|
.Sh SEE ALSO
|
|
.Xr mirroring-ports 7 .
|