Commit graph

192743 commits

Author SHA1 Message Date
cheusov
b46d46378e Do not package ChangeLog file 2012-10-21 17:17:01 +00:00
cheusov
046071c99f Clean-ups 2012-10-21 17:13:49 +00:00
cheusov
7fdf37b678 Add CONFLICTS between chat/jabberd2 and net/sendfile 2012-10-21 16:05:19 +00:00
cheusov
50da833fce Fix some pkglint warnings 2012-10-21 16:01:40 +00:00
cheusov
4d0dc473dc Update MASTER_SITES. Original master site doesn't contain
"host" tarballs anymore.
2012-10-21 15:52:10 +00:00
cheusov
141b842e87 Add CONFLICTS between net/bind and net/host.
net/bind9*: remove "bind<x.y.z" entries from CONFLICTS. It is useless
   because package's PKGBASE is "bind".
2012-10-21 15:49:06 +00:00
wen
6ef3478491 Updated misc/tmux to 1.7 2012-10-21 14:53:31 +00:00
wen
65e5e3b0a9 Update to 1.7
Upstream changes:
CHANGES FROM 1.6 to 1.7, 13 October 2012

* tmux configuration files now support line-continuation with a "\" at the
  end of a line.
* New option status-position to move the status line to the top or bottom of
  the screen.
* Enforce history-limit option when clearing the screen.
* Give each window a unique id, like panes but prefixed with @.
* Add pane id to each pane in layout description (while still accepting
  the old form).
* Provide defined ways to set the various default-path possibilities: ~
  for home directory, . for server start directory, - for session start
  directory and empty for the pane's working directory (the default). All
  can also be used as part of a relative path (eg -/foo). Also provide -c
  flags to neww and splitw to override default-path setting.
* Add -l flag to send-keys to send input literally (without translating
  key names).
* Allow a single option to be specified to show-options to show just that
  option.
* New command "move-pane" (like join-pane but allows the same window).
* join-pane and move-pane commands learn "-b" option to place the pane to
  the left or above.
* Support for bracketed-paste mode.
* Allow send-keys command to accept hex values.
* Add locking around "start-server" to avoid race-conditions.
* break-pane learns -P/-F arguments for display formatting.
* set-option learns "-q" to make it quiet, and not print out anything.
* copy mode learns "wrap-search" option.
* Add a simple form of output rate limiting by counting the number of
  certain C0 sequences (linefeeds, backspaces, carriage returns) and if it
  exceeds a threshold (current default 250/millisecond), start to redraw
  the pane every 100 milliseconds instead of making each change as it
  comes. Two configuration options - c0-change-trigger and
  c0-change-interval.
* find-window learns new flags:  "-C", "-N", "-T" to match against either or
  all of a window's content, name, or title.  Defaults to all three options
  if none specified.
* find-window automatically selects the appropriate pane for the found
  matches.
* show-environment can now accept one option to show that environment value.
* Exit mouse mode when end-of-screen reached when scrolling with the mouse
  wheel.
* select-layout learns -u and -U for layout history stacks.
* kill-window, detach-client, kill-session all  learn "-a" option for
  killing all but the current thing specified.
* move-window learns "-r" option to renumber window sequentially in a
  session.
* New session option "renumber-windows" to automatically renumber windows in
  a session when a window is closed.  (see "move-window -r").
* Only enter copy-mode on scroll up.
* choose-* and list-* commands all use "-F" for format specifiers.
* When spawning external commands, the value from the "default-shell" option
  is now used, rather than assuming /bin/sh.
* New choose-tree command to render window/sessions as a tree for selection.
* display-message learns new format options.
* For linked-windows across sessions, all flags for that window are now
  cleared across sessions.
