Commit graph

191850 commits

Author SHA1 Message Date
ghen
4eb9ee8335 Update to Dovecot 2.1.10
+ imap: Implemented THREAD=ORDEREDSUBJECT extension.
+ Added "doveadm exec" command to easily execute commands from libexec_dir,
  e.g. "doveadm exec imap -u user@domain"
+ Added "doveadm copy" command.
+ doveadm copy/move: Added optional user parameter to specify the source
  username. This allows easily copying mails between different users.
+ Added namespace { disabled } setting to quickly enable/disable namespaces.
  This is especially useful when its value is returned by userdb.
+ Added mailbox_alias plugin. It allows creating mailbox aliases using
  symlinks.
+ imapc storage: Added imapc_max_idle_time setting to force activity on
  connection.
+ fts-solr: Expunging multiple messages is now faster.
- director: In some conditions director may have disconnected from another
  director (without logging about it), thinking it was sending invalid data.
- imap: Various fixes to listing mailboxes.
- pop3-migration plugin: Avoid disconnection from POP3 server due to idling.
- login processes crashed if there were a lot of local {} or remote {} settings
  blocks.
2012-10-01 07:10:14 +00:00
khorben
e3738800cc Added a startup script for net/vpnc, as mentioned on tech-pkg@
Set and using $pidfile as suggested by joerg@

ok hubertf@
2012-10-01 00:41:27 +00:00
dholland
c8e523948a -openh323-1.19.1
+h323plus-1.24.0
Also note ptlib-2.10.7.

It seems that openh323 went away and was replaced by h323plus.
This update includes a bonus: we can then remove devel/pwlib.
2012-09-30 23:28:38 +00:00
dholland
0be06a657b HOMEPAGE leads to a squatter; comment it out and also note the homepage
of the apparent successor project.
2012-09-30 23:25:18 +00:00
dholland
fdfedfb6a1 rlwrap 0.37 2012-09-30 22:11:45 +00:00
dholland
40f058d25a Update to 0.37; closes PR 46078.
Now depends on perl.

0.37  Commands that emit "status lines" using backspaces and carriage
      returns could confuse rlwrap

      rlwrap uses C strings internally, and thus cannot cope with
      command output that contains zero bytes (padding). It used to
      replace these with spaces, now the zero bytes are removed.

      if the RLWRAP_HOME is set, but $RLWRAP_HOME doesn't exist, rlwrap
      will create it

      typo: SIGERR instead of SIG_ERR in signals.c

0.36  Entering a line from vi command mode would echo the input twice

      Output from very busy commands would not always be printed on time

      When rlwrap kills itself after a command crash it will not dump
      core, in order to avoid clobbering command's much more interesting
      core dump.

      Premature filter death is now reported properly (it used to only
      say: "EOF reading from filter" or "Broken pipe writing to filter")

0.35  config.{guess,sub} have been updated to version 2009-12-13

      Corrected array bounds error in my_putstr("") (which could make
      rlwrap write an extra newline when exiting, but might even crash
      on some systems)

      Many small improvements and fixes for multi-line input:

        Multi-line inputs are now written to the inferior command one
        line at a time, so that command's response (e.g. a continuation
        prompt) can be interleaved with the echo'ed (multi-line) input.

        Calling an external editor will no longer obliterate the prompt,
        and line/column positions are now correct.

        After a multi-line edit in vi-mode, the cursor will no longer
        end up one line too high.

      CTRL-D on an empty line was handed directly to command, but also
      (erroneously) put in readline's input buffer

      Many small fixes and improvements in signal handling:

         SIGSEGV, and other "error" signals like SIGFPE, are now unblocked
         all of the time, so that rlwrap can always clean up after a crash.

         Since version 0.25 rlrwap's transparency extends to signals: if
         the inferior command segfaults, rlwrap will kill itself with a
         SIGSEGV. In order to get the bug reports where they belong,
         rlwrap now reports explicitly that it has not crashed itself.

         rlwrap's call to sigaction forgot to set the signal mask (!)

         Continuing after CTRL-Z on QNX now wakes up command

      Added --one-shot (-o) and --only-cook (-O) options

      debug log is now in a format that works well with emacs' grep-mode

      rlwrap's bindable readline function names (like rlwrap-call-editor) are
      now in hyphen-style instead of underscore_style (use of the
      old_style_names will now be flagged as an error)

      Filters can now prevent a prompt from being cooked by "rejecting" it.

      Rlwrapfilter.pm would set $_ incorrectly in echo and output handlers.

      RlwrapFilter.pm manpage is now created by newer (and less buggy)
      version of pod2man

      Added EXAMPLES section and -t option to rlwrap manpage

