Author: ken
Date: Tue Sep 25 20:22:30 2018
New Revision: 20537
Log:
perl modules branch: Merge from trunk r20534:20536
Added:
branches/perl-modules/general/genlib/jansson.xml
- copied unchanged from r20536, trunk/BOOK/general/genlib/jansson.xml
Modified:
branches/perl-modules/general.ent
branches/perl-modules/general/genlib/genlib.xml
branches/perl-modules/general/prog/perl-modules.xml
branches/perl-modules/gnome/applications/network-manager-applet.xml
branches/perl-modules/introduction/welcome/changelog.xml
branches/perl-modules/networking/netlibs/nghttp2.xml
branches/perl-modules/networking/netprogs/samba.xml
branches/perl-modules/networking/netutils/networkmanager.xml
branches/perl-modules/packages.ent
Modified: branches/perl-modules/general.ent
==============================================================================
--- branches/perl-modules/general.ent Tue Sep 25 20:16:09 2018 (r20536)
+++ branches/perl-modules/general.ent Tue Sep 25 20:22:30 2018 (r20537)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "23"> <!-- Always 2 digits -->
+<!ENTITY day "26"> <!-- Always 2 digits -->
<!ENTITY month "09"> <!-- Always 2 digits -->
<!ENTITY year "2018">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "September 23rd, &year;">
+<!ENTITY releasedate "September 26th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: branches/perl-modules/general/genlib/genlib.xml
==============================================================================
--- branches/perl-modules/general/genlib/genlib.xml Tue Sep 25 20:16:09
2018 (r20536)
+++ branches/perl-modules/general/genlib/genlib.xml Tue Sep 25 20:22:30
2018 (r20537)
@@ -67,6 +67,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grantlee.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="icu.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jansson.xml"/>
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js38.xml"/>
-->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js52.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js60.xml"/>
Copied: branches/perl-modules/general/genlib/jansson.xml (from r20536,
trunk/BOOK/general/genlib/jansson.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/perl-modules/general/genlib/jansson.xml Tue Sep 25 20:22:30
2018 (r20537, copy of r20536, trunk/BOOK/general/genlib/jansson.xml)
@@ -0,0 +1,140 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY jansson-download-http
"http://www.digip.org/jansson/releases/jansson-&jansson-version;.tar.gz">
+ <!ENTITY jansson-download-ftp " ">
+ <!ENTITY jansson-md5sum "7af071db9970441e1eaaf25662310e33">
+ <!ENTITY jansson-size "476 KB">
+ <!ENTITY jansson-buildsize "6.8 MB">
+ <!ENTITY jansson-time "0.1 SBU">
+]>
+
+<sect1 id="jansson" xreflabel="jansson-&jansson-version;">
+ <?dbhtml filename="jansson.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>Jansson-&jansson-version;</title>
+
+ <indexterm zone="jansson">
+ <primary sortas="a-jansson">jansson</primary>
+ </indexterm>
+ <sect2 role="package">
+ <title>Introduction to Jansson</title>
+
+ <para>
+ The <application>Jansson</application> package contains a library used to
+ encode, decode, and manipulate JSON data.
+ </para>
+
+ &lfs83_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&jansson-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&jansson-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &jansson-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &jansson-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &jansson-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &jansson-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <!-- No dependencies -->
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/jansson"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Jansson</title>
+
+ <para>
+ Install <application>jansson</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --disable-static &&
+make</userinput></screen>
+
+ <para>
+ To test the results, issue: <command>make check</command>.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Library</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ None
+ </seg>
+ <seg>
+ libjansson.so
+ </seg>
+ <seg>
+ None
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="libjansson">
+ <term><filename class="libraryfile">libjansson.so</filename></term>
+ <listitem>
+ <para>
+ contains an API for encoding, decoding, and manipulating JSON data.
+ </para>
+ <indexterm zone="jansson libjansson">
+ <primary sortas="c-libjansson">libjansson.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
Modified: branches/perl-modules/general/prog/perl-modules.xml
==============================================================================
--- branches/perl-modules/general/prog/perl-modules.xml Tue Sep 25 20:16:09
2018 (r20536)
+++ branches/perl-modules/general/prog/perl-modules.xml Tue Sep 25 20:22:30
2018 (r20537)
@@ -342,9 +342,6 @@
<listitem><literallayout><ulink
url="https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Business-ISBN-Data-20140910.003.tar.gz">Business::ISBN::Data</ulink>
(https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Business-ISBN-Data-20140910.003.tar.gz)</literallayout>
</listitem>
- <listitem><literallayout><ulink
url="https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-7.93.tar.gz">Mojolicious</ulink>
-(https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-7.93.tar.gz)</literallayout>
- </listitem>
</itemizedlist>
</listitem>
</itemizedlist>
@@ -2911,7 +2908,6 @@
<emphasis>Lingua::Translit:</emphasis> translit
<emphasis>Log::Log4perl:</emphasis> l4p-tmpl
<emphasis>Module::Build</emphasis> config_data
- <emphasis>Mojolicious</emphasis> hypnotoad, mojo, morbo
<emphasis>Parse::Yapp</emphasis> yapp
<!--<emphasis>Test::Pod::Coverage:</emphasis> pod_cover-->
<emphasis>Text::BibTeX:</emphasis> biblex, bibparse, dumpnames
@@ -3020,36 +3016,6 @@
</indexterm>
</listitem>
</varlistentry>
-
- <varlistentry id="hypnotoad">
- <term><command>hypnotoad</command></term>
- <listitem>
- <para>is an HTTP and WebSocket server.</para>
- <indexterm zone="perl-modules hypnotoad">
- <primary sortas="b-hypnotoad">hypnotoad</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="mojo">
- <term><command>mojo</command></term>
- <listitem>
- <para>is used to list and run Mojolicious commands.</para>
- <indexterm zone="perl-modules mojo">
- <primary sortas="b-mojo">mojo</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="morbo">
- <term><command>morbo</command></term>
- <listitem>
- <para>is an HTTP and WebSocket development server.</para>
- <indexterm zone="perl-modules morbo">
- <primary sortas="b-morbo">morbo</primary>
- </indexterm>
- </listitem>
- </varlistentry>
<varlistentry id="yapp">
<term><command>yapp</command></term>
Modified: branches/perl-modules/gnome/applications/network-manager-applet.xml
==============================================================================
--- branches/perl-modules/gnome/applications/network-manager-applet.xml Tue Sep
25 20:16:09 2018 (r20536)
+++ branches/perl-modules/gnome/applications/network-manager-applet.xml Tue Sep
25 20:22:30 2018 (r20537)
@@ -100,6 +100,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional" revision="sysv">
<xref linkend="gc"/> (for linker garbage collection),
+ <xref linkend="jansson"/>,
<ulink url="&gnome-download-http;/gnome-bluetooth/">
GNOME Bluetooth</ulink>, and
<ulink url="&gnome-download-http;/mobile-broadband-provider-info">
@@ -108,9 +109,10 @@
<para role="optional" revision="systemd">
<xref linkend="gc"/> (for linker garbage collection),
<xref linkend="gnome-bluetooth"/>,
+ <xref linkend="jansson"/>,
<ulink url="&gnome-download-http;/mobile-broadband-provider-info">
mobile-broadband-provider-info</ulink> (runtime), and
- <ulink url="http://www.digip.org/jansson/">Jansson</ulink> (for the team
configuration editor)
+ <!-- <ulink url="http://www.digip.org/jansson/">Jansson</ulink> (for the
team configuration editor) -->
</para>
<para condition="html" role="usernotes">User Notes:
Modified: branches/perl-modules/introduction/welcome/changelog.xml
==============================================================================
--- branches/perl-modules/introduction/welcome/changelog.xml Tue Sep 25
20:16:09 2018 (r20536)
+++ branches/perl-modules/introduction/welcome/changelog.xml Tue Sep 25
20:22:30 2018 (r20537)
@@ -42,6 +42,26 @@
</listitem>
-->
<listitem>
+ <para>September 26th, 2018</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - perl module Business::ISBN has stopped requiring
+ Mojolicious - noted from Changes in the current version.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>September 25th, 2018</para>
+ <itemizedlist>
+ <listitem>
+ <para>[renodr] - Add Jansson for Samba. Fixes
+ <ulink url="&blfs-ticket-root;11183">#11183</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>September 23rd, 2018</para>
<itemizedlist>
<listitem>
Modified: branches/perl-modules/networking/netlibs/nghttp2.xml
==============================================================================
--- branches/perl-modules/networking/netlibs/nghttp2.xml Tue Sep 25
20:16:09 2018 (r20536)
+++ branches/perl-modules/networking/netlibs/nghttp2.xml Tue Sep 25
20:22:30 2018 (r20537)
@@ -85,6 +85,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="boost"/>, <!--required for the C++ asio library)-->
+ <xref linkend="jansson"/>, <!-- required to build the HPACK tools -->
<xref linkend="libevent"/>, <!--required to build the examples-->
<xref linkend="python2"/>, <!--required for the python bindings)-->
<!--- <phrase revision="systemd">
@@ -94,7 +95,7 @@
the testsuite),
<ulink url="http://cython.org/">Cython</ulink>, <!--required for the
python bindings-->
- <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, <!--required
+<!-- <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, <!-
-required
to build the HPACK tools-->
<ulink url="http://www.canonware.com/jemalloc/">jemalloc</ulink>,
<!--required for the example HTTP server-->
Modified: branches/perl-modules/networking/netprogs/samba.xml
==============================================================================
--- branches/perl-modules/networking/netprogs/samba.xml Tue Sep 25 20:16:09
2018 (r20536)
+++ branches/perl-modules/networking/netprogs/samba.xml Tue Sep 25 20:22:30
2018 (r20537)
@@ -87,6 +87,7 @@
<xref linkend="git"/>,
<xref linkend="gnupg2"/> (required for ADS and testsuite),
<xref linkend="gnutls"/>,
+ <xref linkend="jansson"/>,
<xref linkend="libarchive"/>,
<xref linkend="libcap-pam"/>,
<xref linkend="libgcrypt"/>,
@@ -103,7 +104,7 @@
<ulink url="https://ctdb.samba.org/">ctdb</ulink> (included),
<ulink url="https://people.gnome.org/~veillard/gamin/">Gamin</ulink>,
<ulink url="http://www.h5l.org/">Heimdal</ulink> (included),
- <ulink url="http://www.digip.org/jansson/">Jansson</ulink>,
+ <!-- <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, -->
<ulink
url="http://ftp.de.debian.org/debian/pool/main/liba/libaio/">libaio</ulink>,
<ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>,
<ulink url="https://ldb.samba.org/">ldb</ulink> (included),
Modified: branches/perl-modules/networking/netutils/networkmanager.xml
==============================================================================
--- branches/perl-modules/networking/netutils/networkmanager.xml Tue Sep
25 20:16:09 2018 (r20536)
+++ branches/perl-modules/networking/netutils/networkmanager.xml Tue Sep
25 20:22:30 2018 (r20537)
@@ -115,12 +115,13 @@
<para role="optional">
<xref linkend="bluez"/>,
<xref linkend="gtk-doc"/>,
+ <xref linkend="jansson"/>,
<xref linkend="libpsl"/>,
<xref linkend="qt5"/> (for examples),
<xref linkend="ModemManager"/>,
<xref linkend="valgrind"/>,
<ulink
url="http://www.thekelleys.org.uk/dnsmasq/doc.html">dnsmasq</ulink>,
- <ulink url="http://www.digip.org/jansson/">Jansson</ulink>,
+<!-- <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, -->
<ulink url="https://github.com/Distrotech/libaudit">libaudit</ulink>,
<ulink url="https://github.com/jpirko/libteam">libteam</ulink>,
<ulink url="https://www.samba.org/ftp/ppp/">PPP</ulink>, and
Modified: branches/perl-modules/packages.ent
==============================================================================
--- branches/perl-modules/packages.ent Tue Sep 25 20:16:09 2018 (r20536)
+++ branches/perl-modules/packages.ent Tue Sep 25 20:22:30 2018 (r20537)
@@ -116,6 +116,7 @@
<!ENTITY icu-dl-version "&icu-major;_&icu-minor;"><!--
_&icu-patch;-->
<!ENTITY iso-codes-version "4.1">
+<!ENTITY jansson-version "2.11">
<!-- <!ENTITY JS-version "17.0.0">
<!ENTITY JS2-version "24.2.0">
<!ENTITY JS38-version "38.2.1"> -->
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page