Commit graph

183623 commits

Author SHA1 Message Date
obache
bbc415390d remove obsolated module support codes. 2012-03-17 06:43:54 +00:00
obache
87e8e09a3c Note removal of suse gdk-pixbuf, gtk and vmware modules,
bump PKGREVISION for suse meta pkgs.
2012-03-17 06:13:12 +00:00
obache
b0093cde66 Drop gdk-pixbuf, gtk and vmware modules for suse.
* gdk-pixbuf and gtk are not used anywhere in pkgsrc and suse>10.0 does not
  support them.
* vmware module was used for emulators/vmware* packages, but it had been removed
  from pkgsrc.
2012-03-17 06:08:15 +00:00
taca
e61e68ea70 Note update of www/contao211-translations package to 201203160. 2012-03-17 05:17:44 +00:00
taca
b2fea0ee96 Update contao211-translations package to 201203160.
* Enable Danish, Spanish, Slovak and Slovenian language files.
* Update Czech and Dutch language files.
2012-03-17 05:17:03 +00:00
obache
0ffd9384e7 Note removal of suse100_{,32_}qt3. 2012-03-17 05:01:49 +00:00
obache
86ad714319 Drop qt3 support for suse100.
It was intended to be used for opera-10.0, but current opera does not require it.
2012-03-17 04:59:33 +00:00
wiz
bfb43ca150 Updated lang/gawk to 4.0.0 2012-03-17 03:16:29 +00:00
wiz
ca1b738a78 Update to 4.0. Provided by Sergey Litvinov <slitvinov@gmail.com>
on pkgsrc-users.

Changes:

Changes from 3.1.8 to 4.0.0
---------------------------

1. The special files /dev/pid, /dev/ppid, /dev/pgrpid and /dev/user are
   now completely gone. Use PROCINFO instead.

2. The POSIX 2008 behavior for `sub' and `gsub' are now the default.
   THIS CHANGES BEHAVIOR!!!!

3. The \s and \S escape sequences are now recognized in regular expressions.

4. The split() function accepts an optional fourth argument which is an array
   to hold the values of the separators.

5. The new -b / --characters-as-bytes option means "hands off my data"; gawk
   won't try to treat input as a multibyte string.

6. There is a new --sandbox option; see the doc.

7. Indirect function calls are now available.

8. Interval expressions are now part of default regular expressions for
   GNU Awk syntax.

9. --gen-po is now correctly named --gen-pot.

10. switch / case is now enabled by default. There's no longer a need
    for a configure-time option.

11. Gawk now supports BEGINFILE and ENDFILE. See the doc for details.

12. Directories named on the command line now produce a warning, not
    a fatal error, unless --posix or --traditional.

13. The new FPAT variable allows you to specify a regexp that matches
    the fields, instead of matching the field separator. The new patsplit()
    function gives the same capability for splitting.

14. All long options now have short options, for use in `#!' scripts.

15. Support for IPv6 is added via the /inet6/... special file. /inet4/...
    forces IPv4 and /inet chooses the system default (probably IPv4).

16. Added a warning for /[:space:]/ that should be /[[:space:]]/.

17. Merged with John Haque's byte code internals. Adds dgawk debugger and
    possibly improved performance.

18. `break' and `continue' are no longer valid outside a loop, even with
    --traditional.

19. POSIX character classes work with --traditional (BWK awk supports them).

20. Nuked redundant --compat, --copyleft, and --usage long options.

21. Arrays of arrays added. See the doc.

22. Per the GNU Coding Standards, dynamic extensions must now define
    a global symbol indicating that they are GPL-compatible. See
    the documentation and example extensions.
    THIS CHANGES BEHAVIOR!!!!

23. In POSIX mode, string comparisons use strcoll/wcscoll.
    THIS CHANGES BEHAVIOR!!!!

24. The option for raw sockets was removed, since it was never implemented.

25. Gawk now treats ranges of the form [d-h] as if they were in the C
    locale, no matter what kind of regexp is being used, and even if
    --posix.  The latest POSIX standard allows this, and the documentation
    has been updated.  Maybe this will stop all the questions about
    [a-z] matching uppercase letters.
    THIS CHANGES BEHAVIOR!!!!

26. PROCINFO["strftime"] now holds the default format for strftime().

27. Updated to latest infrastructure: Autoconf 2.68, Automake 1.11.1,
    Gettext 0.18.1, Bison 2.5.

28. Many code cleanups. Removed code for many old, unsupported systems:
	- Atari
	- Amiga
	- BeOS
	- Cray
	- MIPS RiscOS
	- MS-DOS with Microsoft Compiler
	- MS-Windows with Microsoft Compiler
	- NeXT
	- SunOS 3.x, Sun 386 (Road Runner)
	- Tandem (non-POSIX)
	- Prestandard VAX C compiler for VAX/VMS
	- Probably others that I've forgotten

29. If PROCINFO["sorted_in"] exists, for(iggy in foo) loops sort the
    indices before looping over them.  The value of this element
    provides control over how the indices are sorted before the loop
    traversal starts. See the manual.

30. A new isarray() function exists to distinguish if an item is an array
    or not, to make it possible to traverse multidimensional arrays.

31. asort() and asorti() take a third argument specifying how to sort.
    See the doc.