0.34  Binding wide (e.g. utf-8) chars in .inputrc now works

      prefix arguments are now correctly reset (M-5 a b now
      yields aaaaab instead of aaaaabbbbb)


0.33  rlwrap incorrectly fed terminfo-style capnames ("dl1") instead of
      termcap codes ("dl") into tgetstr(). On newer Debian systems this
      exposed a bug where random garbage would be printed by rlwrap

      Hyphens in rlwrap manpage are now all properly escaped

      RlwrapFilter.pm now only re-sets $filter->cumulative_output when an
      INPUT message is received


0.32  Major new feature: filtering. Filters sit between rlwrap and the
      wrapped command, re-writing command output, input, prompts,
      history, and completion word lists.

      System-wide filters live in DATADIR/rlwrap/filters (where DATADIR =
      /usr/local/share by default, installation-dependent) Because of this,
      completions now live in DATADIR/rlwrap/completions (until now:
      DATADIR/rlwrap)

      To make filter writing easy, a perl module RlwrapFilter.pm has
      been added. It doesn't become part of your perl installation, but lives
      in DATADIR/rlwrap/filters

      rlwrap didn't properly check errno after reading from inferior pty.
      This could lead to a spurious "read error on master pty"

      Instead of using crusty old signal(), signal handlers are now set
      by sigaction() without SA_RESTART (BSD semantics) Different
      syscall-restarting behaviour among systems caused hard-to-trace
      bugs

      Now copies inferior pty's c_oflags to stdout before
      output. (some editors like joe would mess up the screen)

      prompt handling logic has been streamlined. Coloured prompt handling is
      reliable now, even for long prompts.

      At program exit, rlwrap now outputs a newline only when the client
      didn't.

      Added -g, -I, -N, -S, -w and -z options

      Removed -F option (and added a filter to replace it)

      -p option now takes colour names (-pYellow)

      rlwrap (and readline) uses C strings internally, which could cause problems
      with commands that output '\0' bytes. In direct mode, such
      characters are left untouched, but in readline mode they are
      replaced by spaces.

      the tools directory has been updated, so that configure will
      feel at home even on newer systems

      tested on SunOS, AIX, FreeBSD, HP/UX, QNX (thanks to polarhome.com), as
      well as cygwin and linux
2012-09-30 22:10:42 +00:00
adam
0d79f61413 Updated benchmark/thrulay to 0.9 2012-09-30 22:09:29 +00:00
pettai
628eecafce Added devel/userspace-rcu version 0.7.3 2012-09-30 22:07:54 +00:00
pettai
823749535c Added userspace-rcu 2012-09-30 22:07:01 +00:00
adam
6e51d3e064 Changes 0.9:
Not known.
2012-09-30 22:06:24 +00:00
pettai
365c7deff1 liburcu is a userspace RCU (read-copy-update) library. This data
synchronization library provides read-side access which scales linearly
with the number of cores. It does so by allowing multiples copies of a
given data structure to live at the same time, and by monitoring the
data structure accesses to detect grace periods after which memory
reclamation is possible.
2012-09-30 22:06:17 +00:00
dholland
da95ceea56 Update BUILDLINK_API_DEPENDS.dbus per PR 47023. 2012-09-30 21:52:32 +00:00
dholland
24ebf93923 did flightgear 2012-09-30 21:40:18 +00:00
dholland
504c40e262 flightgear-data 2012-09-30 21:39:29 +00:00
tron
baeeb62d97 Note update of the "ejabberd" package to version 2.1.11. 2012-09-30 21:38:22 +00:00
tron
dd40a448ed Update "ejabberd" package to version 2.1.11. Changes since 2.1.10:
- HTTP service
  - Fix ejabberd_http:get_line
  - Don't use binary:match to extract lines from binaries
  - Parse and encode https header names like native http parser does
  - Parse correctly https request split into multiple packets
  - Properly handle HEAD request in mod_http_bind (EJAB-1538)
  - New option default_host for handling requests with ambiguous Host
    (EJAB-1261)
