Commit graph

194301 commits

Author SHA1 Message Date
ryoon
4e0abe51ad Adjust buildlink3 ABI variable. 2012-12-11 10:29:00 +00:00
ryoon
094f1709b8 Revbump from audio/libopus-1.0.2 2012-12-11 10:28:11 +00:00
ryoon
6f12b1b428 Updated audio/libopus to 1.0.2 2012-12-11 10:27:32 +00:00
ryoon
fedba4b750 Update to 1.0.2
Changelog:
Version 1.0.2 released
6 December, 2012

Opus 1.0.2 fixes an out-of-bounds read that could be triggered by
a malicious Opus packet causing an integer wrap-around in the
padding code. Considering that the packet would have to be at least
16 MB in size and that no out-of-bounds write is possible, the
severity is very low. Other changes include fixes and improvements
to the PLC and hybrid mode quality improvements. As usual, this
release is fully compliant with the Opus specification.
2012-12-11 10:26:56 +00:00
dsainty
34990a9405 Add missing dependency on p5-DateTime, and bump PKGREVISION. 2012-12-11 10:01:38 +00:00
jnemeth
3a92e41eae Updated comms/asterisk to 11.1.0 2012-12-11 08:23:05 +00:00
jnemeth
1bbc663607 Update to Asterisk 11.1.0: this is a major new long term support release.
As this is a major release, you should read the information about updating:

https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+11

You can also find documentation in:  /usr/pkg/share/doc/asterisk

----- 11.1.0:

The Asterisk Development Team has announced the release of Asterisk 11.1.0.

The release of Asterisk 11.1.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* --- Fix execution of 'i' extension due to uninitialized variable.

* --- Prevent resetting of NATted realtime peer address on reload.

* --- Fix ConfBridge crash if no timing module loaded.

* --- Fix the Park 'r' option when a channel parks itself.

* --- Fix an issue where outgoing calls would fail to establish audio
      due to ICE negotiation failures.

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.1.0

----- 11.0.1:

The Asterisk Development Team has announced the release of Asterisk 11.0.1.

The release of Asterisk 11.0.1 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following are the issues resolved in this release:

* --- chan_sip: Fix a bug causing SIP reloads to remove all entries
      from the registry

* --- confbridge: Fix a bug which made conferences not record with
      AMI/CLI commands

* --- Fix an issue with res_http_websocket where the chan_sip
      WebSocket handler could not be registered.

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.0.1

Thank you for your continued support of Asterisk!

----- 11.0.0:

The Asterisk Development Team is pleased to announce the release of
Asterisk 11.0.0.

Asterisk 11 is the next major release series of Asterisk.  It is a Long Term
Support (LTS) release, similar to Asterisk 1.8.  For more information about
support time lines for Asterisk releases, see the Asterisk versions page:
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions

For important information regarding upgrading to Asterisk 11, please see the
Asterisk wiki:

https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+11

A short list of new features includes:

* A new channel driver named chan_motif has been added which provides support
  for Google Talk and Jingle in a single channel driver.  This new channel
  driver includes support for both audio and video, RFC2833 DTMF, all codecs
  supported by Asterisk, hold, unhold, and ringing notification. It is also
  compliant with the current Jingle specification, current Google Jingle
  specification, and the original Google Talk protocol.

* Support for the WebSocket transport for chan_sip.

* SIP peers can now be configured to support negotiation of ICE candidates.

* The app_page application now no longer depends on DAHDI or app_meetme. It
  has been re-architected to use app_confbridge internally.

* Hangup handlers can be attached to channels using the CHANNEL() function.
  Hangup handlers will run when the channel is hung up similar to the h
  extension; however, unlike an h extension, a hangup handler is associated with
  the actual channel and will execute anytime that channel is hung up,
  regardless of where it is in the dialplan.

* Added pre-dial handlers for the Dial and Follow-Me applications.  Pre-dial
  allows you to execute a dialplan subroutine on a channel before a call is
  placed but after the application performing a dial action is invoked. This
  means that the handlers are executed after the creation of the callee
  channels, but before any actions have been taken to actually dial the callee
  channels.

* Log messages can now be easily associated with a certain call by looking at
  a new unique identifier, "Call Id".  Call ids are attached to log messages for
  just about any case where it can be determined that the message is related
  to a particular call.

* Introduced Named ACLs as a new way to define Access Control Lists (ACLs) in
  Asterisk. Unlike traditional ACLs defined in specific module configuration
  files, Named ACLs can be shared across multiple modules.