* Lots and lots of bug fixes, fixing memory-leaks, etc.
* Various manpage improvements.
2012-10-21 14:49:01 +00:00
cheusov
c2217800fd Register self-CONFLICTS between postgresql modules.
This also fixes some minor pkglint warnings.
2012-10-21 13:52:15 +00:00
schmonz
60bf153865 Indent (no functional change). 2012-10-21 13:37:12 +00:00
schmonz
a595216735 Fix HOMEPAGE. 2012-10-21 13:36:19 +00:00
cheusov
d5f2864e6a Updated fonts/terminus-font to 4.38 2012-10-21 13:01:17 +00:00
darcy
e3ac09e8ce Add option for English language. 2012-10-21 12:59:42 +00:00
cheusov
4edd32c741 Update to terminus-font to v4.38 as requested in PR 47092.
Handle fontconfig configuration file.
2012-10-21 12:52:14 +00:00
wiz
409a91ba70 + elm-me-2.5plalpha31, libmemcached-1.0.13, py-sympy-0.7.2,
terminus-font-4.38 [pkg/47092], xf86-video-intel-2.20.12.
2012-10-21 12:33:07 +00:00
wiz
eb5bf05437 Remove gscmxx which was using the now removed p5-gtk. 2012-10-21 12:07:02 +00:00
cheusov
ffd0fd5a91 CONFLICTS between siag and siod packages 2012-10-21 11:39:12 +00:00
cheusov
e2db3e54f8 Fix pkglint warnings; Add LICENSE 2012-10-21 11:35:51 +00:00
cheusov
df81bb066a CONFLICTS between libtai and libowfat 2012-10-21 11:26:50 +00:00
cheusov
2c26026263 Fix pkglint warnings 2012-10-21 11:20:20 +00:00
shattered
120f59e61f Call mount() only on Linux -- it has different call signature elsewhere. 2012-10-21 11:04:40 +00:00
cheusov
7b9bf6e3f1 Fix pkglint warnings, add LICENSE 2012-10-21 10:27:14 +00:00
joerg
19fb78c20e Deal with messed up linkage on Linux by always linking against libcrypto
and libssl when linking against libfetch, if the latter is built with
SSL support.
2012-10-21 09:08:56 +00:00
joerg
b359811619 Do not use libfetch in openldap-client. 2012-10-21 09:00:55 +00:00
joerg
7e851cb392 Revert 1.43. 2012-10-21 09:00:16 +00:00
cheusov
79c36718a3 avoid CONFLICTS between 2012-10-21 08:56:48 +00:00
wen
1d3b094411 Updated www/p5-HTTP-Message to 6.06 2012-10-21 04:32:12 +00:00
wen
d310479271 Update to 6.06
Upstream changes:
2012-10-21 HTTP-Message 6.06