- ODBC
  - New ODBC support for mod_announce
  - New ODBC support for mod_blocking
  - New ODBC support for mod_irc
  - New ODBC support for mod_muc
  - New ODBC support for mod_shared_roster
  - New ODBC support for mod_vcard_xupdate
  - Add ODBC exporting function for privacy table
  - Work also with some unicode strings in PgSQL (EJAB-1490)
  - Replace a single quote with double quotes in an ODBC escape
- SSL
  - Make sure that res is initialized in all cases
  - Parse correctly https request split into multiple packets (EJAB-1537)
  - Added missed tls:recv_data/2
  - Don't ignore Length parameter in tls:recv
  - Avoid quadratic behavior in reading SSL data
  - Dix http_bind webserver TLS fail on Chrome (EJAB-1530)
- Miscelanea
  - Assume we have only one CPU when an auto-detection fails (EJAB-1516)
  - Auth: Relax digest-uri handling (EJAB-1529)
  - Caps: Cache caps timestamp before the IQ-request is done
  - IRC: Use of MUC password
  - Private: misc errors cases fixes
  - Pubsub: return user affiliation for a specified node (EJAB-1294)
  - Shared Roster: Foreign items were not pushed (EJAB-1509)
  - Shared Roster LDAP: user substitution in ldap_rfilter (EJAB-1555)
  - Windows: Fix makefile rules for building DLLs
2012-09-30 21:38:04 +00:00
dholland
2fb5b0413d Update to 2.8.0. No separate changelog, see games/flightgear.
Caution: distfile has more than doubled in size to nearly 700MB.
2012-09-30 21:37:30 +00:00
wiz
dd993c5176 Added www/p5-HTML-Template-Expr version 0.07 2012-09-30 21:04:43 +00:00
wiz
6896f82123 + p5-HTML-Template-Expr. 2012-09-30 21:04:04 +00:00
wiz
a82c5bbc38 Import p5-HTML-Template-Expr-0.07 as www/p5-HTML-Template-Expr.
This module provides an extension to HTML::Template which allows
expressions in the template syntax. This is purely an addition -
all the normal HTML::Template options, syntax and behaviors will
still work.
2012-09-30 21:03:48 +00:00
wiz
c4cf3debdb Mention freeze end for 2012Q3. Announcement upcoming. 2012-09-30 20:58:52 +00:00
jnemeth
58824ded5c Build fix:
This is the second attempt to fix the build problem that some people
have seen (I have received inconsistent reports).  This should
force chan_mgcp to build on systems where it can.  It was tested
on NetBSD 5.0, thus ensuring that it doesn't break previously
working systems; and NetBSD 6.99.7, where I finally saw the problem
that some people were reporting.
2012-09-30 19:24:18 +00:00
wiz
dc4dd3066a + Transmission-2.71, Transmission-gui-2.71, cppunit-1.13.1,
dbus-1.6.8, ffmpeg-20120609.1.0, ffplay-20120609.1.0, py-cython-0.17.1,
  py-pytz-2012f, x264-devel-20120929.
