Updated to pilot-link-0.12.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6915 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2007-07-18 12:37:23 +00:00
parent 25d0899019
commit 5ac47c4870
3 changed files with 59 additions and 36 deletions

View File

@ -165,7 +165,7 @@ $Date$
<!ENTITY tidy-version "cvs_20070326"> <!ENTITY tidy-version "cvs_20070326">
<!ENTITY desktop-file-utils-version "0.12"> <!ENTITY desktop-file-utils-version "0.12">
<!ENTITY xscreensaver-version "4.24"> <!ENTITY xscreensaver-version "4.24">
<!ENTITY pilot-link-version "0.11.8"> <!ENTITY pilot-link-version "0.12.2">
<!ENTITY unixodbc-version "2.2.12"> <!ENTITY unixodbc-version "2.2.12">
<!ENTITY graphviz-version "2.12"> <!ENTITY graphviz-version "2.12">
<!ENTITY recode-version "3.6"> <!ENTITY recode-version "3.6">

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities; %general-entities;
<!ENTITY pilot-link-download-http "http://www.pilot-link.org/files/pilot-link-&pilot-link-version;.tar.bz2"> <!ENTITY pilot-link-download-http "http://downloads.pilot-link.org/pilot-link-&pilot-link-version;.tar.bz2">
<!ENTITY pilot-link-download-ftp "&gentoo-ftp-repo;/pilot-link-&pilot-link-version;.tar.bz2"> <!ENTITY pilot-link-download-ftp "&gentoo-ftp-repo;/pilot-link-&pilot-link-version;.tar.bz2">
<!ENTITY pilot-link-md5sum "586f84add601e8b86da3093ab784e997"> <!ENTITY pilot-link-md5sum "c1f4db8f32a2ee916fedb9a2dac8aa26">
<!ENTITY pilot-link-size "649 KB"> <!ENTITY pilot-link-size "964 KB">
<!ENTITY pilot-link-buildsize "15 MB"> <!ENTITY pilot-link-buildsize "20 MB">
<!ENTITY pilot-link-time "0.5 SBU"> <!ENTITY pilot-link-time "0.4 SBU">
]> ]>
<sect1 id="pilot-link" xreflabel="pilot-link-&pilot-link-version;"> <sect1 id="pilot-link" xreflabel="pilot-link-&pilot-link-version;">
@ -20,14 +20,14 @@
<date>$Date$</date> <date>$Date$</date>
</sect1info> </sect1info>
<title>Pilot-link-&pilot-link-version;</title> <title>pilot-link-&pilot-link-version;</title>
<indexterm zone="pilot-link"> <indexterm zone="pilot-link">
<primary sortas="a-Pilot-link">Pilot-link</primary> <primary sortas="a-Pilot-link">Pilot-link</primary>
</indexterm> </indexterm>
<sect2 role="package"> <sect2 role="package">
<title>Introduction to Pilot-link</title> <title>Introduction to pilot-link</title>
<para>The <application>pilot-link</application> package provides a suite of <para>The <application>pilot-link</application> package provides a suite of
tools containing a series of conduits, libraries, and language bindings for tools containing a series of conduits, libraries, and language bindings for
@ -64,13 +64,16 @@
</listitem> </listitem>
</itemizedlist> </itemizedlist>
<bridgehead renderas="sect3">Pilot-link Dependencies</bridgehead> <bridgehead renderas="sect3">pilot-link Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead> <bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="libpng"/>, <para role="optional"><xref linkend="libpng"/>,
<xref linkend="popt"/>,
<xref linkend="libusb"/>,
<xref linkend="jdk"/>, <xref linkend="jdk"/>,
<xref linkend="tcl"/>, <xref linkend="tcl"/>,
<xref linkend="python"/> and <xref linkend="python"/>,
<ulink url="http://www.bluez.org/">BlueZ</ulink>, and
<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para> <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
<para condition="html" role="usernotes">User Notes: <para condition="html" role="usernotes">User Notes:
@ -86,43 +89,58 @@
</indexterm> </indexterm>
<para>You may need to configure the <quote>USB_SERIAL_VISOR</quote> device <para>You may need to configure the <quote>USB_SERIAL_VISOR</quote> device
into the kernel before your system can communicate with your Palm device. Add into the kernel before your system can communicate with your Palm device.
this device by enabling the following kernel parameter setting and Add this device by enabling the following kernel parameter setting and
rebuilding the kernel (and modules, if applicable):</para> rebuilding the kernel (and modules, if applicable):</para>
<screen><literal>Device Drivers: <screen><literal>Device Drivers:
USB support: USB support:
USB Serial Converter support: USB Serial Converter support:
USB Handspring Visor / Palm m50x / Sony Client Driver</literal></screen> USB Handspring Visor / Palm m50x / Sony Client Driver</literal></screen>
<!-- This link is dead
<para>For additional information about connecting your USB <para>For additional information about connecting your USB Palm device,
Palm device, see: see: <ulink url="http://www.pilot-link.org/README.usb"/>.</para>
<ulink url="http://www.pilot-link.org/README.usb"/>.</para>
-->
</sect2> </sect2>
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Pilot-link</title> <title>Installation of pilot-link</title>
<para>Install <application>pilot-link</application> by running the following <para>Install <application>pilot-link</application> by running the following
commands:</para> commands:</para>
<screen><userinput>patch -Np1 -i ../pilot-link-&pilot-link-version;-bindings_fix-1.patch &amp;&amp; <screen><userinput>patch -Np1 -i ../pilot-link-&pilot-link-version;-bindings_fix-1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp; ./configure --prefix=/usr \
--enable-threads \
--enable-conduits \
--with-perl &amp;&amp;
make</userinput></screen> make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para> <para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen> <screen role="root"><userinput>make install &amp;&amp;
install -v -m755 -d /usr/share/doc/pilot-link-&pilot-link-version; &amp;&amp;
install -v -m644 README doc/{README.*,TODO,CodingGuidelines} \
/usr/share/doc/pilot-link-&pilot-link-version;</userinput></screen>
</sect2> </sect2>
<sect2 role="commands"> <sect2 role="commands">
<title>Command Explanations</title> <title>Command Explanations</title>
<para><option>--with-perl --with-java --with-tcl=/usr/lib <para><parameter>--enable-threads</parameter>: This parameter is required
to link the threading library into the build.</para>
<para><parameter>--enable-conduits</parameter>: This parameter is required
to build the userspace programs. Omit it if you only need the
<application>pilot-link</application> libraries.</para>
<para><parameter>--with-perl</parameter>: This parameter is required to
build the <application>Perl</application> bindings.</para>
<para><option>--with-java --with-tcl=/usr/lib
--with-python</option>: Use any or all of these options to enable the --with-python</option>: Use any or all of these options to enable the
respective language bindings desired.</para> respective language bindings desired.</para>
@ -138,21 +156,23 @@ make</userinput></screen>
<segtitle>Installed Directory</segtitle> <segtitle>Installed Directory</segtitle>
<seglistitem> <seglistitem>
<seg>addresses, ccexample, debugsh, dlpsh, hinotes, ietf2datebook, <seg>pilot-650foto, pilot-addresses, pilot-clip, pilot-csd,
install-datebook, install-expenses, install-hinote, install-memo, pilot-debugsh, pilot-dedupe, pilot-dlpsh, pilot-file, pilot-foto,
install-netsync, install-todo, install-todos, install-user, memos, money2qif, pilot-getram, pilot-getrom, pilot-getromtoken, pilot-hinotes,
pi-csd, pi-getram, pi-getrom, pi-getromtoken, pi-nredir, pilot-addresses, pilot-ietf2datebook, pilot-install-datebook, pilot-install-expenses,
pilot-archive, pilot-clip, pilot-datebook, pilot-dedupe, pilot-file, pilot-install-hinote, pilot-install-memo, pilot-install-netsync,
pilot-foto, pilot-prc, pilot-schlep, pilot-undelete, pilot-xfer, pitclsh, pilot-install-todo, pilot-install-todos, pilot-install-user,
read-expenses, read-ical, read-notepad, read-palmpix, read-todos, reminders, pilot-memos, pilot-nredir, pilot-read-expenses, pilot-read-ical,
and sync-plan</seg> pilot-read-notepad, pilot-read-palmpix, pilot-read-screenshot,
<seg>libpisock.{so,a}, libpisock++.{so,a}, and libpisync.{so,a}</seg> pilot-read-todos, pilot-read-veo, pilot-reminders, pilot-schlep,
<seg>libjpisock.so JDK library, libpitcl.{so,a} pilot-sync-plan, pilot-treofoto, pilot-undelete, pilot-wav,
<application>Tcl</application> library, pilot-xfer and optionally, pitclsh</seg>
<application>Python</application> and <application>Perl</application> <seg>libjpisock.so JDK library,
modules</seg> libpitcl.{so,a} <application>Tcl</application> library,
<seg>/usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/{,auto/}PDA, _pisock.so <application>Python</application> module and
/usr/share/pilot-link</seg> Pilot.so <application>Perl</application> module</seg>
<seg>/usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/auto/PDA,
/usr/share/doc/pilot-link-0.12.2 and/usr/share/pilot-link</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>

View File

@ -44,6 +44,9 @@
<listitem> <listitem>
<para>July 18th, 2007</para> <para>July 18th, 2007</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[randy] - Updated to pilot-link-0.12.2.</para>
</listitem>
<listitem> <listitem>
<para>[randy] - Updated to Nmap-4.20.</para> <para>[randy] - Updated to Nmap-4.20.</para>
</listitem> </listitem>