Commit graph

1282 commits

Author SHA1 Message Date
hasso
ffaa59cfe2 Make it build on DragonFly master and recent versions of FreeBSD (probably). 2009-04-07 19:34:10 +00:00
wiz
4dc249e0ad Add buildlink3.mk for wip/synce-kde. 2009-03-28 15:58:37 +00:00
hasso
8bed553f43 DragonFly needs the same hack as NetBSD, the bluetooth stack is the same. 2009-03-20 19:42:20 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
hasso
5d7a540113 Make it build on DragonFly. 2009-03-11 12:16:21 +00:00
wiz
78b7af7df5 Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
joerg
01204c00a4 Regen in canonical form. 2009-03-05 21:03:35 +00:00
wiz
5c51fbc76d Add pkg-config to tools, and mark as user-destdir ready. 2009-03-04 11:27:52 +00:00
drochner
57038bb2e0 updatre MASTER_SITES, hinted by wiz 2009-03-02 16:02:58 +00:00
drochner
f41c40e2b4 +multisync-gui 2009-02-27 17:45:05 +00:00
drochner
8cfd329076 import multisync-gui-0.91.0, a GUI for the libopensync framework 2009-02-27 17:44:14 +00:00
drochner
4016ebbf9c update for new evolution-data-server memory management rules,
make it build on newer versions of e-d-s
2009-02-27 17:42:23 +00:00
ahoka
61f4d63db2 gnome-pilot 2.0.17 'Pippi', 2009-01-07
--------------------------------------
Bug Fixes:
   - #484509: Avoid obsolete HAL info.bus API.  Use hal pda.platform
		property instead (keep info.bus for backwards compatibility).
		With thanks to Frederic Crozat.
   - #528701: remove unused applet desktop file
   - #508262: fix long-standing build-order bug by moving libgpilotdcm
		code to gpilotd/ directory.
   - #491921: stray slash breaks rpath for libraries

Updated translations:
     ar (Djihed Afifi)
     ca (Gil Forcada)
     el (Simos Xenitellis)
     en_GB (Philip Withnall)
     fr (Stephane Raimbault)
     it (Luca Ferretti)
     fi (Ilkka Tuohela)
     nb (Kjartan Maraas)
     ne (Pawan Chitrakar)
     oc (Yannig Marchegay)
     pt_BR (Jonh Wendell)
     sv (Daniel Nylander)
     vi (Clytie Siddall)

gnome-pilot 2.0.16 'Quixote', 2008-02-27
----------------------------------------
New Features:
   - Support for Bluetooth sync, via the bluez support in
     pilot-link 0.12
   - Support for specification of the PDA charset via
     the configuration applet (Jerry Yu and Matt Davey)


Bug Fixes:
   - (Ubuntu bug #81396): don't close a database if we got
      an error when opening it.
   - #464385: use LINGUAS file (Gilles Dartiguelongue)
   - #410666: 64 bit compatibility in file_conduit (Devin Carraway)
   - #431145: avoid circular dependency between libgpilotdcm and libgpilotd
   - #400554: Add intltool support to the gnome-pilot applet. (Kjarten
      Maraas)
   - #399039: add HardwareSettings to categories (Denis Washington)
   - #385434: make sysfs/usbfs check linux-specific (Jerry Yu)
   - #385444: [solaris] workaround for lack of sync notification (Jerry Yu)