* The Hangup Cause family of functions and dialplan applications allow for
  inspection of the hangup cause codes for each channel involved in a call.
  This allows a dialplan writer to determine, for each channel, who hung up and
  for what reason(s).

* Two new functions have been added: FEATURE() and FEATUREMAP(). FEATURE()
  lets you set some of the configuration options from the general section
  of features.conf on a per-channel basis. FEATUREMAP() lets you customize
  the key sequence used to activate built-in features, such as blindxfer,
  and automon.

* Support for DTLS-SRTP in chan_sip.

* Support for named pickupgroups/callgroups, allowing any number of pickupgroups
  and callgroups to be defined for several channel drivers.

* IPv6 Support for AMI, AGI, ExternalIVR, and the SIP Security Event Framework.

More information about the new features can be found on the Asterisk wiki:

https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Documentation

A full list of all new features can also be found in the CHANGES file.

http://svnview.digium.com/svn/asterisk/branches/11/CHANGES

For a full list of changes in the current release, please see the ChangeLog.

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-11.0.0

Thank you for your continued support of Asterisk!
2012-12-11 08:22:48 +00:00
dholland
c89e5dfb02 emacs20 (no functional change) 2012-12-11 05:13:39 +00:00
dholland
f752e6d04c Shift some of the more basic patches to a distfile patch.
PKGREVISION -> 16.
2012-12-11 04:54:43 +00:00
wiz
2c51698ff7 Updated lang/python33 to 3.3.0nb1 2012-12-11 00:17:07 +00:00
wiz
ce72dbf4f1 sha256 and sha512 modules are now built for newer openssl as well;
remove unnecessary conditional that broke build on NetBSD-6.99.15/amd64.

While here, replace another interpreter and skip one more file since
it gets replaced much later.
Bump PKGREVISION.
2012-12-11 00:16:56 +00:00
wiz
4e5be5ba1d + ffmpeg-20121209.1.0.1, glade3-3.14.2, glade3-3.8.3,
gupnp-dlna-0.8.0, harfbuzz-0.9.9, help2man-1.40.13, libgee-0.6.7,
  libgee0.8-0.8.3, libvisio-0.0.23, mercurial-2.4.1, mkvtoolnix-5.9.0,
  mono-3.0.2, pixman-0.28.2, py-distribute-0.6.32, py-feedparser-5.1.3,
  py-qt4-4.9.6, py-sip-4.14.2, py-trueskill-0.2.1, qt4-qscintilla-2.7,
  webkit-gtk-1.10.2.
2012-12-10 16:47:45 +00:00
wen
442542e775 Updated devel/p5-Class-Accessor-Grouped to 0.10009 2012-12-10 14:59:13 +00:00
wen
8397800949 Update to 0.10009
0.10009 2012-11-15 18:51 (UTC)
    - Stop leaking extra methods into the inheritance chain - there
      are plenty already

0.10008 2012-11-15 09:48 (UTC)
    - Allow disabling of accessor name checking introduced in 0.10007
    - Pass tests if Class::XSAccessor is available but Sub::Name isn't

