Commit graph

1166 commits

Author SHA1 Message Date
xtraeme
c87eeeba71 NetBSD needs to include <bluetooth.h> for bdaddr_t, change the
SUBST magic for this, that's required to make the upcoming fuse-obexfs
package work.

Bump PKGREVISION.
2007-05-15 13:11:57 +00:00
xtraeme
a594f4a9d4 Disable -Werror for now, the code has too many warnings with gcc4. 2007-05-06 08:33:54 +00:00
mjl
7afbb31e11 Updated asterisk to 1.2.18
This release contains a large number of fixes, including:

- A recently published security vulnerability in the manager
  interface (ASA-2007-012)
- Another recently published security vulnerability in the
  SIP channel driver (ASA-2007-011)
2007-04-26 09:43:14 +00:00
wiz
1cbe15276c Fix installation and PLIST after update to 0.12.2.
Install failed, so no PKGREVISION bump necessary.
2007-03-27 22:24:11 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
joerg
aac3a41f18 Fix C++ to work with GCC 3.4+. 2007-03-24 00:03:30 +00:00
mjl
b230222083 Upgrade to 1.2.17.
Along with minor bug fixes, this release incorporates a fix for the
SIP DoS vulnerability recently discovered by INRIA Lorraine.

All users of Asterisk 1.2 with the SIP channel driver loaded and
connected to an untrusted network are urged to update to this release
to avoid the possibility of experiencing this problem.


Note that the option "zaptel" won't compile any more since version 1.2.16.
This needs an upgrade of the netbsd zaptel driver.
2007-03-22 12:57:26 +00:00
wiz
2686cdc348 Update to 0.44:
2006-01-16  Jason Day <jasonday@worldnet.att.net>

    Version 0.44

    - Removed the -module argument from libmal_la_LDFLAGS. It never should
      have been there; it was accidentally included from a copy/paste.
2007-03-21 22:33:35 +00:00
wiz
b6ac62c963 Update to 0.12.2:
--------------------------------------------------------------------------
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-03-21 22:33:01 +00:00
adam
6a962ed5e2 Changes 3.0.14:
Cater for postscript viewers such as evince which, if an instance
	of the program is already running, will return before the file to
	be viewed is displayed.

Changes 3.0.13:
	Use GtkToolItem interface where compiled against GTK+ >= 2.4

	Use Glib atomic functions for locked reference counting where
	compiled against glib >= 2.4

	Improve robustness of referencing of PrintManager class

	Don't allow GtkEntry objects to select contents automatically when
	acquiring focus and update copyright notice

	Take some miscellaneous thread functions/objects out of global
	namespace

	Refer to evince rather than ggv as the Gnome ps file viewer

	Modify interface of AsyncQueue class

	In the README file, refer to using rpmbuild and not rpm to build
	rpm packages.