And as usual, thanks to all our translators, including:
Yannig Marchegay, Raivis Dejus, Pema Geyleg, ituohela, Joan Duran,
pachimho, Inaki Larranaga Murgoitio, jorgegonz, Daniel Nylander, stephaner,
Gabor Kelemen, algol, rdejus, dlodge, Djihed Afifi, Jonathan Ernst,
Claude Paroz, Stephane Raimbault, Xavi Conder, Andrea Zagli, Tino
Meinen, Takeshi AIHANA, Francisco Javier F. Serrador.
2009-02-18 20:06:57 +00:00
jnemeth
4b89fd67b5 this should work with the latest pullup to netbsd-5's httpd 2009-02-10 00:20:44 +00:00
joerg
0f8bca8f23 Forgotten patch from last commit: fix installation. 2009-02-09 11:20:30 +00:00
joerg
d1897e370b Make this more binary package friendly by not sticking stuff into
/etc/ppp, but into share/examples/xtel. Add DESTDIR support.
2009-02-07 22:06:06 +00:00
jnemeth
6057bb9da2 PR/38351 - Miro Voutilainen -- app_curl does not build 2009-01-26 13:15:49 +00:00
obache
12078f931c Need to care ${ASTVARLIBDIR}/sounds/priv-callerintros.
XXX: it should be in ${VARBASE}, not ${PREFIX}/libdata.
2009-01-22 12:19:49 +00:00
obache
4e588ff893 Update asterisk to 1.2.31.
While here, update MASTER_SITES and honor PKGMANDIR.

ChangeLog-1.2.31:
2009-01-06  Leif Madsen <lmadsen@digium.com>

	* Asterisk 1.2.31 released

2009-01-06 20:44 +0000 [r167259]  Tilghman Lesher <tlesher@digium.com>

	* channels/chan_iax2.c: Security fix AST-2009-001.

2008-12-10  Tilghman Lesher <tlesher@digium.com>

	* Asterisk 1.2.30.4 released

2008-12-10 21:06 +0000 [r162868]  Tilghman Lesher <tlesher@digium.com>

	* channels/chan_iax2.c: Fix for AST-2008-012

