source: general/genutils/pilot-link.xml@ 308400f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 308400f was 6732c094, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.8 KB
RevLine 
[b9255298]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[b9255298]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[c9fc35c]7 <!ENTITY pilot-link-download-http "http://www.pilot-link.org/files/pilot-link-&pilot-link-version;.tar.bz2">
[b9255298]8 <!ENTITY pilot-link-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/pilot-link-&pilot-link-version;.tar.bz2">
[93d2c72]9 <!ENTITY pilot-link-md5sum "586f84add601e8b86da3093ab784e997">
[b9255298]10 <!ENTITY pilot-link-size "649 KB">
11 <!ENTITY pilot-link-buildsize "15 MB">
[f73a2232]12 <!ENTITY pilot-link-time "0.5 SBU">
[b9255298]13]>
14
[fd680fb]15<sect1 id="pilot-link" xreflabel="pilot-link-&pilot-link-version;">
[65f676a]16 <?dbhtml filename="pilot-link.html"?>
[fc7afd0c]17
[65f676a]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[fc7afd0c]22
[65f676a]23 <title>Pilot-link-&pilot-link-version;</title>
[fc7afd0c]24
[65f676a]25 <indexterm zone="pilot-link">
26 <primary sortas="a-Pilot-link">Pilot-link</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Pilot-link</title>
[fc7afd0c]31
[8d77de6]32 <para>The <application>pilot-link</application> package provides a suite of
33 tools containing a series of conduits, libraries, and language bindings for
34 moving information to and from your Palm device and your desktop or
[65f676a]35 server/workstation system, as well as across a network.</para>
[fc7afd0c]36
[65f676a]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&pilot-link-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&pilot-link-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &pilot-link-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &pilot-link-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &pilot-link-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &pilot-link-time;</para>
56 </listitem>
57 </itemizedlist>
[fc7afd0c]58
[65f676a]59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <itemizedlist spacing="compact">
61 <listitem>
[8d77de6]62 <para>Required patch: <ulink
[65f676a]63 url="&patch-root;/pilot-link-&pilot-link-version;-bindings_fix-1.patch"/></para>
64 </listitem>
65 </itemizedlist>
[fc7afd0c]66
[65f676a]67 <bridgehead renderas="sect3">Pilot-link Dependencies</bridgehead>
[fc7afd0c]68
[65f676a]69 <bridgehead renderas="sect4">Optional</bridgehead>
[52d50d5]70 <para role="optional"><xref linkend="libpng"/>,
[8d77de6]71 <xref linkend="jdk"/>,
72 <xref linkend="tcl"/>,
73 <xref linkend="python"/> and
[65f676a]74 <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
[fc7afd0c]75
[ef04308d]76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/pilot-link"/></para>
78
[65f676a]79 </sect2>
[fc7afd0c]80
[65f676a]81 <sect2 role="kernel" id="pilot-link-kernel">
82 <title>Kernel Configuration</title>
[fc7afd0c]83
[65f676a]84 <indexterm zone="pilot-link pilot-link-kernel">
85 <primary sortas="d-USB-Palm-devices">USB Palm devices</primary>
86 </indexterm>
[fc7afd0c]87
[8d77de6]88 <para>You may need to configure the <quote>USB_SERIAL_VISOR</quote> device
89 into the kernel before your system can communicate with your Palm device. Add
90 this device by enabling the following kernel parameter setting and
[65f676a]91 rebuilding the kernel (and modules, if applicable):</para>
[fc7afd0c]92
[65f676a]93<screen><literal>Device Drivers:
94 USB support:
95 USB Serial Converter support:
96 USB Handspring Visor / Palm m50x / Sony Client Driver</literal></screen>
[4ec808b]97<!-- This link is dead
[8d77de6]98 <para>For additional information about connecting your USB
[072c73b]99 Palm device, see:
[65f676a]100 <ulink url="http://www.pilot-link.org/README.usb"/>.</para>
[4ec808b]101-->
[65f676a]102 </sect2>
[fc7afd0c]103
[65f676a]104 <sect2 role="installation">
105 <title>Installation of Pilot-link</title>
106
[8d77de6]107 <para>Install <application>pilot-link</application> by running the following
[65f676a]108 commands:</para>
109
110<screen><userinput>patch -Np1 -i ../pilot-link-&pilot-link-version;-bindings_fix-1.patch &amp;&amp;
[b9255298]111./configure --prefix=/usr &amp;&amp;
[65f676a]112make</userinput></screen>
[fc7afd0c]113
[f73a2232]114 <para>To test the results, issue: <command>make check</command>.</para>
115
[65f676a]116 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[fc7afd0c]117
[65f676a]118<screen role="root"><userinput>make install</userinput></screen>
[fc7afd0c]119
[65f676a]120 </sect2>
[fc7afd0c]121
[65f676a]122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
[8d77de6]125 <para><option>--with-perl --with-java --with-tcl=/usr/lib
126 --with-python</option>: Use any or all of these options to enable the
[65f676a]127 respective language bindings desired.</para>
[fc7afd0c]128
[65f676a]129 </sect2>
[fc7afd0c]130
[65f676a]131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Bindings</segtitle>
138 <segtitle>Installed Directory</segtitle>
[fc7afd0c]139
[65f676a]140 <seglistitem>
[8d77de6]141 <seg>addresses, ccexample, debugsh, dlpsh, hinotes, ietf2datebook,
142 install-datebook, install-expenses, install-hinote, install-memo,
143 install-netsync, install-todo, install-todos, install-user, memos, money2qif,
144 pi-csd, pi-getram, pi-getrom, pi-getromtoken, pi-nredir, pilot-addresses,
145 pilot-archive, pilot-clip, pilot-datebook, pilot-dedupe, pilot-file,
146 pilot-foto, pilot-prc, pilot-schlep, pilot-undelete, pilot-xfer, pitclsh,
147 read-expenses, read-ical, read-notepad, read-palmpix, read-todos, reminders,
[65f676a]148 and sync-plan</seg>
[ef04308d]149 <seg>libpisock.{so,a}, libpisock++.{so,a}, and libpisync.{so,a}</seg>
150 <seg>libjpisock.so JDK library, libpitcl.{so,a}
[8d77de6]151 <application>Tcl</application> library,
[fc7afd0c]152 <application>Python</application> and <application>Perl</application>
[65f676a]153 modules</seg>
[ef04308d]154 <seg>/usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/{,auto/}PDA,
[f73a2232]155 /usr/share/pilot-link</seg>
[65f676a]156 </seglistitem>
157 </segmentedlist>
[fc7afd0c]158
[65f676a]159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
[fc7afd0c]163
[65f676a]164 <varlistentry id="pilot-link-programs">
165 <term><command>pilot-link programs and utilities</command></term>
166 <listitem>
[8d77de6]167 <para>Describing the functionality of each
168 <application>pilot-link</application> program and utility would take several
169 pages. Instead, after you've installed the package, review the
170 <application>pilot-link</application> man page
171 (<command>man pilot-link</command>). If you wish to review before installing
172 the package, unpack the tarball and issue
[65f676a]173 <command>man doc/man/pilot-link.7.in</command>.</para>
174 <indexterm zone="pilot-link pilot-link-programs">
175 <primary sortas="b-pilot-link-programs">pilot-link programs</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179 </variablelist>
180
181 </sect2>
[b9255298]182
183</sect1>
Note: See TracBrowser for help on using the repository browser.