Changeset 42285880
- Timestamp:
- 06/28/2015 08:16:56 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- aa9464f
- Parents:
- 1b51238
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r1b51238 r42285880 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 7"> <!-- Always 2 digits -->3 <!ENTITY day "28"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "June 2 7th &year;">9 <!ENTITY releasedate "June 28th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/doxygen.xml
r1b51238 r42285880 7 7 <!ENTITY doxygen-download-http "http://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz"> 8 8 <!ENTITY doxygen-download-ftp "ftp://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz"> 9 <!ENTITY doxygen-md5sum " 3d1a5c26bef358c10a3894f356a69fbc">10 <!ENTITY doxygen-size "4. 8MB">11 <!ENTITY doxygen-buildsize "1 19 MB (with doxywizard - additional 26 MB for docs)">12 <!ENTITY doxygen-time " 1.7 SBU (with doxywizard - additional 1 SBU for docs)">9 <!ENTITY doxygen-md5sum "79767ccd986f12a0f949015efb5f058f"> 10 <!ENTITY doxygen-size "4.6 MB"> 11 <!ENTITY doxygen-buildsize "174 MB (with all programs, docs and tests)"> 12 <!ENTITY doxygen-time "2.4 SBU (with all programs, docs and tests)"> 13 13 ]> 14 14 … … 51 51 </para> 52 52 53 &lfs77_checked; 53 &lfs77_checked; &gcc5_checked; 54 54 55 55 <bridgehead renderas="sect3">Package Information</bridgehead> … … 88 88 89 89 <bridgehead renderas="sect3">Doxygen Dependencies</bridgehead> 90 91 <bridgehead renderas="sect4">Required</bridgehead> 92 <para role="required"> 93 <xref linkend="cmake"/> 94 </para> 90 95 91 96 <bridgehead renderas="sect4">Optional</bridgehead> … … 93 98 <xref linkend="graphviz"/>, 94 99 <xref linkend="gs"/>, 100 <xref linkend="libxml2"/>, 95 101 <xref linkend="llvm"/> (with clang), 96 102 <xref linkend="python2"/> or <xref linkend="python3"/>, … … 113 119 </para> 114 120 115 <screen><userinput>./configure --prefix /usr \ 116 --docdir /usr/share/doc/doxygen-&doxygen-version; && 121 <screen><userinput>cmake -G "Unix Makefiles" \ 122 -DCMAKE_BUILD_TYPE=Release \ 123 -DCMAKE_INSTALL_PREFIX=/usr \ 124 .. && 125 117 126 make</userinput></screen> 118 127 119 128 <para> 120 This package does not come with a test suite. 121 </para> 129 To test the results, issue: <command>make tests</command>. 130 </para> 131 132 <para> 133 If you wish to generate the package documentation, you must have 134 <application>Python</application>, <application>TeX Live</application> 135 (for HTML docs) and <application>Ghostscript</application> (for PDF docs) 136 installed, then issue the following command: 137 </para> 138 139 <screen><userinput>sed -i 's:man/man1:share/&:' ../doc/CMakeLists.txt && 140 141 cmake -DDOC_INSTALL_DIR=share/doc/doxygen-&doxygen-version; -Dbuild_doc=ON .. && 142 143 make docs</userinput></screen> 122 144 123 145 <para> … … 125 147 </para> 126 148 127 <screen role="root"><userinput>make MAN1DIR=share/man/man1 install</userinput></screen> 128 129 <para> 130 If you wish to generate and install the package documentation 131 (note that man pages have already been installed), you must have 132 <application>Python</application>, 133 <application>TeX Live</application> (for HTML docs) and 134 <application>Ghostscript</application> (for PDF docs) 135 installed, then issue the following command as the 136 <systemitem class="username">root</systemitem> user: 137 </para> 138 139 <screen role="root"><userinput>make install_docs</userinput></screen> 149 <screen role="root"><userinput>make install && 150 install -vm644 ../doc/*.1 /usr/man/man1</userinput></screen> 151 152 <para> 153 154 If you generated the package documentation, install with the following 155 command, as the <systemitem class="username">root</systemitem> user: 156 </para> 157 158 <screen role="root"><userinput>make docs install</userinput></screen> 140 159 141 160 </sect2> … … 145 164 146 165 <para> 147 <option>--with-doxywizard</option>: Use this switch if 166 <command>sed -i ... CMakeLists.txt</command>: Fixes the directory where 167 the man pages are installed. 168 </para> 169 170 <para> 171 <option>-Dbuild_wizard=ON</option>: Use this switch if 148 172 <application>Qt4</application> is installed and you wish to build the GUI 149 front-end. If both <application>Qt4</application> and 150 <application>Qt5</application> are installed, use <command>source 151 setqt4</command>. If <application>Qt4</application> is installed in 152 <filename class="directory">/opt</filename>, issue <command>export 153 QTDIR=$QT4DIR</command>. 154 </para> 155 156 <para> 157 <option>--with-doxysearch</option>: Use this switch if 173 front-end. 174 </para> 175 176 <para> 177 <option>-Dbuild_search=ON</option>: Use this switch if 158 178 <application>xapian</application> is installed and you wish to build 159 179 external search tools (<command>doxysearch.cgi</command> and … … 162 182 163 183 <para> 164 <option>- -with-libclang</option>: Use this switch if184 <option>-Duse_libclang=ON</option>: Use this switch if 165 185 <application>llvm</application> with <application>clang</application> are 166 installed, to add support for libclang parsing.</para> 186 installed, to add support for libclang parsing. 187 </para> 188 167 189 </sect2> 168 190 -
general/prog/scons.xml
r1b51238 r42285880 7 7 <!ENTITY scons-download-http "&sourceforge-repo;/scons/scons-&scons-version;.tar.gz"> 8 8 <!ENTITY scons-download-ftp " "> 9 <!ENTITY scons-md5sum " 91fbbb67c2c65b03c746601baac4a6a5">10 <!ENTITY scons-size " 608KB">11 <!ENTITY scons-buildsize "1 2MB">9 <!ENTITY scons-md5sum "a8988c7ef11133bb3b6ccf0af67ce010"> 10 <!ENTITY scons-size "500 KB"> 11 <!ENTITY scons-buildsize "11 MB"> 12 12 <!ENTITY scons-time "less than 0.1 SBU"> 13 13 ]> … … 35 35 </para> 36 36 37 &lfs77_checked; 37 &lfs77_checked; &gcc5_checked; 38 38 39 39 <bridgehead renderas="sect3">Package Information</bridgehead> -
introduction/welcome/changelog.xml
r1b51238 r42285880 44 44 45 45 --> 46 47 <listitem> 48 <para>June 28th, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to cups-filters-1.0.70. Fixes 52 <ulink url="&blfs-ticket-root;6657">#6657</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[fernando] - Update to libpcap-1.7.4. Fixes 56 <ulink url="&blfs-ticket-root;6656">#6656</ulink>.</para> 57 </listitem> 58 <listitem> 59 <para>[fernando] - Update to doxygen-1.8.10. Fixes 60 <ulink url="&blfs-ticket-root;6655">#6655</ulink>.</para> 61 </listitem> 62 <listitem> 63 <para>[fernando] - Update to scons-2.3.5. Fixes 64 <ulink url="&blfs-ticket-root;6654">#6654</ulink>.</para> 65 </listitem> 66 </itemizedlist> 67 </listitem> 46 68 47 69 <listitem> -
networking/netlibs/libpcap.xml
r1b51238 r42285880 7 7 <!ENTITY libpcap-download-http "http://www.tcpdump.org/release/libpcap-&libpcap-version;.tar.gz"> 8 8 <!ENTITY libpcap-download-ftp " "> 9 <!ENTITY libpcap-md5sum " 9ce284eacc02cb5491e123b875f3f63c">9 <!ENTITY libpcap-md5sum "b2e13142bbaba857ab1c6894aedaf547"> 10 10 <!ENTITY libpcap-size "648 KB"> 11 <!ENTITY libpcap-buildsize " 8.8MB">11 <!ENTITY libpcap-buildsize "9 MB"> 12 12 <!ENTITY libpcap-time "less than 0.1 SBU"> 13 13 ]> … … 35 35 </para> 36 36 37 &lfs77_checked; 37 &lfs77_checked; &gcc5_checked; 38 38 39 39 <bridgehead renderas="sect3">Package Information</bridgehead> -
packages.ent
r1b51238 r42285880 252 252 <!ENTITY cvs-version "1.11.23"> 253 253 <!ENTITY dejagnu-version "1.5.3"> 254 <!ENTITY doxygen-version "1.8. 9.1">254 <!ENTITY doxygen-version "1.8.10"> 255 255 <!ENTITY elfutils-version "0.163"> 256 256 <!ENTITY expect-version "5.45"> … … 271 271 <!ENTITY ruby-version "2.2.2"> 272 272 <!ENTITY ruby-patch-version "0"> 273 <!ENTITY scons-version "2.3. 4">273 <!ENTITY scons-version "2.3.5"> 274 274 <!ENTITY slang-version "2.2.4"> 275 275 <!ENTITY subversion-version "1.8.13"> … … 380 380 <!ENTITY libevent-version "2.0.22"> 381 381 <!ENTITY libnl-version "3.2.25"> 382 <!ENTITY libpcap-version "1.7. 3">382 <!ENTITY libpcap-version "1.7.4"> 383 383 <!ENTITY libndp-version "1.5"> 384 384 <!ENTITY libproxy-version "0.4.7"> … … 724 724 <!-- Chapter 42 --> 725 725 <!ENTITY cups-version "2.0.3"> 726 <!ENTITY cups-filters-version "1.0. 69">726 <!ENTITY cups-filters-version "1.0.70"> 727 727 <!ENTITY gs-version "9.16"> 728 728 <!ENTITY gutenprint-version "5.2.10"> -
pst/printing/cups-filters.xml
r1b51238 r42285880 8 8 "https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz"> 9 9 <!ENTITY cups-filters-download-ftp " "> 10 <!ENTITY cups-filters-md5sum " 914939cf0380ce04a91597a6f666c812">10 <!ENTITY cups-filters-md5sum "5afe1bca041c905ec8861d1a6ffbc634"> 11 11 <!ENTITY cups-filters-size "1.3 MB"> 12 12 <!ENTITY cups-filters-buildsize "52 MB (with tests)">
Note:
See TracChangeset
for help on using the changeset viewer.