The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD palm : coldsync

Synchronize a PalmPilot with a Unix workstation

 	ColdSync is a robust, extensible, portable tool for
synchronizing PalmOS devices (PalmPilot et al.) with a Unix
workstation. It also supports USB connections, under FreeBSD 4.0
and higher.
	It runs without a GUI, and therefore allows you to sync
without running X.
	ColdSync is extensible through the use of conduits, which
allow it to share information with other applications.

	For more information, see
 

http://www.coldsync.org/



coldsync history


v. 1.38
date: 2007/05/19 20:20:23;  author: flz;  state: Exp;  lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.37 date: 2007/04/15 19:53:22; author: kris; state: Exp; lines: +1 -7 Retire OPSYS (well-intentioned, but there was no way this port was cross-BSD compatible anyway), and also retire <=4.x support while I'm here
v. 1.36 date: 2007/04/04 09:33:44; author: stefan; state: Exp; lines: +9 -1 Add support for WITHOUT_NLS. PR: 110538 Submitted by: Helge Oldach Approved by: maintainer
v. 1.35 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.34 date: 2006/08/07 18:14:23; author: shaun; state: Exp; lines: +3 -4 - Add missing locale files to plist. [1] - Fix build on sparc64. [2] PR: ports/101504 [1] Submitted by: Stanislav Sedov [1], shaun (me) [2] Approved by: maintainer
v. 1.33 date: 2006/05/13 01:03:08; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with P
v. 1.32 date: 2005/12/05 00:53:19; author: edwin; state: Exp; lines: +0 -1 Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.31 date: 2005/02/11 17:35:48; author: vs; state: Exp; lines: +3 -1 ColdSync 2.2.5 fails to work with devices running PalmOS 4.0 and above, if (and only if) there is a password set on the Palm. The Palm claims that the desktop software is too old and should be upgraded. The patch below (essentially stolen from ColdSync 3.0) makes ColdSync claim that it supports DLP 1.3. Fix .info-handling while here PR: ports/69212 Submitted by: Helge Oldach Approved by: maintainer timeout
v. 1.30 date: 2004/07/01 16:31:03; author: green; state: Exp; lines: +1 -1 After many hours of fiddling with ugen and uvisor and coldsync and such, I discovered that the only reason coldsync's ugen support doesn't work out of the box for a Treo 270 (HandSpring Visor-based phone) is that it uses a very low resolution sleep (one second) while waiting for USB devices to appear in "transient" mode. Due to this, it almost always misses the first packet in the HotSync, which comes from the Palm, and after five seconds the entire process would time out. Decrease the amount of time that is spent sleeping while waiting for USB devices to appear so that it works every time. (You probably do not want to try this without ugen(4) from yesterday which will NOT panic when the USB device goes away before programs with it open have closed their references.) Approved by: maintainer
v. 1.29 date: 2004/06/11 00:04:31; author: kris; state: Exp; lines: +4 -0 BROKEN on sparc64: Fails to link
v. 1.28 date: 2004/05/11 09:28:50; author: pav; state: Exp; lines: +0 -4 - Fix build on 5.x and unbreak PR: ports/66488 Submitted by: Arne Woerner
v. 1.27 date: 2004/02/04 04:36:22; author: marcus; state: Exp; lines: +2 -3 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.26 date: 2004/01/23 18:12:17; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.25 date: 2003/08/26 20:25:53; author: marcus; state: Exp; lines: +1 -0 Bump the PORTREVISION for the ports directly affected by the gettext upgrade. Prodded by: kris
v. 1.24 date: 2003/08/25 05:41:34; author: marcus; state: Exp; lines: +1 -1 Chase the libintl.so shared lib version.
v. 1.23 date: 2003/05/18 09:27:43; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.1: bad C++
v. 1.22 date: 2003/02/21 13:19:55; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.21 date: 2002/12/28 07:04:40; author: mi; state: Exp; lines: +3 -0 Be sure to install the libraries together with the headers and the manual pages. Build the shared libraries next to the static ones. Not bumping the PORTREVISION, since this is port was just upgraded. Approved by: knu (again!), maintainer (blanket)
v. 1.20 date: 2002/12/27 21:11:58; author: mi; state: Exp; lines: +28 -15 Upgrade to the latest stable version -- 2.2.5, which supports Palms in addition to Handspring, so there is no need for patch-palm any more. Remove the Perl parts of this port. They will be turned into the new p5-coldsync. Now, that the port no longer uses Perl, switch back to REINPLACE and rephrase the regexps, so they work (\S was a perlism). Make patch-in6 a little nicer by making coldsync.c define _POSIX_SOURCE as 200112 -- the only way to cause netinet/in.h to include netinet6/in6.h, apparently. Reviewed by: knu (portmgr) Approved by: maintainer, portmgr
v. 1.19 date: 2002/12/26 02:11:19; author: mi; state: Exp; lines: +4 -4 Revert the PERL-to-REINPLACE conversion attempts. They were never finished, despite several related commits, but, most importantly, the port uses PERL anyway... This prevented USB detection -- fixed by this committer in April. Pointy hats available upon request... Make sure __BSD_VISIBLE is defined -- too many of _our headers_ trip over u_int et al without that. Include netinet6/in6.h and force it in by defining what it is looking for. The "official" way of doing it -- simply through the netinet/in.h does not work. May be, there is no __POSIX_VISIBLE in case of __BSD_VISIBLE? Fixes to files/patch-in6 are welcome! The last two fixed compile on -current, justifying this commit without explicit approval. PR: ports/43532 ports/46472 Submitted by: Larry Rosenman, David Magda
v. 1.18 date: 2002/08/03 22:52:13; author: okazaki; state: Exp; lines: +1 -0 Add `-E' option to REINPLACE_ARGS. PR: 40749, 41085 Submitted by: Shaun Branden , Derik van Zuetphen , and maintainer
v. 1.17 date: 2002/08/01 16:22:31; author: ade; state: Exp; lines: +1 -1 Chase shlib rev of devel/gettext Submitted by: lots and lots Pointy hat to: ade
v. 1.16 date: 2002/06/23 16:42:16; author: ijliao; state: Exp; lines: +2 -1 ${PERL} -> ${REINPLACE_CMD} PR: 39702, 39704 Submitted by: Scott Flatman
v. 1.15 date: 2002/04/12 17:09:58; author: ade; state: Exp; lines: +2 -2 gettext upgrade uber-patch (stage 3) - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
v. 1.14 date: 2002/04/09 20:08:09; author: mi; state: Exp; lines: +1 -1 Update the MASTER_SITES (per maintainer's request) and the WWW tag (my own initiative). Submitted by: maintainer
v. 1.13 date: 2002/04/09 02:00:19; author: mi; state: Exp; lines: +7 -1 Patch to use the new names of some of the usb.h's structures' fields if the OSVERSION is above 450000. Add a maintainer submitted patch to recognize the Palm's vendor-id (not just Handspring). Update pkg-descr accordingly and bump PORTREVISION. Approved by: maintainer
v. 1.12 date: 2002/03/15 19:44:15; author: ade; state: Exp; lines: +1 -1 Stage 1 of gettext update. Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
v. 1.11 date: 2001/12/15 22:08:11; author: steve; state: Exp; lines: +3 -1 Add a LIB_DEPENDS on libintl.1 so the pkg-plist is correct and we get internationalized text for the resultant binary.
v. 1.10 date: 2001/08/24 16:41:46; author: mi; state: Exp; lines: +2 -2 Upgrade this ports to 1.2.4 and 2.1.3 respectively. The maintainer is the author, and this new versions are both posted on the WWW.
v. 1.9 date: 2001/08/23 17:01:05; author: alex; state: Exp; lines: +3 -1 Install locale files to match pkg-plist. I assume this has been the default once, but isn't any more if you don't enable it with --with-i18n.
v. 1.8 date: 2001/05/29 16:19:06; author: ijliao; state: Exp; lines: +2 -2 upgrade to 2.1.2 PR: 27621 Submitted by: maintainer
v. 1.7 date: 2000/09/29 15:38:20; author: kevlo; state: Exp; lines: +4 -4 Update to version 1.4.6 PR: 21645 Submitted by: MAINTAINER
v. 1.6 date: 2000/09/25 08:04:28; author: knu; state: Exp; lines: +6 -6 Update to 1.4.5. PR: ports/21514 Submitted by: Andrew Arensburger (MAINTAINER)
v. 1.5 date: 2000/06/03 08:02:52; author: knu; state: Exp; lines: +18 -3 Update to 1.2.0. Now a Perl5 module is available!
v. 1.4 date: 2000/04/21 07:51:56; author: mharo; state: Exp; lines: +2 -2 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.3 date: 2000/04/13 19:18:50; author: cpiazza; state: Exp; lines: +3 -3 Update to use PORTNAME/PORTVERSION
v. 1.2 date: 2000/01/30 18:20:50; author: steve; state: Exp; lines: +3 -3 Update to version 1.1.2. Submitted by: maintainer
v. 1.1 date: 2000/01/29 04:50:37; author: steve; state: Exp; Adding coldsync version 1.0.0. Synchronize a PalmPilot with a Unix workstation. PR: 16293 Submitted by: Andrew Arensburger ============================================================================= v. 1.38 date: 2007/05/19 20:20:23; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.37 date: 2007/04/15 19:53:22; author: kris; state: Exp; lines: +1 -7 Retire OPSYS (well-intentioned, but there was no way this port was cross-BSD compatible anyway), and also retire <=4.x support while I'm here
v. 1.36 date: 2007/04/04 09:33:44; author: stefan; state: Exp; lines: +9 -1 Add support for WITHOUT_NLS. PR: 110538 Submitted by: Helge Oldach Approved by: maintainer
v. 1.35 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.34 date: 2006/08/07 18:14:23; author: shaun; state: Exp; lines: +3 -4 - Add missing locale files to plist. [1] - Fix build on sparc64. [2] PR: ports/101504 [1] Submitted by: Stanislav Sedov [1], shaun (me) [2] Approved by: maintainer
v. 1.33 date: 2006/05/13 01:03:08; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with P
v. 1.32 date: 2005/12/05 00:53:19; author: edwin; state: Exp; lines: +0 -1 Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.31 date: 2005/02/11 17:35:48; author: vs; state: Exp; lines: +3 -1 ColdSync 2.2.5 fails to work with devices running PalmOS 4.0 and above, if (and only if) there is a password set on the Palm. The Palm claims that the desktop software is too old and should be upgraded. The patch below (essentially stolen from ColdSync 3.0) makes ColdSync claim that it supports DLP 1.3. Fix .info-handling while here PR: ports/69212 Submitted by: Helge Oldach Approved by: maintainer timeout
v. 1.30 date: 2004/07/01 16:31:03; author: green; state: Exp; lines: +1 -1 After many hours of fiddling with ugen and uvisor and coldsync and such, I discovered that the only reason coldsync's ugen support doesn't work out of the box for a Treo 270 (HandSpring Visor-based phone) is that it uses a very low resolution sleep (one second) while waiting for USB devices to appear in "transient" mode. Due to this, it almost always misses the first packet in the HotSync, which comes from the Palm, and after five seconds the entire process would time out. Decrease the amount of time that is spent sleeping while waiting for USB devices to appear so that it works every time. (You probably do not want to try this without ugen(4) from yesterday which will NOT panic when the USB device goes away before programs with it open have closed their references.) Approved by: maintainer
v. 1.29 date: 2004/06/11 00:04:31; author: kris; state: Exp; lines: +4 -0 BROKEN on sparc64: Fails to link
v. 1.28 date: 2004/05/11 09:28:50; author: pav; state: Exp; lines: +0 -4 - Fix build on 5.x and unbreak PR: ports/66488 Submitted by: Arne Woerner
v. 1.27 date: 2004/02/04 04:36:22; author: marcus; state: Exp; lines: +2 -3 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.26 date: 2004/01/23 18:12:17; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.25 date: 2003/08/26 20:25:53; author: marcus; state: Exp; lines: +1 -0 Bump the PORTREVISION for the ports directly affected by the gettext upgrade. Prodded by: kris
v. 1.24 date: 2003/08/25 05:41:34; author: marcus; state: Exp; lines: +1 -1 Chase the libintl.so shared lib version.
v. 1.23 date: 2003/05/18 09:27:43; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.1: bad C++
v. 1.22 date: 2003/02/21 13:19:55; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.21 date: 2002/12/28 07:04:40; author: mi; state: Exp; lines: +3 -0 Be sure to install the libraries together with the headers and the manual pages. Build the shared libraries next to the static ones. Not bumping the PORTREVISION, since this is port was just upgraded. Approved by: knu (again!), maintainer (blanket)
v. 1.20 date: 2002/12/27 21:11:58; author: mi; state: Exp; lines: +28 -15 Upgrade to the latest stable version -- 2.2.5, which supports Palms in addition to Handspring, so there is no need for patch-palm any more. Remove the Perl parts of this port. They will be turned into the new p5-coldsync. Now, that the port no longer uses Perl, switch back to REINPLACE and rephrase the regexps, so they work (\S was a perlism). Make patch-in6 a little nicer by making coldsync.c define _POSIX_SOURCE as 200112 -- the only way to cause netinet/in.h to include netinet6/in6.h, apparently. Reviewed by: knu (portmgr) Approved by: maintainer, portmgr
v. 1.19 date: 2002/12/26 02:11:19; author: mi; state: Exp; lines: +4 -4 Revert the PERL-to-REINPLACE conversion attempts. They were never finished, despite several related commits, but, most importantly, the port uses PERL anyway... This prevented USB detection -- fixed by this committer in April. Pointy hats available upon request... Make sure __BSD_VISIBLE is defined -- too many of _our headers_ trip over u_int et al without that. Include netinet6/in6.h and force it in by defining what it is looking for. The "official" way of doing it -- simply through the netinet/in.h does not work. May be, there is no __POSIX_VISIBLE in case of __BSD_VISIBLE? Fixes to files/patch-in6 are welcome! The last two fixed compile on -current, justifying this commit without explicit approval. PR: ports/43532 ports/46472 Submitted by: Larry Rosenman, David Magda
v. 1.18 date: 2002/08/03 22:52:13; author: okazaki; state: Exp; lines: +1 -0 Add `-E' option to REINPLACE_ARGS. PR: 40749, 41085 Submitted by: Shaun Branden , Derik van Zuetphen , and maintainer
v. 1.17 date: 2002/08/01 16:22:31; author: ade; state: Exp; lines: +1 -1 Chase shlib rev of devel/gettext Submitted by: lots and lots Pointy hat to: ade
v. 1.16 date: 2002/06/23 16:42:16; author: ijliao; state: Exp; lines: +2 -1 ${PERL} -> ${REINPLACE_CMD} PR: 39702, 39704 Submitted by: Scott Flatman
v. 1.15 date: 2002/04/12 17:09:58; author: ade; state: Exp; lines: +2 -2 gettext upgrade uber-patch (stage 3) - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
v. 1.14 date: 2002/04/09 20:08:09; author: mi; state: Exp; lines: +1 -1 Update the MASTER_SITES (per maintainer's request) and the WWW tag (my own initiative). Submitted by: maintainer
v. 1.13 date: 2002/04/09 02:00:19; author: mi; state: Exp; lines: +7 -1 Patch to use the new names of some of the usb.h's structures' fields if the OSVERSION is above 450000. Add a maintainer submitted patch to recognize the Palm's vendor-id (not just Handspring). Update pkg-descr accordingly and bump PORTREVISION. Approved by: maintainer
v. 1.12 date: 2002/03/15 19:44:15; author: ade; state: Exp; lines: +1 -1 Stage 1 of gettext update. Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
v. 1.11 date: 2001/12/15 22:08:11; author: steve; state: Exp; lines: +3 -1 Add a LIB_DEPENDS on libintl.1 so the pkg-plist is correct and we get internationalized text for the resultant binary.
v. 1.10 date: 2001/08/24 16:41:46; author: mi; state: Exp; lines: +2 -2 Upgrade this ports to 1.2.4 and 2.1.3 respectively. The maintainer is the author, and this new versions are both posted on the WWW.
v. 1.9 date: 2001/08/23 17:01:05; author: alex; state: Exp; lines: +3 -1 Install locale files to match pkg-plist. I assume this has been the default once, but isn't any more if you don't enable it with --with-i18n.
v. 1.8 date: 2001/05/29 16:19:06; author: ijliao; state: Exp; lines: +2 -2 upgrade to 2.1.2 PR: 27621 Submitted by: maintainer
v. 1.7 date: 2000/09/29 15:38:20; author: kevlo; state: Exp; lines: +4 -4 Update to version 1.4.6 PR: 21645 Submitted by: MAINTAINER
v. 1.6 date: 2000/09/25 08:04:28; author: knu; state: Exp; lines: +6 -6 Update to 1.4.5. PR: ports/21514 Submitted by: Andrew Arensburger (MAINTAINER)
v. 1.5 date: 2000/06/03 08:02:52; author: knu; state: Exp; lines: +18 -3 Update to 1.2.0. Now a Perl5 module is available!
v. 1.4 date: 2000/04/21 07:51:56; author: mharo; state: Exp; lines: +2 -2 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.3 date: 2000/04/13 19:18:50; author: cpiazza; state: Exp; lines: +3 -3 Update to use PORTNAME/PORTVERSION
v. 1.2 date: 2000/01/30 18:20:50; author: steve; state: Exp; lines: +3 -3 Update to version 1.1.2. Submitted by: maintainer
v. 1.1 date: 2000/01/29 04:50:37; author: steve; state: Exp; Adding coldsync version 1.0.0. Synchronize a PalmPilot with a Unix workstation. PR: 16293 Submitted by: Andrew Arensburger ============================================================================= v. 1.38 date: 2007/05/19 20:20:23; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.37 date: 2007/04/15 19:53:22; author: kris; state: Exp; lines: +1 -7 Retire OPSYS (well-intentioned, but there was no way this port was cross-BSD compatible anyway), and also retire <=4.x support while I'm here
v. 1.36 date: 2007/04/04 09:33:44; author: stefan; state: Exp; lines: +9 -1 Add support for WITHOUT_NLS. PR: 110538 Submitted by: Helge Oldach Approved by: maintainer
v. 1.35 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.34 date: 2006/08/07 18:14:23; author: shaun; state: Exp; lines: +3 -4 - Add missing locale files to plist. [1] - Fix build on sparc64. [2] PR: ports/101504 [1] Submitted by: Stanislav Sedov [1], shaun (me) [2] Approved by: maintainer
v. 1.33 date: 2006/05/13 01:03:08; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with P
v. 1.32 date: 2005/12/05 00:53:19; author: edwin; state: Exp; lines: +0 -1 Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.31 date: 2005/02/11 17:35:48; author: vs; state: Exp; lines: +3 -1 ColdSync 2.2.5 fails to work with devices running PalmOS 4.0 and above, if (and only if) there is a password set on the Palm. The Palm claims that the desktop software is too old and should be upgraded. The patch below (essentially stolen from ColdSync 3.0) makes ColdSync claim that it supports DLP 1.3. Fix .info-handling while here PR: ports/69212 Submitted by: Helge Oldach Approved by: maintainer timeout
v. 1.30 date: 2004/07/01 16:31:03; author: green; state: Exp; lines: +1 -1 After many hours of fiddling with ugen and uvisor and coldsync and such, I discovered that the only reason coldsync's ugen support doesn't work out of the box for a Treo 270 (HandSpring Visor-based phone) is that it uses a very low resolution sleep (one second) while waiting for USB devices to appear in "transient" mode. Due to this, it almost always misses the first packet in the HotSync, which comes from the Palm, and after five seconds the entire process would time out. Decrease the amount of time that is spent sleeping while waiting for USB devices to appear so that it works every time. (You probably do not want to try this without ugen(4) from yesterday which will NOT panic when the USB device goes away before programs with it open have closed their references.) Approved by: maintainer
v. 1.29 date: 2004/06/11 00:04:31; author: kris; state: Exp; lines: +4 -0 BROKEN on sparc64: Fails to link
v. 1.28 date: 2004/05/11 09:28:50; author: pav; state: Exp; lines: +0 -4 - Fix build on 5.x and unbreak PR: ports/66488 Submitted by: Arne Woerner
v. 1.27 date: 2004/02/04 04:36:22; author: marcus; state: Exp; lines: +2 -3 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.26 date: 2004/01/23 18:12:17; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.25 date: 2003/08/26 20:25:53; author: marcus; state: Exp; lines: +1 -0 Bump the PORTREVISION for the ports directly affected by the gettext upgrade. Prodded by: kris
v. 1.24 date: 2003/08/25 05:41:34; author: marcus; state: Exp; lines: +1 -1 Chase the libintl.so shared lib version.
v. 1.23 date: 2003/05/18 09:27:43; author: kris; state: Exp; lines: +4 -0 BROKEN on 5.1: bad C++
v. 1.22 date: 2003/02/21 13:19:55; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.21 date: 2002/12/28 07:04:40; author: mi; state: Exp; lines: +3 -0 Be sure to install the libraries together with the headers and the manual pages. Build the shared libraries next to the static ones. Not bumping the PORTREVISION, since this is port was just upgraded. Approved by: knu (again!), maintainer (blanket)
v. 1.20 date: 2002/12/27 21:11:58; author: mi; state: Exp; lines: +28 -15 Upgrade to the latest stable version -- 2.2.5, which supports Palms in addition to Handspring, so there is no need for patch-palm any more. Remove the Perl parts of this port. They will be turned into the new p5-coldsync. Now, that the port no longer uses Perl, switch back to REINPLACE and rephrase the regexps, so they work (\S was a perlism). Make patch-in6 a little nicer by making coldsync.c define _POSIX_SOURCE as 200112 -- the only way to cause netinet/in.h to include netinet6/in6.h, apparently. Reviewed by: knu (portmgr) Approved by: maintainer, portmgr
v. 1.19 date: 2002/12/26 02:11:19; author: mi; state: Exp; lines: +4 -4 Revert the PERL-to-REINPLACE conversion attempts. They were never finished, despite several related commits, but, most importantly, the port uses PERL anyway... This prevented USB detection -- fixed by this committer in April. Pointy hats available upon request... Make sure __BSD_VISIBLE is defined -- too many of _our headers_ trip over u_int et al without that. Include netinet6/in6.h and force it in by defining what it is looking for. The "official" way of doing it -- simply through the netinet/in.h does not work. May be, there is no __POSIX_VISIBLE in case of __BSD_VISIBLE? Fixes to files/patch-in6 are welcome! The last two fixed compile on -current, justifying this commit without explicit approval. PR: ports/43532 ports/46472 Submitted by: Larry Rosenman, David Magda
v. 1.18 date: 2002/08/03 22:52:13; author: okazaki; state: Exp; lines: +1 -0 Add `-E' option to REINPLACE_ARGS. PR: 40749, 41085 Submitted by: Shaun Branden , Derik van Zuetphen , and maintainer
v. 1.17 date: 2002/08/01 16:22:31; author: ade; state: Exp; lines: +1 -1 Chase shlib rev of devel/gettext Submitted by: lots and lots Pointy hat to: ade
v. 1.16 date: 2002/06/23 16:42:16; author: ijliao; state: Exp; lines: +2 -1 ${PERL} -> ${REINPLACE_CMD} PR: 39702, 39704 Submitted by: Scott Flatman
v. 1.15 date: 2002/04/12 17:09:58; author: ade; state: Exp; lines: +2 -2 gettext upgrade uber-patch (stage 3) - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
v. 1.14 date: 2002/04/09 20:08:09; author: mi; state: Exp; lines: +1 -1 Update the MASTER_SITES (per maintainer's request) and the WWW tag (my own initiative). Submitted by: maintainer
v. 1.13 date: 2002/04/09 02:00:19; author: mi; state: Exp; lines: +7 -1 Patch to use the new names of some of the usb.h's structures' fields if the OSVERSION is above 450000. Add a maintainer submitted patch to recognize the Palm's vendor-id (not just Handspring). Update pkg-descr accordingly and bump PORTREVISION. Approved by: maintainer
v. 1.12 date: 2002/03/15 19:44:15; author: ade; state: Exp; lines: +1 -1 Stage 1 of gettext update. Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
v. 1.11 date: 2001/12/15 22:08:11; author: steve; state: Exp; lines: +3 -1 Add a LIB_DEPENDS on libintl.1 so the pkg-plist is correct and we get internationalized text for the resultant binary.
v. 1.10 date: 2001/08/24 16:41:46; author: mi; state: Exp; lines: +2 -2 Upgrade this ports to 1.2.4 and 2.1.3 respectively. The maintainer is the author, and this new versions are both posted on the WWW.
v. 1.9 date: 2001/08/23 17:01:05; author: alex; state: Exp; lines: +3 -1 Install locale files to match pkg-plist. I assume this has been the default once, but isn't any more if you don't enable it with --with-i18n.
v. 1.8 date: 2001/05/29 16:19:06; author: ijliao; state: Exp; lines: +2 -2 upgrade to 2.1.2 PR: 27621 Submitted by: maintainer
v. 1.7 date: 2000/09/29 15:38:20; author: kevlo; state: Exp; lines: +4 -4 Update to version 1.4.6 PR: 21645 Submitted by: MAINTAINER
v. 1.6 date: 2000/09/25 08:04:28; author: knu; state: Exp; lines: +6 -6 Update to 1.4.5. PR: ports/21514 Submitted by: Andrew Arensburger (MAINTAINER)
v. 1.5 date: 2000/06/03 08:02:52; author: knu; state: Exp; lines: +18 -3 Update to 1.2.0. Now a Perl5 module is available!
v. 1.4 date: 2000/04/21 07:51:56; author: mharo; state: Exp; lines: +2 -2 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.3 date: 2000/04/13 19:18:50; author: cpiazza; state: Exp; lines: +3 -3 Update to use PORTNAME/PORTVERSION
v. 1.2 date: 2000/01/30 18:20:50; author: steve; state: Exp; lines: +3 -3 Update to version 1.1.2. Submitted by: maintainer
v. 1.1 date: 2000/01/29 04:50:37; author: steve; state: Exp; Adding coldsync version 1.0.0. Synchronize a PalmPilot with a Unix workstation. PR: 16293 Submitted by: Andrew Arensburger =============================================================================



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