0.10007 2012-11-08 11:54 (UTC)
    - Disable tests on perls where Class::XSAccessor emits broken
      error messages (RT#74883, RT#80519)
    - Drop minimum perl to 5.6 (from 5.6.2)
    - Switch all module loading to Module::Runtime and lose
      dependency on Class::Inspector
    - Fix stupid mistake causing double-require of Sub::Name when
      Class::XSAccessor is not available (RT#80657)
    - Simplify superclass traversal done by the 'inherited' group type
    - Fix incorrect quoting of unusual hash keys (fieldnames)
    - Depend on newer bugfixed Class::XSAccessor 1.15
    - Improve text of ro/wo violation exceptions
    - Sanity-check accessor names for well-formedness
      (qr/[A-Z_a-z][0-9A-Z_a-z]*/)
2012-12-10 14:58:04 +00:00
wen
0a2ac5e67e Updated devel/p5-Class-XSAccessor to 1.16 2012-12-10 14:51:14 +00:00
wen
d36299b3c1 Update to 1.16
Upstream changes:
1.16  Mon Nov  5 13:47 2012
  - Drop erroneous MYMETA files from distribution.

1.15  Sun Nov  4 15:30 2012
  - Support for hash keys with NUL (\0) characters. Previously,
    these were truncated.
2012-12-10 14:50:15 +00:00
wen
539b2ac861 Updated math/p5-Math-Prime-Util to 0.15 2012-12-10 13:37:58 +00:00
wen
d1f49ba51a Update to 0.15
Upstream changes:
0.15  9 December 2012

    - Lots of internal changes to Ei, li, Zeta, and R functions:
       - Native Zeta and R have slightly more accurate results.
       - For bignums, use Math::MPFR if possible.  MUCH faster.
         Also allows extended precision while still being fast.
       - Better accuracy for standard bignums.
       - All four functions do:
          - XS if native input.
          - MPFR to whatever accuracy is desired, if Math::MPFR installed.
          - BigFloat versions if no MPFR and BigFloat input.
          - standard version if no MPFR and not a BigFloat.

    - Add tests for primorial, jordan_totient, and divisor_sum.

    - Revamp of the random_prime internals.  Also fixes some issues with
      random n-bit and maurer primes.

    - The random prime and primorial functions now will return a Math::BigInt
      object if the result is greater than the native size.  This includes
      loading up the Math::BigInt library if necessary.
2012-12-10 13:35:45 +00:00
wen
b3b98dc4aa Updated devel/p5-Clone to 0.34 2012-12-10 13:28:46 +00:00
wen
8f25833b09 Update to 0.34
Upstream changes:
0.34 2012-12-09 14:46:09  garu
  - making some tests optional (fixes RT81774) (GARU)
  - modernizing synopsis (GARU)

0.33  2012-11-24 11:37:22  garu
  - fix typo in croak message (Salvatore Bonaccorso)

0.32  2012-11-22 12:14:07  garu
  - Stop skipping SvROK handling for all magical scalars. This fixes
    RT issues 67105, 79730 and 80201 (FLORA).
  - making the Changes file compliant to the CPAN::Changes spec (GARU).
  - Fixing tests when Scalar::Util::weaken is not available. As a
    result, tests should now pass even in odd OpenBSD versions (GARU).
  - removed dubious documentation on the optional parameter until
    it is 'fixed'. Right now it just increases the refcount when it's 0,
    and clones otherwise (which isn't exactly what it says). This
    fixes RT issue 57773 (GARU).
  - updated remark on Storable's dclone() to address RT issue 50174 (GARU)
  - updated Makefile.PL to include test dependencies (GARU)
2012-12-10 13:27:39 +00:00
ryoon
50cf488bd4 Bump PKGREVISION from graphics/sane-backends. 2012-12-10 12:32:39 +00:00
ryoon
60c9acf791 Fix PLIST.
Thanks for wiz@.

I have tested only on NetBSD current.
I will check PLIST on other platform later.
2012-12-10 12:31:34 +00:00
ryoon
1e2a8668f2 Updated graphics/sane-backends to 1.0.23 2012-12-10 12:08:06 +00:00
ryoon
6277ad089d Update to 1.0.23
* Update MASTER_SITES to MASTER_SITE_LOCAL

Changelog:
New with 1.0.23, released 2012-08-19:

* New backends: kvs40xx (Panasonic KV-S40xx),
  kodakaio (Kodak AiO ESP and Hero)
* Significant enhancements to several backends.
* 30 new scanner models supported.
* V4L support improvements.
* Improvements for builds on multiple platforms.
* Improved udev rules.
* Updated software deskew algorithm.
* Documentation updates.
* Bugfixes.
2012-12-10 12:06:50 +00:00
ryoon
faf8e6eb28 Updated fonts/sourcecodepro-fonts to 1.013 2012-12-10 09:18:25 +00:00
ryoon
0189eecf05 Update to 1.013
Changelog:
unknown
2012-12-10 09:17:24 +00:00
tsarna
df40d624f2 Add Python 3.3.0 2012-12-10 03:15:48 +00:00
tsarna
9f81a883bd Note comms/py-serial 2012-12-09 22:53:33 +00:00
gls
1c7b5f9493 Fix CHANGES-2012, re-adding all lines I inadvertently removed when I
updated wm/pekwm.
2012-12-09 21:20:49 +00:00
adam
ab67d2692a Added www/py-django-tagging, www/py-django-photologue 2012-12-09 20:37:40 +00:00
adam
dafe71a14d Photologue is a reusable Django application that provides powerful image
management and manipulation functionality as well as a complete photo gallery
solution. The 2.x release adds more effects, including reflections and
transparent watermarks. It also introduces the ImageModel abstract base class
allowing developers to easily integrated the Photologue core functionality into
their own models. Photologue embraces the Django admin and smoothly integrates
with photo thumbnails and effect previews.
2012-12-09 20:36:40 +00:00
adam
c4a3a2ae4e A generic tagging application for Django projects, which allows association
of a number of tags with any Model instance and makes retrieval of tags simple
2012-12-09 20:35:51 +00:00
adam
08fb587124 Changes 2.3.5:
* Bug-fix release.
2012-12-09 20:32:37 +00:00
wiz
6a76bdd820 Update X11_ENCODINGSDIR for fonts/encodings change.
From markd.
2012-12-09 20:21:18 +00:00
ryoon
ef0bb233bd Updated graphics/blender to 2.64anb1 2012-12-09 17:38:23 +00:00
ryoon
ed6ffef84b Bump PKGREVISION
* Buildlink to openjpeg15
* Remove unnecessary lines
2012-12-09 17:37:44 +00:00
ryoon
c67fd7d5be Updated editors/Sigil to 0.6.2 2012-12-09 17:35:03 +00:00
ryoon
6c7961d735 Update 0.6.2
Changelog:
Sigil 0.6.2 2012.12.06
    - Fix issue 1834: Pretty Print should be removed due to formatting issues.
    - Fix issue 1821: Audio files missing.
    - Fix issue 1816: Height is incorrect in Reports->Image Files.
    - Fix issue 1809: Fix crash related to cursor syncing.
    - Fix issue 1808: Editing in book view changes DTD to incorrect value.
2012-12-09 17:34:20 +00:00
ryoon
8451a7ee36 Recursive revbump from multimedia/gpac. 2012-12-09 17:17:33 +00:00
ryoon
2cb1cc4d60 Updated multimedia/gpac to 0.5.0 2012-12-09 17:16:23 +00:00
ryoon
6178e85dc8 Update to 0.5.0
Changelog:
25/05/2012: GPAC 0.5.0
  - MPEG-DASH and Apple HLS support in GPAC Clients
  - MPEG-DASH segmenter for ISO files and MPEG-2 TS in MP4Box
  - MP42TS generator now supports HLS output
  - Support for MPEG-U and W3C widgets
  - UPnP and DLNA support in the player through Platinum libraries, interfaced in JavaScript
  - Better support for AVC and SVC muxing in MP4
  - Support for OpenSVC decoder
  - Stereo and Multi-view renderer for auto-stereoscopic screens
  - iOS and Android support (but Symbian support has been dropped)
  - Camera input through "camera://default" URLs on Windows, OSX 32bit, Linux V4L v1 and Android
  - experimental audio filters
  - Better T-DMB support
  - experimental DVB-MPE and DSM-CC support
  - BIFS ExtendedCore2D profile support
  - more work on GUI
  - and many many fixes and improvements in players and MP4Box
2012-12-09 17:15:06 +00:00
tsarna
1d1b466e65 Add puyserial 26, which provides a uniform interface for accessing
serial ports across platforms.
2012-12-09 15:26:29 +00:00
ryoon
6d02beaf35 Bump BUILDLINK_{API,ABI}_DEPENDS 2012-12-09 15:25:42 +00:00
wiz
cfb0d1cda2 + rudiments-0.39, xmlstarlet-1.4.1.
- libgee-0.8.2, pcre-8.32
2012-12-09 15:24:23 +00:00
wiz
fb367bc459 Updated fonts/t1utils to 1.36 2012-12-09 15:22:02 +00:00
wiz
e980d22364 Update to 1.36:
Version 1.36   29.May.2010

* Several minor cleanups.


Version 1.35   22.Oct.2009

* Don't use "getline" as a symbol (reported by Karl Berry and
  C.M. Connelly).
2012-12-09 15:21:48 +00:00
ryoon
dd201184fd Remove zim-0.57 2012-12-09 15:20:21 +00:00
wiz
0bc8d1d0f5 Bump PKGREVISION for libexttextcat shlib name change. 2012-12-09 15:19:48 +00:00
wiz
192d8be7bd Updated textproc/libexttextcat to 3.4.0 2012-12-09 15:19:40 +00:00
wiz
2c8927ed6e Update to 3.4.0:
Mon Nov 05 2012 Caolán McNamara (caolanm@redhat.com)
	* fix up the Polish LM
2012-12-09 15:19:30 +00:00