Subject: Re: how to make list of needed tarballs in pkgsrc.
To: None <wojtek@wojtek.from.pl>
From: Masao Uebayashi <uebayasi@soum.co.jp>
List: netbsd-users
Date: 01/23/2001 10:24:32
> > If I remember properly 'make fetch-list' will produce something suitable
> > to be feed to sh to download the distfiles. You may need to edit it to change
> > ftp to something else (lynx ?) on linux.
> done - it make some not-very-nice output to stdout like this:
> ===> archivers
> ===> archivers/arc
> /bin/mkdir -p /usr/src/pkgsrc/distfiles/
> cd /usr/src/pkgsrc/distfiles/ && [ -f arc521e.pl8.tar.Z -o -f arc521e.pl8.tar.Z ] || /usr/bin/ftp ftp://ftp.kiarchive.ru/pub/unix/arcers/arc521e.pl8.tar.Z  || /usr/bin/ftp ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/arc521e.pl8.tar.Z  || /usr/bin/ftp ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/arc521e.pl8.tar.Z  || echo arc521e.pl8.tar.Z not fetched
(snip)

Really?

Here, 'make fetch-list' doesn't echo '===> foo' lines. 'bsd.pkg.mk' is
not so new.

Masao

---
Masao Uebayashi <uebayasi@soum.co.jp>