Changeset cf4aab7
- Timestamp:
- 06/13/2003 11:49:14 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- af3238a4
- Parents:
- cff9a38
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netprogs/portmap/portmap-inst.xml
rcff9a38 rcf4aab7 1 1 <sect2> 2 <title>Installation of portmap</title>2 <title>Installation of <application>portmap</application></title> 3 3 4 <para>Install portmapwith the following commands:</para>4 <para>Install <application>portmap</application> with the following commands:</para> 5 5 6 <para><screen><userinput>patch -Np1 -i ../portmap_5-1.diff && 6 <para><screen><userinput><command>patch -Np1 -i ../portmap_5-1.diff && 7 patch -Np1 -i ../portmap_5-errno.patch && 7 8 mkdir /usr/share/doc/portmap && 8 9 make && 9 make install</ userinput></screen></para>10 make install</command></userinput></screen></para> 10 11 11 12 </sect2> -
basicnet/netprogs/portmap/portmap-intro.xml
rcff9a38 rcf4aab7 1 1 <sect2> 2 <title>Introduction to portmap</title>2 <title>Introduction to <application>portmap</application></title> 3 3 4 4 <screen>Download location (HTTP): <ulink url="&portmap-download-http;"/> … … 9 9 Estimated build time: &portmap-time;</screen> 10 10 <screen> 11 Required patch: 12 Download location (HTTP): <ulink url="&portmap-patch-http;"/></screen> 11 Required Downloads: 12 Download location (HTTP): <ulink url="&portmap-patch-http;"/> 13 Download location (HTTP): <ulink url="&hfile-root;/portmap_5-errno.patch"/></screen> 13 14 14 15 <para>The portmap package is a more secure replacement for the -
general/graphlib/libjpeg/libjpeg-config.xml
rcff9a38 rcf4aab7 1 1 <sect2> 2 <title>Configuring libjpeg</title>2 <title>Configuring <application>libjpeg</application></title> 3 3 4 4 <sect3><title>Configuration Information</title> -
general/graphlib/libjpeg/libjpeg-desc.xml
rcff9a38 rcf4aab7 2 2 <title>Contents</title> 3 3 4 <para>The libjpeg package contains < userinput>cjpeg</userinput>,5 < userinput>djpeg</userinput>, <userinput>jpegtran</userinput>,6 < userinput>rdjpgcom</userinput>, <userinput>wrjpgcom</userinput> and4 <para>The libjpeg package contains <command>cjpeg</command>, 5 <command>djpeg</command>, <command>jpegtran</command>, 6 <command>rdjpgcom</command>, <command>wrjpgcom</command> and 7 7 <filename>libjpeg</filename> libraries.</para> 8 8 … … 12 12 13 13 <sect3><title>cjpeg</title> 14 <para>cjpeg compresses image files to produce a JPEG/JFIF file on the standard 15 output. Currently supported input file formats are: PPM (PBMPLUS color 16 format), PGM (PBMPLUS gray-scale format), BMP, and Targa.</para></sect3> 14 <para><command>cjpeg</command> compresses image files to produce a 15 <acronym>JPEG</acronym>/<acronym>JFIF</acronym> file on the standard 16 output. Currently supported input file formats are: 17 <acronym>PPM</acronym> (PBMPLUS color 18 format), <acronym>PGM</acronym> (PBMPLUS gray-scale 19 format), <acronym>BMP</acronym>, and Targa.</para></sect3> 17 20 18 21 <sect3><title>djpeg</title> 19 <para>djpeg decompresses image files from JPEG/JFIF format to either PPM 20 (PBMPLUS color format), PGM (PBMPLUS gray-scale format), BMP, or Targa 22 <para><command>djpeg</command> decompresses image files from 23 <acronym>JPEG/JFIF</acronym> format to either <acronym>PPM</acronym> 24 (PBMPLUS color format), <acronym>PGM</acronym> (PBMPLUS gray-scale 25 format), <acronym>BMP</acronym>, or Targa 21 26 format.</para></sect3> 22 27 23 28 <sect3><title>jpegtran</title> 24 <para> jpegtran is used for lossless transformation of JPEG25 files.</para></sect3>29 <para><command>jpegtran</command> is used for lossless transformation of 30 <acronym>JPEG</acronym> files.</para></sect3> 26 31 27 32 <sect3><title>rdjpgcom</title> 28 <para> rdjpgcom displays text comments from within a JPEG29 file.</para></sect3>33 <para><command>rdjpgcom</command> displays text comments from within a 34 <acronym>JPEG</acronym> file.</para></sect3> 30 35 31 36 <sect3><title>wrjpgcom</title> 32 <para>wrjpgcom inserts text comments into a JPEG file.</para></sect3> 37 <para><command>wrjpgcom</command> inserts text comments into a 38 <acronym>JPEG</acronym> file.</para></sect3> 33 39 34 40 <sect3><title>jpeg libraries</title> -
general/graphlib/libjpeg/libjpeg-exp.xml
rcff9a38 rcf4aab7 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>./configure --enable-static --enable-shared --prefix=/usr</userinput> : This command tells libjpeg to build both shared and 5 static libraries and to install them with a base of 6 <filename>/usr</filename>.</para> 4 <para><command>./configure --enable-static --enable-shared --prefix=/usr</command> : This command tells libjpeg to build both shared and static libraries and 5 to install them with a base of <filename>/usr</filename>.</para> 7 6 8 7 </sect2> -
general/graphlib/libjpeg/libjpeg-inst.xml
rcff9a38 rcf4aab7 1 1 <sect2> 2 <title>Installation of libjpeg</title>2 <title>Installation of <application>libjpeg</application></title> 3 3 4 <para>Install libjpegby running the following commands:</para>4 <para>Install <application>libjpeg</application> by running the following commands:</para> 5 5 6 <para><screen><userinput> ./configure --enable-static --enable-shared --prefix=/usr &&</userinput>7 <userinput>make &&</userinput> 8 <userinput>make install</userinput></screen></para>6 <para><screen><userinput><command>./configure --enable-static --enable-shared --prefix=/usr && 7 make && 8 make install</command></userinput></screen></para> 9 9 10 10 </sect2> -
general/graphlib/libjpeg/libjpeg-intro.xml
rcff9a38 rcf4aab7 1 1 <sect2> 2 <title>Introduction to libjpeg</title>2 <title>Introduction to <application>libjpeg</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&libjpeg-download-http;"/> 5 Download location (FTP): <ulink url="&libjpeg-download-ftp;"/> 6 Version used: &libjpeg-version; 7 Package size: &libjpeg-size; 8 Estimated Disk space required: &libjpeg-buildsize; 9 Estimated build time: &libjpeg-time;</screen> 4 <para>The <application>libjpeg</application> package contains libraries 5 that allow compression of image files based on the Joint Photographic Experts 6 Group standard. It is a "lossy" compression algorithm.</para> 10 7 11 <para>The libjpeg package contains the jpeg libraries. These allow compression 12 of image files based on the Joint Photographic Experts Group standard. It is a 13 "lossy" compression algorithm.</para> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink url="&libjpeg-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink url="&libjpeg-download-ftp;"/></para></listitem> 12 <listitem><para>Download size: &libjpeg-size;</para></listitem> 13 <listitem><para>Estimated Disk space required: &libjpeg-buildsize;</para></listitem> 14 <listitem><para>Estimated build time: &libjpeg-time;</para></listitem></itemizedlist> 15 </sect3> 14 16 15 17 </sect2> -
general/graphlib/libtiff/libtiff-config.xml
rcff9a38 rcf4aab7 1 1 <sect2> 2 <title>Configuring libtiff</title>2 <title>Configuring <application>libtiff</application></title> 3 3 4 4 <sect3><title>Configuration Information</title> -
general/graphlib/libtiff/libtiff-desc.xml
rcff9a38 rcf4aab7 2 2 <title>Contents</title> 3 3 4 <para>The libtiff package contains < userinput>fax2ps</userinput>,5 < userinput>fax2tiff</userinput>, <userinput>gif2tiff</userinput>,6 < userinput>pal2rgb</userinput>, <userinput>ppm2tiff</userinput>,7 < userinput>ras2tiff</userinput>, <userinput>rgb2ycbcr</userinput>,8 < userinput>thumbnail</userinput>, <userinput>tiff2bw</userinput>,9 < userinput>tiff2ps</userinput>, <userinput>tiff2rgba</userinput>,10 < userinput>tiffcmp</userinput>, <userinput>tiffcp</userinput>,11 < userinput>tiffdither</userinput>, <userinput>tiffdump</userinput>,12 < userinput>tiffinfo</userinput>, <userinput>tiffmedian</userinput>,13 < userinput>tiffsplit</userinput> and <filename>tiff</filename>4 <para>The libtiff package contains <command>fax2ps</command>, 5 <command>fax2tiff</command>, <command>gif2tiff</command>, 6 <command>pal2rgb</command>, <command>ppm2tiff</command>, 7 <command>ras2tiff</command>, <command>rgb2ycbcr</command>, 8 <command>thumbnail</command>, <command>tiff2bw</command>, 9 <command>tiff2ps</command>, <command>tiff2rgba</command>, 10 <command>tiffcmp</command>, <command>tiffcp</command>, 11 <command>tiffdither</command>, <command>tiffdump</command>, 12 <command>tiffinfo</command>, <command>tiffmedian</command>, 13 <command>tiffsplit</command> and <filename>tiff</filename> 14 14 libraries.</para> 15 15 … … 19 19 20 20 <sect3><title>fax2ps</title> 21 <para> fac2ps converts a TIFFfacsimile to compressed postscript21 <para><command>fac2ps</command> converts a <acronym>TIFF</acronym> facsimile to compressed postscript 22 22 file.</para></sect3> 23 23 24 24 <sect3><title>fax2tiff</title> 25 <para> fax2tiff creates a TIFFClass F fax file from raw fax25 <para><command>fax2tiff</command> creates a <acronym>TIFF</acronym> Class F fax file from raw fax 26 26 data.</para></sect3> 27 27 28 28 <sect3><title>gif2tiff</title> 29 <para>gif2tiff creates a TIFF file from a GIF87 format image 29 <para><command>gif2tiff</command> creates a <acronym>TIFF</acronym> file 30 from a <acronym>GIF87</acronym> format image 30 31 file.</para></sect3> 31 32 32 33 <sect3><title>pal2rgb</title> 33 <para>pal2rgb converts a palette color TIFF image to a full 34 <para><command>pal2rgb</command> converts a palette color 35 <acronym>TIFF</acronym> image to a full 34 36 color image.</para></sect3> 35 37 36 38 <sect3><title>ppm2tiff</title> 37 <para>ppm2tiff creates a TIFF file from a PPM image file.</para></sect3> 39 <para><command>ppm2tiff</command> creates a <acronym>TIFF</acronym> file 40 from a <acronym>PPM</acronym> image file.</para></sect3> 38 41 39 42 <sect3><title>ras2tiff</title> 40 <para> ras2tiff creates a TIFFfile from a Sun rasterfile.</para></sect3>43 <para><command>ras2tiff</command> creates a <acronym>TIFF</acronym> file from a Sun rasterfile.</para></sect3> 41 44 42 45 <sect3><title>rgb2ycbcr</title> 43 <para>rgb2ycbcr converts non-YCbCr TIFF images to a YCbCr TIFF 46 <para><command>rgb2ycbcr</command> converts non-YCbCr 47 <acronym>TIFF</acronym> images to a YCbCr <acronym>TIFF</acronym> 44 48 image.</para></sect3> 45 49 46 50 <sect3><title>thumbnail</title> 47 <para> thumbnail creates a TIFFfile with thumbnail images.</para></sect3>51 <para><command>thumbnail</command> creates a <acronym>TIFF</acronym> file with thumbnail images.</para></sect3> 48 52 49 53 <sect3><title>tiff2bw</title> 50 <para> tiff2bw converts a color TIFFimage to grayscale.</para></sect3>54 <para><command>tiff2bw</command> converts a color <acronym>TIFF</acronym> image to grayscale.</para></sect3> 51 55 52 56 <sect3><title>tiff2ps</title> 53 <para> tiff2ps converts a TIFFimage to a postscript file.</para></sect3>57 <para><command>tiff2ps</command> converts a <acronym>TIFF</acronym> image to a postscript file.</para></sect3> 54 58 55 59 <sect3><title>tiff2rgba</title> … … 57 61 58 62 <sect3><title>tiffcmp</title> 59 <para> tiffcmp compares two TIFFfiles.</para></sect3>63 <para><command>tiffcmp</command> compares two <acronym>TIFF</acronym> files.</para></sect3> 60 64 61 65 <sect3><title>tiffcp</title> 62 <para>tiffcp copies (and possibly converts) a TIFF file.</para></sect3> 66 <para><command>tiffcp</command> copies (and possibly converts) a 67 <acronym>TIFF</acronym> file.</para></sect3> 63 68 64 69 <sect3><title>tiffdither</title> 65 <para> tiffditherconverts a grayscale image to bilevel using70 <para><command>tiffdither</command> converts a grayscale image to bilevel using 66 71 dithering.</para></sect3> 67 72 68 73 <sect3><title>tiffdump</title> 69 <para>tiffdump prints verbatim information about TIFF files.</para></sect3> 74 <para><command>tiffdump</command> prints verbatim information about 75 <acronym>TIFF</acronym> files.</para></sect3> 70 76 71 77 <sect3><title>tiffinfo</title> 72 <para>tiffinfo prints information about TIFF files.</para></sect3> 78 <para><command>tiffinfo</command> prints information about 79 <acronym>TIFF</acronym> files.</para></sect3> 73 80 74 81 <sect3><title>tiffmedian</title> 75 <para> tiffmedianapplies the median cut algorithm to data in a76 TIFFfile.</para></sect3>82 <para><command>tiffmedian</command> applies the median cut algorithm to data in a 83 <acronym>TIFF</acronym> file.</para></sect3> 77 84 78 85 <sect3><title>tiffsplit</title> 79 <para>tiffsplit splits a multi-image TIFF into single-image 80 TIFF files.</para></sect3> 86 <para><command>tiffsplit</command> splits a multi-image 87 <acronym>TIFF</acronym> into single-image 88 <acronym>TIFF</acronym> files.</para></sect3> 81 89 82 90 <sect3><title>tiff libraries</title> -
general/graphlib/libtiff/libtiff-exp.xml
rcff9a38 rcf4aab7 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>--noninteractive</userinput> : This switch is used to4 <para><command>--noninteractive</command> : This switch is used to 5 5 avoid the configuration routine asking for confirmation of the 6 6 directories to install to (which we pass using switches to configure 7 7 anyways).</para> 8 8 9 <para>< userinput>--with-DIR_MAN=/usr/share/man</userinput> : This is9 <para><command>--with-DIR_MAN=/usr/share/man</command> : This is 10 10 used because despite the fact we pass 11 < userinput>--prefix=/usr</userinput>, the configure11 <command>--prefix=/usr</command>, the configure 12 12 routine tries to install the man pages in 13 13 <filename>/usr/local/man</filename> instead of the -
general/graphlib/libtiff/libtiff-inst.xml
rcff9a38 rcf4aab7 1 1 <sect2> 2 <title>Installation of libtiff</title>2 <title>Installation of <application>libtiff</application></title> 3 3 4 <para>Install libtiffby running the following commands:</para>4 <para>Install <application>libtiff</application> by running the following commands:</para> 5 5 6 <para><screen><userinput> ./configure --prefix=/usr --noninteractive \6 <para><screen><userinput><command>./configure --prefix=/usr --noninteractive \ 7 7 --with-DIR_MAN=/usr/share/man && 8 8 make && 9 make install</ userinput></screen></para>9 make install</command></userinput></screen></para> 10 10 11 11 </sect2> -
general/graphlib/libtiff/libtiff-intro.xml
rcff9a38 rcf4aab7 1 1 <sect2> 2 <title>Introduction to libtiff</title>2 <title>Introduction to <application>libtiff</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&libtiff-download-http;"/> 5 Download location (FTP): <ulink url="&libtiff-download-ftp;"/> 6 Version used: &libtiff-version; 7 Package size: &libtiff-size; 8 Estimated Disk space required: &libtiff-buildsize; 9 Estimated build time: &libtiff-time;</screen> 10 11 <para>The libtiff package contains the tiff libraries and associated 4 <para>The <application>libtiff</application> package contains the tiff libraries and associated 12 5 utilities. The libraries are used by many programs for reading and 13 6 writing tiff files and the utilities are useful for general work with 14 7 tiff files.</para> 15 8 9 <sect3><title>Package information</title> 10 <itemizedlist spacing='compact'> 11 <listitem><para>Download (HTTP): <ulink url="&libtiff-download-http;"/></para></listitem> 12 <listitem><para>Download (FTP): <ulink url="&libtiff-download-ftp;"/></para></listitem> 13 <listitem><para>Download size: &libtiff-size;</para></listitem> 14 <listitem><para>Estimated Disk space required: &libtiff-buildsize;</para></listitem> 15 <listitem><para>Estimated build time: &libtiff-time;</para></listitem></itemizedlist> 16 </sect3> 17 18 16 19 </sect2> -
index.xml
rcff9a38 rcf4aab7 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2003061 2">6 <!ENTITY releasedate "June 1 2th, 2003">5 <!ENTITY version "20030613"> 6 <!ENTITY releasedate "June 13th, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
rcff9a38 rcf4aab7 10 10 11 11 <itemizedlist> 12 13 <listitem><para>June 13th, 2003 [larry]: general: updated intro on 14 libjpeg and libtiff.</para></listitem> 12 15 13 16 <listitem><para>June 12th, 2003 [larry]: general: Updated intro on
Note:
See TracChangeset
for help on using the changeset viewer.