Changeset 1aa8d9a9
- Timestamp:
- 09/17/2003 01:35:37 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 146073c
- Parents:
- 6cd7d18c
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/perl/perl-modules-inst.xml
r6cd7d18c r1aa8d9a9 1 1 <sect2> 2 <title>Installation of perlmodules</title>2 <title>Installation of <application>perl</application> modules</title> 3 3 4 <para>Install perl modules by running the following commands:</para> 4 <para>Install <application>perl</application> modules by running the following 5 commands:</para> 5 6 6 < para><screen><userinput>perl Makefile.PL &&7 <screen><userinput><command>perl Makefile.PL && 7 8 make && 8 make install</ userinput></screen></para>9 make install</command></userinput></screen> 9 10 10 11 <para>Below are installation instructions for modules that happen to be … … 12 13 13 14 <para>Gtk-Perl-&Gtk-Perl-version;: 14 <screen><userinput> perl Makefile.PL --without-guessing &&15 <screen><userinput><command>perl Makefile.PL --without-guessing && 15 16 make 16 17 cp Gtk/Makefile Gtk/Makefile.bak && … … 19 20 sed '/^OBJECT/s/build/./g' Gtk/Makefile.bak > Gtk/Makefile && 20 21 make && 21 make install</ userinput></screen></para>22 make install</command></userinput></screen></para> 22 23 23 24 -
general/prog/perl/perl-modules-intro.xml
r6cd7d18c r1aa8d9a9 1 1 <sect2> 2 <title>Introduction to perlmodules</title>2 <title>Introduction to <application>perl</application> modules</title> 3 3 4 <para>The perl module packages add useful objects to the Perl 5 language. Modules utilized by packages throughout BLFS are listed here 6 along with their dependencies.</para> 4 <para>The <application>perl</application> module packages add useful objects 5 to the <application>Perl</application> language. Modules utilized by packages 6 throughout <acronym>BLFS</acronym> are listed here along with their 7 dependencies.</para> 7 8 8 <screen><ulink url="http://search.cpan.org/CPAN/authors/id/C/CS/CSOE/PDL-&PDL-version;.tar.gz">PDL-&PDL-version;</ulink> 9 <ulink url="http://search.cpan.org/CPAN/authors/id/A/AA/AALLAN/Astro-FITS-Header-&Astro-FITS-Header-version;.tar.gz">Astro-FITS-Header-&Astro-FITS-Header-version;</ulink> 10 <ulink url="http://search.cpan.org/CPAN/authors/id/L/LU/LUPUS/Gtk-Perl-&Gtk-Perl-version;.tar.gz">Gtk-Perl-&Gtk-Perl-version;</ulink> 11 <ulink url="http://search.cpan.org/CPAN/authors/id/D/DM/DMEGG/XML-Writer-&XML-Writer-version;.tar.gz">XML-Writer-&XML-Writer-version;</ulink> 12 <ulink url="http://search.cpan.org/CPAN/authors/id/C/CO/COOPERCL/XML-Parser-&XML-Parser-version;.tar.gz">XML-Parser-&XML-Parser-version;</ulink> 13 <ulink url="http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Parse-RecDescent-&Parse-RecDescent-version;.tar.gz">Parse-RecDescent-&Parse-RecDescent-version;</ulink> 14 </screen> 9 <sect3><title>Perl Packages</title> 10 <itemizedlist spacing='compact'> 11 <listitem><para><ulink 12 url="http://search.cpan.org/CPAN/authors/id/C/CS/CSOE/PDL-&PDL-version;.tar.gz">PDL-&PDL-version;</ulink></para><itemizedlist spacing='compact'> 13 <listitem><para><ulink 14 url="http://search.cpan.org/CPAN/authors/id/A/AA/AALLAN/Astro-FITS-Header-&Astro-FITS-Header-version;.tar.gz">Astro-FITS-Header-&Astro-FITS-Header-version;</ulink></para></listitem></itemizedlist></listitem> 15 <listitem><para><ulink 16 url="http://search.cpan.org/CPAN/authors/id/L/LU/LUPUS/Gtk-Perl-&Gtk-Perl-version;.tar.gz">Gtk-Perl-&Gtk-Perl-version;</ulink></para><itemizedlist spacing='compact'> 17 <listitem><para><ulink 18 url="http://search.cpan.org/CPAN/authors/id/D/DM/DMEGG/XML-Writer-&XML-Writer-version;.tar.gz">XML-Writer-&XML-Writer-version;</ulink></para></listitem> 19 <listitem><para><ulink url="http://search.cpan.org/CPAN/authors/id/C/CO/COOPERCL/XML-Parser-&XML-Parser-version;.tar.gz">XML-Parser-&XML-Parser-version;</ulink> 20 </para></listitem></itemizedlist></listitem> 21 <listitem><para><ulink 22 url="http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Parse-RecDescent-&Parse-RecDescent-version;.tar.gz">Parse-RecDescent-&Parse-RecDescent-version;</ulink></para></listitem></itemizedlist> 23 24 </sect3> 15 25 16 26 -
general/prog/perl/perl-modules.ent
r6cd7d18c r1aa8d9a9 6 6 <!ENTITY perl-modules-config SYSTEM "perl-modules-config.xml"> 7 7 <!ENTITY Gtk-Perl-version "0.7008"> 8 <!ENTITY PDL-version "2. 3.4">8 <!ENTITY PDL-version "2.4.0"> 9 9 <!ENTITY XML-Parser-version "2.31"> 10 10 <!ENTITY XML-Writer-version "0.4"> 11 <!ENTITY Astro-FITS-Header-version "2. 2">12 <!ENTITY Parse-RecDescent-version "1. 80">11 <!ENTITY Astro-FITS-Header-version "2.7.1"> 12 <!ENTITY Parse-RecDescent-version "1.94"> -
introduction/welcome/changelog.xml
r6cd7d18c r1aa8d9a9 12 12 13 13 <listitem><para>September 16th, 2003 [larry]: update to OpenSSH--3.7p1, 14 gtkhtml-3.0.8, libsoup-1.99.23, evolution-1.4.4, gnumeric-1.2.0 and15 abiword-2.0.0 .</para>14 gtkhtml-3.0.8, libsoup-1.99.23, evolution-1.4.4, gnumeric-1.2.0, 15 abiword-2.0.0 and gimp-1.2.5.</para> 16 16 </listitem> 17 17 -
xsoft/office/gimp/gimp-config.xml
r6cd7d18c r1aa8d9a9 1 1 <sect2> 2 <title>Configuring gimp</title>2 <title>Configuring <application>gimp</application></title> 3 3 4 4 <sect3><title>Config files</title> … … 8 8 <sect3><title>Configuration Information</title> 9 9 10 <para> GIMP executes a configuration wizard for each users upon their initial11 invocation of the program.10 <para><command>gimp</command> executes a configuration wizard for each users 11 upon their initial invocation of the program. 12 12 </para> 13 13 </sect3> -
xsoft/office/gimp/gimp-desc.xml
r6cd7d18c r1aa8d9a9 2 2 <title>Contents</title> 3 3 4 <para>The gimp package contains <userinput>gimp</userinput>,5 < userinput>escputil</userinput>, <userinput>gimp-config</userinput>6 and < userinput>gimp-remote</userinput>.</para>4 <para>The <application>gimp</application> package contains <command>gimp 5 </command>, <command>escputil</command>, <command>gimp-config</command> 6 and <command>gimp-remote</command>.</para> 7 7 8 8 </sect2> … … 11 11 12 12 <sect3><title>gimp</title> 13 <para>gimp is an image manipulation program. It works with a variety of 14 image formats and provides a large selection of tools.</para></sect3> 13 <para><command>gimp</command> is an image manipulation program. It works with 14 a variety of image formats and provides a large selection of tools.</para> 15 </sect3> 15 16 16 17 <sect3><title>escputil</title> 17 <para> escputil is a utility to perform maintenance tasks on an Epson18 Stylus inkjet printer.</para></sect3>18 <para><command>escputil</command> is a utility to perform maintenance tasks on 19 an Epson Stylus inkjet printer.</para></sect3> 19 20 20 21 <sect3><title>gimp-config</title> 21 <para> gimp-config is used by other programs that want to link to gimp22 li braries.</para></sect3>22 <para><command>gimp-config</command> is used by other programs that want to 23 link to <application>gimp</application> libraries.</para></sect3> 23 24 24 25 <sect3><title>gimp-remote</title> 25 <para> gimp-remote is a small utility that tells a running gimp to open a26 local or remote image file.</para></sect3>26 <para><command>gimp-remote</command> is a small utility that tells a running 27 gimp to open a local or remote image file.</para></sect3> 27 28 28 29 </sect2> -
xsoft/office/gimp/gimp-inst.xml
r6cd7d18c r1aa8d9a9 1 1 <sect2> 2 <title>Installation of gimp</title>2 <title>Installation of <application>gimp</application></title> 3 3 4 <para>Install gimp by running the following commands:</para> 4 <para>Install <application>gimp</application> by running the following 5 commands:</para> 5 6 6 < para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&7 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc && 7 8 make && 8 make install</ userinput></screen></para>9 make install</command></userinput></screen> 9 10 10 11 -
xsoft/office/gimp/gimp-intro.xml
r6cd7d18c r1aa8d9a9 1 1 <sect2> 2 <title>Introduction to gimp</title>2 <title>Introduction to <application>gimp</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&gimp-download-http;"/> 5 Download location (FTP): <ulink url="&gimp-download-ftp;"/> 6 Version used: &gimp-version; 7 Package size: &gimp-size; 8 Estimated Disk space required: &gimp-buildsize;</screen> 4 <para>The <application><acronym>gimp</acronym></application> package contains 5 the <acronym>GNU</acronym> Image Manipulation Program. This is useful for 6 photo retouching, image composition and image authoring.</para> 9 7 10 <screen>Additional Downloads: 11 <ulink url="ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz"/> 12 <ulink 13 url="ftp://ftp.gimp.org/pub/gimp/v1.2/v1.2.3/gimp-data-extras-1.2.0.tar.bz2"/></screen> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink 11 url="&gimp-download-http;"/></para></listitem> 12 <listitem><para>Download (FTP): <ulink 13 url="&gimp-download-ftp;"/></para></listitem> 14 <listitem><para>Download size: &gimp-size;</para></listitem> 15 <listitem><para>Estimated Disk space required: 16 &gimp-buildsize;</para></listitem> 17 <listitem><para>Estimated build time: 18 &gimp-time;</para></listitem></itemizedlist> 19 </sect3> 14 20 15 <para>The gimp package contains the GNU Image Manipulation Program. This 16 is useful for photo retouching, image composition and image authoring.</para> 17 18 <screen>gimp depends on: 19 <xref linkend="GTK"/> 20 gimp will utilize: 21 <xref linkend="libtiff"/>, <xref linkend="libpng"/>, <xref linkend="libjpeg"/>, 22 <xref linkend="aalib"/>, <ulink url="http://starship.python.net/~gward/mpeglib/mpeg_lib-1.3.1.tar.gz">mpeg_lib-1.3.1</ulink>, <xref linkend="Python"/> and 23 <xref linkend="perl-modules"/>:Gtk-Perl-&Gtk-Perl-version;, PDL-&PDL-version; and Parse-RecDescent-&Parse-RecDescent-version;</screen> 21 <sect3><title>Additional downloads</title> 22 <itemizedlist spacing='compact'> 23 <listitem><para>Download (FTP): <ulink 24 url="ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz"/></para></listitem> 25 <listitem><para>Download (FTP): <ulink 26 url="ftp://ftp.gimp.org/pub/gimp/v1.2/v1.2.5/gimp-data-extras-1.2.0.tar.bz2"/></para></listitem></itemizedlist> 27 </sect3> 28 29 <sect3><title><application>gimp</application> dependencies</title> 30 <sect4><title>Required</title> 31 <para><xref linkend="GTK"/></para></sect4> 32 <sect4><title>Optional</title> 33 <para><xref linkend="libtiff"/>, <xref linkend="libpng"/>, <xref 34 linkend="libjpeg"/>, 35 <xref linkend="aalib"/>, <ulink 36 url="http://starship.python.net/~gward/mpeglib/mpeg_lib-1.3.1.tar.gz">mpeg_lib-1.3.1</ulink>, 37 <xref linkend="Python"/> and 38 <xref linkend="perl-modules"/>:Gtk-Perl-&Gtk-Perl-version;, 39 PDL-&PDL-version; and Parse-RecDescent-&Parse-RecDescent-version;</para></sect4> 40 </sect3> 24 41 25 42 </sect2> -
xsoft/office/gimp/gimp.ent
r6cd7d18c r1aa8d9a9 6 6 <!ENTITY gimp-config SYSTEM "gimp-config.xml"> 7 7 <!ENTITY gimp-buildsize "226 MB"> 8 <!ENTITY gimp-version "1.2. 3">8 <!ENTITY gimp-version "1.2.5"> 9 9 <!ENTITY gimp-download-http ""> 10 <!ENTITY gimp-download-ftp "ftp://ftp.gimp.org/pub/gimp/v1.2/v1.2. 3/gimp-1.2.3.tar.bz2">10 <!ENTITY gimp-download-ftp "ftp://ftp.gimp.org/pub/gimp/v1.2/v1.2.5/gimp-1.2.5.tar.bz2"> 11 11 <!ENTITY gimp-size "10.6 MB"> 12 <!ENTITY gimp-time "3.62 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.