2007-03-21 22:15:11 +00:00
jwise
d713eea2be Per Juan RP, use pkgsrc-users@ as MAINTAINER of unmaintained pkgs. 2007-03-21 19:44:10 +00:00
jwise
334802060f I'm not using any of these packages any more, and have not been keeping up
on maintaining them.  Switch MAINTAINER to tech-pkg, so I can focus on those
which I am still using.
2007-03-21 18:55:47 +00:00
wiz
2d1a8cc474 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
tv
b0ce45fc02 give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
rillig
2170d1ea0b Fixed the separation of CONFIGURE_SCRIPT and CONFIG_SHELL. 2007-03-17 20:43:23 +00:00
wiz
dbe499c1ff Some pkglint cleanup. 2007-03-08 19:43:45 +00:00
wiz
232fe1b5d3 Update to 1.109, provided by Sergey Svishchev in private mail.
Changes from v1.108 to v1.109

	* Conduits included in the PilotManager distribution now have
	version numbers identical to the PilotManager version.
	Third-party conduits can (and should) continue to have their own
	version number schemes.

	* Change the way we reference constants exported from libpisock,
	in preparation for pilot-link 0.12.0-pre5.  Backwards
	compatibility is maintained.  Use symbolic constants instead of
	hard-coded integer values, if running with a version of pilot-link
	that provides them.

	* A second attempt to fix the bug in the Properties dialog with
	Tk-804.  The first one didn't work with certain combinations of
	libraries.

	* Fix bug introduced in 1.108 that broke -syncwith and -install
	for normally inactive conduits.

	* Don't call conduitQuit on conduits that haven't been loaded.
	Eliminates an error message when using -syncwith (bug introduced
	in 1.108).

	* Fix bug where PilotManager would report a successful connection
	and then a Perl error, when what really happened was simply a
	timeout.

	* Eliminated numerous -w warnings

	* PilotSync.pm (affects SyncAB, SyncFood, and some third-party
	conduits; all changes by Ralf Schlatterbeck): fix some crash bugs
	and a bug that caused creation of empty fields; add support for
	full sync; some new functionality for use by conduit authors:
	possibility to skip some pilot records, and to generate local ID
	based on contents of pilot record.

	* SyncMemo conduit: work around a bug in perl 5.8.0 that was
	causing the filename filters not to work sometimes.  The
	workaround involves forcing these filters to be ASCII-only; this
	could conceivably be a problem for people using non-ASCII
	filenames.  Fix bug that caused spurious conflict to be detected
	when doing full sync and a file had changed but the corresponding
	pilot memo had not.  Eliminate some barewords to avoid strict subs
	warnings in some versions of perl (bug report from Ralf
	Schlatterbeck).

	* SyncCM conduit: Work around libcsa bug that was causing "INVALID
	DATE TIME" error when syncing "all dates" in a timezone east of
	GMT; workaround for dtcm bug that made weekly repeating
	appointments created on the pilot uneditable in dtcm; fix up
	repeating appointments from the pilot whose start date isn't one
	of the repeat days.  The following patches from Alan Harder: if cm
	appointment has no end time, use end time equal to start time on
	pilot (rather than refusing to sync the appointment); clearer and
	more informative log messages; when doing "Sync All (dates)", use
	2021 instead of 2010 as the end of the range; propagate
	appointment deletion from palm to desktop even if the archive flag
	is set.

	* Installer conduit: Respect -rcdir argument when running
	installer from command line (Alan Harder)

	* Backup conduit: add an option "Ignore modify date (backup every
	time)"; more informative log messages.  (Both by Alan Harder.)
	For deciding whether to back up a database, use a different scheme
	that doesn't depend on the two clocks being synchronized.

	* SyncTime conduit: remove workaround for some ancient pilot-link
	version (Alan Harder).

	* SyncFood conduit: Refuse to sync if $FOODFILE has been deleted,
	in order to avoid wiping everything out. Patch from Alan Harder, I
	haven't tested it.

	* SyncAB conduit: fix bug in setting vCard file name, and in
	handling of newlines (Alan Harder).  Implement full sync, allowing
	sync with multiple desktop machines (Ralf Schlatterbeck).  Allow
	filtering by private flag and by category (Ralf Schlatterbeck).

	* SyncPlan conduit: Appointments that repeat more than one day a
	week, every n weeks, where n > 1, are possible on the pilot but
	not in plan.  Signal them as unsyncable, rather than converting
	them to once-per-week repeats (Thomas DeWeese).  Show progress bar
	while reading Pilot records.  Re-fix bug about plan alarms getting
	turned off that was supposed to be fixed in 1.108 but really
	wasn't.  Fix some bugs related to time zone conversion: end date
	of repeating appointments would move back a day when synced from
	pilot to plan in time zones east of GMT, and appointment times
	shown in the log window would be in GMT rather than local time.

	* SendMail conduit: fix bug that comes up when the database
	doesn't exist on the pilot.

	* Remove contrib/dinesh-dutt, which was an old version of software
	that was later distributed on its own (the syncbbdb project on
	sourceforge, not to be confused with syncbbdb2, which is an
	unrelated project and is the one I recommend for bbdb syncing).


