Commit graph

183607 commits

Author SHA1 Message Date
ryoon
63f77ad471 Bump PKGREVISION.
* Update Lightning to 1.3 from 1.3b1

Changelog:
* Support for Apple iCloud and Chandler servers improved
* Support for high contrast themes (needs to be enabled in the preferences)
* New toolbar to adapt to Thunderbird's Tabs-on-Top
2012-03-16 21:09:55 +00:00
cheusov
88288e5788 Updated devel/bzrtools to 2.5.0 2012-03-16 21:04:55 +00:00
cheusov
142c139236 Updated to 2.5.0 by request of maintainer.
Major changes:
  * Fix compatibility with final beta before bzr 2.5
  * Remove rspush command due to deprecation of Branch.revision_history
2012-03-16 21:04:40 +00:00
cheusov
b6ea3742f1 Updated devel/bzr-svn to 1.2.1 2012-03-16 20:59:58 +00:00
cheusov
4180177cc7 Update to 1.2.1 by request of maintainer.
Major changes:
  bzr-svn 1.2.1

    BUG FIXES
    * Fix compatibility with bzr 2.5.0 proper. (Jelmer Vernooij)

  bzr-svn 1.2.0

    FEATURES
    * Support fetching to colocated branches in svn-import.
       (Jelmer Vernooij)
    * Follow redirects when using pycurl. (Jelmer Vernooij)
    * New hidden command 'bzr fix-svn-ancestry' command.
      (Jelmer Vernooij)

    CHANGES
    * No longer supports bzr 2.3 and 2.4. (Jelmer Vernooij)

    BUG FIXES
    * Properly abort when the commit editor commit function fails
      rather than complaining about busy connections.  (Jelmer Vernooij, #890529)
    * Ignore .svn directories that aren't actually svn working
      copies. (Jelmer Vernooij, #862910)
    * Fix find_iter_revisions when accessing repository that contains
      old mapping data. (Jelmer Vernooij, #898780)
    * Reset pycurl state after OPTIONS request.
      (Jelmer Vernooij, Vincent Ladeuil, #774571)
2012-03-16 20:59:39 +00:00
cheusov
9f97d5a432 Updated devel/bzr to 2.5.0nb1 2012-03-16 20:54:09 +00:00
cheusov
a26bbb1d66 Update to 2.5.0. Request by maintainer.
List of changes is too big to place here, see
   doc/en/release-notes/bzr-2.5.txt
2012-03-16 20:53:45 +00:00
wiz
e737fc5eba Added converters/libvisio version 0.0.15 2012-03-16 17:41:18 +00:00
wiz
907415a56c + libvisio. 2012-03-16 17:41:09 +00:00
wiz
7f24ed9744 Initial import of libvisio-0.0.15, packaged for wip by Francois Tigeot.
Libvisio is library providing ability to interpret and import visio
diagrams into various applications.
2012-03-16 17:40:37 +00:00
wiz
f0e9c36791 Updated games/gbrainy to 2.12 2012-03-16 17:32:49 +00:00
wiz
d57fa8f814 Update to 2.1.2 and call it 2.12 to make it newer than the previous 2.06.
Version 2.1.2
* Updated translations
* 8 bug fixes

Version 2.1.1
* Updated translations
* 1 bug fix

Version 2.1.0
* Software improvements
** Refactoring to break down responsibilities in classes and make code more modular
** Automated “Assembly / package versioning”
* Existing games improvements
** Mouse support for Memorize figures and text
** Show graphically the answer in square sheets puzzle
** Add rationale to handshake puzzle
** People at the table has a better graphic
** Some controls in games handle better larger texts
* Translations
** New Telugu translation
** Many updated translations
2012-03-16 17:32:40 +00:00
wiz
8a8b981d9d Added textproc/libexttextcat version 3.2.0 2012-03-16 17:31:42 +00:00
wiz
ee324fdd19 + libexttextcat. 2012-03-16 17:30:48 +00:00
wiz
52c13ded68 Initial import of libexttextcat-3.2 from wip, packaged by Francois Tigeot.
Libexttextcat is a library with functions that implement the
classification technique described in Cavnar & Trenkle, "N-Gram-Based
Text Categorization" . It was primarily developed for language
guessing, a task on which it is known to perform with near-perfect
accuracy.
2012-03-16 17:30:16 +00:00
obache
b1973affd6 Updated net/mikutter to 0.1.0.710 2012-03-16 15:46:53 +00:00
obache
a5b685aa3d Update mikutter to 0.1.0.710.
* bug fixes.
* add an icon for DM tab.
2012-03-16 15:46:36 +00:00
abs
cde27fd1bb Pickup PLIST.Linux2 from python27 not python24 - fix build on at least RedHat ES 5.6 2012-03-16 14:21:36 +00:00
fhajny
e00753f2d5 Update to nginx 1.0.14.
Changes with nginx 1.0.14

    *) Security: content of previously freed memory might be sent to a
       client if backend returned specially crafted response.
       Thanks to Matthew Daley.


Changes with nginx 1.0.13

    *) Feature: the "return" and "error_page" directives can now be used to
       return 307 redirections.

    *) Bugfix: a segmentation fault might occur in a worker process if the
       "resolver" directive was used and there was no "error_log" directive
       specified at global level.
       Thanks to Roman Arutyunyan.

    *) Bugfix: memory leaks.
       Thanks to Lanshun Zhou.

    *) Bugfix: nginx might log incorrect error "upstream prematurely closed
       connection" instead of correct "upstream sent too big header" one.
       Thanks to Feibo Li.

    *) Bugfix: on ZFS filesystem disk cache size might be calculated
       incorrectly; the bug had appeared in 1.0.1.

    *) Bugfix: the number of internal redirects to named locations was not
       limited.

    *) Bugfix: temporary files might be not removed if the "proxy_store"
       directive was used with SSI includes.

    *) Bugfix: in some cases non-cacheable variables (such as the $args
       variable) returned old empty cached value.

    *) Bugfix: the "proxy_redirect" directives might be inherited
       incorrectly.

    *) Bugfix: nginx could not be built with the ngx_http_perl_module if the
       --with-openssl option was used.

    *) Bugfix: nginx could not be built by the icc 12.1 compiler.


