Commit graph

1050 commits

Author SHA1 Message Date
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
joerg
58b83a32ec Needs pkg-config. 2006-06-11 13:33:17 +00:00
dsainty
9fdf8ad4e1 Add a slash to the end of the old-releases URL. Fixes downloads for current package version 1.2.8, which is now old due to Asterisk release 1.2.9. 2006-06-10 23:56:18 +00:00
minskim
fd95c9bbf6 Make this package build with gcc-4. Patch provided by John D. Baker in
PR pkg/33094.
2006-06-08 01:12:45 +00:00
joerg
c5dce257a0 Uses C++. 2006-06-06 15:34:31 +00:00
minskim
197598af9a Honor *OWN, *GRP, and *MODE. 2006-06-06 00:02:54 +00:00
joerg
5fe074f21e Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:52 +00:00
adam
a2733d4d64 Changes 1.2.8:
* Number of bug fixes, including IAX2 channel driver fixes.
2006-05-31 18:43:15 +00:00
adam
5e0cae8d15 Changes 3.0.9:
Swedish translation added (Daniel Nylander).

	Catalan translation added (Jordi Sayol Salomo).

	Use gtk_widget_queue_draw() to update the drawing area which
	indicates whether a fax is in the "faxes to send" queue via an
	expose event rather than doing it directly.

	Cater for serial port devices in sub-directories of /dev.

	Have Notifier objects detect whether the signalling thread is the
	same one as the thread in which the slot will execute and if so
	by-pass the Notifier pipe, and implement Notifier objects without
	using a map and object IDs.

	Correctly handle case of constructor of SharedPtr and SharedHandle
	objects throwing.

	Allow the program to compile without X.

	Document the use of G_IO_HUP with iowatches.

	Correct comments about the use of PipeFifo::connect_to_stdout()
	and PipeFifo::connect_to_stderr().

	Improve text for translation about modem classes.

	Include <ostream> and <istream> headers file where relevant.
2006-05-29 06:41:38 +00:00
joerg
555ea41716 Include sys/stat.h and allow build on DragonFly. 2006-05-21 14:18:38 +00:00
joerg
c298c9a135 Uses C++. 2006-05-15 19:14:49 +00:00
joerg
2fab85b06c Consistently only install man pages and add DragonFly support.
Bump revision.
2006-05-15 19:02:47 +00:00
seb
a763c66219 Update to version 8.1.14.
Approved by maintainer.

Changes since last packaged version (8.1.11):
version 8.1.14 (Apr 9, 2006):
        - fixed rpm conserver.spec file - based on patch by Martin Evans
          <m.d.t.evans@qmul.ac.uk>
        - added 'uds' console type for unix domain socket connections -
          based on patch by DJ Gregor <dj@gregor.com>
        - probing of interfaces under cygwin (and possibly others?) now
          skips unconfigured interfaces (even if flagged as up!) -
          reported by Chris Riddoch <chrisr@digeo.com>
        - added the '!login' console option to prevent clients from
          connecting to a console - suggested by Greg Tillman
          <gregtillman@comcast.net>
        - added a 'noop' console type for consoles you'd like to name,
          but have no connection to - suggested by Greg Tillman
          <gregtillman@comcast.net>
        - deprecated escape commands removed from the code
        - added '^EcP' and '^EcR' sequences to set the playback and
          replay line lengths
        - new console config options 'playback' and 'replay' to let the
          client set prefered output lengths (with a special feature for
          a size of zero)
        - prefer strlcpy() over strcpy() - based on patch by Peter
          Valchev <pvalchev@openbsd.org>
        - fixed bug where '^Eco' by user on an 'exec' console with an
          'initcmd' causes input by user to be ignored (could be other
          console types as well) - reported by Mark Wedel
          <Mark.Wedel@sun.com>
        - made POSIX termios code in autologin a requirement (since
          conserver requires it) and cleaned up a few other issues -
          based on reports by Arthur Clune <ajc22@york.ac.uk>

version 8.1.13 (Jan 15, 2006):
        - use SIOCGIFNUM for interface count (if available) and catch
          EINVAL on Solaris - patch by Peter Jeremy
          <peter.jeremy@alcatel.com.au>
        - console output now resets idle timer - suggested by Peter
          Saunders <pajs@fodder.org.uk>
        - bug fix for conserver process running out of control and using
          up cpu - debugged with Alexandra N. Kossovsky
          <Alexandra.Kossovsky@oktetlabs.ru>

version 8.1.12 (Sep 5, 2005):
        - printf() fix for autologin - patch by Menno Duursma
          <druiloor@zonnet.nl>
        - newly spawned (from SIGHUP) processes didn't properly close
          primary socket
        - SSL certificates now work again (anonymous ciphers are not
          allowed if a certificate is used)
        - client options -x, -u, -w, and -i can now take a console name
          to restrict output - suggested by Evan McClure
          <emcclure@internap.com>
        - convert program now installed in $libdir/conserver - patch by
          Petter Reinholdtsen <pere@hungry.com>
        - we now ignore SIGXFSZ, if it exists
        - added 'limited' access option to remove certain functionality
          from users - suggested by Sven Michels <sven@darkman.de>
        - added client option -z/-Z for sending commands to servers
          (reload, quit, etc) - based on suggestion by Joshua Pincus
          <Joshua.Pincus@Sun.COM>
        - added 'execrunas' and 'initrunas' console options to allow
          'exec' and 'initcmd' execution as another user and/or group -
          based on patch by Gary Mills <mills@cc.umanitoba.ca>
        - the east coast mirror had to shut down (for now, at least)
        - crash from bad pointer manipulation during log replay - reported by
          Ryan Kirkpatrick <linux@rkirkpat.net>
2006-05-11 21:42:43 +00:00
joerg
cf8b41f007 Uses C++. 2006-05-11 13:31:33 +00:00
gdt
3780104ac0 After failing to find any permission to copy in the sources, point
LICENSE at generic-nonlicense, set RESTRICTED, and set NO_*_ON_*.
2006-05-02 14:00:16 +00:00
jlam
802ce74fcb Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-04-23 00:12:35 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00