Changes from v1.107 to v1.108

	* Add error checking throughought PilotManager and several
	  conduits to fix a bug that caused data loss when the link to the
	  pilot was lost during a sync.

	* Only load active conduits, rather than all conduits, at
	  startup.  This means that you no longer need to rename or delete
	  unused conduits that have missing dependencies.  As a side
	  effect, the "Load New Conduits..." menu item is gone, replaced
	  by a "Rescan" button on the "Properties" dialog.

	* Changes for compatibility with pilot-link 0.12.0.  Backwards
	  compatibility with earlier pilot-link versions is matained.

	* Changes for compatibility with Tk 804. fixes bug causing some
	  color preferences to be ignored when using Tk 804, and fixes
	  buggy behavior of the Up and Down buttons in the Preferences
	  dialog.

	* Fix pcid corruption in preferences file that could cause every sync
	  to be a full sync.

	* Fix hang when trying to sync to a USB device that wasn't connected.

	* Applied patch to fix problems with PalmOS 3.5 and above.

	* Fix purely cosmetic y2k display bug.

	* Use Digest::MD5 instead of the deprecated MD5.

	* Patch from NWalsh to lib/perl5/PilotSync.pm, fixes unreliability
	  problems, esp. with newer versions of Perl.

	* Change the dates in the log messages to be ISO compliant instead
	  of US-centric mm/dd/yyyy (Mark Staveley).

	* Replaced Setup script with Setup.pl.  The script is no longer
	  invoked automatically the first time PilotManager is run; rather,
	  it must be run by hand (perl Setup.pl) to create the executable
	  PilotManager.

	* If Setup.pl is given a -conduitdir argument, then PilotManager
	  will look in that directory for loadable conduit modules (in
	  addition to the directories it already looked in).

	* Updated developer contact information

	* Backup conduit: update to version 1.008, which had been released
	  separately as 1.008ea.
	  - Better, more consistent filename handling throughout.

	* Installer conduit: update to version 1.009, which had been released
	  separately as 1.009ea2.
	  - Recognizes .pqa files as well as .pdb/.prc.
	  - Only use included "MultiFileSelect.pm" with Tk 4.0,
	    otherwise, use Tk::Fileselect module.
	  - Print message after each file is installed.

	* SendMail conduit: new version 0.900
	  - only perform wordwrap on body of mail message, not
	    headers. (Chris Waters)
	  - Check for I/O errors (see comment at top of ChangeLog)

	* SyncAB conduit: no changes, version number stays at 0.96 BETAp1.

	* SyncCM conduit: new version 1.103
	  - Check for I/O errors (see comment at top of ChangeLog)

	* SyncFood conduit: no changes, version number stays at 0.96 BETA.

	* SyncMemo conduit: new version 1.9 integrates changes from
	  version 1.8-ea2, which had been released separately, plus
	  additional changes.
	  - from 1.8ea2: Use internal checksum function instead of
	    Shell::sum.
	  - from 1.8ea2: Use internal isPilotText function instead of
	    Shell::file
	  - from 1.8ea2: Use opendir/readdir/closedir for directory access
	    rather than relying on globbing.  Fixes breakage when category
	    names have whitespace.
 	  - Eliminate discrepancy between behavior of full sync and fast
	    sync.  In earlier versions, a memo deleted from the desktop would
	    be deleted from the pilot during a fast sync, but recopied from
	    the pilot to the desktop on a full sync.  A preferences option
	    allows you to keep the old behavior if you wish.
	  - Process all file deletions before any file creations, to avoid
	    unnecessary file name collisions.
	  - Use gtkdiff or tkdiff if filemerge not available (Mark
	    Staveley). Better would be to allow merge program to be chosen
	    via the configuration gui--patches welcome.
	  - Remove special characters from filenames (idea from Mark
	    Staveley)
	  - Increase maximum file name length (Mark Staveley)
	  - Check for I/O errors (see comment at top of ChangeLog)

	* SyncPlan conduit: new version 0.97 integrates changes from
	  version 0.96BETA, which had been released separately, plus
	  additional changes.
	  - from 0.96BETA: Support for weekly appts from pilot with
	    frequency > 1 (patch by Alan Harder based on changes in
	    sync-plan)
	  - from 0.96BETA: Fix repeat end date for daily repeating plan
	    records (patch by Alan Harder based on research by Aaron
	    Kaplan)
	  - from 0.96BETA: Patch to support plan records with two alarms
	    (just use earlier one for pilot) by Kevin Fink
	  - from 0.96BETA: Configurable level of verbose output and
	    configurable netplan port, patch by Andreas S. Oesterhelt
	    (oes@paradis.rhein.de)
	  - Fix a bug that caused deleted records to reappear when
	    syncing one pilot with more than one desktop machine.
	  - Fix a bug that would cause an alarm to be disabled in plan if
	    the appointment was modified on the pilot.  As a side-effect,
	    any appointment created on the pilot will now have an alarm
	    set in plan.
	  - Check for I/O errors (see comment at top of ChangeLog)

	* Updated version of contrib/alan-harder/UpdateMemos.pl

	* Added SyncAB_plusBBDB to contrib/dinesh-dutt.  This had never
	  been released as part of a PilotManager package, but was available
	  separately on moshpit.org.  Since I'm already supporting
	  SyncBBDB, I don't intend to support SyncAB_plusBBDB.

	* SourceForge CVS repository set up (Chris Waters)

	* Development now coordinated by Aaron Kaplan
