aboutsummaryrefslogtreecommitdiff
path: root/palm/coldsync
Commit message (Collapse)AuthorAgeFilesLines
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | | - 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 <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170651
* - Add missing locale files to plist. [1]Shaun Amott2006-08-072-4/+5
| | | | | | | | | | | - Fix build on sparc64. [2] PR: ports/101504 [1] Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> [1], shaun (me) [2] Approved by: maintainer Notes: svn path=/head/; revision=170022
* Remove USE_REINPLACE from all categories starting with PEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162206
* SHA256ifyEdwin Groothuis2006-01-231-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154298
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-051-1/+0
| | | | Notes: svn path=/head/; revision=150431
* ColdSync 2.2.5 fails to work with devices running PalmOS 4.0 and above,Volker Stolz2005-02-113-6/+54
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=128532
* After many hours of fiddling with ugen and uvisor and coldsync and such,Brian Feldman2004-07-012-1/+41
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=112676
* BROKEN on sparc64: Fails to linkKris Kennaway2004-06-111-0/+4
| | | | Notes: svn path=/head/; revision=111237
* - Fix build on 5.x and unbreakPav Lucistnik2004-05-112-13/+13
| | | | | | | | PR: ports/66488 Submitted by: Arne Woerner <arne_woerner@yahoo.com> Notes: svn path=/head/; revision=108911
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* fix ports/palm/coldsync: fix dumps coreDaichi GOTO2003-07-031-0/+11
| | | | | | | | PR: 51139 Submitted by: Helge Oldach <send-pr-31231@oldach.net> Notes: svn path=/head/; revision=84132
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-0/+4
| | | | Notes: svn path=/head/; revision=81207
* Fix build on -CURRENT (GCC3).Christian Weisgerber2003-02-221-0/+14
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=76078
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Be sure to install the libraries together with the headers and theMikhail Teterin2002-12-283-0/+38
| | | | | | | | | | 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) Notes: svn path=/head/; revision=71956
* Upgrade to the latest stable version -- 2.2.5, which supports Palms inMikhail Teterin2002-12-276-72/+90
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=71930
* Revert the PERL-to-REINPLACE conversion attempts. They were neverMikhail Teterin2002-12-262-4/+27
| | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=71847
* Fix Build with recent bison ,Tilman Keskinoz2002-12-101-0/+34
| | | | | | | | PR: 45951 Submitted by: Pat Lashley <patl+freebsd@volant.org> Notes: svn path=/head/; revision=71508
* Add `-E' option to REINPLACE_ARGS.OKAZAKI Tetsurou2002-08-031-0/+1
| | | | | | | | | | PR: 40749, 41085 Submitted by: Shaun Branden <shaun@pcuse.com>, Derik van Zuetphen <dvanzuetphen@pironet-ndh.com>, and maintainer Notes: svn path=/head/; revision=63937
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* ${PERL} -> ${REINPLACE_CMD}Ying-Chieh Liao2002-06-231-1/+2
| | | | | | | | PR: 39702, 39704 Submitted by: Scott Flatman <sf@dsinw.com> Notes: svn path=/head/; revision=61827
* Add missing plist entryPatrick Li2002-05-181-1/+2
| | | | | | | | PR: 37773 Submitted by: gshapiro Notes: svn path=/head/; revision=59417
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-2/+2
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=57625
* Update the MASTER_SITES (per maintainer's request) and the WWW tag (myMikhail Teterin2002-04-092-2/+2
| | | | | | | | | own initiative). Submitted by: maintainer Notes: svn path=/head/; revision=57506
* Patch to use the new names of some of the usb.h's structures' fields ifMikhail Teterin2002-04-093-3/+36
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=57477
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=56168
* Add a LIB_DEPENDS on libintl.1 so the pkg-plist is correct and we getSteve Price2001-12-151-0/+2
| | | | | | | internationalized text for the resultant binary. Notes: svn path=/head/; revision=51596
* Upgrade this ports to 1.2.4 and 2.1.3 respectively. The maintainerMikhail Teterin2001-08-242-2/+2
| | | | | | | is the author, and this new versions are both posted on the WWW. Notes: svn path=/head/; revision=46802
* Install locale files to match pkg-plist. I assume this has beenAlexander Langer2001-08-231-0/+2
| | | | | | | | the default once, but isn't any more if you don't enable it with --with-i18n. Notes: svn path=/head/; revision=46726
* upgrade to 2.1.2Ying-Chieh Liao2001-05-293-2/+6
| | | | | | | | PR: 27621 Submitted by: maintainer Notes: svn path=/head/; revision=43275
* Update to version 1.4.6Kevin Lo2000-09-292-4/+4
| | | | | | | | PR: 21645 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33251
* Update to 1.4.5.Akinori MUSHA2000-09-253-9/+8
| | | | | | | | PR: ports/21514 Submitted by: Andrew Arensburger <arensb+freebsd-ports@ooblick.com> (MAINTAINER) Notes: svn path=/head/; revision=33092
* Update to 1.2.0.Akinori MUSHA2000-06-034-4/+26
| | | | | | | Now a Perl5 module is available! Notes: svn path=/head/; revision=29145
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-1/+1
| | | | Notes: svn path=/head/; revision=27846
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+2
| | | | Notes: svn path=/head/; revision=27497
* Update to version 1.1.2.Steve Price2000-01-303-4/+5
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=25319
* Adding coldsync version 1.0.0.Steve Price2000-01-295-0/+46
Synchronize a PalmPilot with a Unix workstation. PR: 16293 Submitted by: Andrew Arensburger <arensb@ooblick.com> Notes: svn path=/head/; revision=25202