2008-12-05 20:50 +0000 [r161421]  Sean Bright <sean.bright@gmail.com>

	* include/asterisk/astobj2.h, astobj2.c: Fix build errors on
	  FreeBSD (uint -> unsigned int). (closes issue #14006) Reported
	  by: alphaque Patches: astobj2.h-patch uploaded by alphaque
	  (license 259) (Slightly modified by seanbright)

2008-12-01  Tilghman Lesher <tlesher@digium.com>

	* Asterisk 1.2.30.3 released

2008-11-25 21:37 +0000 [r159245]  Tilghman Lesher <tlesher@digium.com>

	* channels/chan_iax2.c: Regression fix for last security fix. Set
	  the iseqno correctly. (closes issue #13918) Reported by:
	  ffloimair Patches: 20081119__bug13918.diff.txt uploaded by
	  Corydon76 (license 14) Tested by: ffloimair

2008-08-09  Tilghman Lesher <tlesher@digium.com>

	* Asterisk 1.2.30.2 released

2008-08-09 15:24 +0000 [r136945]  Tilghman Lesher <tlesher@digium.com>

	* include/asterisk/compat.h, include/asterisk/astobj2.h: Regression
	  fixes for Solaris

2008-07-25 15:00 +0000 [r133577]  Russell Bryant <russell@digium.com>

	* LICENSE: Fix the IAX2 URI for calling Digium

2008-07-23  Tilghman Lesher <tlesher@digium.com>

	* Asterisk 1.2.30.1 released

2008-07-24 03:46 +0000 [r133360]  Tilghman Lesher <tlesher@digium.com>

	* channels/chan_iax2.c: This part was not correctly patched for
	  AST-2008-010.
2009-01-21 05:35:07 +00:00
sketch
337296766d It's __sun, not __sun__. 2009-01-20 19:36:34 +00:00
shattered
db94faa9c1 Sort, remove duplicate.
OK by wiz@.
2009-01-18 12:00:53 +00:00
wiz
f34e588acc Fix build with Sun Studio, which does not provide __FUNCTION__.
From Daniel Vergien on pkgsrc-users.
2009-01-10 22:08:46 +00:00
plunky
599fdcb462 update to 1.4.10
minor bug fix, improves compatibility with Nokia 6131 phone
2009-01-09 17:47:41 +00:00
jnemeth
f1f9e34082 #REQUIRE: login -> #REQUIRE: LOGIN 2009-01-05 07:47:41 +00:00
wiz
55fa90af5f Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
2009-01-04 18:00:58 +00:00
obache
6aad0d40c6 MAKE_JOBS_SAFE=no, or continue to build on install phase. 2008-12-20 02:59:03 +00:00
adam
2450be8f64 Changes 3.0.18:
* Print received/sent faxes via cairo, libtiff and GtkPrintOperation
  when efax-gtk is compiled against GTK+ >= 2.10.0, instead of
  converting to postscript with efix.
* Minor improvements to the TextPrintManager implementation.
* Make use of GTK+ print system the default when efax-gtk is
  compiled against GTK+ >= 2.10.0.
* Correct man file.
2008-12-19 12:28:38 +00:00
joerg
9dda6170da Fix build on netbsd-5+, DESTDIR support. 2008-12-19 09:35:14 +00:00
he
e93f84ea8b Updated from version 1.50nb1 to 1.52.
Upstream changes:

1.52  Tue Nov 25 21:24:00 CET 2008
    - Added a longer timeout on call forwarding. Thanks to Marek Jaros.

1.51  Wed Oct 29 22:32:00 CET 2008
    - Added new method to set/reset call forwarding options
      (patch contributed by Attila Nagy: thanks!)
    - Removed the syslog test script (t/04syslog.t).
      It continuously broke tests on Solaris and basically every
      other setups where you are not installing as privileged user.
2008-12-17 00:01:25 +00:00
jnemeth
178f8f12b3 mention that this package does not work with httpd 2008-12-08 13:49:45 +00:00
jnemeth
62bcc15c0d add and enable op_panel 2008-12-08 04:55:18 +00:00
jnemeth
4545e386df The Flash Operator panel is a 'switchboard' application for the Asterisk PBX
system. It displays information about your Asterisk PBX activity in real
time via a standard web browser with Flash plugin. The display and button
layout is configurable, you can have more than a 100 buttons on the screen
at once.

You can see at a glance:

   * What extensions are busy, ringing or available
   * Who is talking and to whom (clid, context, priority)
   * SIP registration status and reachability
   * Meetme room status (number of users) in the room
   * Queue status (number of users waiting)
   * Parked extensions
   * Call duration Timers
   * Logged in Agents

You can perform these actions:

   * Hang-up a channel (double click the colored dot on the button)
   * Transfer a call leg via drag&drop (drag the phone icon on a button to
     another button)
   * Originate calls via drag&drop
   * Drag an available extension to an ongoing conversation and conference
     the three together.
   * Change the callerid text to something meaningfull when transferring or
     originating a call
   * Mute/Unmute meetme participants
2008-12-08 04:53:28 +00:00
rillig
c3c51f7fac Fixed download site. Patch by Rumko via pkgsrc-users. 2008-11-26 00:32:55 +00:00
jnemeth
3944b24d27 - make sure rc.d script can find asterisk when it isn't in the path
- pkglint
2008-11-24 09:27:29 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
snj
380675c92a esms and linuxsms are both broken and both dead upstream. 2008-11-06 21:15:24 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
schwarz
334cbd60ab updated MASTER_SITES url 2008-10-13 21:17:28 +00:00
he
bcf3977d87 Update from version 1.48 to 1.50.
Pkgsrc changes:
 o Add HOMEPAGE using search.cpan.org

Upstream changes:

1.50  Tue Sep 30 22:59:00 CEST 2008
    - Fixed use of wrong 'error' loglevel for SysLog plugin

1.49  Sat May 31 22:38:00 CEST 2008
    - Changed default wait cycles and timeout to be more reliable with slow
      devices after several user reports.
    - Fixed man page for Xmodem.pm module. Incorporated fix from
      the debian package.
2008-10-12 21:10:04 +00:00
he
4246f0179d Update from version 1.49 to 1.50.
Upstream changes:

1.50  Tue Sep 30 22:50:00 CEST 2008
    - Sometimes send_sms() could report success but no sms
      has really been sent, and we receive garbage.
      First attempt at a fix for this. Reported by Marek Jaros.
2008-10-12 21:03:58 +00:00
bad
a520ba5a84 Update jpilot to 1.6.0.
Changes since 0.99.9:

Support for Treo 680.

1.6.0 - 05/27/08
 Support for MemosDB-PMem
 Support for ContactsDB-PAdd
 Syncing merged records fixes
 Added sortable columns in KeyRing
 Temporarily removed Edit categories
 Many many bug fixes and small changes
2008-10-09 19:01:57 +00:00
wiz
03b53774ba Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
2008-09-06 20:54:31 +00:00
he
ac6fd34d7d Update from version 1.48 to 1.49.
Pkgsrc changes:
 o Added HOMEPAGE using search.cpan.org

Upstream changes:
1.49  Sat Aug  9 15:12:00 CET 2008
    - Modified manufacturer() to work also with some Motorola phones,
      that report AT+CGMI in a slightly different way.
    - Changed by phone number :)
2008-08-11 12:12:13 +00:00
he
1e09a4d89f Update from version 0.08 to 0.10. Changes:
0.10    Seriously this is a test release, and if all is well next
        version will be 1.0.
	Allow AGI commands get_option and stream_file to accept an
	array of files in addition to a single file (inspired by
	Michael Komitee)
	Add gender paramater to AGI SAY NUMBER (only in asterisk trunk)
	Fix operator precedence login in debugging output of AGI
	(Thanks Matt Reilly)
	Adjust the way we handle ReadParse so it will work if the
	user handles those reads themself
	Quote options that are passed to exec and export $VERSION
	in AGI (Thanks Peter Beckman)
	Allow offset to be passed to stream_file in AGI (Thanks
	jfields via CPAN)
	Fix behavior of noop in AGI.pm (Thanks Dmitry Ivanov for
	pointing this out)

0.09	Test release.  Will go to 1.0 shortly after testing
	Change AGI.pm so we run ReadParse if the user forgot to run it manually
	Add LICENSE file to source
	Added 2 basic tests of AGI.pm so 'make test' does something
	Time to 'use strict' and 'use warnings' in AGI.pm (Hurray!)
	Added 'SetVar' as available keyword in Outgoing.pm
	Modified Asterisk::AGI set_variable to always quote the value
	Add directory.agi example from C. de Souza <m.list at yahoo.de>
	Updated calleridnamelookup.agi from Jeff Siddall <jeff at siddall.name>
	Manager.pm update from Brian Evans <brian at indosoft.ca>
	Patches from Peter Beckman <beckman at purplecow.com> (THANKS!!!)
		Add documentation for missing functions in AGI.pm
		Add control_stream_file to AGI.pm
		Add get_full_variable to AGI.pm
		Add get_option to AGI.pm
		Add say_alpha/date/time/datetime/phonetic to AGI.pm
		Change callback to be in central location rather
		than per function
	Allow using multiple SetVar in Outgoing.pm from Dariusz
	Dwornikowski <d.dwornikowski at proadmin.com.pl>
	Use 'use strict' and 'use warnings' in Outgoing.pm
2008-08-05 21:42:39 +00:00
plunky
3c50071e92 INSTALLATION_DIRS 2008-07-28 20:13:50 +00:00
plunky
75b9b25826 add PKG_DESTDIR_SUPPORT 2008-07-28 19:47:08 +00:00
plunky
1e3e49f094 add USE_BSD_MAKEFILE=yes for destdir support 2008-07-28 18:49:06 +00:00
tonnerre
2584cefb89 Update Asterisk to version 1.2.30, fixing two Denial of Service
vulnerabilities (CVE-2008-3263 and CVE-2008-3264).
cvs: ----------------------------------------------------------------------
2008-07-24 00:10:50 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
plunky
eed2c385ec assume maintainership
update to v1.4.9

add BUILD_DEFS to quiet pkglint warning
2008-07-14 07:01:01 +00:00