2007-03-08 19:43:10 +00:00
drochner
da2211b7ef update to 1.2.16
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-07 12:10:29 +00:00
plunky
6fbb608bdf tweaks and additions:
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-01 21:39:08 +00:00
wiz
21626dd865 pkglint cleanup:
Replace configure-script with a patch that does the same.
Use SUBST framework instead of mv+sed.
2007-03-01 17:09:00 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
wiz
6e2c35c083 pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
2007-02-22 19:01:13 +00:00
plunky
cff303b9d7 correct fix for FreeBSDism 2007-02-20 19:05:51 +00:00
joerg
bba84c93da Retire propolice hack on DragonFly as the system compiler was fixed
and the changes pulled up to all release branches.
2007-02-19 22:10:42 +00:00
markd
d4e4feef3d Remove obsolete patch (already removed from distinfo). 2007-02-08 11:31:23 +00:00
xtraeme
287379ce9c Update to 1.4.5 (thanks to plunky@ for the info about this release):
- 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-06 17:50:46 +00:00
joerg
af9d6c5772 Modular Xorg support. 2007-02-02 19:32:12 +00:00
markd
437b0c7217 Add the revised patch-aa that I forgot in my previous update.
fixup distinfo again.
2007-02-02 01:20:14 +00:00
joerg
c436f5e24a No X11 servicable part included. 2007-01-30 22:13:25 +00:00
joerg
1dad32d0bc Modular Xorg support. 2007-01-30 20:04:15 +00:00
joerg
ca474fdb16 Correct patchsum. 2007-01-30 15:14:32 +00:00
markd
2a1c759fde Update malsync to 2.2.0 and apply patches from Antoine Jacoutot to build
against pilot-link 0.12.x.
2007-01-26 01:50:54 +00:00
markd
7b3306a8cb Update jpilot-syncmal to 0.80
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-26 01:44:55 +00:00
markd
0c4aadab80 Update libmal to 0.43
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-26 01:37:09 +00:00
markd
f2e7c6a84f Update gnome-pilot to 2.0.15
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-26 01:33:14 +00:00
markd
a38ce447d4 Update pilot-link-libs, pilot-link, p5-pilot-link to 0.12.1
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-26 01:26:46 +00:00
adam
0ec57045cc Changes 3.0.12:
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-07 13:46:18 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
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.
2007-01-07 09:13:46 +00:00
xtraeme
f66e9fc82f Don't build this package on NetBSD if /usr/include/bluetooth.h
is not available.
2006-12-30 22:40:57 +00:00
mjl
caa68e70bf Update asterisk-sounds-de-x9media to v4 (20060714) 2006-12-28 12:01:38 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
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-27 13:37:35 +00:00
mjl
969b8680ae Update asterisk to 1.2.14. 2006-12-20 11:34:55 +00:00
wiz
d50c076f9a Fix PKGCONFIG_OVERRIDE file, bump PKGREVISION. 2006-12-19 18:09:23 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
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-15 20:32:52 +00:00
plunky
06cf40366a add new package comms/bthfp 2006-12-07 20:34:18 +00:00
plunky
2f1001442b Very basic implementation of the Bluetooth Handsfree Profile for NetBSD.
bthfp opens a control connection to your phone and copies audio data
to and from your system audio as appropriate.
2006-12-07 20:29:10 +00:00
xtraeme
8ab675e7c7 Missing $NetBSD$ tag. 2006-12-07 14:22:18 +00:00
xtraeme
470dfc4cce In the future packages might use it... 2006-11-30 00:07:03 +00:00
bad
5f281e53a8 Update jpilot to 0.99.9.
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-20 18:34:27 +00:00
mjl
1c5ff0e77e Make stopping asterisk actually work. 2006-11-01 18:59:16 +00:00
xtraeme
1e05de203c Make the USB_CHECK test pass correctly on NetBSD, necessary to
enable the USB transport.

