Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-21 | update to obexapp 1.4.12 | plunky | 2 | -7/+6 | |
main new feature is Virtual root folders (per-device) | |||||
2009-05-20 | Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib | wiz | 1 | -1/+2 | |
major change. Reported by Robert Elz in PR 41345. | |||||
2009-05-19 | Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT | wiz | 1 | -2/+1 | |
block). Uncomment some commented out LICENSE lines while here. | |||||
2009-05-12 | update this to access the old ServiceDiscovery API where appropriate | plunky | 3 | -9/+21 | |
2009-05-07 | ensure that these packages continue to build while I am updating | plunky | 1 | -1/+4 | |
the new Service Discovery Protocol API by adding -DSDP_COMPAT to the compile flags. | |||||
2009-05-07 | update to 1.4.11 | plunky | 2 | -6/+8 | |
only a small change, remove use of the outdated mktemp(3) | |||||
2009-01-09 | update to 1.4.10 | plunky | 2 | -6/+6 | |
minor bug fix, improves compatibility with Nokia 6131 phone | |||||
2008-07-28 | INSTALLATION_DIRS | plunky | 1 | -1/+4 | |
2008-07-28 | add PKG_DESTDIR_SUPPORT | plunky | 1 | -1/+3 | |
2008-07-28 | add USE_BSD_MAKEFILE=yes for destdir support | plunky | 1 | -1/+2 | |
2008-07-14 | assume maintainership | plunky | 2 | -7/+9 | |
update to v1.4.9 add BUILD_DEFS to quiet pkglint warning | |||||
2008-07-09 | fix build | plunky | 2 | -3/+12 | |
obexapp uses mktemp which incurs a security warning, and -Wfatal-errors causes the link to fail. the quick fix is to make WARNS=0 | |||||
2008-05-25 | Reset maintainer on his request. | wiz | 1 | -2/+2 | |
2007-09-25 | Back out previous. Pointed out by uebayasi@ and martti@. | hira | 1 | -2/+2 | |
2007-09-25 | mv -> ${MV}. | hira | 1 | -2/+2 | |
2007-05-24 | Don't add LIBEXPAT to DPADD, it doesn't exist in all cases... and | xtraeme | 2 | -7/+7 | |
the pkgsrc version is used anyway. | |||||
2007-05-22 | update obexapp to version 1.4.7, which contains compiler warning fixes | plunky | 9 | -143/+39 | |
and NetBSD compatibility in the source. ok by xtraeme@ | |||||
2007-05-06 | Disable -Werror for now, the code has too many warnings with gcc4. | xtraeme | 1 | -3/+3 | |
2007-03-01 | tweaks and additions: | plunky | 6 | -16/+117 | |
1. obexapp rc.d script so you can start server mode automatically 2. new patch-ae to make the sdp registration happen before obexapp drops privileges as NetBSD uses LOCAL_CREDS so sdpd can't check the credentials until the client does something. 3. slight tweak to the -A option for NetBSD (in patch-ad) as we have a function to fetch the local device address. 4. use NetBSD-[4-9].*-* instead of checking for <bluetooth.h> | |||||
2007-02-20 | correct fix for FreeBSDism | plunky | 2 | -4/+4 | |
2007-02-06 | Update to 1.4.5 (thanks to plunky@ for the info about this release): | xtraeme | 2 | -6/+6 | |
- obex mtu fixes (submitted by Alexander V. Ribchansky) - obexapp now registers both opush and ftrn services - obexapp now supports quotation (with backslash \) in file names (with spaces etc.) - other minor fixes | |||||
2006-12-30 | Don't build this package on NetBSD if /usr/include/bluetooth.h | xtraeme | 1 | -1/+7 | |
is not available. | |||||
2006-07-09 | Clean up previous patches for NetBSD bluetooth support. IMHO I can | xtraeme | 7 | -272/+55 | |
send them to the author now. | |||||
2006-07-02 | This package just works on FreeBSD and NetBSD, use ONLY_FOR_PLATFORM. | xtraeme | 1 | -1/+3 | |
2006-07-02 | Initial import of obexapp-1.4.4. | xtraeme | 9 | -0/+327 | |
An obex application to transfer objects (address book items, images, movies, anything the target can handle) to mobile devices via IrDA, Bluetooth and other protocol via the OBEX format. xtraeme: now it should be possible to transfer files from/to my cellular phone from NetBSD. |