Gisle Aas (2):
      More forgiving test on croak message [RT#80302]
      Added test for multipart parsing

Mark Overmeer (1):
      Multipart end boundary doesn't need match a complete line [RT#79239]
_______________________________________________________________________________
2012-10-20 HTTP-Message 6.05

Gisle Aas (5):
      Updated ignores
      No need to prevent visiting field values starting with '_'
      Report the correct croak caller for delegated methods
      Disallow empty field names or field names containing ':'
      Make the extra std_case entries local to each header
_______________________________________________________________________________
2012-09-30 HTTP-Message 6.04

Gisle Aas (5):
      Updated repository URL
      Avoid undef warning for empty content
      Teach $m->content_charset about JSON
      Use the canonical charset name for UTF-16LE (and frieds)
      Add option to override the "(no content)" marker of $m->dump

Christopher J. Madsen (2):
      Use IO::HTML for <meta> encoding sniffing
      mime_name was introduced in Encode 2.21

Tom Hukins (1):
      Remove an unneeded "require"

Ville Skytt. (1):
      Spelling fixes.

chromatic (1):
      Sanitized PERL_HTTP_URI_CLASS environment variable.

Martin H. Sluka (1):
      Add test from RT#77466

Father Chrysostomos (1):
      Fix doc grammo [RT#75831]
2012-10-21 04:30:58 +00:00
wen
f252fe452a Added devel/p5-IO-HTML version 0.04 2012-10-21 04:24:32 +00:00
wen
3d6be5a61b Imported devel/p5-IO-HTML-0.04
IO::HTML provides an easy way to open a file containing HTML while
automatically determining its encoding. It uses the HTML5 encoding
sniffing algorithm specified in section 8.2.2.1 of the draft standard.
2012-10-21 04:22:25 +00:00
sbd
135deb8dac Add libfetch buildlink to openldap-client's buildlink3.mk 2012-10-21 00:20:27 +00:00
pettai
b2e07220d0 Added build fix for Solaris 10, as suggested by PR pkg/47033 2012-10-20 22:59:29 +00:00
joerg
994a344f44 Add missing prototypes. 2012-10-20 22:14:05 +00:00
joerg
c8c7867f96 Forgotten patch to fix inline usage. 2012-10-20 22:13:28 +00:00
joerg
e23b72f612 Only return without value, if the function is void. 2012-10-20 22:12:30 +00:00
joerg
9a61ed3db5 Return without value iff the function has a return type of void. 2012-10-20 22:11:30 +00:00
joerg
e0db280858 const global objects must have a defaulted constructor.
Make sure that functions are defined before used in templates.
2012-10-20 22:10:18 +00:00
joerg
ba4f9be4e8 Include missing <typeinfo>. 2012-10-20 22:09:09 +00:00
joerg
4a4fee00c2 Add missing prototypes. Don't conflict with unistd.h on getopt. 2012-10-20 22:08:32 +00:00
joerg
25a83b2743 const global objects are not valid when using non-defaulted
constructors.
2012-10-20 22:07:40 +00:00
joerg
d7d099cb05 Add some more warnings to remove for clang. 2012-10-20 22:06:55 +00:00
joerg
14ebc7b961 Return a value in non-void functions. 2012-10-20 22:06:18 +00:00
joerg
323388b332 Fix build with Clang. 2012-10-20 22:04:50 +00:00
joerg
2a3d87e289 Use a more specific fix for clang. 2012-10-20 22:04:27 +00:00
joerg
a88170cd04 Use more void. 2012-10-20 22:03:46 +00:00
joerg
41fb6109e3 Taking the address of a temporary object is not valid C++. 2012-10-20 22:03:01 +00:00
joerg
37c927f9ae Don't return without value in non-void function. 2012-10-20 22:02:07 +00:00
wiz
7e481b8061 Updated devel/py-distribute to 0.6.29 2012-10-20 16:11:09 +00:00
wiz
25cb60c203 Update to 0.6.29:
------
0.6.29
------

* Pull Request #14: Honor file permissions in zip files.
* Issue #327: Merged pull request #24 to fix a dependency problem with pip.
* Merged pull request #23 to fix https://github.com/pypa/virtualenv/issues/301.
* If Sphinx is installed, the `upload_docs` command now runs `build_sphinx`
  to produce uploadable documentation.
* Issue #326: `upload_docs` provided mangled auth credentials under Python 3.
* Issue #320: Fix check for "createable" in distribute_setup.py.
* Issue #305: Remove a warning that was triggered during normal operations.
* Issue #311: Print metadata in UTF-8 independent of platform.
* Issue #303: Read manifest file with UTF-8 encoding under Python 3.
* Issue #301: Allow to run tests of namespace packages when using 2to3.
* Issue #304: Prevent import loop in site.py under Python 3.3.
* Issue #283: Reenable scanning of *.pyc / *.pyo files on Python 3.3.
* Issue #299: The develop command didn't work on Python 3, when using 2to3,
  as the egg link would go to the Python 2 source. Linking to the 2to3'd code
  in build/lib makes it work, although you will have to rebuild the module
  before testing it.
* Issue #306: Even if 2to3 is used, we build in-place under Python 2.
* Issue #307: Prints the full path when .svn/entries is broken.
* Issue #313: Support for sdist subcommands (Python 2.7)
* Issue #314: test_local_index() would fail an OS X.
* Issue #310: Non-ascii characters in a namespace __init__.py causes errors.
* Issue #218: Improved documentation on behavior of `package_data` and
  `include_package_data`. Files indicated by `package_data` are now included
  in the manifest.
* `distribute_setup.py` now allows a `--download-base` argument for retrieving
  distribute from a specified location.
2012-10-20 16:11:00 +00:00
wiz
5eaacb2825 Remove p5-gtk, p5-Gdk-Imlib, and p5-Gdk-Pixbuf, as discussed on tech-pkg
and pkgsrc-users.
2012-10-20 15:43:08 +00:00