2012-09-30 16:25:22 +00:00
wiz
74eb4bf748 + python33-3.3.0. 2012-09-30 16:11:13 +00:00
mspo
33085b0c89 freerdist is called rdist6 2012-09-30 15:15:54 +00:00
taca
1e6276ebd7 - mysql-5.1.65.
+ mysql-5.5.28.
2012-09-30 14:09:34 +00:00
adam
652f481bc2 Fix building with Clang 2012-09-30 13:15:03 +00:00
wiz
e927fdddde regen 2012-09-30 10:12:00 +00:00
dholland
b034a88754 simgear + flightgear 2012-09-30 10:05:22 +00:00
dholland
57c0e31339 Update to 2.8.0. Switches build system to cmake.
August 17, 2012 -- FlightGear v2.8.0 is Released

The FlightGear development team is happy to announce the v2.8.0
release of FlightGear, the free, open-source flight simulator. This
new version contains many exciting new features, enhancements and
bugfixes.

V2.8.0 includes improvements making FlightGear world more realistic
than ever before.  Placement of random buildings and trees match the
underlying terrain texture, and urban areas now have denser random
buildings.  Textures can be region specific, and users can select
between summer and winter textures in-sim.  An improved atmospheric
scattering and terrain haze model means the lighting of the terrain is
more realistic.  Finally, a new automated system is now available for
scenery submissions that automatically get rolled into the scenery
distribution to be enjoyed by everyone.

[...]

Some of the major changes include:

AI Traffic

    Improved aircraft models and textures.

Flight dynamics

    FlightGear has been synced with the JSBSim project.

Environment

    Region-specific terrain textures are used for Europe and Hawaii.
Now towns in Europe look different from towns in the USA.

    Cities and towns now look more populated due to random 3D
buildings, complete with lighting at night.
    Scenery looks more realistic due to improved placement of random
objects, buildings and trees.
    Airport signs are now rendered in 3D, with support for
double-sided signs. Full apt.dat 850 syntax is supported.
    You can now select between summer and winter scenery in-sim.

Instruments & HUDs

    A new flexible, 2D rendering system designed for complex
instruments such as CDUs, MFDs, EICAS, HUDs and other glass cockpit
interfaces. Canvas allows aircraft designers to easily build complex
instruments without needing specialized C++ code.

Interface

    Support for translation of the main menu into languages other than
English.
    A Nasal API is available allowing access to Navigation and
route-manager data.

Highlighted new and improved aircraft

    Airwave Xtreme 150: complete new (JSBSim) flight dynamics, new
model, advanced pilot animations.
    Cessna 337G Skymaster

Project infrastructure

    Various improvements to our scenery database make it easier than
ever to add, delete or update objects to the FlightGear world.
    The new aircraft download page allows you to easily find quality
aircraft, by filtering on status indications.

Visual effects

    Improved simulation of atmospheric light scattering with terrain
haze.
    An experimental renderer, named after the famous painter
Rembrandt, is included for testing purposes. The Rembrandt rendered
supports multiple light sources (landing lights, instrument lights),
real-time shadows and ambient occlusion across aircraft and scenery
for a much more realistic visual experience.

Other

    Additional joysticks and rudder pedals are supported out-of-the-box:
        InterLink Elite
        Micorosft Xbox 360 Controller
        Qware USB
        Saitek Cyborg X (F.L.Y. 5)
        Saitek Pro Flight Cessna Yoke
        Saitek Pro Flight Cessna Trim Wheel
        Saitek Pro Flight Cessna Rudder Pedals
        Speedlink Defender
    A French partial translation of The FlightGear Manual is now available.

Bug fixes

    See our bugtracker for an extensive list of the bugs fixed in this release.
