diff options
author | wiz <wiz> | 2001-12-02 21:29:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-12-02 21:29:20 +0000 |
commit | 38046aaeed6ae0a39f644b370c8a038652617c85 (patch) | |
tree | f7ce0ddbe46080299cbfd902be941d9728c1e4d5 /Packages.txt | |
parent | 2da56316c18e63413a48defc07512b65830717b2 (diff) | |
download | pkgsrc-38046aaeed6ae0a39f644b370c8a038652617c85.tar.gz |
Add support for distfile-specific master sites, as requested in pkg/7471.
Syntax:
MASTER_SITES_completefilename= http://specific.master/site
and similarly for PATCH_SITES.
Convert print/ghostscript-nox11 and x11/kterm to take advantage of this.
Diffstat (limited to 'Packages.txt')
-rw-r--r-- | Packages.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt index 141896e4cc4..f06d3117a32 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.217 2001/11/30 01:26:32 wiz Exp $ +# $NetBSD: Packages.txt,v 1.218 2001/12/02 21:29:20 wiz Exp $ ########################################################################### ========================== @@ -595,6 +595,10 @@ a subdirectory: (Note the trailing slash after the subdirectory name.) Use of the deprecated MASTER_SITE_SUBDIR will not work. +If the package has multiple DISTFILES from different MASTER_SITES, set + MASTER_SITE_name_of_file-0.1.2.tar.gz= ftp://some.url/path/ +for all except the first distribution file, to speed up fetching the files. + Currently the following values are available for CATEGORIES. If more than one is used, they need to be separated by spaces: |