From 673b0d84ba9591e07c0bdf0ee49d92eba10f502c Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 3 May 2004 10:59:46 +0000 Subject: * Merged newxml into HEAD git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter03/packages.xml | 216 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 216 insertions(+) create mode 100644 chapter03/packages.xml (limited to 'chapter03/packages.xml') diff --git a/chapter03/packages.xml b/chapter03/packages.xml new file mode 100644 index 000000000..aa11f6fcb --- /dev/null +++ b/chapter03/packages.xml @@ -0,0 +1,216 @@ + + + %general-entities; +]> + +All the packages + + +Download or otherwise obtain the following packages: + + +Autoconf (&autoconf-version;) - 903 KB: + + +Automake (&automake-version;) - 644 KB: + + +Bash (&bash-version;) - 1,910 KB: + + +Binutils (&binutils-version;) - 10,666 KB: + + +Bison (&bison-version;) - 796 KB: + + +Bzip2 (&bzip2-version;) - 650 KB: + + +Coreutils (&coreutils-version;) - 3,860 KB: + + +DejaGnu (&dejagnu-version;) - 1,055 KB: + + +Diffutils (&diffutils-version;) - 762 KB: + + +E2fsprogs (&e2fsprogs-version;) - 3,003 KB: + + +Ed (&ed-version;) - 182 KB: + + +Expect (&expect-version;) - 510 KB: + + +File (&file-version;) - 356 KB: -- (see Note 1 below) + + +Findutils (&findutils-version;) - 760 KB: + + +Flex (&flex-version;) - 372 KB: + + +Gawk (&gawk-version;) - 1,596 KB: + + +GCC (&gcc-2953-version;) - 9,618 KB: + + +GCC-core (&gcc-version;) - 11,283KB: + + +GCC-g++ (&gcc-version;) - 2,026 KB: + + +GCC-testsuite (&gcc-version;) - 1,051 KB: + + +Gettext (&gettext-version;) - 6,397 KB: + + +Glibc (&glibc-version;) - 13,101 KB: -- (see Note 2 below) + + +Grep (&grep-version;) - 545 KB: + + +Groff (&groff-version;) - 2,360 KB: + + +Grub (&grub-version;) - 902 KB: + + +Gzip (&gzip-version;) - 324 KB: + + +Iana-Etc (&iana-etc-version;) - 161 KB: + + +Inetutils (&inetutils-version;) - 1,019 KB: + + +Kbd (&kbd-version;) - 617 KB: + + +Less (&less-version;) - 259 KB: + + +LFS-Bootscripts (&bootscripts-version;) - 32 KB: + + +Libtool (&libtool-version;) - 2,602 KB: + + +Linux (&linux-version;) - 30,051 KB: + + +M4 (&m4-version;) - 310 KB: + + +Make (&make-version;) - 899 KB: + + +Make_devices (&makedev-version;) - 20 KB: + + +Man (&man-version;) - 196 KB: + + +Man-pages (&man-pages-version;) - 1,582 KB: + + +Mktemp (&mktemp-version;) - 69 KB: + + +Modutils (&modutils-version;) - 229 KB: + + +Ncurses (&ncurses-version;) - 2,019 KB: + + +Net-tools (&net-tools-version;) - 194 KB: + + +Patch (&patch-version;) - 182 KB: + + +Perl (&perl-version;) - 9,373 KB: + + +Procinfo (&procinfo-version;) - 24 KB: + + +Procps (&procps-version;) - 260 KB: + + +Psmisc (&psmisc-version;) - 375 KB: + + +Sed (&sed-version;) - 751 KB: + + +Shadow (&shadow-version;) - 795 KB: + + +Sysklogd (&sysklogd-version;) - 80 KB: + + +Sysvinit (&sysvinit-version;) - 91 KB: + + +Tar (&tar-version;) - 1,025 KB: + + +Tcl (&tcl-version;) - 3,363 KB: + + +Texinfo (&texinfo-version;) - 1,385 KB: + + +Util-linux (&util-linux-version;) - 1,814 KB: + + +Vim (&vim-version;) - 3,193 KB: + + +Zlib (&zlib-version;) - 277 KB: + + +Total size of these packages: 134 MB + + +1) File (&file-version;) may not be available by the time you read +this. The site administrators of the master download location are known to occasionally +remove old versions when new ones are released. An alternative download location +that may have older versions available is . + +2) As of this writing, the Glibc maintainers have decided in their +wisdom not to make available new release tarballs for download. The only way to +obtain the current Glibc release from pristine upstream sources is to pull it +from the Glibc CVS (Concurrent Versioning System) repository. The following commands will download the current +release and make a tarball from it: + +cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc \ + export -d glibc-2.3.3-20031202 -D "2003-12-02 UTC" libc +tar jcvf glibc-2.3.3-20031202.tar.bz2 glibc-2.3.3-20031202 + +Alternatively, we've made our own tarball available which you can +download courtesy of the generous LFS mirror sites. + + + + + + + + + + + + -- cgit v1.2.3-54-g00ecf