summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-04-28 14:28:26 +0000
committerdmcmahill <dmcmahill>2001-04-28 14:28:26 +0000
commit5edfc099f869f7d0bb7351b69e7d04cb8988271f (patch)
tree19c19668172b64de0f06b7053b33bf7f5374d1a4 /Packages.txt
parent263dc69104736913db6dd246c5788f7de3335b61 (diff)
downloadpkgsrc-5edfc099f869f7d0bb7351b69e7d04cb8988271f.tar.gz
add a short section about creating multi-cd binary package sets at the
end of the bulk build section.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt
index d8b448e202f..c806f31215e 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.153 2001/04/27 15:40:47 hubertf Exp $
+# $NetBSD: Packages.txt,v 1.154 2001/04/28 14:28:26 dmcmahill Exp $
###########################################################################
==========================
@@ -459,12 +459,25 @@ Currently, roughly the following requirements are valid for
* Full set of all binaries: 1000MB (NFS ok)
* Temp space for compiling: 1500MB (local disk recommended)
+For 1.5/alpha:
+
+ * Full set of all binaries: 1300MB (NFS ok)
+
Note that all pkgs will be deinstalled as soon as they are turned into a
binary package, and that work-sources are removed, so there is no huge
demand to disk space. Afterwards, if the package is needed again, it will
be installed via pkg_add instead of building again, so there are no cycles
wasted by recompiling.
+ 3.3 Creating a multiple CD-ROM packages collection
+ ==================================================
+
+After your bulk pkgsrc build has completed, you may wish to create a CD-ROM
+set of the resulting binary packages to assist in installing packages on
+other machines. The package pkgtools/cdpack provides a simple tool for
+creating the ISO 9660 images. `cdpack' arranges the packages on the CD-ROM's
+in a way that keeps all the dependencies for given package on the same
+CD as that package.
====================================
Part II: Package Constructor's Guide