Path to this page:
./
comms/obexapp,
Obex application to transfer objects to mobile equipment
Branch: CURRENT,
Version: 1.4.15nb2,
Package name: obexapp-1.4.15nb2,
Maintainer: plunkyAn obex application to transfer objects (address book items, images, movies,
anything the target can handle) to mobile devices via Bluetooth with the OBEX
protocol.
Required to run:[
comms/openobex]
Master sites:
SHA1: 8b7914d4b9a1a3d3852a3f4a4dda04f0593e0aa6
RMD160: f63527a21d683fe754fe22c336aabc90fe8e01af
Filesize: 31.666 KB
Version history: (Expand)
- (2013-03-15) Updated to version: obexapp-1.4.15nb2
- (2012-06-17) Updated to version: obexapp-1.4.15nb1
- (2011-07-14) Updated to version: obexapp-1.4.15
- (2010-12-01) Updated to version: obexapp-1.4.14nb1
- (2010-11-18) Updated to version: obexapp-1.4.14
- (2010-01-15) Updated to version: obexapp-1.4.13
CVS history: (Expand)
2013-03-15 09:23:05 by Iain Hibbert | Files touched by this commit (1) |  |
Log message:
bump PKGREVISION for openobex update
|
| 2012-10-03 13:24:45 by Aleksej Saushev | Files touched by this commit (64) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
| 2012-06-16 21:28:19 by Iain Hibbert | Files touched by this commit (2) |
Log message:
since in recent NetBSD, the /etc/rc.d/sdpd script was merged into
/etc/rc.d/bluetooth we should try to REQUIRE the correct script.
|
2011-07-13 22:51:41 by Iain Hibbert | Files touched by this commit (2) |  |
Log message:
update to 1.4.15
minor fixes, contributed by me
- handle 32-bit short alias uuid's
- forward compat for openobex-2.0 (nearing release)
|
2010-12-01 20:28:27 by Iain Hibbert | Files touched by this commit (2) |  |
Log message:
update rc.d script: it is now optional to specify the RFCOMM channel
(bump PKGREVISION)
|
2010-11-17 20:14:34 by Iain Hibbert | Files touched by this commit (4) |  |
Log message:
update to obexapp 1.4.14, with a clump of minor fixes submitted
by Iain Hibbert:
- use libexpat instead of FreeBSD internal libbsdxml
- fix off by one error with busy spinner, which sometimes
resulted in a spurious backspace in the output
- fflush(stdout) for busy spinner
- print streaming statistics after transfers in client mode
- use HAVE_BT_DEVADDR rather than testing for __NetBSD__
- use bdaddr_any() functions instead of memcpy()
- allow server mode to bind to channel 0, indicating to the OS
that the first available channel should be used
- prevent busy loop bug if the socket is remotely closed causing
the read() to return 0 bytes
- fix some [unsigned comparison] compiler warnings
- provide connection ID for all get requests, improves compatibility
with remote windows mobile devices
|
2010-01-15 18:48:44 by Iain Hibbert | Files touched by this commit (4) |  |
Log message:
fairly minor update to 1.4.13
- obexapp does not now require GNU libiconv (this was in pkgsrc already)
- compiler errors fixed
- no longer tries to provide username/groupname in file listings (info
not available in chroot)
|
2009-12-01 12:18:48 by Matthias Drochner | Files touched by this commit (3) |  |
Log message:
Make this work with BSD native iconv(3).
This was tested by sending vcards with non-ASCII names; the result
was identical as before with GNU libiconv.
bump PKGREVISION
approved by plunky
|