Changeset 5ac47c48


Ignore:
Timestamp:
07/18/2007 12:37:23 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
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
Children:
c5854c2
Parents:
25d08990
Message:

Updated to pilot-link-0.12.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r25d08990 r5ac47c48  
    166166<!ENTITY desktop-file-utils-version   "0.12">
    167167<!ENTITY xscreensaver-version         "4.24">
    168 <!ENTITY pilot-link-version           "0.11.8">
     168<!ENTITY pilot-link-version           "0.12.2">
    169169<!ENTITY unixodbc-version             "2.2.12">
    170170<!ENTITY graphviz-version             "2.12">
  • general/genutils/pilot-link.xml

    r25d08990 r5ac47c48  
    55  %general-entities;
    66
    7   <!ENTITY pilot-link-download-http "http://www.pilot-link.org/files/pilot-link-&pilot-link-version;.tar.bz2">
     7  <!ENTITY pilot-link-download-http "http://downloads.pilot-link.org/pilot-link-&pilot-link-version;.tar.bz2">
    88  <!ENTITY pilot-link-download-ftp  "&gentoo-ftp-repo;/pilot-link-&pilot-link-version;.tar.bz2">
    9   <!ENTITY pilot-link-md5sum        "586f84add601e8b86da3093ab784e997">
    10   <!ENTITY pilot-link-size          "649 KB">
    11   <!ENTITY pilot-link-buildsize     "15 MB">
    12   <!ENTITY pilot-link-time          "0.5 SBU">
     9  <!ENTITY pilot-link-md5sum        "c1f4db8f32a2ee916fedb9a2dac8aa26">
     10  <!ENTITY pilot-link-size          "964 KB">
     11  <!ENTITY pilot-link-buildsize     "20 MB">
     12  <!ENTITY pilot-link-time          "0.4 SBU">
    1313]>
    1414
     
    2121  </sect1info>
    2222
    23   <title>Pilot-link-&pilot-link-version;</title>
     23  <title>pilot-link-&pilot-link-version;</title>
    2424
    2525  <indexterm zone="pilot-link">
     
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to Pilot-link</title>
     30    <title>Introduction to pilot-link</title>
    3131
    3232    <para>The <application>pilot-link</application> package provides a suite of
     
    6565    </itemizedlist>
    6666
    67     <bridgehead renderas="sect3">Pilot-link Dependencies</bridgehead>
     67    <bridgehead renderas="sect3">pilot-link Dependencies</bridgehead>
    6868
    6969    <bridgehead renderas="sect4">Optional</bridgehead>
    7070    <para role="optional"><xref linkend="libpng"/>,
     71    <xref linkend="popt"/>,
     72    <xref linkend="libusb"/>,
    7173    <xref linkend="jdk"/>,
    7274    <xref linkend="tcl"/>,
    73     <xref linkend="python"/> and
     75    <xref linkend="python"/>,
     76    <ulink url="http://www.bluez.org/">BlueZ</ulink>, and
    7477    <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
    7578
     
    8790
    8891    <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
     92    into the kernel before your system can communicate with your Palm device.
     93    Add this device by enabling the following kernel parameter setting and
    9194    rebuilding the kernel (and modules, if applicable):</para>
    9295
     
    9598    USB Serial Converter support:
    9699      USB Handspring Visor / Palm m50x / Sony Client Driver</literal></screen>
    97 <!-- This link is dead
    98     <para>For additional information about connecting your USB
    99     Palm device, see:
    100     <ulink url="http://www.pilot-link.org/README.usb"/>.</para>
    101 -->
     100
     101    <para>For additional information about connecting your USB Palm device,
     102    see: <ulink url="http://www.pilot-link.org/README.usb"/>.</para>
     103
    102104  </sect2>
    103105
    104106  <sect2 role="installation">
    105     <title>Installation of Pilot-link</title>
     107    <title>Installation of pilot-link</title>
    106108
    107109    <para>Install <application>pilot-link</application> by running the following
     
    109111
    110112<screen><userinput>patch -Np1 -i ../pilot-link-&pilot-link-version;-bindings_fix-1.patch &amp;&amp;
    111 ./configure --prefix=/usr &amp;&amp;
     113./configure --prefix=/usr \
     114            --enable-threads \
     115            --enable-conduits \
     116            --with-perl &amp;&amp;
    112117make</userinput></screen>
    113118
     
    116121    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    117122
    118 <screen role="root"><userinput>make install</userinput></screen>
     123<screen role="root"><userinput>make install &amp;&amp;
     124install -v -m755 -d /usr/share/doc/pilot-link-&pilot-link-version; &amp;&amp;
     125install -v -m644 README doc/{README.*,TODO,CodingGuidelines} \
     126                    /usr/share/doc/pilot-link-&pilot-link-version;</userinput></screen>
    119127
    120128  </sect2>
     
    123131    <title>Command Explanations</title>
    124132
    125     <para><option>--with-perl --with-java --with-tcl=/usr/lib
     133    <para><parameter>--enable-threads</parameter>: This parameter is required
     134    to link the threading library into the build.</para>
     135
     136    <para><parameter>--enable-conduits</parameter>: This parameter is required
     137    to build the userspace programs. Omit it if you only need the
     138    <application>pilot-link</application> libraries.</para>
     139
     140    <para><parameter>--with-perl</parameter>: This parameter is required to
     141    build the <application>Perl</application> bindings.</para>
     142
     143    <para><option>--with-java --with-tcl=/usr/lib
    126144    --with-python</option>: Use any or all of these options to enable the
    127145    respective language bindings desired.</para>
     
    139157
    140158    <seglistitem>
    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,
    148       and sync-plan</seg>
    149       <seg>libpisock.{so,a}, libpisock++.{so,a}, and libpisync.{so,a}</seg>
    150       <seg>libjpisock.so JDK library, libpitcl.{so,a}
    151       <application>Tcl</application> library,
    152       <application>Python</application> and <application>Perl</application>
    153       modules</seg>
    154       <seg>/usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/{,auto/}PDA,
    155       /usr/share/pilot-link</seg>
     159      <seg>pilot-650foto, pilot-addresses, pilot-clip, pilot-csd,
     160      pilot-debugsh, pilot-dedupe, pilot-dlpsh, pilot-file, pilot-foto,
     161      pilot-getram, pilot-getrom, pilot-getromtoken, pilot-hinotes,
     162      pilot-ietf2datebook, pilot-install-datebook, pilot-install-expenses,
     163      pilot-install-hinote, pilot-install-memo, pilot-install-netsync,
     164      pilot-install-todo, pilot-install-todos, pilot-install-user,
     165      pilot-memos, pilot-nredir, pilot-read-expenses, pilot-read-ical,
     166      pilot-read-notepad, pilot-read-palmpix, pilot-read-screenshot,
     167      pilot-read-todos, pilot-read-veo, pilot-reminders, pilot-schlep,
     168      pilot-sync-plan, pilot-treofoto, pilot-undelete, pilot-wav,
     169      pilot-xfer and optionally, pitclsh</seg>
     170      <seg>libjpisock.so JDK library,
     171      libpitcl.{so,a} <application>Tcl</application> library,
     172      _pisock.so <application>Python</application> module and
     173      Pilot.so <application>Perl</application> module</seg>
     174      <seg>/usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/auto/PDA,
     175      /usr/share/doc/pilot-link-0.12.2 and/usr/share/pilot-link</seg>
    156176    </seglistitem>
    157177    </segmentedlist>
  • introduction/welcome/changelog.xml

    r25d08990 r5ac47c48  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to pilot-link-0.12.2.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to Nmap-4.20.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.