mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
convert pcre, unzip and curl intros
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@32 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
1aa3a3ca63
commit
cd70e8b876
@ -1,7 +1,8 @@
|
||||
<sect2>
|
||||
<title>Introduction to curl</title>
|
||||
|
||||
<screen>Download location: <ulink url="&curl-download;"/>
|
||||
<screen>Download location (HTTP): <ulink url="&curl-download-http;"/>
|
||||
Download location (FTP): <ulink url="&curl-download-ftp;"/>
|
||||
Version used: &curl-version;
|
||||
Package size: &curl-size;
|
||||
Estimated Disk space required: &curl-buildsize;</screen>
|
||||
|
@ -5,5 +5,6 @@
|
||||
<!ENTITY curl-config SYSTEM "curl-config.xml">
|
||||
<!ENTITY curl-buildsize "5.8 MB">
|
||||
<!ENTITY curl-version "7.9.8">
|
||||
<!ENTITY curl-download "http://curl.haxx.se/download/curl-7.9.8.tar.gz">
|
||||
<!ENTITY curl-download-http "http://curl.haxx.se/download/curl-7.9.8.tar.gz">
|
||||
<!ENTITY curl-download-ftp "ftp://ftp.sunet.se/pub/www/utilities/curl/curl-7.9.8.tar.gz">
|
||||
<!ENTITY curl-size "720 KB">
|
||||
|
@ -1,7 +1,8 @@
|
||||
<sect2>
|
||||
<title>Introduction to pcre</title>
|
||||
|
||||
<screen>Download location: &pcre-download;
|
||||
<screen>Download location (HTTP): <ulink url="&pcre-download-http;"/>
|
||||
Download location (FTP): <ulink url="&pcre-download-ftp;"/>
|
||||
Version used: &pcre-version;
|
||||
Package size: &pcre-size;
|
||||
Estimated Disk space required: &pcre-buildsize;</screen>
|
||||
|
@ -5,5 +5,6 @@
|
||||
<!ENTITY pcre-config SYSTEM "pcre-config.xml">
|
||||
<!ENTITY pcre-buildsize "2.1 MB">
|
||||
<!ENTITY pcre-version "3.9">
|
||||
<!ENTITY pcre-download "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-3.9.tar.bz2">
|
||||
<!ENTITY pcre-download-http "http://pcre.sourceforge.net/src/pcre-3.9.tar.gz">
|
||||
<!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-3.9.tar.bz2">
|
||||
<!ENTITY pcre-size "255 KB">
|
||||
|
@ -2,8 +2,8 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"/usr/share/docbook/docbookx.dtd" [
|
||||
|
||||
<!ENTITY version "20020714">
|
||||
<!ENTITY releasedate "July 14th, 2002">
|
||||
<!ENTITY version "20020716">
|
||||
<!ENTITY releasedate "July 16th, 2002">
|
||||
|
||||
<!ENTITY % book SYSTEM "book/book.ent">
|
||||
<!ENTITY % preface SYSTEM "preface/preface.ent">
|
||||
|
@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>July 16th, 2002 [larry]: Convert pcre, unzip and curl to
|
||||
new intro template.</para></listitem>
|
||||
|
||||
<listitem><para>July 14th, 2002 [markh]: Post-LFS: Add
|
||||
zsh-4.0.4.</para></listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user