2012-03-17 03:16:20 +00:00
wiz
9e448bd615 pkglint cleanup while here; set LICENSE. 2012-03-17 02:19:22 +00:00
wiz
0bbe40fee4 Fix build after G_CONST_RETURN has been deprecated.
Based on PR 46210 by Francis GUDIN.
2012-03-17 02:19:08 +00:00
ghen
9a56390b4e Updated mail/dovecot2 to 2.1.3. 2012-03-17 02:15:11 +00:00
ghen
0fdcbe0afa Update to Dovecot 2.1.3. Changelog since 2.1.1:
There are a ton of proxying related improvements in this release. You
should now be able to do pretty much anything you want with Dovecot
proxy/director.

This release also includes the initial version of dsync-based replication.
I'm already successfully using it for @dovecot.fi mails, but it still has
some problems. See http://dovecot.org/list/dovecot/2012-March/064243.html
for some details how to configure it.

+ Initial implementation of dsync-based replication. For now this
  should be used only on non-critical systems.
+ Proxying: POP3 now supports sending remote IP+port from proxy to
  backend server via Dovecot-specific XCLIENT extension.
+ Proxying: proxy_maybe=yes with host=<hostname> (instead of IP)
  works now properly.
+ Proxying: Added auth_proxy_self setting
+ Proxying: Added proxy_always extra field (see wiki docs)
+ Added director_username_hash setting to specify what part of the
  username is hashed. This can be used to implement per-domain
  backends (which allows safely accessing shared mailboxes within
  domain).
+ Added a "session ID" string for imap/pop3 connections, available
  in %{session} variable. The session ID passes through Dovecot
  IMAP/POP3 proxying to backend server. The same session ID is can be
  reused after a long time (currently a bit under 9 years).
+ passdb checkpassword: Support "credentials lookups" (for
  non-plaintext auth and for lmtp_proxy lookups)
+ fts: Added fts_index_timeout setting to abort search if indexing
  hasn't finished by then (default is to wait forever).
- doveadm sync: If mailbox was expunged empty, messages may have
  become back instead of also being expunged in the other side.
- director: If user logged into two directors while near user
  expiration, the directors might have redirected the user to two
  different backends.
- imap_id_* settings were ignored before login.
- Several fixes to mailbox_list_index=yes
- Previous v2.1.x didn't log all messages at shutdown.
- mbox: Fixed accessing Dovecot v1.x mbox index files without errors.
2012-03-17 02:14:15 +00:00
wiz
bef23134d8 Readd enigmail checksums. 2012-03-17 01:59:08 +00:00
sbd
7475b8ee60 Enable user-destdir support. 2012-03-17 01:54:37 +00:00
ryoon
d4bd16648a Updated mail/thunderbird to 11.0nb1 2012-03-16 21:21:32 +00:00
ryoon
34adb2f4b0 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
ea09f520f5 Updated devel/bzrtools to 2.5.0 2012-03-16 21:04:55 +00:00
cheusov
0f88d7c90d 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
e5368b97c8 Updated devel/bzr-svn to 1.2.1 2012-03-16 20:59:58 +00:00
cheusov
981ec28517 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
0d3362c5c8 Updated devel/bzr to 2.5.0nb1 2012-03-16 20:54:09 +00:00
cheusov
ecaca39a29 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
2b55ba13c0 Added converters/libvisio version 0.0.15 2012-03-16 17:41:18 +00:00
wiz
dd1c28cebe + libvisio. 2012-03-16 17:41:09 +00:00
wiz
7bdf141cbd 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
c6b11627ab Updated games/gbrainy to 2.12 2012-03-16 17:32:49 +00:00
wiz
0d80fede5b 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
2dfd8903dd Added textproc/libexttextcat version 3.2.0 2012-03-16 17:31:42 +00:00
wiz
8e668879c5 + libexttextcat. 2012-03-16 17:30:48 +00:00
wiz
3f83e1613c 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
984a62f094 Updated net/mikutter to 0.1.0.710 2012-03-16 15:46:53 +00:00
obache
f8df32af7f Update mikutter to 0.1.0.710.
* bug fixes.
* add an icon for DM tab.
2012-03-16 15:46:36 +00:00
abs
c0f19c3e18 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
6df8e45b3d 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
8b0e0fb00c Updated lang/pcc-current to 20120316 2012-03-16 10:14:39 +00:00
plunky
11c1e48bf8 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
dbe715c94a Updated net/mikutter to 0.1.0.697nb1 2012-03-16 05:14:19 +00:00
obache
db17c4a49b Allow to use with non UTF-8 locale by -Ku RUBYOPT.
Bump PKGREVISION.
2012-03-16 05:13:49 +00:00
obache
8164b5eeb3 Bump PKGREVISION from default python change to 2.7. 2012-03-16 04:31:14 +00:00
obache
5be32b2d92 put an empty line around comments. 2012-03-16 01:11:32 +00:00
obache
8916dc2f68 tabfy 2012-03-16 01:09:44 +00:00
jakllsch
2390f0dd6c Updated graphics/darktable to 1.0 2012-03-16 00:35:11 +00:00
jakllsch
85a44782fb 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
8a0d28c6b0 Set LICENSE. Quell a pkglint warning. 2012-03-16 00:20:51 +00:00
gdt
cca9dd8d96 Updated security/py-cryptopp to 0.6.0.1206569328141510525648634803928199668821045408958 2012-03-16 00:16:11 +00:00
gdt
f84cad6cbe fix distinfo; patch-aa is gone 2012-03-16 00:15:15 +00:00
gdt
38f229c4fe Set license (GPLv2, or boutique license not in pkgsrc/licenses). 2012-03-16 00:14:36 +00:00
gdt
12c101dc74 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
9fb999b8da fix build for proj-4.8.0 2012-03-15 22:46:01 +00:00