summaryrefslogtreecommitdiff
path: root/comms/pilot-link
AgeCommit message (Collapse)AuthorFilesLines
2007-11-30pkglint cleanup.wiz1-5/+2
2007-11-30Update to 0.12.3:wiz3-45/+9
-------------------------------------------------------------------------- pilot-link 0.12.3, "Can-of-Raid" (aka "Bug-Squash" release), 11-12-2007 -------------------------------------------------------------------------- Here you go, another pilot-link release. This one fixes quite a few issues: Bug Fixes: * Fix for Sony NR70 devices not being detected properly * BlueZ detection fix * XSLT manpage autogeneration fixes * Perl bindings build error, remove autoconfiscated files from releases * Java bindings build errors, remove autoconfiscated Makefile * Renamed pilot-treofoto and pilot-650foto to pilot-foto-treo600 and pilot-foto-treo650 * Added missing manpages for pilot-foto-treo6xx * Fixed OS5 failures with pilot-addresses.c * Updated pilot-install-memo.c to allow installation of files outside the current working directory * Fix for pi_usb_accept, adding PI_ERR_SOCK_LISTENER from Matt Davey's patch (closing #1782) Check the ChangeLog for the details on all fixes for this release
2007-03-21Update to 0.12.2:wiz3-37/+38
-------------------------------------------------------------------------- pilot-link 0.12.2, "Dance With the Devil" aka "Distraction", 02-09-2007 -------------------------------------------------------------------------- 5 months since the last release (0.12.1) and we have another release! This one is mostly a maintenance release, but there are some new things in here. Major Features: * More cleanup in libpisock and documentation, addition of some new (working :) BlueZ support, new udev rules, expanded OS5 Contacts support, expanded OS X support and a lot more! Other Features: * No major features in this release, mostly bug fixes and minor tweaks here and there. The website has also been refreshed with new content and a completely new layout. All source files are now version-tracked in the header. Bug Fixes: * Python support was broken, fixed now, doh! Palm T|X over libusb has been fixed (we hope) with this release. Of course we need testers to validate that. All of userland is renamed now to avoid some namespace pollution. Documentation is all current with respect to this release, all manpages are in XML source format (requires xsltproc to process), and much more.
2007-01-26Update pilot-link-libs, pilot-link, p5-pilot-link to 0.12.1markd8-1419/+68
pilot-link v0.12.1 There isn't much "new" in this release, just some rapid-fire bug fixes reported from users and a lot of code has been cleaned up in the tree to remove unnecessary includes. * Code cleanup in libpisock, libpisync, src and include * Fixed the installation faux pas with udev rules, oops! pilot-link v0.12.0 pilot-link 0.12.0 "Trois ans" ("Three Years") is now official. There have been so many changes in this release and I can't remember them all, but here's the short list: * Many of the userland binaries now have new names, to avoid some potential namespace collisions (dlpsh is now pilot-dlpsh for example, memos is now pilot-memos). If you use scripts which call these applications, you may have to make minor changes to accomodate the new naming scheme. * Documentation is now in DocBook XML, and manpages are dynamically generated from that source. Other docs are much more detailed, and there are quite a few README files that have been added to help. * Direct libusb support! This is one of the most monumental features in 0.12.0, and should help those who have trouble using the kernel's visor driver in Linux with their device. Now you can get a healthy 300% to 600% speedup in sync times, depending on your Palm's processor speed. See doc/README.libusb for details. Thanks go to Zephania Hull for working out how to get native libusb working with pilot-link. * Native support for Mac OS X. You can now just download the tarball and build it directly on Mac OS X machines, and it will just run. Thanks go to Florent Pillet for his tireless work in getting this all working efficiently and for squashing countless bugs in the libraries along the way. * So many other fixes, additions, features and new things to count.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-26comms/pilot-link-libs, comms/p5-pilot-link, and comms/pilot-link all useschwarz1-1/+2
both C and C++
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-02Don't reference matherr on DragonFly, it doesn't exist here.joerg2-10/+20
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-08-08Remove a patch that was forcing installation of the module into thejlam2-15/+1
site directories. Bump the PKGREVISION of p5-pilot-link to 4.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-3/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Replaced #defined with "yes" to make pkglint happy.rillig1-3/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-25Make sure libpisock is linked with -lm -- should fix compilation oftv2-1/+15
dependents that previously died because ldexp(), frexp() were unavailable.
2004-11-02Remove old patch which causes LD to be ignored. This fixes builds on Solaris.gavan2-12/+3
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam1-2/+2
2004-03-16Use Tcl/Tk 8.4.x, bump package revision because of that.tron1-10/+9
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 willminskim1-2/+2
be updated to depend on lang/tcl after Tcl/Tk update.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-12Remove unnecessary blank lines.cjep1-2/+1
2003-09-28Fix GCC 3.3.1 related build problem.tron2-1/+1314
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+3
2003-01-10Update pilot-link packages to 0.11.7. Changes are too numerous to listrh10-266/+123
here. They include * tons of bug fixes, * USB support, * C++ support, * restructured libraries; and * tons of other new features.
2002-10-30On Solaris iconv() is in libc.markd1-2/+8
2002-10-27Don't use use LD even if set, we did all the previous tests with ${ac_prog}bouyer2-1/+15
2002-09-21buildlink1 -> buildlink2jlam3-28/+12
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-1/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-03-15Reduce the amount of context in this patch as for some reason Solaris'smarkd2-7/+4
gpatch (and the version of patch in pkgsrc) don't like the original but are happy with this.
2002-01-30fix bug in previousdillo2-7/+6
2002-01-30update pilot-link-libs to 0.9.5nb2:dillo3-1/+53
fix error recovery (in SLP and PADP protocols)
2001-11-30Use perl5/buildlink.mk instead of USE_PERL5jlam1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23Strongly buildlinkify.jlam3-6/+7
2001-08-09Add patch provided by Bernd Sieker to retry opening tty. This allowsdillo2-1/+36
pilot-links to work with newer Handspring devices (they have a *very* short timeout). Version of pilot-link-libs bumped to 0.9.5nb1.
2001-06-27Update pilot-link to 0.9.5. The source code is under new stewardshipjlam8-108/+204
and is undergoing many improvements and rewrites, many of which are reflected in the current release. The ChangeLog is too large to summarize. The libraries and headers have been split off into a separate package pilot-link-libs.
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-4/+5
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-22Add buildlink.mk files for use by other package Makefiles.jlam1-0/+33
2001-06-22Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-04-22Fix lossage caused by distinfo conversion.tron1-1/+2
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-3/+3