Changes with nginx 1.0.12

    *) Feature: the "TLSv1.1" and "TLSv1.2" parameters of the
       "ssl_protocols" directive.

    *) Feature: the "if" SSI command supports captures in regular
       expressions.

    *) Bugfix: the "if" SSI command did not work inside the "block" command.

    *) Bugfix: in AIO error handling on FreeBSD.

    *) Bugfix: in the OpenSSL library initialization.

    *) Bugfix: the "worker_cpu_affinity" directive might not work.

    *) Bugfix: the "limit_conn_log_level" and "limit_req_log_level"
       directives might not work.

    *) Bugfix: the "read_ahead" directive might not work combined with
       "try_files" and "open_file_cache".

    *) Bugfix: the "proxy_cache_use_stale" directive with "error" parameter
       did not return answer from cache if there were no live upstreams.

    *) Bugfix: a segmentation fault might occur in a worker process if small
       time was used in the "inactive" parameter of the "proxy_cache_path"
       directive.

    *) Bugfix: responses from cache might hang.

    *) Bugfix: in error handling while connecting to a backend.
       Thanks to Piotr Sikora.

    *) Bugfix: in the "epoll" event method.
       Thanks to Yichun Zhang.

    *) Bugfix: the $sent_http_cache_control variable might contain a wrong
       value if the "expires" directive was used.
       Thanks to Yichun Zhang.

    *) Bugfix: the "limit_rate" directive did not allow to use full
       throughput, even if limit value was very high.

    *) Bugfix: the "sendfile_max_chunk" directive did not work, if the
       "limit_rate" directive was used.

    *) Bugfix: nginx could not be built on Solaris; the bug had appeared in
       1.0.11.

    *) Bugfix: in the ngx_http_scgi_module.

    *) Bugfix: in the ngx_http_mp4_module.