Bump PKGREVISION.
2006-10-22 16:38:40 +00:00
mjl
54d7eb748f Update to asterisk 1.2.13
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-19 14:02:07 +00:00
reed
46f75bea5d This adds a mk.conf setting for the xisp "dialer" group. I call it
"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-06 22:14:44 +00:00
wiz
18e3283474 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 20:46:42 +00:00
rillig
f8899baeae Fixed some pkglint warnings. 2006-10-01 14:16:21 +00:00
rillig
176f3d9375 Fixed some pkglint warnings. 2006-10-01 14:00:12 +00:00
tron
06afe67d80 Remove me as maintainer of this package. Because my good Palm III died
several weeks ago I'm not using this package any more.
2006-09-25 12:57:21 +00:00
adam
14c1f4c973 Changes 3.0.11:
* 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-24 16:56:16 +00:00
hira
1447455984 Add missing RCS Id. 2006-09-16 15:29:35 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
rillig
411b9ab7fd Needs a C compiler. 2006-09-16 10:06:16 +00:00
mjl
95f22f4468 Update asterisk to 1.2.12.1. 2006-09-13 09:28:35 +00:00
mjl
19501d67ed Update to asterisk 1.2.12
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-13 09:08:55 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
joerg
e48cfa9509 Consistently use c++ frontend end, not -x c++ on FreeBSD and DragonFly. 2006-09-08 07:35:50 +00:00
taca
39a1b534b3 Sort PLIST. 2006-09-07 15:51:25 +00:00
wiz
776a05be72 Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
adam
affab6627a Changes 1.2.10:
* Number of bug fixes
* New option to help to avoid a potential denial of service in IAX2 channel driver
* Support for TE407P and TE412P quad T1/E1 interface cards
2006-08-18 11:32:51 +00:00
xtraeme
97c56f9647 Merge in patches to make this build again on NetBSD without bluetooth,
thanks to dillo for that.
2006-07-24 17:07:15 +00:00
markd
8c78875a1d Don't try and use <malloc.h>. Fixes build on FreeBSD 6.1
From PR pkg/34019 by Peter Schuller.
2006-07-22 02:24:18 +00:00
xtraeme
170edeacdd Update to 0.20 (latest stable version):
Changes:

