Added new package, libggz-0.0.14.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8177 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Wayne Blaszczyk 2010-01-03 13:19:42 +00:00
parent 60448e53aa
commit 2270898b5f
4 changed files with 143 additions and 2 deletions

View File

@ -3,13 +3,13 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "03"> <!-- Always 2 digits -->
<!ENTITY day "04"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2010">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "svn-&year;&month;&day;">
<!ENTITY releasedate "January &day;rd, &year;">
<!ENTITY releasedate "January &day;th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
@ -166,6 +166,7 @@ $Date$
<!ENTITY gobject-introspection-version "0.6.5">
<!ENTITY gir-repository-version "0.6.5">
<!ENTITY libnotify-version "0.4.5">
<!ENTITY libggz-version "0.0.14.1">
<!-- Obsolete
<!ENTITY fam-version "2.7.0">

View File

@ -89,6 +89,7 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gobject-introspection.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gir-repository.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libnotify.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libggz.xml"/>
<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxml.xml"/> -->
<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ispell.xml"/> -->

130
general/genlib/libggz.xml Normal file
View File

@ -0,0 +1,130 @@
<?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 libggz-download-http "http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/&libggz-version;/libggz-&libggz-version;.tar.gz">
<!ENTITY libggz-download-ftp "ftp://mirrors.ibiblio.org/mirrors/ggzgamingzone/ggz/&libggz-version;/libggz-&libggz-version;.tar.gz">
<!ENTITY libggz-md5sum "603739504648833779aa13b0327a1c3d">
<!ENTITY libggz-size "466 KB">
<!ENTITY libggz-buildsize "5 MB">
<!ENTITY libggz-time "0.1 SBU">
]>
<sect1 id="libggz" xreflabel="libggz-&libggz-version;">
<?dbhtml filename="libggz.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>libggz-&libggz-version;</title>
<indexterm zone="libggz">
<primary sortas="a-libggz">libggz</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libggz</title>
<para>The <application>libggz</application> package is the GGZ base library,
used by the GGZ Gaming Zone server (ggzd), the ggzcore library and other
components.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&libggz-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&libggz-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &libggz-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &libggz-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &libggz-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &libggz-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">libggz Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="gnutls"/>,
<xref linkend="libgcrypt"/>, and
<xref linkend="openssl"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/libggz"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of libggz</title>
<para>Install <application>libggz</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr \
--with-tls &amp;&amp;
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="commands">
<title>Command Explanations</title>
<para><parameter>--with-tls</parameter>: This parameter will automaticly
select the use of either GnuTLS or OpenSSL if available.</para>
</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>libggz.{so,a}</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libggz-lib">
<term><filename class='libraryfile'>libggz.{so,a}</filename></term>
<listitem>
<para>contains the libggz API functions.</para>
<indexterm zone="libggz libggz-lib">
<primary sortas="c-libggz">libggz.{so,a}</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>

View File

@ -40,6 +40,15 @@
</listitem>
-->
<listitem>
<para>January 4th, 2010</para>
<itemizedlist>
<listitem>
<para>[wblaszcz] - Added new package, libggz-0.0.14.1.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>January 3rd, 2010</para>
<itemizedlist>