Changes with nginx 1.0.11

    *) Change: now double quotes are encoded in an "echo" SSI-command
       output.
       Thanks to Zaur Abasmirzoev.

    *) Feature: the "image_filter_sharpen" directive.

    *) Bugfix: a segmentation fault might occur in a worker process if SNI
       was used; the bug had appeared in 1.0.9.

    *) Bugfix: SIGWINCH signal did not work after first binary upgrade; the
       bug had appeared in 1.0.9.

    *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
       header lines might be passed to backend while caching; or not passed
       without caching if caching was enabled in another part of the
       configuration.

    *) Bugfix: in the "scgi_param" directive, if complex parameters were
       used.

    *) Bugfix: "add_header" and "expires" directives did not work if a
       request was proxied and response status code was 206.

    *) Bugfix: in the "expires @time" directive.

    *) Bugfix: in the ngx_http_flv_module.
       Thanks to Piotr Sikora.

    *) Bugfix: in the ngx_http_mp4_module.

    *) Bugfix: nginx could not be built on FreeBSD 10.

    *) Bugfix: nginx could not be built on AIX.
2012-03-16 11:28:09 +00:00
plunky
5a5df862ed Updated lang/pcc-current to 20120316 2012-03-16 10:14:39 +00:00
plunky
f264503be8 Update to latest snapshot, changelog as
- use INSTALL_DATA to install manpages
  (prevents pages being marked executable)

- recognise (but ignore) the __returns_twice__ GCC attribute

- Fix bug causing failure when comparing bool pointers.
  Fixes Jira#PCC-383 by Nicolas Joly, bugfix by Will Noble on pcc-list.
2012-03-16 10:12:56 +00:00
obache
6057ade51f Updated net/mikutter to 0.1.0.697nb1 2012-03-16 05:14:19 +00:00
obache
41916245be Allow to use with non UTF-8 locale by -Ku RUBYOPT.
Bump PKGREVISION.
2012-03-16 05:13:49 +00:00
obache
03d5e38f66 Bump PKGREVISION from default python change to 2.7. 2012-03-16 04:31:14 +00:00
obache
e38bf63769 put an empty line around comments. 2012-03-16 01:11:32 +00:00
obache
23047f21c4 tabfy 2012-03-16 01:09:44 +00:00
jakllsch
5cd1653d6a Updated graphics/darktable to 1.0 2012-03-16 00:35:11 +00:00
jakllsch
373dd9a73e Update to darktable-1.0.
changes since 0.9.3:
 * new cameras supported
 . Leica M9
 . NX100/NX5/NX10/NX11
 . Panasonic DMC-GX1
 . Pentax K-r
 . Canon Powershot S100
 . Olympus XZ-1
 . Olympus E-P3
 . Sony DSLR A330
 . Sony NEX-5N
 . Canon EOS 1000D
 . Canon EOS 600D
 . Sony Alpha 390
 . Fuji Finepix HS20EXR
 * new and updated translations (we now have chinese!)
 * new modules:
 . shadows & highlights
 . enhanced tone curve. now operates in a and b channels as well
 * refactored modules:
 . import
 . snapshots (enable sliding separation line between before/after images)
 . metadata
 * new image cache
 . faster concurrent access and insertion
 . reduces needed memory
 . more thumbnails stored on disk
 . read embedded jpegs for creating thumbnails (faster folder import)
 * increased general speed on sqlite3 (journaled, pagesize optimizations)
 * reworked, modular ui
 * keyboard shortcuts support - key accelerators (GSoC)
 * unity launcher support (ubuntu)
 * quicktool bar: exposure, presets and styles
 * new color picker
 * web gallery export now with next/prev buttons per image
 * removed gconf: not used anymore, we have our own backend
 * bugfixes
2012-03-16 00:35:01 +00:00
wiz
c1ff656634 Set LICENSE. Quell a pkglint warning. 2012-03-16 00:20:51 +00:00
gdt
5f9f153865 Updated security/py-cryptopp to 0.6.0.1206569328141510525648634803928199668821045408958 2012-03-16 00:16:11 +00:00
gdt
b24bcab513 fix distinfo; patch-aa is gone 2012-03-16 00:15:15 +00:00
gdt
1d3af63e6e Set license (GPLv2, or boutique license not in pkgsrc/licenses). 2012-03-16 00:14:36 +00:00
gdt
3dd441ca12 Update to 0.6.0.1206569328141510525648634803928199668821045408958.
(Yes, that ridiculous version number really is what upstream calls it.)

No NEWS entry, but announcement includes:

2012-03-13  Zooko Wilcox-O'Hearn  <zooko@zooko.com>

      * src/pycryptopp/_version.py: release pycryptopp-0.6.0
      * add Ed25519 signatures (#75)
      * add XSalsa20 cipher (#40)
      * switch from darcs to git for revision control
      * pycryptopp version numbers now include a decimal encoding of *
      * reorganize the source tree and the version number generation
      * aesmodule.cpp: validate size of IV and throw exception if it
        is not 16 (#70)
      * fixed compile errors with gcc-4.7.0 (#78)
      * fixed compile errors concerning "CryptoPP::g_nullNameValuePairs" (#77)
      * suppress warnings from valgrind with new OpenSSL 1.0.1 on Fedora (#82)
      * raise Python exception instead of uncaught C++ exception
        (resulting in abort) when deserializing malformed RSA keys (#83)
2012-03-16 00:12:35 +00:00
plunky
a681615c29 fix build for proj-4.8.0 2012-03-15 22:46:01 +00:00
ryoon
2e56eaaff5 Updated misc/libreoffice3-bin to 3.5.1 2012-03-15 21:59:29 +00:00
ryoon
c30cba7256 Update to 3.5.1
Changelog:
* Many bugfixes
* Many improvements
* Less Java dependency

In detail see:
http://wiki.documentfoundation.org/Releases/3.5.1/RC1
http://wiki.documentfoundation.org/Releases/3.5.1/RC2
2012-03-15 21:57:34 +00:00
hans
664b7cb58f Fix this properly. Tested on NetBSD and SunOS. 2012-03-15 20:16:24 +00:00
adam
8e79b62190 Fix error in setup.py which affects builing on Mac OS X. 2012-03-15 19:43:06 +00:00
adam
dc647d084b Changes 2.4.9:
* ldapobject.ReconnectLDAPObject.reconnect() now does kind of
  an internal locking to pause other threads while reconnecting
  is pending.
* Changes to bind- and startTLS-related operation methods of
  class ReconnectLDAPObject for more robustness
* New constant ldap.OPT_NAMES_DICT contains mapping from
  integer to variable name for all option-related constants.
2012-03-15 19:34:13 +00:00
asau
eb09ad5e1b Added net/remmina version 0.9.3
Added net/remmina-plugins version 0.9.2
2012-03-15 17:30:02 +00:00
asau
29fbb34045 + remmina
+ remmina-plugins
2012-03-15 17:29:04 +00:00
asau
98577a383e Import Remmina plugins 0.9.2 as net/remmina-plugins.
Plugins for Remmina, a remote desktop client written in GTK+.
Currently RDP, VNC, NX, XDMCP and SSH are supported.
2012-03-15 17:27:13 +00:00
asau
1116f768e0 Import Remmina 0.9.3 as net/remmina
Remmina is a remote desktop client written in GTK+, aiming to be
useful for system administrators and travellers, who need to
work with lots of remote computers in front of either large
monitors or tiny netbooks. Remmina supports multiple network
protocols in an integrated and consistant user interface.
Currently RDP, VNC, NX, XDMCP and SSH are supported.
2012-03-15 17:06:51 +00:00
adam
762424f57a Updated security/gnutls to 2.12.17 2012-03-15 17:04:45 +00:00
adam
60b47b99bf Changes 2.12.17:
* libgnutls: Corrections in record packet parsing.
* libgnutls: Fixes in SRP authentication.
* libgnutls: Added function to force explicit reinitialization of PKCS 11
  modules. This is required on the child process after a fork.
* libgnutls: PKCS 11 objects that do not have ID no longer crash listing.
* API and ABI modifications: gnutls_pkcs11_reinit: Added
2012-03-15 16:41:48 +00:00
marino
f03ecca41b print/cups-drivers-Magicolor5440DL: regenerate distinfo
For an unknown reason, the distinfo generated after patch-aa was last
modified was uncorrect, so it has been regenerated.
2012-03-15 16:13:28 +00:00
wiz
f6a1314da4 Updated net/libquvi-scripts to 0.4.2nb1 2012-03-15 16:01:56 +00:00
wiz
f46622aaf1 Add patch fixing downloading some youtube URLs.
From upstream.
Bump PKGREVISION.
2012-03-15 16:01:47 +00:00
abs
fe14ab0311 fix BUILDLINK_INCDIRS & BUILDLINK_LIBDIRS - thanks wiz 2012-03-15 15:27:58 +00:00
abs
89bf458351 iodbc 3.52.7nb2 needed for conflict free life 2012-03-15 14:54:09 +00:00