2012-09-30 10:04:33 +00:00
asau
0f0ebf843e "user-destdir" was made default. Adjust documentation. 2012-09-30 09:16:56 +00:00
asau
7daab524ad "user-destdir" was made default, adjust example correspondingly. 2012-09-30 09:10:36 +00:00
asau
5efa76f089 Updated pkgtools/url2pkg to 2.15 2012-09-30 09:07:09 +00:00
asau
3eee6cafb3 "user-destdir" was made default, don't set it. Bump version. 2012-09-30 09:06:50 +00:00
ryoon
9affd02072 Replace WRKDIR with WRKSRC in post-extract target.
Thanks to Krister Walfridsson on pkgsrc-bulk@NetBSD.org.
2012-09-30 09:06:19 +00:00
asau
374fd3bf06 Stress that staged installation is unprivileged. 2012-09-30 09:02:53 +00:00
asau
3d4810f038 Mention that unprivileged staged installation (PKG_DESTDIR_SUPPORT=user-destdir)
is made default on 2012-08-14. Noted by <obache>.
2012-09-30 09:02:10 +00:00
dholland
3440ed5220 Mark this BROKEN because it needs to match the version of simgear and
there's no point trying to build it until then. I'm going to do this
but I might not get it done promptly.
2012-09-30 01:58:19 +00:00
dholland
796ff6b425 Update to 2.8.0; fixes build with current boost.
Build system changed to cmake.

Rename patch-ab; the other pre-existing patches do not appear to be
needed any further.

No recent upstream news or changelog appears to exist. The project
home page doesn't admit the existence of versions newer than 2.0.0,
but there are several, corresponding to the recent versions of
FlightGear.
2012-09-30 01:50:15 +00:00
dholland
8366766976 Revert version 1.15, which was committed presumably by accident during the
cairo revbump earlier this month and was probably meant to be part of a
yet-uncommitted update. It doesn't appear to be correct with the current
version.
2012-09-29 23:34:11 +00:00
dholland
5174783e10 Revert rev. 1.40, which added checksums for four nonexistent patches and
was apparently committed by accident during the cairo revbump earlier
this month.
2012-09-29 23:28:22 +00:00
dholland
077f2c5508 Use const syntax correctly. const void * != void *const, and likewise,
given the libz typedef "voidp" for void *, "const voidp" does not magically
inject const inside the typedef'd type. Use the libz typedef "voidpc"
instead. May fix PR 46996.
2012-09-29 21:27:14 +00:00
hubertf
9fce1ab700 Set maintainer to pkgsrc-users@NetBSD.org
Requested by Jukka, supported by me
2012-09-29 21:20:12 +00:00
dholland
c75030ab0c MAKE_JOBS_SAFE should go in Makefile.common as it applies to the build
system, and hence the plugins as well as the base package.
2012-09-29 20:10:35 +00:00
asau
59db179f0e Regenerate for pseudo-term mux change. 2012-09-29 18:00:38 +00:00
asau
f52b1b0b04 Use pseudo-terminal multiplexor on NetBSD (available since 3.0).
This makes the package functional on NetBSD after removal of
traditional pseudo-terminals.
Bump package revision.
2012-09-29 17:59:34 +00:00
ryoon
ed793f25f1 Fix build on DragonFly with minimal change.
Thanks to Francois Tigeot for pointing it out.
2012-09-29 16:30:19 +00:00
tron
f9aef77b9b Use "PKGREVISION_NOREV" in master site URL. The download now works even
after the package revision has been bumped.
2012-09-29 15:56:31 +00:00
wiz
3fb26b129f + album-4.08, asymptote-2.19, calibre-0.9.0, chicken-4.8.0,
enscript-1.6.6, feh-2.6.3, gnome-3.6, gnutls-3.1.2 [needs
  nettle-2.5], lftp-4.4.0, libextractor-1.0.0, libtasn1-2.14,
  nut-18.0, openmpi-1.6.2, png-1.5.13, webkit-gtk-1.10, webkit-gtk3-1.10,
  weechat-0.3.9, wine-devel-1.5.14 [wait until NetBSD gains OSS 4
  or bring OSS 3 support back], xf86-video-intel-2.20.9,
  xf86-video-mga-1.6.2, xf86-video-r128-6.9.1, xkeyboard-config-2.7,
  xterm-282.
2012-09-29 13:13:55 +00:00
ryoon
6cca55c31f Add nucleo-0.7.6 2012-09-29 13:01:29 +00:00