* Motorola support, tested with models v710/e815
* object caching and directory parsing (for things like ObexFS)
* Nokia support via IrDA and Bluetooth
* Siemens S65 support
* Everything but data goes to stderr for more simple redirection.
* VMO converter (gsm and wav) split into seperate package.
* Ericsson and Siemens cable support unified (still testing).

pkgsrc changes:

* NetBSD bluetooth support, thanks to Iain Hibbert for finishing it.
2006-07-17 12:29:57 +00:00
itohy
dc9ef56475 Update to kyopon-0.4
- Do not repeat login/logout, but do login at the beginning and
  do logout at the end.
- Add <sys/stat.h> for DragonFly (from patch-aa).
2006-07-13 11:52:28 +00:00
wiz
63317105bc Reset maintainer (I don't use it any longer). 2006-07-13 10:16:30 +00:00
xtraeme
cf3ce0b3ca Clean up previous patches for NetBSD bluetooth support. IMHO I can
send them to the author now.
2006-07-09 16:35:31 +00:00
xtraeme
730eabc79c Update to 1.3:
ver 1.3:
        Add support for setting the creation-ID.
        Updated constants to match IrOBEX 1.3.
        Replace netbuf implementation with databuffer.
        Fix segmentation fault when receiving invalid OBEX packets.

ver 1.2:
        Add OBEX_EV_REQCHECK support.
        Add support for suspend after sending a header.
        Add support for empty headers for buggy OBEX servers.
        Fix memory leak in obex_object_send().

ver 1.1:
        Fix list of exported functions.
        Fix duplicate string from basename() result.
        Fix wrong order of sanity checks.
        Fix memory leak in send_stream() function.
        ISO C99 says that inttypes.h includes stdint.h header.
        Add proper client side ABORT support.
        Add support for OBEX_SuspendRequest() and OBEX_ResumeRequest().
        Add USB transport support.
        Increase the allowed maximum MTU to 64kB-1.
        Disconnect when an ABORT fails.
        Make it possible to include headers from C++ source code.
        Advertise OBEX Protocol Version 1.0.

pkgsrc:

	* I've added patches to detect properly NetBSD bluetooth support
	  and I have sent it to the openobex folks, they will be integrated
	  soon.
	* Take maintainership for now.
	* Bump BUILDLINK_API_DEPENDS because the API has changed.

*** PLEASE DO NOT TOUCH OBEXFTP, I'M UPDATING IT RIGHT NOW. THANKS ***
2006-07-09 09:27:52 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
rillig
14df305b25 Fixed pkglint warnings. 2006-07-06 16:27:28 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
bad
f2656ae6fb Oops. Somehow I forgot to commit distinfo for patch-ab. 2006-07-03 21:06:59 +00:00
xtraeme
fd76dd9a06 Unbreak on platforms where bluetooth wasn't detected, reported by
dillo@.
2006-07-03 19:18:57 +00:00
xtraeme
818f46b417 This package just works on FreeBSD and NetBSD, use ONLY_FOR_PLATFORM. 2006-07-02 18:24:18 +00:00
xtraeme
7c9fe8681a Added comms/obexapp. 2006-07-02 18:20:24 +00:00
xtraeme
1e1ee23269 Initial import of obexapp-1.4.4.
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.
2006-07-02 18:18:34 +00:00
xtraeme
bee2fbd59b Add support for NetBSD's bluetooth, required by the upcoming package
obexapp.

Bump PKGREVISION.
2006-07-02 18:16:53 +00:00
riz
ac9528406e Update asterisk to 1.2.9.1 - fixes a vulnerability in the IAX2 channel
driver most importantly.
2006-07-01 13:26:50 +00:00
joerg
8746de6fed Needs pkg-config. 2006-06-29 23:48:24 +00:00
dbj
df94b5f876 add include of errno.h to a couple of files.
this fixes build problems on darwin
2006-06-28 23:13:18 +00:00
rillig
3597e5406e The directory man/cat1 is needed prior to installation. 2006-06-26 06:29:25 +00:00
joerg
82d95bca39 Needs intltool. 2006-06-22 10:17:07 +00:00
minskim
c146031600 This package needs zlib to build. 2006-06-20 23:32:36 +00:00
minskim
3f97df80c5 Make this package build on Darwin.
- Use .dylib instead of .so.
  - Include stdlib.h for malloc().
2006-06-19 16:48:49 +00:00
smb
51da7709ca Add missing build dependency on intltool 2006-06-18 12:26:31 +00:00
rillig
3d8315cd20 Fixed paths to the Bash interpreter, since only a simple bourne shell is
needed. This fixes bulk builds with CHECK_INTERPRETER=yes. Bumped
PKGREVISION.
2006-06-18 11:53:27 +00:00
rillig
55993e45a3 Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to make unprivileged builds work.
Bumped PKGREVISION.
2006-06-18 11:41:37 +00:00
wiz
1bd1519114 Drop maintainership, I do not use them any longer. 2006-06-15 13:26:56 +00:00
bad
0bb3b451ed Update jpilot to 0.99.8 and latest patches.
For me this fixes the UTF-8 handling so that it works with the german PalmOS
version on the m515.

patch-0.99.8-memmory 11/11/05
 Added a patch to fix a memory problem resulting in a segfault when modifying
 records.

patch.jpilot-sync 11/05/05
 Patch to fix unresolved symbol glob_tooltips when using jpilot-sync

0.99.8 - 11/30/05
 This release is dedicated to my Mother who unexpectedly passed away
 this last year.
 Added translation for Kinyarwanda
 Added panes to Expense and KeyRing

0.99.8-pre11 - 09/11/05
 Added an install user from the menu.
 Other miscellaneous fixes/changes

0.99.8-pre10 - 08/09/05 (Released by Ludovic Rousseau)
 Solve a data corruption problem when used with pilot-link 0.12
 Better support of 64-bit platforms
 The last character was truncated using Hebrew encoding
 Support localized date formats (for example Japanese)
 jpilot-sync works again (no more jp_logf relocation error)
 Some more bugs fixed

0.99.8-pre9 - 05/03/05 (Released by Ludovic Rousseau)
 Cut-n-paste using X11 clipboard (mouse middle clic)
 Return focus to the list after major operations which facilitates usability
 Add hotkey (shift-return) to move focus between list and data window
 In week and month views you can clic on a day to select it in the main view
 Add remote sync. use "jpilot -s" to start a sync on the running jpilot
 Add support of pilot-link 0.12.0-pre3
 Some more bugs fixed
 Updated translations: it, ja, fr
 jpilot-dump.c: convert from UTF8 to local encoding

0.99.8-pre8 - 02/19/05 (Released by Ludovic Rousseau)
 Cut-n-paste using GTK+ Ctrl-C/Ctrl-V now works across all four apps
 Replace Sync and Backup text buttons by an color icon
 Add Chinese BIG-5 Palm encoding
 Update ja, zh_TW translations
 GTK2 now uses CTRL+Enter consistently to apply changes
 Add Cancel button with ESC accelerator
 Added two preferences and code to
  1) Mark current day in monthview and weekview guis by adding "TODAY"
     to display
  2) Display the absolute number of an event which repeats yearly
     (usefulf or birthdays and anniversaries)

