summaryrefslogtreecommitdiff
path: root/comms/obexapp
AgeCommit message (Collapse)AuthorFilesLines
2017-09-03Follow some redirects.wiz1-3/+3
2015-11-03Add SHA512 digests for distfiles for comms categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2014-12-30update MAINTAINER email addressplunky1-2/+2
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon1-2/+2
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2013-03-15bump PKGREVISION for openobex updateplunky1-2/+2
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-16since in recent NetBSD, the /etc/rc.d/sdpd script was merged intoplunky2-3/+7
/etc/rc.d/bluetooth we should try to REQUIRE the correct script.
2011-07-13update to 1.4.15plunky2-7/+6
minor fixes, contributed by me - handle 32-bit short alias uuid's - forward compat for openobex-2.0 (nearing release)
2010-12-01update rc.d script: it is now optional to specify the RFCOMM channelplunky2-6/+7
(bump PKGREVISION)
2010-11-17update to obexapp 1.4.14, with a clump of minor fixes submittedplunky4-30/+14
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-15fairly minor update to 1.4.13plunky4-101/+22
- 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-01Make this work with BSD native iconv(3).drochner3-7/+75
This was tested by sending vcards with non-ASCII names; the result was identical as before with GNU libiconv. bump PKGREVISION approved by plunky
2009-11-24update HOMEPAGE and MASTER_SITES as geocities is goneplunky1-3/+3
2009-08-21update to obexapp 1.4.12plunky2-7/+6
main new feature is Virtual root folders (per-device)
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-1/+2
major change. Reported by Robert Elz in PR 41345.
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+1
block). Uncomment some commented out LICENSE lines while here.
2009-05-12update this to access the old ServiceDiscovery API where appropriateplunky3-9/+21
2009-05-07ensure that these packages continue to build while I am updatingplunky1-1/+4
the new Service Discovery Protocol API by adding -DSDP_COMPAT to the compile flags.
2009-05-07update to 1.4.11plunky2-6/+8
only a small change, remove use of the outdated mktemp(3)
2009-01-09update to 1.4.10plunky2-6/+6
minor bug fix, improves compatibility with Nokia 6131 phone
2008-07-28INSTALLATION_DIRSplunky1-1/+4
2008-07-28add PKG_DESTDIR_SUPPORTplunky1-1/+3
2008-07-28add USE_BSD_MAKEFILE=yes for destdir supportplunky1-1/+2
2008-07-14assume maintainershipplunky2-7/+9
update to v1.4.9 add BUILD_DEFS to quiet pkglint warning
2008-07-09fix buildplunky2-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-25Reset maintainer on his request.wiz1-2/+2
2007-09-25Back out previous. Pointed out by uebayasi@ and martti@.hira1-2/+2
2007-09-25mv -> ${MV}.hira1-2/+2
2007-05-24Don't add LIBEXPAT to DPADD, it doesn't exist in all cases... andxtraeme2-7/+7
the pkgsrc version is used anyway.
2007-05-22update obexapp to version 1.4.7, which contains compiler warning fixesplunky9-143/+39
and NetBSD compatibility in the source. ok by xtraeme@
2007-05-06Disable -Werror for now, the code has too many warnings with gcc4.xtraeme1-3/+3
2007-03-01tweaks and additions:plunky6-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-20correct fix for FreeBSDismplunky2-4/+4
2007-02-06Update to 1.4.5 (thanks to plunky@ for the info about this release):xtraeme2-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-30Don't build this package on NetBSD if /usr/include/bluetooth.hxtraeme1-1/+7
is not available.
2006-07-09Clean up previous patches for NetBSD bluetooth support. IMHO I canxtraeme7-272/+55
send them to the author now.
2006-07-02This package just works on FreeBSD and NetBSD, use ONLY_FOR_PLATFORM.xtraeme1-1/+3
2006-07-02Initial import of obexapp-1.4.4.xtraeme9-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.