Changeset 35de4407 for general


Ignore:
Timestamp:
10/30/2014 09:46:15 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
237d47f
Parents:
651dec2
Message:

Merged updates from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14799 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libical.xml

    r651dec2 r35de4407  
    55  %general-entities;
    66
    7 <!--  <!ENTITY libical-download-http "http://downloads.sourceforge.net/freeassociation/libical-&libical-version;.tar.gz">-->
    8   <!ENTITY libical-download-http "https://github.com/libical/libical/archive/v&libical-version;.tar.gz">
     7<!ENTITY libical-download-http "https://github.com/libical/libical/releases/download/v&libical-version;/libical-&libical-version;.tar.gz">
     8  <!--
     9  <!ENTITY libical-download-http "https://github.com/libical/libical/archive/v&libical-version;.tar.gz">-->
    910  <!ENTITY libical-download-ftp  " ">
    1011  <!ENTITY libical-md5sum        "af91db06b22559f863869c5a382ad08a">
     
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
    41 
    42     <para>The download link below obtains
    43     <filename>libical-&libical-version;.tar.gz</filename>, if a web browser,
    44     such as <xref linkend="firefox"/>, is used. This is is the correct name for
    45     the archive, because it uncompresses into <filename
    46     class="directory">libical-&libical-version;</filename> directory. However,
    47     if other method is used for downloading it, e.g. <xref linkend="wget"/>,
    48     the obtained file is <filename>v&libical-version;.tar.gz</filename>, which
    49     is not acceptable. It is recommended to rename it to the correct filename
    50     <filename>libical-&libical-version;.tar.gz</filename>. You can achieve this
    51     automatically, by issuing <command>wget <ulink
    52     url="&libical-download-http;"/> -O
    53     <filename>libical-&libical-version;.tar.gz</filename></command>.</para>
    54 
     42<!--
     43    <note>
     44
     45      <para>The download link below obtains
     46      <filename>libical-&libical-version;.tar.gz</filename> if a web browser
     47      such as <xref linkend="firefox"/> is used. This is the correct name
     48      for the archive, because it saves the file as <filename
     49      class="directory">libical-&libical-version;</filename>. However, if
     50      another method is used for downloading, e.g. <xref linkend="wget"/>, the
     51      file name is <filename>v&libical-version;.tar.gz</filename>, which is not
     52      acceptable. The file should be renamed to the correct filename
     53      <filename>libical-&libical-version;.tar.gz</filename>. You can achieve
     54      this automatically by using the command:</para>
     55   
     56 <screen><userinput>wget <ulink url="&libical-download-http;"/> -O libical-&libical-version;.tar.gz</userinput></screen>
     57    </note>
     58-->
    5559    <itemizedlist spacing="compact">
    5660      <listitem>
  • general/genlib/liblinear.xml

    r651dec2 r35de4407  
    77  <!ENTITY liblinear-download-http "http://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/liblinear-&liblinear-version;.tar.gz">
    88  <!ENTITY liblinear-download-ftp  " ">
    9   <!ENTITY liblinear-md5sum        "f52e1f2dd6bccb58977a334bba0bbf90">
    10   <!ENTITY liblinear-size          "328 KB">
     9  <!ENTITY liblinear-md5sum        "a10486cf0a6064911d6d88faf29ca1c6">
     10  <!ENTITY liblinear-size          "332 KB">
    1111  <!ENTITY liblinear-buildsize     "1.1 MB">
    12   <!ENTITY liblinear-time          "0.1 SBU">
     12  <!ENTITY liblinear-time          "less than 0.1 SBU">
    1313]>
    1414
     
    4040
    4141    &lfs76_checked;
     42
     43    <note>
     44      <para>
     45        After updating this package, you need to reinstall
     46        <xref linkend="nmap"/>, in order to link to the new library.
     47      </para>
     48    </note>
    4249
    4350    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    97104
    98105<screen role="root"><userinput>install -vm644 linear.h /usr/include &amp;&amp;
    99 install -vm755 liblinear.so.1 /usr/lib &amp;&amp;
    100 ln -sfv liblinear.so.1 /usr/lib/liblinear.so</userinput></screen>
     106install -vm755 liblinear.so.2 /usr/lib &amp;&amp;
     107ln -sfv liblinear.so.2 /usr/lib/liblinear.so</userinput></screen>
    101108  </sect2>
    102109
  • general/genutils/pinentry.xml

    r651dec2 r35de4407  
    77  <!ENTITY pinentry-download-http " ">
    88  <!ENTITY pinentry-download-ftp  "ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-&pinentry-version;.tar.bz2">
    9   <!ENTITY pinentry-md5sum        "e2b6f94471ba1e978f6e5bf6b275189b">
    10   <!ENTITY pinentry-size          "508 KB">
    11   <!ENTITY pinentry-buildsize     "10 MB">
     9  <!ENTITY pinentry-md5sum        "40a05856cb3accf6679987b7899b0f5a">
     10  <!ENTITY pinentry-size          "456 KB">
     11  <!ENTITY pinentry-buildsize     "9.8 MB">
    1212  <!ENTITY pinentry-time          "0.1 SBU">
    1313]>
  • general/prog/ruby.xml

    r651dec2 r35de4407  
    55  %general-entities;
    66
    7   <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/2.1/ruby-&ruby-version;.tar.bz2">
     7  <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/2.1/ruby-&ruby-version;.tar.xz">
    88  <!ENTITY ruby-download-ftp  " ">
    99<!--
    1010  <!ENTITY ruby-download-ftp  "ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-&ruby-version;-p&ruby-patch-version;.tar.bz2">
    1111-->
    12   <!ENTITY ruby-md5sum        "02b7da3bb06037c777ca52e1194efccb">
    13   <!ENTITY ruby-size          "12 MB">
    14   <!ENTITY ruby-buildsize     "477 MB">
    15   <!ENTITY ruby-time          "2.8 SBU (additional 0.2 SBU for tests)">
     12  <!ENTITY ruby-md5sum        "99aa2b01240d91edaecc2fc9d8254e44">
     13  <!ENTITY ruby-size          "9 MB">
     14  <!ENTITY ruby-buildsize     "337 MB (additional 550 MB for rdoc indexes and API documents)">
     15  <!ENTITY ruby-time          "2 SBU (additional 1.1 SBU for rdoc indexes and API documents 0.2 SBU for tests)">
    1616]>
    1717
     
    123123      <parameter>--enable-shared</parameter>: This switch enables building of
    124124      the <filename class="libraryfile">libruby</filename> shared library.
     125    </para>
     126
     127    <para>
     128      <option>--disable-install-doc</option>: This switch disables building and
     129      installing rdoc indexes and C API documents.
     130    </para>
     131
     132    <para>
     133      <option>--disable-install-rdoc</option>: This switch disables building
     134      and installing rdoc indexes.
     135    </para>
     136
     137    <para>
     138      <option>--disable-install-capi</option>: This switch disables building
     139      and installing C API documents.
    125140    </para>
    126141
Note: See TracChangeset for help on using the changeset viewer.