0.99.8-pre7 - 01/08/05 (Released by Ludovic Rousseau)
 Update zh_CN, zh_TW, cs and es translations
 Solve a crash in Japanese mode in address GUI
 Extract the first day of week (sunday or monday) from the system locale setting
 Add menu color icons for the 4 main applications
 Improve todo sorting
 Allow to cycle through the KeyRing categories by calling again the plugin
 Some more bugs fixed

0.99.8-pre6 - 11/27/04 (Released by Ludovic Rousseau)
 Solve the "different user ID sync" bug
 Solve the GUI "freeze" bug
 Some more bugs fixed

0.99.8-pre5 - 11/26/04 (Ludovic Rousseau)
 Solve the "undefined symbol: jp_charset_j2p" error
 Fix Japanese menu
 Some code cleanup

0.99.8-pre4 - 11/24/04 (Released by Ludovic Rousseau)
 Some more bugs fixed
 Improved search sorting
 Improved convertion to UTF-8 in case of errors
 Use GBK instead of GB2312 charset encoding for Chinese
 Use a radio item menu for Hide/Show/Mask records so that the state is
  clearly indicated
 Fix sort order for appts in datebook
 Complete Japanese translation

0.99.8-pre3 - 11/14/04 (Released by Ludovic Rousseau)
 Some more bugs fixed
 The right-hand side of jpilot were not updated on a cursor movement.
 Fixed unpredictable bug in repeating events caused by unitialized variable
 Use iconv to convert from the Palm charset to UTF-8. Thanks to Amit Aronovitch
  we now support many new charsets when used with GTK2:
  - Hebrew (CP1255),
  - Cyrillic (CP1251),
  - Cyrillic (KOI8-R),
  - Latin 2, Eastern Europe (ISO8859-2),
  - Japanese (SJIS),
  - Chinese (GB2312)
 Complete Chinese translation. Thanks to lei Yu
 The category selection was not working from the Export window for Addresses
 Give a more explicit error message when pi_bind() fails. We now have
  "permission denied" or "file not found" instead of "Illegal seek".
  Also display the device name we are trying to use.
  Thanks to Edgar Bonet for the patch
 New preference to show or hide popup tooltips
 Entries returned from datebook app during search were in random order
 Get first day of week from locale in GTK2, no preference setting

