The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD palm : pilot-link

Suite of tools used to connect and sync your Palm handled

 pilot-link is a series of tools designed to extract and add data to a PalmPilot
organizer.  There are programs in here to transfer data, debug the pilot,
synchronize with calendars, and a set of include files and libraries with which
you may build your own applications in C, C++, Perl5, Tcl, Java, and Python. 

http://www.pilot-link.org/



pilot-link history


v. 1.83
date: 2007/07/23 09:36:23;  author: rafan;  state: Exp;  lines: +1 -2
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run

v. 1.82 date: 2007/07/12 19:58:00; author: miwi; state: Exp; lines: +1 -2 - Update to 0.12.2 PR: 114521 Submitted by: Alex Samorukov (maintainer)
v. 1.81 date: 2006/11/21 19:48:18; author: shaun; state: Exp; lines: +2 -0 Fix build on FreeBSD 4.x. PR: ports/104320 (partial) Submitted by: "Alex Samorukov" (maintainer)
v. 1.80 date: 2006/10/07 12:51:39; author: pav; state: Exp; lines: +15 -4 - Record -pthread requirement in pkg-config file, if threads are turned on - USB always needs threads turned on PR: ports/104064
v. 1.79 date: 2006/09/23 08:21:41; author: ijliao; state: Exp; lines: +14 -5 add usb support add more master site PR: 103504 Submitted by: maintainer
v. 1.78 date: 2006/09/22 07:45:57; author: ijliao; state: Exp; lines: +24 -23 upgrade to 0.12.1 take maintainership PR: 103211 Submitted by: Alex Samorukov
v. 1.77 date: 2006/08/15 00:56:21; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.76 date: 2006/02/23 10:38:41; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.75 date: 2006/02/02 17:11:04; author: garga; state: Exp; lines: +20 -23 Revert my last commit, i didn't test it accordingly and this version is not backward compatible and is a prerelease too. Sorry. Asked by: lofi
v. 1.74 date: 2006/02/01 16:28:50; author: garga; state: Exp; lines: +23 -19 - Update to 0.12.0-pre4 - Add OPTIONS to THREAD, PNG and PERL - Pass maintainership to submitter PR: ports/92570 Submitted by: Alex Samorukov
v. 1.73 date: 2005/11/15 06:50:46; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.72 date: 2005/06/03 20:18:06; author: oliver; state: Exp; lines: +1 -1 change the libtool version to use from 1.3 to 1.5
v. 1.71 date: 2004/08/26 15:25:02; author: lofi; state: Exp; lines: +14 -5 Optionalize building of tcl/tk bindings.
v. 1.70 date: 2004/05/08 17:17:51; author: mi; state: Exp; lines: +5 -4 Make TCL_VER a knob. Default it to 8.4, there for bump PORTREVISION.
v. 1.69 date: 2004/03/30 19:56:41; author: krion; state: Exp; lines: +2 -2 - Use USE_ICONV knob Approved by: portmgr
v. 1.68 date: 2004/03/14 06:17:12; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.67 date: 2004/02/02 23:09:11; author: olgeni; state: Exp; lines: +1 -1 Bump PORTREVISION for read-todos output format fix.
v. 1.66 date: 2004/02/02 22:29:09; author: olgeni; state: Exp; lines: +2 -1 Follow portlint's suggestion about using MASTER_SITE_GENTOO.
v. 1.65 date: 2004/02/02 22:21:55; author: olgeni; state: Exp; lines: +1 -1 Use LOCALBASE rather than hardcoded /usr/local.
v. 1.64 date: 2004/02/02 22:17:31; author: olgeni; state: Exp; lines: +1 -1 Remove trailing whitespace (portlint).
v. 1.63 date: 2003/12/18 23:38:53; author: pav; state: Exp; lines: +1 -1 - Chase master sites (fix fetching) PR: ports/60374 Reported by: Stacey Roberts
v. 1.62 date: 2003/12/18 06:20:03; author: silby; state: Exp; lines: +4 -4 Update pilot-link port to 0.11.8. While doing so, fix tcl support; let the configure script do the job of configuring tcl support.
v. 1.61 date: 2003/11/03 01:30:43; author: kris; state: Exp; lines: +1 -1 Reset maintainer on ports maintained by the following non-ports committers, who did not respond to my email confirming whether they have an active interest in maintaining the port: sue reg rv jmb dima reg horikawa msmith jhs ue
v. 1.60 date: 2003/07/14 02:53:01; author: sf; state: Exp; lines: +4 -4 get rid of libgnugetopt dependency for -CURRENT, use USE_GETOPT_LONG instead.
v. 1.59 date: 2003/06/26 22:58:30; author: ade; state: Exp; lines: +0 -1 libtool uber-patch * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
v. 1.58 date: 2003/03/07 06:08:06; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.57 date: 2003/01/07 06:50:35; author: alane; state: Exp; lines: +1 -0 I forgot. Bump portv. because I modified the plist.
v. 1.56 date: 2003/01/07 06:44:34; author: alane; state: Exp; lines: +3 -6 Finish fixing this port so I can build kdepim. Maintainer notified. The plist was wrong, the list of manpages was wrong. And initially, it would not build. What happened to testing?
v. 1.55 date: 2003/01/07 05:44:19; author: alane; state: Exp; lines: +3 -3 Fix LIBS/LDFLAGS so port will build. Maintainer notified. I need the] port now for kdepim.
v. 1.54 date: 2003/01/06 19:22:26; author: joe; state: Exp; lines: +1 -1 Update to version 0.11.7.
v. 1.53 date: 2002/09/18 05:42:55; author: sumikawa; state: Exp; lines: +6 -12 Upgrade to 0.11.4.
v. 1.52 date: 2002/09/17 05:41:53; author: sumikawa; state: Exp; lines: +1 -0 Fix plist.
v. 1.51 date: 2002/09/17 02:11:58; author: sumikawa; state: Exp; lines: +3 -4 Upgrade to 0.11.3 Approved by: dima
v. 1.50 date: 2002/03/18 11:50:34; author: sobomax; state: Exp; lines: +0 -4 Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and -liconv to -lgiconv.
v. 1.49 date: 2002/03/18 10:27:55; author: knu; state: Exp; lines: +1 -1 Bump PORTREVISION to reflect the (lib)iconv upgrade.
v. 1.48 date: 2002/03/18 09:46:43; author: sobomax; state: Exp; lines: +1 -1 Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need libiconv.
v. 1.47 date: 2002/01/08 21:18:32; author: sobomax; state: Exp; lines: +3 -8 - Don't install useless now ${PREFIX}/etc/rc.d/pilot-link.sh. Bump PORTREVISION; - s/freebsd\.org/FreeBSD.org/ while I'm here.
v. 1.46 date: 2002/01/05 08:57:29; author: will; state: Exp; lines: +3 -7 Make pilot-link install directly into PREFIX. This should allow pilot-link and all dependents to build correctly on bento.
v. 1.45 date: 2001/12/04 02:31:29; author: will; state: Exp; lines: +11 -6 Make this port PREFIX clean. Required for KDE 2.2.2 upgrade, as well as conformance to the Porter's Handbook. Bump PORTREVISION to reflect fixes in packaging. Not reviewed/approved by: maintainer (mea culpa)
v. 1.44 date: 2001/08/24 19:35:11; author: mi; state: Exp; lines: +21 -13 Upgrade to 0.9.5, use -lgiconv.
v. 1.43 date: 2001/02/14 22:50:24; author: kuriyama; state: Exp; lines: +9 -2 - Add write permission at post-patch stage to be able to build by non-root users. - Remove -O flag from CFLAGS due to c++'s optimization bug. Approved by: maintainer Requested by: hanai
v. 1.42 date: 2001/01/11 22:19:38; author: dima; state: Exp; lines: +2 -2 Fix typo @{$SED} -> @${SED} Submitted by: rich@math.missouri.edu
v. 1.41 date: 2001/01/09 06:14:07; author: dima; state: Exp; lines: +2 -2 Fix install path. Submitted by: Oscar Bonilla
v. 1.40 date: 2001/01/05 14:15:43; author: dima; state: Exp; lines: +2 -4 rc script fix (supports start/stop thingie now) Submitted by: joseph@randomnetworks.com
v. 1.39 date: 2000/08/21 10:07:32; author: sobomax; state: Exp; lines: +1 -2 USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
v. 1.38 date: 2000/08/04 01:38:52; author: ade; state: Exp; lines: +7 -1 Add an etc/rc.d startup file to ldconfig the pilot-link libraries at system reboot, since they're installed in a non-standard place.
v. 1.37 date: 2000/06/16 21:52:39; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.36 date: 2000/06/16 08:18:27; author: sobomax; state: Exp; lines: +2 -2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
v. 1.35 date: 2000/06/15 17:58:56; author: sobomax; state: Exp; lines: +2 -4 Third round of INSTALL_SHLIBS=yes fixes.
v. 1.34 date: 2000/06/07 20:26:36; author: dima; state: Exp; lines: +3 -2 Add mirror.
v. 1.33 date: 2000/04/21 07:52:04; author: mharo; state: Exp; lines: +2 -2 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.32 date: 2000/04/13 19:18:59; author: cpiazza; state: Exp; lines: +5 -4 Update to use PORTNAME/PORTVERSION
v. 1.31 date: 1999/12/22 21:29:27; author: steve; state: Exp; lines: +4 -3 Update to use Tcl/Tk version 8.2. Also USE_LIBTOOL=yes to get rid of the .la droppings.
v. 1.30 date: 1999/09/10 18:55:54; author: fenner; state: Exp; lines: +2 -2 spaces -> tab, to make this Makefile parsable. If you're going to use xterm cut'n'paste, please try running the file through unexpand -a to get rid of xterm's tab expansion.
v. 1.29 date: 1999/09/10 07:39:11; author: asami; state: Exp; lines: +4 -1 Run ldconfig. Noticed by: bento's errorlogs of jpilot who couldn't find the shlibs
v. 1.28 date: 1999/08/30 14:33:01; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.27 date: 1999/08/21 09:55:19; author: dima; state: Exp; lines: +3 -3 0.9.2 -> 0.9.3 Submitted by: Michael Reifenberg
v. 1.26 date: 1999/04/22 21:01:45; author: mharo; state: Exp; lines: +3 -3 Upgrade from 0.9.1 to 0.9.2 PR: 11284 Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de
v. 1.25 date: 1999/02/21 22:30:55; author: dima; state: Exp; lines: +5 -5 0.9.0 -> 0.9.1
v. 1.24 date: 1999/01/09 08:52:29; author: asami; state: Exp; lines: +2 -2 Move Palm*-related programs to new "palm" category. Reviewed by: the ports list
v. 1.23 date: 1998/10/12 03:08:56; author: jseger; state: Exp; lines: +1 -3 Unbreak for ELF. Submitted by: dima
v. 1.22 date: 1998/10/12 00:57:07; author: jseger; state: Exp; lines: +3 -1 Mark for ELF: Creating gzip'd tar ball in '/usr/ports/packages/All/pilot-link-0.9.0.tgz' tar: can't add file lib/libpisock.so.3 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256
v. 1.21 date: 1998/09/30 04:52:30; author: dima; state: Exp; lines: +5 -6 Unbreak it and also upgrade to v0.9.0
v. 1.20 date: 1998/09/29 11:22:30; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN: ===> Building package for pilot-link-0.8.13 Creating package /usr/ports/packages/All/pilot-link-0.8.13.tgz Registering depends: tcl-8.0.2 tk-8.0.2. Creating gzip'd tar ball in '/usr/ports/packages/All/pilot-link-0.8.13.tgz' tar: can't add file bin/ietf2datebook : No such file or directory tar: can't add file bin/pilot-undelete : No such file or directory tar: can't add file bin/sync-plan : No such file or directory tar: can't add file lib/libpisock.so.3 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256
v. 1.19 date: 1998/09/25 10:05:00; author: asami; state: Exp; lines: +2 -2 tk80 has been ELFized.
v. 1.18 date: 1998/08/07 23:56:12; author: asami; state: Exp; lines: +2 -2 Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.17 date: 1998/05/12 00:23:26; author: dima; state: Exp; lines: +3 -3 0.8.12 -> 0.8.13
v. 1.16 date: 1998/05/10 16:47:22; author: dima; state: Exp; lines: +4 -4 0.8.11 -> 0.8.12 Also make myself a maintainer.
v. 1.15 date: 1998/05/06 20:50:59; author: dima; state: Exp; lines: +3 -3 0.8.9 -> 0.8.11
v. 1.14 date: 1998/02/19 06:55:14; author: asami; state: Exp; lines: +1 -4 Use mtree/mkdir ${PREFIX} fix in rev 1.271 of bsd.port.mk. (I.e., don't worry about it here, it was too late anyway.)
v. 1.13 date: 1998/01/30 22:59:31; author: jkh; state: Exp; lines: +4 -1 Make sure ${PREFIX} exists (from prc-tools port).
v. 1.12 date: 1998/01/15 17:47:34; author: jkh; state: Exp; lines: +4 -3 Take this port over from pst at his request. Move everything under /usr/local/pilot subhierarchy since this thing installs a *lot* of executables and headers, many of which may well conflict with other tools. This also makes it consistent with the prc-tools port. Use suggestion from Satoshi to deal with PREFIX (thanks, Satoshi!).
v. 1.11 date: 1998/01/01 17:29:09; author: asami; state: Exp; lines: +2 -2 Add four ports to "pilot" virtual category.
v. 1.10 date: 1997/12/16 22:43:23; author: pst; state: Exp; lines: +3 -3 Upgrade to 0.8.9
v. 1.9 date: 1997/11/30 23:27:24; author: pst; state: Exp; lines: +2 -2 Force use of perl5 even if someone's got their path backwards.
v. 1.8 date: 1997/11/30 22:47:45; author: pst; state: Exp; lines: +2 -8 It's not broken, also unspam CONFIGURE_ARGS change (+=, not =)
v. 1.7 date: 1997/11/30 21:27:34; author: pst; state: Exp; lines: +7 -3 Change broken to trigger when an incompatible port has been installed.
v. 1.6 date: 1997/11/30 15:14:37; author: jseger; state: Exp; lines: +1 -4 Mark this BROKEN for 3.0 as well. Same libreadline problem.
v. 1.5 date: 1997/11/25 09:06:46; author: pst; state: Exp; lines: +4 -4 Don't specify .gz in MAN1
v. 1.4 date: 1997/11/25 07:17:02; author: asami; state: Exp; lines: +6 -1 Mark it broken for 2.2 (libreadline version).
v. 1.3 date: 1997/11/25 06:53:16; author: asami; state: Exp; lines: +2 -2 No need to use += for CONFIGURE_ARGS.
v. 1.2 date: 1997/11/24 09:38:13; author: pst; state: Exp; lines: +5 -1 Forgot to add MAN1= stuff.
v. 1.1 date: 1997/11/24 09:10:43; author: pst; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/11/24 09:10:43; author: pst; state: Exp; lines: +0 -0 pilot-link is a set of utilities for linking with the PalmPilot PDA. Libraries and header files are included to allow the creation of custom applications in C, C++, Perl5, Tcl, Java, and Python (not all are enabled in this port). ============================================================================= v. 1.83 date: 2007/07/23 09:36:23; author: rafan; state: Exp; lines: +1 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.82 date: 2007/07/12 19:58:00; author: miwi; state: Exp; lines: +1 -2 - Update to 0.12.2 PR: 114521 Submitted by: Alex Samorukov (maintainer)
v. 1.81 date: 2006/11/21 19:48:18; author: shaun; state: Exp; lines: +2 -0 Fix build on FreeBSD 4.x. PR: ports/104320 (partial) Submitted by: "Alex Samorukov" (maintainer)
v. 1.80 date: 2006/10/07 12:51:39; author: pav; state: Exp; lines: +15 -4 - Record -pthread requirement in pkg-config file, if threads are turned on - USB always needs threads turned on PR: ports/104064
v. 1.79 date: 2006/09/23 08:21:41; author: ijliao; state: Exp; lines: +14 -5 add usb support add more master site PR: 103504 Submitted by: maintainer
v. 1.78 date: 2006/09/22 07:45:57; author: ijliao; state: Exp; lines: +24 -23 upgrade to 0.12.1 take maintainership PR: 103211 Submitted by: Alex Samorukov
v. 1.77 date: 2006/08/15 00:56:21; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.76 date: 2006/02/23 10:38:41; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.75 date: 2006/02/02 17:11:04; author: garga; state: Exp; lines: +20 -23 Revert my last commit, i didn't test it accordingly and this version is not backward compatible and is a prerelease too. Sorry. Asked by: lofi
v. 1.74 date: 2006/02/01 16:28:50; author: garga; state: Exp; lines: +23 -19 - Update to 0.12.0-pre4 - Add OPTIONS to THREAD, PNG and PERL - Pass maintainership to submitter PR: ports/92570 Submitted by: Alex Samorukov
v. 1.73 date: 2005/11/15 06:50:46; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.72 date: 2005/06/03 20:18:06; author: oliver; state: Exp; lines: +1 -1 change the libtool version to use from 1.3 to 1.5
v. 1.71 date: 2004/08/26 15:25:02; author: lofi; state: Exp; lines: +14 -5 Optionalize building of tcl/tk bindings.
v. 1.70 date: 2004/05/08 17:17:51; author: mi; state: Exp; lines: +5 -4 Make TCL_VER a knob. Default it to 8.4, there for bump PORTREVISION.
v. 1.69 date: 2004/03/30 19:56:41; author: krion; state: Exp; lines: +2 -2 - Use USE_ICONV knob Approved by: portmgr
v. 1.68 date: 2004/03/14 06:17:12; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.67 date: 2004/02/02 23:09:11; author: olgeni; state: Exp; lines: +1 -1 Bump PORTREVISION for read-todos output format fix.
v. 1.66 date: 2004/02/02 22:29:09; author: olgeni; state: Exp; lines: +2 -1 Follow portlint's suggestion about using MASTER_SITE_GENTOO.
v. 1.65 date: 2004/02/02 22:21:55; author: olgeni; state: Exp; lines: +1 -1 Use LOCALBASE rather than hardcoded /usr/local.
v. 1.64 date: 2004/02/02 22:17:31; author: olgeni; state: Exp; lines: +1 -1 Remove trailing whitespace (portlint).
v. 1.63 date: 2003/12/18 23:38:53; author: pav; state: Exp; lines: +1 -1 - Chase master sites (fix fetching) PR: ports/60374 Reported by: Stacey Roberts
v. 1.62 date: 2003/12/18 06:20:03; author: silby; state: Exp; lines: +4 -4 Update pilot-link port to 0.11.8. While doing so, fix tcl support; let the configure script do the job of configuring tcl support.
v. 1.61 date: 2003/11/03 01:30:43; author: kris; state: Exp; lines: +1 -1 Reset maintainer on ports maintained by the following non-ports committers, who did not respond to my email confirming whether they have an active interest in maintaining the port: sue reg rv jmb dima reg horikawa msmith jhs ue
v. 1.60 date: 2003/07/14 02:53:01; author: sf; state: Exp; lines: +4 -4 get rid of libgnugetopt dependency for -CURRENT, use USE_GETOPT_LONG instead.
v. 1.59 date: 2003/06/26 22:58:30; author: ade; state: Exp; lines: +0 -1 libtool uber-patch * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
v. 1.58 date: 2003/03/07 06:08:06; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.57 date: 2003/01/07 06:50:35; author: alane; state: Exp; lines: +1 -0 I forgot. Bump portv. because I modified the plist.
v. 1.56 date: 2003/01/07 06:44:34; author: alane; state: Exp; lines: +3 -6 Finish fixing this port so I can build kdepim. Maintainer notified. The plist was wrong, the list of manpages was wrong. And initially, it would not build. What happened to testing?
v. 1.55 date: 2003/01/07 05:44:19; author: alane; state: Exp; lines: +3 -3 Fix LIBS/LDFLAGS so port will build. Maintainer notified. I need the] port now for kdepim.
v. 1.54 date: 2003/01/06 19:22:26; author: joe; state: Exp; lines: +1 -1 Update to version 0.11.7.
v. 1.53 date: 2002/09/18 05:42:55; author: sumikawa; state: Exp; lines: +6 -12 Upgrade to 0.11.4.
v. 1.52 date: 2002/09/17 05:41:53; author: sumikawa; state: Exp; lines: +1 -0 Fix plist.
v. 1.51 date: 2002/09/17 02:11:58; author: sumikawa; state: Exp; lines: +3 -4 Upgrade to 0.11.3 Approved by: dima
v. 1.50 date: 2002/03/18 11:50:34; author: sobomax; state: Exp; lines: +0 -4 Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and -liconv to -lgiconv.
v. 1.49 date: 2002/03/18 10:27:55; author: knu; state: Exp; lines: +1 -1 Bump PORTREVISION to reflect the (lib)iconv upgrade.
v. 1.48 date: 2002/03/18 09:46:43; author: sobomax; state: Exp; lines: +1 -1 Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need libiconv.
v. 1.47 date: 2002/01/08 21:18:32; author: sobomax; state: Exp; lines: +3 -8 - Don't install useless now ${PREFIX}/etc/rc.d/pilot-link.sh. Bump PORTREVISION; - s/freebsd\.org/FreeBSD.org/ while I'm here.
v. 1.46 date: 2002/01/05 08:57:29; author: will; state: Exp; lines: +3 -7 Make pilot-link install directly into PREFIX. This should allow pilot-link and all dependents to build correctly on bento.
v. 1.45 date: 2001/12/04 02:31:29; author: will; state: Exp; lines: +11 -6 Make this port PREFIX clean. Required for KDE 2.2.2 upgrade, as well as conformance to the Porter's Handbook. Bump PORTREVISION to reflect fixes in packaging. Not reviewed/approved by: maintainer (mea culpa)
v. 1.44 date: 2001/08/24 19:35:11; author: mi; state: Exp; lines: +21 -13 Upgrade to 0.9.5, use -lgiconv.
v. 1.43 date: 2001/02/14 22:50:24; author: kuriyama; state: Exp; lines: +9 -2 - Add write permission at post-patch stage to be able to build by non-root users. - Remove -O flag from CFLAGS due to c++'s optimization bug. Approved by: maintainer Requested by: hanai
v. 1.42 date: 2001/01/11 22:19:38; author: dima; state: Exp; lines: +2 -2 Fix typo @{$SED} -> @${SED} Submitted by: rich@math.missouri.edu
v. 1.41 date: 2001/01/09 06:14:07; author: dima; state: Exp; lines: +2 -2 Fix install path. Submitted by: Oscar Bonilla
v. 1.40 date: 2001/01/05 14:15:43; author: dima; state: Exp; lines: +2 -4 rc script fix (supports start/stop thingie now) Submitted by: joseph@randomnetworks.com
v. 1.39 date: 2000/08/21 10:07:32; author: sobomax; state: Exp; lines: +1 -2 USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
v. 1.38 date: 2000/08/04 01:38:52; author: ade; state: Exp; lines: +7 -1 Add an etc/rc.d startup file to ldconfig the pilot-link libraries at system reboot, since they're installed in a non-standard place.
v. 1.37 date: 2000/06/16 21:52:39; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.36 date: 2000/06/16 08:18:27; author: sobomax; state: Exp; lines: +2 -2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
v. 1.35 date: 2000/06/15 17:58:56; author: sobomax; state: Exp; lines: +2 -4 Third round of INSTALL_SHLIBS=yes fixes.
v. 1.34 date: 2000/06/07 20:26:36; author: dima; state: Exp; lines: +3 -2 Add mirror.
v. 1.33 date: 2000/04/21 07:52:04; author: mharo; state: Exp; lines: +2 -2 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.32 date: 2000/04/13 19:18:59; author: cpiazza; state: Exp; lines: +5 -4 Update to use PORTNAME/PORTVERSION
v. 1.31 date: 1999/12/22 21:29:27; author: steve; state: Exp; lines: +4 -3 Update to use Tcl/Tk version 8.2. Also USE_LIBTOOL=yes to get rid of the .la droppings.
v. 1.30 date: 1999/09/10 18:55:54; author: fenner; state: Exp; lines: +2 -2 spaces -> tab, to make this Makefile parsable. If you're going to use xterm cut'n'paste, please try running the file through unexpand -a to get rid of xterm's tab expansion.
v. 1.29 date: 1999/09/10 07:39:11; author: asami; state: Exp; lines: +4 -1 Run ldconfig. Noticed by: bento's errorlogs of jpilot who couldn't find the shlibs
v. 1.28 date: 1999/08/30 14:33:01; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.27 date: 1999/08/21 09:55:19; author: dima; state: Exp; lines: +3 -3 0.9.2 -> 0.9.3 Submitted by: Michael Reifenberg
v. 1.26 date: 1999/04/22 21:01:45; author: mharo; state: Exp; lines: +3 -3 Upgrade from 0.9.1 to 0.9.2 PR: 11284 Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de
v. 1.25 date: 1999/02/21 22:30:55; author: dima; state: Exp; lines: +5 -5 0.9.0 -> 0.9.1
v. 1.24 date: 1999/01/09 08:52:29; author: asami; state: Exp; lines: +2 -2 Move Palm*-related programs to new "palm" category. Reviewed by: the ports list
v. 1.23 date: 1998/10/12 03:08:56; author: jseger; state: Exp; lines: +1 -3 Unbreak for ELF. Submitted by: dima
v. 1.22 date: 1998/10/12 00:57:07; author: jseger; state: Exp; lines: +3 -1 Mark for ELF: Creating gzip'd tar ball in '/usr/ports/packages/All/pilot-link-0.9.0.tgz' tar: can't add file lib/libpisock.so.3 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256
v. 1.21 date: 1998/09/30 04:52:30; author: dima; state: Exp; lines: +5 -6 Unbreak it and also upgrade to v0.9.0
v. 1.20 date: 1998/09/29 11:22:30; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN: ===> Building package for pilot-link-0.8.13 Creating package /usr/ports/packages/All/pilot-link-0.8.13.tgz Registering depends: tcl-8.0.2 tk-8.0.2. Creating gzip'd tar ball in '/usr/ports/packages/All/pilot-link-0.8.13.tgz' tar: can't add file bin/ietf2datebook : No such file or directory tar: can't add file bin/pilot-undelete : No such file or directory tar: can't add file bin/sync-plan : No such file or directory tar: can't add file lib/libpisock.so.3 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256
v. 1.19 date: 1998/09/25 10:05:00; author: asami; state: Exp; lines: +2 -2 tk80 has been ELFized.
v. 1.18 date: 1998/08/07 23:56:12; author: asami; state: Exp; lines: +2 -2 Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.17 date: 1998/05/12 00:23:26; author: dima; state: Exp; lines: +3 -3 0.8.12 -> 0.8.13
v. 1.16 date: 1998/05/10 16:47:22; author: dima; state: Exp; lines: +4 -4 0.8.11 -> 0.8.12 Also make myself a maintainer.
v. 1.15 date: 1998/05/06 20:50:59; author: dima; state: Exp; lines: +3 -3 0.8.9 -> 0.8.11
v. 1.14 date: 1998/02/19 06:55:14; author: asami; state: Exp; lines: +1 -4 Use mtree/mkdir ${PREFIX} fix in rev 1.271 of bsd.port.mk. (I.e., don't worry about it here, it was too late anyway.)
v. 1.13 date: 1998/01/30 22:59:31; author: jkh; state: Exp; lines: +4 -1 Make sure ${PREFIX} exists (from prc-tools port).
v. 1.12 date: 1998/01/15 17:47:34; author: jkh; state: Exp; lines: +4 -3 Take this port over from pst at his request. Move everything under /usr/local/pilot subhierarchy since this thing installs a *lot* of executables and headers, many of which may well conflict with other tools. This also makes it consistent with the prc-tools port. Use suggestion from Satoshi to deal with PREFIX (thanks, Satoshi!).
v. 1.11 date: 1998/01/01 17:29:09; author: asami; state: Exp; lines: +2 -2 Add four ports to "pilot" virtual category.
v. 1.10 date: 1997/12/16 22:43:23; author: pst; state: Exp; lines: +3 -3 Upgrade to 0.8.9
v. 1.9 date: 1997/11/30 23:27:24; author: pst; state: Exp; lines: +2 -2 Force use of perl5 even if someone's got their path backwards.
v. 1.8 date: 1997/11/30 22:47:45; author: pst; state: Exp; lines: +2 -8 It's not broken, also unspam CONFIGURE_ARGS change (+=, not =)
v. 1.7 date: 1997/11/30 21:27:34; author: pst; state: Exp; lines: +7 -3 Change broken to trigger when an incompatible port has been installed.
v. 1.6 date: 1997/11/30 15:14:37; author: jseger; state: Exp; lines: +1 -4 Mark this BROKEN for 3.0 as well. Same libreadline problem.
v. 1.5 date: 1997/11/25 09:06:46; author: pst; state: Exp; lines: +4 -4 Don't specify .gz in MAN1
v. 1.4 date: 1997/11/25 07:17:02; author: asami; state: Exp; lines: +6 -1 Mark it broken for 2.2 (libreadline version).
v. 1.3 date: 1997/11/25 06:53:16; author: asami; state: Exp; lines: +2 -2 No need to use += for CONFIGURE_ARGS.
v. 1.2 date: 1997/11/24 09:38:13; author: pst; state: Exp; lines: +5 -1 Forgot to add MAN1= stuff.
v. 1.1 date: 1997/11/24 09:10:43; author: pst; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/11/24 09:10:43; author: pst; state: Exp; lines: +0 -0 pilot-link is a set of utilities for linking with the PalmPilot PDA. Libraries and header files are included to allow the creation of custom applications in C, C++, Perl5, Tcl, Java, and Python (not all are enabled in this port). ============================================================================= v. 1.83 date: 2007/07/23 09:36:23; author: rafan; state: Exp; lines: +1 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.82 date: 2007/07/12 19:58:00; author: miwi; state: Exp; lines: +1 -2 - Update to 0.12.2 PR: 114521 Submitted by: Alex Samorukov (maintainer)
v. 1.81 date: 2006/11/21 19:48:18; author: shaun; state: Exp; lines: +2 -0 Fix build on FreeBSD 4.x. PR: ports/104320 (partial) Submitted by: "Alex Samorukov" (maintainer)
v. 1.80 date: 2006/10/07 12:51:39; author: pav; state: Exp; lines: +15 -4 - Record -pthread requirement in pkg-config file, if threads are turned on - USB always needs threads turned on PR: ports/104064
v. 1.79 date: 2006/09/23 08:21:41; author: ijliao; state: Exp; lines: +14 -5 add usb support add more master site PR: 103504 Submitted by: maintainer
v. 1.78 date: 2006/09/22 07:45:57; author: ijliao; state: Exp; lines: +24 -23 upgrade to 0.12.1 take maintainership PR: 103211 Submitted by: Alex Samorukov
v. 1.77 date: 2006/08/15 00:56:21; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.76 date: 2006/02/23 10:38:41; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.75 date: 2006/02/02 17:11:04; author: garga; state: Exp; lines: +20 -23 Revert my last commit, i didn't test it accordingly and this version is not backward compatible and is a prerelease too. Sorry. Asked by: lofi
v. 1.74 date: 2006/02/01 16:28:50; author: garga; state: Exp; lines: +23 -19 - Update to 0.12.0-pre4 - Add OPTIONS to THREAD, PNG and PERL - Pass maintainership to submitter PR: ports/92570 Submitted by: Alex Samorukov
v. 1.73 date: 2005/11/15 06:50:46; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.72 date: 2005/06/03 20:18:06; author: oliver; state: Exp; lines: +1 -1 change the libtool version to use from 1.3 to 1.5
v. 1.71 date: 2004/08/26 15:25:02; author: lofi; state: Exp; lines: +14 -5 Optionalize building of tcl/tk bindings.
v. 1.70 date: 2004/05/08 17:17:51; author: mi; state: Exp; lines: +5 -4 Make TCL_VER a knob. Default it to 8.4, there for bump PORTREVISION.
v. 1.69 date: 2004/03/30 19:56:41; author: krion; state: Exp; lines: +2 -2 - Use USE_ICONV knob Approved by: portmgr
v. 1.68 date: 2004/03/14 06:17:12; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.67 date: 2004/02/02 23:09:11; author: olgeni; state: Exp; lines: +1 -1 Bump PORTREVISION for read-todos output format fix.
v. 1.66 date: 2004/02/02 22:29:09; author: olgeni; state: Exp; lines: +2 -1 Follow portlint's suggestion about using MASTER_SITE_GENTOO.
v. 1.65 date: 2004/02/02 22:21:55; author: olgeni; state: Exp; lines: +1 -1 Use LOCALBASE rather than hardcoded /usr/local.
v. 1.64 date: 2004/02/02 22:17:31; author: olgeni; state: Exp; lines: +1 -1 Remove trailing whitespace (portlint).
v. 1.63 date: 2003/12/18 23:38:53; author: pav; state: Exp; lines: +1 -1 - Chase master sites (fix fetching) PR: ports/60374 Reported by: Stacey Roberts
v. 1.62 date: 2003/12/18 06:20:03; author: silby; state: Exp; lines: +4 -4 Update pilot-link port to 0.11.8. While doing so, fix tcl support; let the configure script do the job of configuring tcl support.
v. 1.61 date: 2003/11/03 01:30:43; author: kris; state: Exp; lines: +1 -1 Reset maintainer on ports maintained by the following non-ports committers, who did not respond to my email confirming whether they have an active interest in maintaining the port: sue reg rv jmb dima reg horikawa msmith jhs ue
v. 1.60 date: 2003/07/14 02:53:01; author: sf; state: Exp; lines: +4 -4 get rid of libgnugetopt dependency for -CURRENT, use USE_GETOPT_LONG instead.
v. 1.59 date: 2003/06/26 22:58:30; author: ade; state: Exp; lines: +0 -1 libtool uber-patch * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
v. 1.58 date: 2003/03/07 06:08:06; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.57 date: 2003/01/07 06:50:35; author: alane; state: Exp; lines: +1 -0 I forgot. Bump portv. because I modified the plist.
v. 1.56 date: 2003/01/07 06:44:34; author: alane; state: Exp; lines: +3 -6 Finish fixing this port so I can build kdepim. Maintainer notified. The plist was wrong, the list of manpages was wrong. And initially, it would not build. What happened to testing?
v. 1.55 date: 2003/01/07 05:44:19; author: alane; state: Exp; lines: +3 -3 Fix LIBS/LDFLAGS so port will build. Maintainer notified. I need the] port now for kdepim.
v. 1.54 date: 2003/01/06 19:22:26; author: joe; state: Exp; lines: +1 -1 Update to version 0.11.7.
v. 1.53 date: 2002/09/18 05:42:55; author: sumikawa; state: Exp; lines: +6 -12 Upgrade to 0.11.4.
v. 1.52 date: 2002/09/17 05:41:53; author: sumikawa; state: Exp; lines: +1 -0 Fix plist.
v. 1.51 date: 2002/09/17 02:11:58; author: sumikawa; state: Exp; lines: +3 -4 Upgrade to 0.11.3 Approved by: dima
v. 1.50 date: 2002/03/18 11:50:34; author: sobomax; state: Exp; lines: +0 -4 Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and -liconv to -lgiconv.
v. 1.49 date: 2002/03/18 10:27:55; author: knu; state: Exp; lines: +1 -1 Bump PORTREVISION to reflect the (lib)iconv upgrade.
v. 1.48 date: 2002/03/18 09:46:43; author: sobomax; state: Exp; lines: +1 -1 Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need libiconv.
v. 1.47 date: 2002/01/08 21:18:32; author: sobomax; state: Exp; lines: +3 -8 - Don't install useless now ${PREFIX}/etc/rc.d/pilot-link.sh. Bump PORTREVISION; - s/freebsd\.org/FreeBSD.org/ while I'm here.
v. 1.46 date: 2002/01/05 08:57:29; author: will; state: Exp; lines: +3 -7 Make pilot-link install directly into PREFIX. This should allow pilot-link and all dependents to build correctly on bento.
v. 1.45 date: 2001/12/04 02:31:29; author: will; state: Exp; lines: +11 -6 Make this port PREFIX clean. Required for KDE 2.2.2 upgrade, as well as conformance to the Porter's Handbook. Bump PORTREVISION to reflect fixes in packaging. Not reviewed/approved by: maintainer (mea culpa)
v. 1.44 date: 2001/08/24 19:35:11; author: mi; state: Exp; lines: +21 -13 Upgrade to 0.9.5, use -lgiconv.
v. 1.43 date: 2001/02/14 22:50:24; author: kuriyama; state: Exp; lines: +9 -2 - Add write permission at post-patch stage to be able to build by non-root users. - Remove -O flag from CFLAGS due to c++'s optimization bug. Approved by: maintainer Requested by: hanai
v. 1.42 date: 2001/01/11 22:19:38; author: dima; state: Exp; lines: +2 -2 Fix typo @{$SED} -> @${SED} Submitted by: rich@math.missouri.edu
v. 1.41 date: 2001/01/09 06:14:07; author: dima; state: Exp; lines: +2 -2 Fix install path. Submitted by: Oscar Bonilla
v. 1.40 date: 2001/01/05 14:15:43; author: dima; state: Exp; lines: +2 -4 rc script fix (supports start/stop thingie now) Submitted by: joseph@randomnetworks.com
v. 1.39 date: 2000/08/21 10:07:32; author: sobomax; state: Exp; lines: +1 -2 USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
v. 1.38 date: 2000/08/04 01:38:52; author: ade; state: Exp; lines: +7 -1 Add an etc/rc.d startup file to ldconfig the pilot-link libraries at system reboot, since they're installed in a non-standard place.
v. 1.37 date: 2000/06/16 21:52:39; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.36 date: 2000/06/16 08:18:27; author: sobomax; state: Exp; lines: +2 -2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
v. 1.35 date: 2000/06/15 17:58:56; author: sobomax; state: Exp; lines: +2 -4 Third round of INSTALL_SHLIBS=yes fixes.
v. 1.34 date: 2000/06/07 20:26:36; author: dima; state: Exp; lines: +3 -2 Add mirror.
v. 1.33 date: 2000/04/21 07:52:04; author: mharo; state: Exp; lines: +2 -2 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.32 date: 2000/04/13 19:18:59; author: cpiazza; state: Exp; lines: +5 -4 Update to use PORTNAME/PORTVERSION
v. 1.31 date: 1999/12/22 21:29:27; author: steve; state: Exp; lines: +4 -3 Update to use Tcl/Tk version 8.2. Also USE_LIBTOOL=yes to get rid of the .la droppings.
v. 1.30 date: 1999/09/10 18:55:54; author: fenner; state: Exp; lines: +2 -2 spaces -> tab, to make this Makefile parsable. If you're going to use xterm cut'n'paste, please try running the file through unexpand -a to get rid of xterm's tab expansion.
v. 1.29 date: 1999/09/10 07:39:11; author: asami; state: Exp; lines: +4 -1 Run ldconfig. Noticed by: bento's errorlogs of jpilot who couldn't find the shlibs
v. 1.28 date: 1999/08/30 14:33:01; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.27 date: 1999/08/21 09:55:19; author: dima; state: Exp; lines: +3 -3 0.9.2 -> 0.9.3 Submitted by: Michael Reifenberg
v. 1.26 date: 1999/04/22 21:01:45; author: mharo; state: Exp; lines: +3 -3 Upgrade from 0.9.1 to 0.9.2 PR: 11284 Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de
v. 1.25 date: 1999/02/21 22:30:55; author: dima; state: Exp; lines: +5 -5 0.9.0 -> 0.9.1
v. 1.24 date: 1999/01/09 08:52:29; author: asami; state: Exp; lines: +2 -2 Move Palm*-related programs to new "palm" category. Reviewed by: the ports list
v. 1.23 date: 1998/10/12 03:08:56; author: jseger; state: Exp; lines: +1 -3 Unbreak for ELF. Submitted by: dima
v. 1.22 date: 1998/10/12 00:57:07; author: jseger; state: Exp; lines: +3 -1 Mark for ELF: Creating gzip'd tar ball in '/usr/ports/packages/All/pilot-link-0.9.0.tgz' tar: can't add file lib/libpisock.so.3 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256
v. 1.21 date: 1998/09/30 04:52:30; author: dima; state: Exp; lines: +5 -6 Unbreak it and also upgrade to v0.9.0
v. 1.20 date: 1998/09/29 11:22:30; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN: ===> Building package for pilot-link-0.8.13 Creating package /usr/ports/packages/All/pilot-link-0.8.13.tgz Registering depends: tcl-8.0.2 tk-8.0.2. Creating gzip'd tar ball in '/usr/ports/packages/All/pilot-link-0.8.13.tgz' tar: can't add file bin/ietf2datebook : No such file or directory tar: can't add file bin/pilot-undelete : No such file or directory tar: can't add file bin/sync-plan : No such file or directory tar: can't add file lib/libpisock.so.3 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256
v. 1.19 date: 1998/09/25 10:05:00; author: asami; state: Exp; lines: +2 -2 tk80 has been ELFized.
v. 1.18 date: 1998/08/07 23:56:12; author: asami; state: Exp; lines: +2 -2 Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.17 date: 1998/05/12 00:23:26; author: dima; state: Exp; lines: +3 -3 0.8.12 -> 0.8.13
v. 1.16 date: 1998/05/10 16:47:22; author: dima; state: Exp; lines: +4 -4 0.8.11 -> 0.8.12 Also make myself a maintainer.
v. 1.15 date: 1998/05/06 20:50:59; author: dima; state: Exp; lines: +3 -3 0.8.9 -> 0.8.11
v. 1.14 date: 1998/02/19 06:55:14; author: asami; state: Exp; lines: +1 -4 Use mtree/mkdir ${PREFIX} fix in rev 1.271 of bsd.port.mk. (I.e., don't worry about it here, it was too late anyway.)
v. 1.13 date: 1998/01/30 22:59:31; author: jkh; state: Exp; lines: +4 -1 Make sure ${PREFIX} exists (from prc-tools port).
v. 1.12 date: 1998/01/15 17:47:34; author: jkh; state: Exp; lines: +4 -3 Take this port over from pst at his request. Move everything under /usr/local/pilot subhierarchy since this thing installs a *lot* of executables and headers, many of which may well conflict with other tools. This also makes it consistent with the prc-tools port. Use suggestion from Satoshi to deal with PREFIX (thanks, Satoshi!).
v. 1.11 date: 1998/01/01 17:29:09; author: asami; state: Exp; lines: +2 -2 Add four ports to "pilot" virtual category.
v. 1.10 date: 1997/12/16 22:43:23; author: pst; state: Exp; lines: +3 -3 Upgrade to 0.8.9
v. 1.9 date: 1997/11/30 23:27:24; author: pst; state: Exp; lines: +2 -2 Force use of perl5 even if someone's got their path backwards.
v. 1.8 date: 1997/11/30 22:47:45; author: pst; state: Exp; lines: +2 -8 It's not broken, also unspam CONFIGURE_ARGS change (+=, not =)
v. 1.7 date: 1997/11/30 21:27:34; author: pst; state: Exp; lines: +7 -3 Change broken to trigger when an incompatible port has been installed.
v. 1.6 date: 1997/11/30 15:14:37; author: jseger; state: Exp; lines: +1 -4 Mark this BROKEN for 3.0 as well. Same libreadline problem.
v. 1.5 date: 1997/11/25 09:06:46; author: pst; state: Exp; lines: +4 -4 Don't specify .gz in MAN1
v. 1.4 date: 1997/11/25 07:17:02; author: asami; state: Exp; lines: +6 -1 Mark it broken for 2.2 (libreadline version).
v. 1.3 date: 1997/11/25 06:53:16; author: asami; state: Exp; lines: +2 -2 No need to use += for CONFIGURE_ARGS.
v. 1.2 date: 1997/11/24 09:38:13; author: pst; state: Exp; lines: +5 -1 Forgot to add MAN1= stuff.
v. 1.1 date: 1997/11/24 09:10:43; author: pst; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/11/24 09:10:43; author: pst; state: Exp; lines: +0 -0 pilot-link is a set of utilities for linking with the PalmPilot PDA. Libraries and header files are included to allow the creation of custom applications in C, C++, Perl5, Tcl, Java, and Python (not all are enabled in this port). =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm