diff options
author | dholland <dholland@pkgsrc.org> | 2013-01-17 03:51:05 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-01-17 03:51:05 +0000 |
commit | 98006fd410e1db7b27522a6940b8ca368d0d112b (patch) | |
tree | 2c6b04fba7708859672d15b4b98da0bbfae5f223 /meta-pkgs/Makefile | |
parent | ba232eb53350915f440929e565e672eb174f2d6d (diff) | |
download | pkgsrc-98006fd410e1db7b27522a6940b8ca368d0d112b.tar.gz |
Add three meta-packages, bulk-small, bulk-medium, and bulk-large.
These are lists of packages that can be used to do restricted bulk
builds on small/slow machines without having to spend time researching
which packages to include.
They are supposed to take roughly 1 hour, 8 hours, and 24 hours on the
arbitrarily chosen yardstick of my build machine; my hope is that this
translates into only moderately crazy lengths of time for slow
platforms where a full bulk build takes 6-8 months.
The lists will doubtless need some adjustment to meet this time
budget. Also, please take any discussion of which packages are and are
not included to tech-pkg or pkgsrc-users. The intent is to provide a
maximally useful set of a given size, but that's naturally difficult
to define.
Diffstat (limited to 'meta-pkgs/Makefile')
-rw-r--r-- | meta-pkgs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-pkgs/Makefile b/meta-pkgs/Makefile index 342ce7949c8..45504687871 100644 --- a/meta-pkgs/Makefile +++ b/meta-pkgs/Makefile @@ -1,9 +1,12 @@ -# $NetBSD: Makefile,v 1.69 2012/12/17 02:16:03 khorben Exp $ +# $NetBSD: Makefile,v 1.70 2013/01/17 03:51:05 dholland Exp $ # COMMENT= Collections of other packages SUBDIR+= boost +SUBDIR+= bulk-small +SUBDIR+= bulk-medium +SUBDIR+= bulk-large SUBDIR+= c++-gnome-bindings SUBDIR+= compiz-fusion SUBDIR+= courier |