0.99.8-pre2 - 10/20/04 (Released by Ludovic Rousseau)
 some bugs fixed
 add the same keyboards accelerators for the 4 applications:
  Ctrl-D: Delete
  Ctrl-O: Copy
  Ctrl-N: New Record
  Ctrl-R: Add Record
  Ctrl-Return: Apply Changes
  Ctrl-Y: Sync
 KeyRing: can use non ASCII characters in name/account/password
 nice GTK2 color icons in the menu

0.99.8-pre1 - 10/02/04 (Released by Ludovic Rousseau)
 better UTF-8 handling (needed when using GTK2)
 sort todo list by clicking on column title
 lots of bugs fixed:
  bug 1330: invalid postscript when printing the todo list contains ( or )
  bug 1306: Keyring plugin truncates passwords
  bug 1056: Undelete feature desired
  bug 1338: Some repeating appointments do not show in monthview gui
  bug 1176: Adding ability to e-mail directly from address book
  bug 1182: Search screen needs a button
  bug 1322: GTK2.4 libraries require changes to jpilotrc files to preserve colors
  bug 1116: Word wrap provided when printing monthly calendar
  bug 1154: resorting in address book should leave selection bar on same entry
  bug 1107: show completed todos found through search regardless of show completed checkbox status
  bug 1153: Patch reduces flicker when deleting records
  bug 1131: ALT key for accelerator instead of control
  bug 1184: truncating buffers with non ASCII charsets
2006-06-13 21:52:11 +00:00
joerg
685489cb85 Ensure that PROC is set on DragonFly. 2006-06-12 14:35:35 +00:00
adam
f7f6c6e19b Changes 3.0.10:
Update Albanian translation (Besnik Bleta) and Catalan translation

	Add Traditional Chinese translation (including efax-gtk.desktop)

	Make the sort direction of the fax lists selectable

	Improve time reporting to main window and to logfile

	Have GobjHandle<> sink objects with floating references, and with
	GTK+-2.9 and above use g_object_ref_sink() instead of
	g_object_ref()/gtk_object_sink()

	Have consistent keys shortcuts for the closing of dialogs

	Use in_addr_t type explicitly where relevant

	More...
2006-06-12 09:12:33 +00:00