Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2004 08:38:46 +0100
From:      Ernst de Haan <znerd@FreeBSD.org>
To:        Simon Barner <barner@in.tum.de>
Cc:        Kris Kennaway <kris@FreeBSD.org>
Subject:   Re: MANUAL_FETCH
Message-ID:  <200401140838.46161.znerd@FreeBSD.org>
In-Reply-To: <20040114011841.GM687@zi025.glhnet.mhn.de>
References:  <200401132357.56754.znerd@FreeBSD.org> <20040114011841.GM687@zi025.glhnet.mhn.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Simon,


> Every port that needs a manual fetch will direct the user to an external
> site. So what about something like this:
>
> mandatory:
> MANUAL_FETCH_SITE=         http://www.manual/fetch/...

Indeed. Sounds good. In some ports this is currently called DOWNLOAD_URL, 
but I agree that your suggested name is probably more appropriate.

> MANUAL_FETCH_DISTFILES=    file1 \
>                            file2

We could make this optional and make it default to DISTFILES...

> optional:
> MANUAL_FETCH_DISTDIR=      <subdir in ${DISTDIR}>

> which will be used by bsd.port.mk to generate a nice message that asks
> the user to visit that site and to save those files to ${DISTDIR}.

Or rather ${MANUAL_FETCH_DISTDIR}.

> I could also imagine an optional file that contains further
> instructions, e.g. pkg-mf-msg

We should probably try to keep this feature very simple. Added another file 
is hopefully unnecessary.


Ernst



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401140838.46161.znerd>