Changeset 31961578


Ignore:
Timestamp:
09/26/2018 03:22:30 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
6500352
Parents:
c9a326f
Message:

perl modules branch: Merge from trunk r20534:20536

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

Files:
1 added
9 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc9a326f r31961578  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "23">                   <!-- Always 2 digits -->
     3<!ENTITY day          "26">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 23rd, &year;">
     9<!ENTITY releasedate  "September 26th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/genlib.xml

    rc9a326f r31961578  
    6868  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsl.xml"/>
    6969  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="icu.xml"/>
     70  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jansson.xml"/>
    7071<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js38.xml"/> -->
    7172  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js52.xml"/>
  • general/prog/perl-modules.xml

    rc9a326f r31961578  
    342342          <listitem><literallayout><ulink url="https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Business-ISBN-Data-20140910.003.tar.gz">Business::ISBN::Data</ulink>
    343343(https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Business-ISBN-Data-20140910.003.tar.gz)</literallayout>
    344           </listitem>
    345           <listitem><literallayout><ulink url="https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-7.93.tar.gz">Mojolicious</ulink>
    346 (https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-7.93.tar.gz)</literallayout>
    347344          </listitem>
    348345        </itemizedlist>
     
    29122909          <emphasis>Log::Log4perl:</emphasis> l4p-tmpl
    29132910          <emphasis>Module::Build</emphasis> config_data
    2914           <emphasis>Mojolicious</emphasis> hypnotoad, mojo, morbo
    29152911          <emphasis>Parse::Yapp</emphasis> yapp
    29162912      <!--<emphasis>Test::Pod::Coverage:</emphasis> pod_cover-->
     
    30223018      </varlistentry>
    30233019
    3024       <varlistentry id="hypnotoad">
    3025         <term><command>hypnotoad</command></term>
    3026         <listitem>
    3027           <para>is an HTTP and WebSocket server.</para>
    3028           <indexterm zone="perl-modules hypnotoad">
    3029             <primary sortas="b-hypnotoad">hypnotoad</primary>
    3030           </indexterm>
    3031         </listitem>
    3032       </varlistentry>
    3033 
    3034       <varlistentry id="mojo">
    3035         <term><command>mojo</command></term>
    3036         <listitem>
    3037           <para>is used to list and run Mojolicious commands.</para>
    3038           <indexterm zone="perl-modules mojo">
    3039             <primary sortas="b-mojo">mojo</primary>
    3040           </indexterm>
    3041         </listitem>
    3042       </varlistentry>
    3043 
    3044       <varlistentry id="morbo">
    3045         <term><command>morbo</command></term>
    3046         <listitem>
    3047           <para>is an HTTP and WebSocket development server.</para>
    3048           <indexterm zone="perl-modules morbo">
    3049             <primary sortas="b-morbo">morbo</primary>
    3050           </indexterm>
    3051         </listitem>
    3052       </varlistentry>
    3053 
    30543020      <varlistentry id="yapp">
    30553021        <term><command>yapp</command></term>
  • gnome/applications/network-manager-applet.xml

    rc9a326f r31961578  
    101101    <para role="optional" revision="sysv">
    102102      <xref linkend="gc"/> (for linker garbage collection),
     103      <xref linkend="jansson"/>,
    103104      <ulink url="&gnome-download-http;/gnome-bluetooth/">
    104105        GNOME Bluetooth</ulink>, and
     
    109110      <xref linkend="gc"/> (for linker garbage collection),
    110111      <xref linkend="gnome-bluetooth"/>,
     112      <xref linkend="jansson"/>,
    111113      <ulink url="&gnome-download-http;/mobile-broadband-provider-info">
    112114       mobile-broadband-provider-info</ulink> (runtime), and
    113       <ulink url="http://www.digip.org/jansson/">Jansson</ulink> (for the team configuration editor)
     115    <!--  <ulink url="http://www.digip.org/jansson/">Jansson</ulink> (for the team configuration editor) -->
    114116    </para>
    115117
  • introduction/welcome/changelog.xml

    rc9a326f r31961578  
    4343-->
    4444    <listitem>
     45      <para>September 26th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - perl module Business::ISBN has stopped requiring
     49          Mojolicious - noted from Changes in the current version.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
     55      <para>September 25th, 2018</para>
     56      <itemizedlist>
     57        <listitem>
     58          <para>[renodr] - Add Jansson for Samba. Fixes
     59          <ulink url="&blfs-ticket-root;11183">#11183</ulink>.</para>
     60        </listitem>
     61      </itemizedlist>
     62    </listitem>
     63
     64    <listitem>
    4565      <para>September 23rd, 2018</para>
    4666      <itemizedlist>
  • networking/netlibs/nghttp2.xml

    rc9a326f r31961578  
    8686    <para role="optional">
    8787      <xref linkend="boost"/>, <!--required for the C++ asio library)-->
     88      <xref linkend="jansson"/>, <!-- required to build the HPACK tools -->
    8889      <xref linkend="libevent"/>, <!--required to build the examples-->
    8990      <xref linkend="python2"/>, <!--required for the python bindings)-->
     
    9596      <ulink url="http://cython.org/">Cython</ulink>, <!--required for the
    9697      python bindings-->
    97       <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, <!--required
     98<!--      <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, <!- -required
    9899      to build the HPACK tools-->
    99100      <ulink url="http://www.canonware.com/jemalloc/">jemalloc</ulink>,
  • networking/netprogs/samba.xml

    rc9a326f r31961578  
    8888      <xref linkend="gnupg2"/> (required for ADS and testsuite),
    8989      <xref linkend="gnutls"/>,
     90      <xref linkend="jansson"/>,
    9091      <xref linkend="libarchive"/>,
    9192      <xref linkend="libcap-pam"/>,
     
    104105      <ulink url="https://people.gnome.org/~veillard/gamin/">Gamin</ulink>,
    105106      <ulink url="http://www.h5l.org/">Heimdal</ulink> (included),
    106       <ulink url="http://www.digip.org/jansson/">Jansson</ulink>,
     107    <!--  <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, -->
    107108      <ulink url="http://ftp.de.debian.org/debian/pool/main/liba/libaio/">libaio</ulink>,
    108109      <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>,
  • networking/netutils/networkmanager.xml

    rc9a326f r31961578  
    116116      <xref linkend="bluez"/>,
    117117      <xref linkend="gtk-doc"/>,
     118      <xref linkend="jansson"/>,
    118119      <xref linkend="libpsl"/>,
    119120      <xref linkend="qt5"/> (for examples),
     
    121122      <xref linkend="valgrind"/>,
    122123      <ulink url="http://www.thekelleys.org.uk/dnsmasq/doc.html">dnsmasq</ulink>,
    123       <ulink url="http://www.digip.org/jansson/">Jansson</ulink>,
     124<!--      <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, -->
    124125      <ulink url="https://github.com/Distrotech/libaudit">libaudit</ulink>,
    125126      <ulink url="https://github.com/jpirko/libteam">libteam</ulink>,
  • packages.ent

    rc9a326f r31961578  
    117117
    118118<!ENTITY iso-codes-version            "4.1">
     119<!ENTITY jansson-version              "2.11">
    119120<!-- <!ENTITY JS-version                   "17.0.0">
    120121<!ENTITY JS2-version                  "24.2.0">
Note: See TracChangeset for help on using the changeset viewer.