summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2007-03-07update to 1.2.16drochner2-6/+6
changes: 1.2.15: This release contains a significant Astribank (XPP) driver update, support for Digium's TE120P card, and various bug fixes. 1.2.16: This release contains a number of bug fixes, including a fix for a recently discovered security vulnerability. All Asterisk 1.2 users are urged to update to this release as soon as possible. This is in response to PR pkg/35924 by David Wetzel. The PR suggests to update to 1.4.1, but since I'm not using Asterisk myself I prefer to do just the minor update (which also fixes the security vulnerability) for now.
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-03-01pkglint cleanup:wiz4-45/+41
Replace configure-script with a patch that does the same. Use SUBST framework instead of mv+sed.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz6-13/+13
Patch provided by Sergey Svishchev in private mail.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-3/+3
From Sergey Svishchev in private mail.
2007-02-20correct fix for FreeBSDismplunky2-4/+4
2007-02-19Retire propolice hack on DragonFly as the system compiler was fixedjoerg1-18/+0
and the changes pulled up to all release branches.
2007-02-08Remove obsolete patch (already removed from distinfo).markd1-12/+0
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
2007-02-02Modular Xorg support.joerg1-2/+2
2007-02-02Add the revised patch-aa that I forgot in my previous update.markd2-12/+21
fixup distinfo again.
2007-01-30No X11 servicable part included.joerg1-2/+1
2007-01-30Modular Xorg support.joerg1-3/+2
2007-01-30Correct patchsum.joerg1-2/+2
2007-01-26Update malsync to 2.2.0 and apply patches from Antoine Jacoutot to buildmarkd5-12/+276
against pilot-link 0.12.x.
2007-01-26Update jpilot-syncmal to 0.80markd3-31/+9
0.80 - 01/16/2006 - Back to libmal again. This version has much better integration with libmal than 0.43. There is no functional difference between this version and the last. 0.73 - 12/05/2006 - Several fixes for the pilot-link 0.12 code. Thanks to John McCreesh and Antoine Jacoutot for their help fixing and testing this. 0.72.2 - 9/12/2006 - Added support for pilot-link 0.12.x - Updated automake files 0.72.1 - 8/8/2003 - Fixed a bug that caused J-Pilot sync to abort with the cryptic error message "ReadDBList returned = -1" 0.72 - 7/26/2003 - Upgraded malsync source to malsync 2.1.1 - Updated libmal.c to reflect changes in malsync - Should now support color devices up to 8bpp (malsync does not yet support color depths greater than 8bpp) - Minor changes to malsync source; see the ChangeLog in the malsync subdirectory for details - Uses automake. Makefile.am submitted by Ludovic Rousseau
2007-01-26Update libmal to 0.43markd4-37/+18
Version 0.43 - Several fixes to the last release. - OpenBSD patches from Antoine Jacoutot Version 0.42 - Misc fixes to malsync sources. See malsync/ChangeLog for details. Version 0.41 - Added support for pilot-link 0.12.x - Updated automake files
2007-01-26Update gnome-pilot to 2.0.15markd3-11/+23
This is primarily a bugfix release, to patch issues that cropped up with the new features introduced in version 2.0.14. - #357602. Fix memory leak in the usbfs scanning code (with thanks to Brian Warner) - #362565. Add a 400ms pause between HAL detection of a USB device and the first attempt to sync. Several devices were reported to reset themselves if communication was attempted too soon after the first appearance of the USB device. - #365181. Fix a long-standing bug that probably turned up now because of the multiple attempts to add a new pilot due to #362565. Avoid accessing freed memory when the 'add pilot' dialog is opened multiple times. New translation: * ar: New arabic translation, with thanks to Djihed Afifi gnome-pilot 2.0.13 'Lucky', 2005-04-04 -------------------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org): #148582 - gpilot-applet crashes with a left-click from toolbar (JP) #168401 - capplet desktop file has multiple icon fields (Crispin Flowerday) #166024 - DnD --> gnome-pilot causes busy loop (Chris Lee, JP) #142710 - Malformed desktop entry (JP) Other bugs - Add kyocera 7135 and zire 31 devices (JP) - Warning fixes (Dave Malcolm)
2007-01-26Update pilot-link-libs, pilot-link, p5-pilot-link to 0.12.1markd12-1442/+97
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.
2007-01-07Changes 3.0.12:adam9-143/+62
Update Catalan translation (Jordi Sayol) and Hebrew translation Correct failure to clear the list of permitted client addresses for the socket interface after changing settings from the settings dialog. Hostname addresses permitted to connect to the socket server may now be specified in numeric dot notation. Numeric dot notation may also contain a trailing * as a wildcard. Make memory management of the PrintManager class easier/safer for the user. Revise method for passing of arguments to threads. Correct threading explanation for the program. Correct format of efax-gtk man page. Revise the 'mail_fax' script to refer to Heirloom mailx rather than nail. Update the copyright dates in the efax-gtk man file. PkgSrc: do not depend on comms/efax, fixing PR#33788
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig4-13/+13
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-12-30Don't build this package on NetBSD if /usr/include/bluetooth.hxtraeme1-1/+7
is not available.
2006-12-28Update asterisk-sounds-de-x9media to v4 (20060714)mjl3-35/+76
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-2/+5
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-20Update asterisk to 1.2.14.mjl4-8/+19
2006-12-19Fix PKGCONFIG_OVERRIDE file, bump PKGREVISION.wiz1-2/+3
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg2-4/+4
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-12-07add new package comms/bthfpplunky1-1/+2
2006-12-07Very basic implementation of the Bluetooth Handsfree Profile for NetBSD.plunky4-0/+33
bthfp opens a control connection to your phone and copies audio data to and from your system audio as appropriate.
2006-12-07Missing $NetBSD$ tag.xtraeme2-2/+4
2006-11-30In the future packages might use it...xtraeme1-0/+23
2006-11-20Update jpilot to 0.99.9.bad5-27/+25
Changes since 0.99.8: 0.99.9 Fixed a major Memo category sync bug. Removed clipboard code, which would cause X to freeze when ran with some applications, rdesktop, to name one. Many bug fixes, and GUI improvements, see Changelog.cvs for details. 0.99.9-pre2 Fix Bugzilla 1533 where null description in appointment crashes ical export of datebook Keyring: Added a field for the last changed date and set it to today when the record is changed. Search: - Have focus default to search entry field when the Find window is called to the front - Added ability to hit Enter and automatically go to the currently highlighted record. Some more bugs fixed 0.99.9-pre1 Generalization of GTK+2 stock buttons (butons with icon) and make J-Pilot more conform to GNOME Human Interface Guidelines Build with GTK+2 by default. Use --disable-gtk2 if you want GTK+1 instead Add Ukrainian and Korean translations Add support of Korean (CP949) encoding Correct a bug that prevented jpilot to start with GTK+ 2.8 (Ubuntu) Some more bugs fixed
2006-11-01Make stopping asterisk actually work.mjl1-2/+3
2006-10-22Make the USB_CHECK test pass correctly on NetBSD, necessary toxtraeme3-11/+23
enable the USB transport. Bump PKGREVISION.
2006-10-19Update to asterisk 1.2.13mjl2-6/+6
This release contains a fix for a security vulnerability recently found in the chan_skinny channel driver (for Cisco SCCP phones). This vulnerability would enable an attacker to remotely execute code as the system user running Asterisk (frequently 'root'). The exploit does not require that the skinny.conf contain any valid phone entries, only that chan_skinny is loaded and operational. This release also contains a number of bug fixes, and some improvements to the chan_sip channel driver (for SIP devices) to mitigate the impacts of a certain class of denial-of-service attacks that have recently been published. All Asterisk 1.2 users are urged to update to this release if they use the chan_skinny channel driver, or to stop loading it if it is not needed ('noload=>chan_skinny.so' in modules.conf will cause this behavior).
2006-10-06This adds a mk.conf setting for the xisp "dialer" group. I call itreed5-21/+28
"DIALER_GROUP" instead of "XISP_GROUP" as maybe it can be used for other packages also later. This is for PR pkg/19566. Update MESSAGE to use LOCALBASE instead of X11BASE. (From Manuel Bouyer) And update MESSAGE to not hardcode the "group". This also updates patch-ac because of conflicting types for fprintf and printf. I don't know how this package built before on NetBSD recently. Also this patch honors VARBASE and PKGMANDIR. Thank you Manuel Bouyer for testing this.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz6-14/+14
2006-10-01Fixed some pkglint warnings.rillig1-11/+12
2006-10-01Fixed some pkglint warnings.rillig2-14/+16
2006-09-25Remove me as maintainer of this package. Because my good Palm III diedtron1-2/+2
several weeks ago I'm not using this package any more.
2006-09-24Changes 3.0.11:adam8-30/+58
* Correct file descriptor leak when viewing a fax. * Implement printing of faxes in fax lists via the GTK+ print system where compiled against GTK+2.10 or higher. * Improve handling of user locales with streams. * Use AC_COMPILE_IFELSE/AC_LANG_PROGRAM autoconf macros instead of the AC_TRY_COMPILE macro when configuring the program. * Correct derivation of fdistream class for wide characters (not relevant to efax-gtk). * Mention the need to call g_thread_init() before Notifier::init() in the Notifier documentation. * Correct help information concerning sending faxes via socket and pop-up dialog. * Explicitly include <ios> header where relevant.
2006-09-16Add missing RCS Id.hira2-2/+4
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv2-4/+4
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-16Needs a C compiler.rillig1-2/+2
2006-09-13Update asterisk to 1.2.12.1.mjl2-6/+6
2006-09-13Update to asterisk 1.2.12mjl4-60/+41
Asterisk 1.2.11 includes a number of bug fixes, along with an update to the chan_misdn driver for mISDN devices. Asterisk 1.2.12 includes a number of bug fixes, including fixes for two regressions that occurred in the 1.2.11 release. Specifically, the AGI 'GET VARIABLE' command has now gone back to its previous behavior, and CDR records now reflect the CallerID number instead of ANI in the situations that this was the case in earlier 1.2 releases.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache4-9/+9
2006-09-08Consistently use c++ frontend end, not -x c++ on FreeBSD and DragonFly.joerg2-10/+37
2006-09-07Sort PLIST.taca1-2/+2
2006-09-03Reset maintainer for people who lost their commit bit.wiz2-4/+4