Commit graph

205023 commits

Author SHA1 Message Date
obache
644460a609 Update mikutter to 0.2.2.1328.
(drop dependency on libnotify, optional and alternative selectable).

bug fixes.
2013-08-14 13:06:13 +00:00
obache
af02dde11d + ruby-libnotify 2013-08-14 12:52:25 +00:00
obache
059cb5e211 Added sysutils/ruby-libnotify version 0.5.1 2013-08-14 12:51:36 +00:00
obache
0287d93e1e Import ruby-libnotify-0.5.1 as sysutils/ruby-libnotify.
ruby-libnotify is a ruby binding for libnotify (http://www.galago-project.org)
2013-08-14 12:51:16 +00:00
obache
d9bf805c37 Fixes CATEGORIES 2013-08-14 08:55:49 +00:00
obache
2e380d3463 Updated security/seahorse-plugins to 2.30.1nb28 2013-08-14 08:30:26 +00:00
obache
a56feff984 Switch to use libnotify07.
Bump PKGREVISION.
2013-08-14 08:30:06 +00:00
obache
58279beb8f Updated sysutils/gnome-power-manager to 2.24.4nb35 2013-08-14 08:03:52 +00:00
obache
d5da0d0ab1 Switch to use libnotify07.
Bump PKGREVISION.
2013-08-14 08:01:48 +00:00
obache
a8d2810c3a Updated x11/gnome-applets to 2.32.1.1nb29 2013-08-14 05:59:32 +00:00
obache
0d566e2578 Switch to use libnotify07.
Bump PKGREVISION.
2013-08-14 05:59:16 +00:00
obache
4cbdb4ced0 Updated multimedia/gnome-mplayer to 1.0.8nb4 2013-08-14 05:40:46 +00:00
obache
08f54fc3ca Switch to use libnotify07.
Bump PKGREVISION.
2013-08-14 05:40:29 +00:00
obache
56d1808137 Updated pkgtools/gnome-packagekit to 0.4.0nb28 2013-08-14 05:32:25 +00:00
obache
7b86d47361 Switch to use libnotify07.
Bump PKGREVISION.
2013-08-14 05:31:04 +00:00
obache
192b464d5a Updated mail/evolution to 2.32.3nb23 2013-08-14 04:53:27 +00:00
obache
f73e5d3cf0 Switch to use libnotify07.
Bum PKGREVISION.
2013-08-14 04:35:32 +00:00
obache
386278cb70 regen 2013-08-14 04:11:12 +00:00
khorben
160f15f8de Set the package's license (GNU GPL version 2) 2013-08-14 01:16:10 +00:00
khorben
6887406a12 Added an option "libsamplerate" to build with support for
audio/libsamplerate; it should enhance output quality while resampling.

It is currently disabled by default.
2013-08-14 01:13:10 +00:00
khorben
1a088cbaec Imported missing patch while adding the package 2013-08-14 01:08:49 +00:00
markd
be777b7739 If not building with lzo option give bogus path for lzo otherwise it will
be detected if its installed and build will fail.
2013-08-13 21:24:37 +00:00
tron
4973f74254 Note update of the "youtube-dl" package to version 20130809. 2013-08-13 20:34:33 +00:00
tron
d3686cdb1e Update "youtube-dl" package to version 20130809 . A changelog is not
available as usual but it fixes video downloads from Youtube for me.
2013-08-13 20:34:12 +00:00
markd
27cedecdbb Depend on the latest version of libclucene as older versions wont result
in current PLIST.
2013-08-13 20:00:41 +00:00
markd
7da87c0f53 R update 2013-08-13 19:55:50 +00:00
markd
2c3bcd9514 Update to R 3.0.1
Changes: many new features and bug fixes.  See NEWS file for details.
2013-08-13 19:53:30 +00:00
markd
e76819bf8e To disable docs is now BUILD_DOCS=OFF 2013-08-13 19:47:20 +00:00
adam
81032c727d Updated www/curl to 7.32.0; devel/py-ZopeInterface to 4.0.5; net/py-twisted to 13.1.0; www/py-django to 1.5.2 2013-08-13 17:51:38 +00:00
adam
d5ae06ed9c Changes 1.5.2:
These releases address two cross-site scripting (XSS) vulnerabilities: one in a widget used by Django's admin interface, and one in a utility function used to validate redirects often used after login or logout.

While these issues are of limited impact and may not effect all Django users, we encourage all users to upgrade as soon as possible.
2013-08-13 17:48:24 +00:00
adam
8e65477e82 Changes 13.1.0:
- trial now has an --exitfirst flag which stops the test run after
  the first error or failure.
- twisted.internet.ssl.CertificateOptions now supports chain
  certificates.
- twisted.internet.endpoints now provides ProcessEndpoint, a child
  process endpoint.
- Factory now has a forProtocol classmethod that constructs an
  instance and sets its protocol attribute.
- twisted.internet.endpoints.connectProtocol allows connecting to a
  client endpoint using only a protocol instance, rather than
  requiring a factory.
- twisted.trial.unittest.SynchronousTestCase.assertNoResult no longer
  swallows the result, if the assertion succeeds.
- twisted.python.constants.FlagConstant implements __iter__ so that
  it can be iterated upon to find the flags that went into a flag
  set, and implements __nonzero__ to test as false when empty.
- assertIs and assertIsNot have now been added to
  twisted.trial.unittest.TestCase.
- twisted.trial.unittest.TestCase.failureResultOf now takes an
  optional expected failure type argument.
- The POSIX implementation of
  twisted.internet.interfaces.IReactorProcess now does not change the
  parent process UID or GID in order to run child processes with a
  different UID or GID.
2013-08-13 17:47:41 +00:00
adam
550a2dea5b Changes 4.0.5:
- Fixed a bug where a decorated method caused false positive failures on
  ``verifyClass()``.

Changes 4.0.4:
- Fixed a bug that was revealed by porting zope.traversing. During a loop, the
  loop body modified a weakref dict causing a ``RuntimeError`` error.

Changes 4.0.3:
- Fleshed out PyPI Trove classifiers.

Changes 4.0.2:
- Added support for Python 3.3.
- Restored ability to install the package in the absence of ``setuptools``.
- LP 1055223:  Fix test which depended on dictionary order and failed randomly
  in Python 3.3.

Changes 4.0.1:
- Dropped explicit ``DeprecationWarnings`` for "class advice" APIS (these
  APIs are still deprecated under Python 2.x, and still raise an exception
  under Python 3.x, but no longer cause a warning to be emitted under
  Python 2.x).
2013-08-13 17:42:28 +00:00
adam
b06478f678 Changes 7.32.0:
curl: allow timeouts to accept decimal values
OS400: add slist and certinfo EBCDIC support
OS400: new SSL backend GSKit
CURLOPT_XFERINFOFUNCTION: introducing a new progress callback
LIBCURL-STRUCTS: new document

Bugfixes:
dotdot: introducing dot file path cleanup
docs: fix typo in curl_easy_getinfo manpage
test1230: avoid using hard-wired port number
test1396: invoke the correct test tool
SIGPIPE: ignored while inside the library
darwinssl: fix crash that started happening in Lion
OpenSSL: check for read errors, don't assume
c-ares: improve error message on failed resolve
printf: make sure %x are treated unsigned
formpost: better random boundaries
url: restore the functionality of 'curl -u :'
curl.1: fix typo in --xattr description
digest: improve nonce generation
configure: automake 1.14 compatibility tweak
curl.1: document the --post303 option in the man page
curl.1: document the --sasl-ir option in the man page
setup-vms.h: sk_pop symbol tweak
tool_paramhlp: try harder to catch negatives
cmake: Fix for MSVC2010 project generation
asyn-ares: Don't blank ares servers if none configured
curl_multi_wait: set revents for extra fds
Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup()
ftp_do_more: consider DO_MORE complete when server connects back
curl_easy_perform: gradually increase the delay time
curl: fix symbolic names for CURLUSESSL_* enum in --libcurl output
curl: fix upload of a zip file in OpenVMS
build: fix linking on Solaris 10
curl_formadd: CURLFORM_FILECONTENT wrongly rejected some option combos
curl_formadd: fix file upload on VMS
curl_easy_pause: on unpause, trigger mulit-socket handling
md5 & metalink: use better build macros on Apple operating systems
darwinssl: fix build error in crypto authentication under Snow Leopard
curl: make --progress-bar update the line less frequently
configure: don't error out on variable confusions (CFLAGS, LDFLAGS etc)
mk-ca-bundle: skip more untrusted certificates
formadd: wrong pointer for file name when CURLFORM_BUFFERPTR used
FTP: when EPSV gets a 229 but fails to connect, retry with PASV
mk-ca-bundle.1: don't install on make install
VMS: lots of updates and fixes of the build procedure
global dns cache: didn't work (regression)
global dns cache: fix memory leak
2013-08-13 17:07:32 +00:00
wen
890b00b849 Updated www/p5-Dancer to 1.3117 2013-08-13 16:09:18 +00:00
wen
a23f9f2d03 Update to 1.3117
Upstream changes:
1.3117 31.07.2013

    [ ENHANCEMENTS ]
    * GH #836: Provide more information when an engine fails to load.
        (Yanick Champoux, reported by Daniel Perrett)

    [ BUG FIXES ]
    * GH #794: Upload data was not kept for forwarded requests.
        (reported by William Wolf)
    * GH #898: calling halt() doesn't discard set headers anymore.
        (Yanick Champoux, reported by Nicolas Franck)
    * GH #842: embedded 'prefix' now properly localized.
        (Yanick Champoux, reported by Jashank Jeremy)

    [ DOCUMENTATION ]
    * GH #938: fix doc typos in Dancer::Serializer. (Fabrice Gabolde)
    * GH #712: add all status codes known to Dancer to Dancer::HTTP.
        (Yanick Champoux, reported by Brian J Miller)
    * Add warning that 'forward' doesn't preserver the session. (Alberto Sim玫es)
    * GH #941: minor correction to code snippets in documentation.
        (Grzegorz Ro偶niecki)
    * GH #929: add warning on the use of Corona as underlying web server.
        (issue reported by berekuk)
    * GH #943: remove mention to 'Dancer::Plugin::Validation',
        clean 'dancer -a' sample output. (Grzegorz Ro偶niecki)
2013-08-13 16:07:57 +00:00
wen
7b3f7a2589 Updated mail/p5-MIME-Types to 2.01 2013-08-13 16:05:52 +00:00
wen
597b45097d Update to 2.01
Upstream changes:
version 2.01: Sat Aug  3 01:07:27 CEST 2013
	Improvements:
	- add dummy ::Types::create_type_index() because
	  Catalyst-Plugin-Static-Simple calls it :(

version 2.00: Fri Aug  2 17:44:53 CEST 2013
	Changes:
	- the mime information is now collected from various sources, amongst
	  them IANA.  Therefore, some types may use different x-'s
	  #types up from 995 to 2096
	- a separate table is built for the extension-to-type mapping.
	  #exts  up from 734 to 1425
	- the memory foot-print and start-up speed should have improved
	  considerably.

	Improvements:
	- added bin/collect_types
	- 3 typos. rt.cpan.org#86847 [D Steinbrunner]
	- add ::Type::isVendor(), ::isExperimental(), ::isPersonal on request
	  by rt.cpan.org#87062 [Lars]
	- cleaned-up Exporter syntax of (very) old interface.
	- added ::Types::listTypes()

version 1.38: Fri Jan 11 09:58:08 CET 2013
	- add application/vnd.ms-excel.template.macroEnabled.12 and five
	  related from http://filext.com/faq/office_mime_types.php
	  rt.cpan.org#82616 [M Jemmeson]

version 1.37: Fri Dec 21 11:33:53 CET 2012:
	- all mime.types files agree that perl scripts should use
	  application/x-perl.  Hence removed text/x-perl
	  rt.cpan.org#82100 [Kent Fredric]

version 1.36: Wed Oct 31 20:34:42 CET 2012
	- xlsx and friends had encoding 'binary' (since version 1.30),
	  but should have been 'base64'
	  rt.cpan.org#80529 [Douglas Wilson]
2013-08-13 16:04:27 +00:00
abs
606f63eac8 lucene related files appear to have changed their paths - update PLIST & bump PKGREVISION 2013-08-13 11:55:24 +00:00
joerg
b51e874cfe Explicitly reference the std version of some wchar.h functions to
resolve ambiguity.
2013-08-13 10:24:22 +00:00
joerg
f134640633 fix fallout from giflib update. 2013-08-13 10:23:25 +00:00
joerg
2be994b7ca Don't include missing config.h 2013-08-13 10:22:57 +00:00
joerg
ce9d270850 Allow only the PHP version itself, otherwise the multi-version logic
will trigger with failing distinfo entries.
2013-08-13 10:22:26 +00:00
joerg
f2a1b0bc24 Don't use default arguments in friend declarations. 2013-08-13 10:21:35 +00:00
joerg
9af677954b Add missing include to make gif_lib.h self-contained. 2013-08-13 10:20:47 +00:00
obache
fe7e1e8341 Updated sysutils/py-notify-python to 0.1.1nb21 2013-08-13 09:38:50 +00:00
obache
4a3f363a5d Switch to use libnotify07.
Bump PKGREVISION.
2013-08-13 09:38:29 +00:00
obache
22dde932c5 Updated sysutils/py-notify to 0.2.1nb4 2013-08-13 09:19:13 +00:00
obache
e7ba26868e Fixes packaging, replaced with completely different package as update to 0.2.1.
* not relevant to libnotify, drop dependency, fix COMMENTS and DESCR.
* fixes CATEGORY, `devel' is sufficient.
* let to register EGG-INFO.

Bump PKGREVISION.
2013-08-13 09:18:46 +00:00
obache
fa2d7341b8 Updated x11/zenity to 2.32.1nb14 2013-08-13 08:50:32 +00:00
obache
2e2114ca23 Switch to use libnotify07.
Bump PKGREVISION.
2013-08-13 08:50:14 +00:00