Commit graph

210904 commits

Author SHA1 Message Date
wiz
4a0fd2a5f6 + aria2-1.18.3, asc-2.6.0, ccrtp-2.0.7, cdrtools-3.01alpha21,
libzrtpcpp-2.3.4, reposurgeon-3.0, xbindkeys-1.8.6.
2014-01-05 22:01:30 +00:00
wiz
afa0081d50 Updated wm/sawfish to 1.10nb1 2014-01-05 21:47:03 +00:00
wiz
953d7276b0 Add missing libXtst package to fix build with modular xorg.
Add hicolor-icon-theme dependency per pkglint suggestion.
Bump PKGREVISION.
2014-01-05 21:46:55 +00:00
wiz
108604e533 Updated security/oath-toolkit to 2.4.0nb2 2014-01-05 21:41:46 +00:00
wiz
1a4dc6c8a6 Run autoreconf to avoid issues with automake version number mismatches.
Fixes build after automake-1.14.1 update.

Make automake a build dependency. Bump PKGREVISION.
2014-01-05 21:41:37 +00:00
wiz
80a872abb5 Updated ham/usrp-docs to 3.3.0nb11 2014-01-05 21:33:25 +00:00
wiz
4950ceb604 Fix build with doxygen-1.8.6 and depend on it. PKGREVISION++ 2014-01-05 21:33:17 +00:00
wiz
c5a34ba10d Add usrp and usrp-docs. 2014-01-05 21:30:44 +00:00
wiz
2d9438ec3d Updated ham/gnuradio-core-docs to 3.3.0nb19 2014-01-05 21:23:07 +00:00
wiz
18823c88e8 Fix build with doxygen-1.8.6 and depend on it. PKGREVISION++ 2014-01-05 21:22:13 +00:00
wiz
3195aac62a Bump PKGREVISION for including the sqlite3 buildlink3.mk file.
XXX: The PLIST is wrong on -current, but MAINTAINER says it's ok on 6.x.
Can someone confirm?
2014-01-05 21:19:18 +00:00
wiz
ab72e47361 Fix packaging after patches/patch-share_html_Install_Initialize.html was
added.
2014-01-05 20:46:26 +00:00
wiz
ad4ca67b64 Updated devel/qof to 0.7.5nb15 2014-01-05 20:24:24 +00:00
wiz
07a3c2e71e Fix build with doxygen-1.8.6 and depend on it. PKGREVISION++ 2014-01-05 20:23:06 +00:00
wiz
7f3d013259 Updated cross/avr-libc to 1.8.0nb1 2014-01-05 20:21:02 +00:00
wiz
72bc1e2467 Fix build with doxygen-1.8.6 and depend on it. PKGREVISION++ 2014-01-05 20:20:48 +00:00
wiz
a950255de0 Updated converters/libvisio to 0.0.31nb3 2014-01-05 20:13:26 +00:00
wiz
c365b6de28 Fix build with doxygen-1.8.6 and depend on it. PKGREVISION++ 2014-01-05 20:13:17 +00:00
wiz
ef12271da3 Updated converters/libcdr to 0.0.6nb3 2014-01-05 20:10:43 +00:00
wiz
9315218774 Fix build with doxygen-1.8.6 and depend on it. PKGREVISION++ 2014-01-05 20:10:36 +00:00
wiz
2e33568728 Updated comms/openobex to 1.7nb1 2014-01-05 20:01:51 +00:00
wiz
69120a32b2 Fix package with doxygen-1.8.6 and depend on it. Bump PKGREVISION. 2014-01-05 20:01:42 +00:00
wiz
698984fb86 Updated audio/libopus to 1.1nb1 2014-01-05 19:56:59 +00:00
wiz
38bfbe84a1 Add gmake build dependency.
Add doc option to enable building documentation, defaulting to off.
Bump PKGREVISION, even though package didn't package before except if
you had doxygen installed.
2014-01-05 19:56:50 +00:00
rodent
850af9494a +py-uwsgitop 2014-01-05 17:48:12 +00:00
rodent
dc91b081c5 Updated devel/py-requests to 2.1.0 2014-01-05 17:47:26 +00:00
rodent
0175039226 Update to latest release, 2.1.0. Both dependents built fine with this
version. Simplify variable handling in Makefile to have fewer hardcoded
values. Specify sphinx version as per package's requirements.txt.
USE_LANGUAGES+=c. Some new PLIST additions. From HISTORY.rst:

2.1.0 (2013-12-05)
++++++++++++++++++

- Updated CA Bundle, of course.
- Clean up connections when we hit problems during chunked upload, rather than leaking them.
- Return connections to the pool when a chunked upload is successful, rather than leaking it.
- Match the HTTPbis recommendation for HTTP 301 redirects.
- Prevent hanging when using streaming uploads and Digest Auth when a 401 is received.
- Values of headers set by Requests are now always the native string type.
- Fix previously broken SNI support.
- Fix accessing HTTP proxies using proxy authentication.
- Unencode HTTP Basic usernames and passwords extracted from URLs.
- Support for IP address ranges for no_proxy environment variable
- Parse headers correctly when users override the default ``Host:`` header.
- Avoid munging the URL in case of case-sensitive servers.
- Looser URL handling for non-HTTP/HTTPS urls.
- Accept unicode methods in Python 2.6 and 2.7.
- More resilient cookie handling.
- Make ``Response`` objects pickleable.
- Actually added MD5-sess to Digest Auth instead of pretending to like last time.
- Updated internal urllib3.
- Fixed @Lukasa's lack of taste.

2.0.1 (2013-10-24)
++++++++++++++++++

- Updated included CA Bundle with new mistrusts and automated process for the future
- Added MD5-sess to Digest Auth
- Accept per-file headers in multipart file POST messages.
- Fixed: Don't send the full URL on CONNECT messages.
- Fixed: Correctly lowercase a redirect scheme.
- Fixed: Cookies not persisted when set via functional API.
- Fixed: Translate urllib3 ProxyError into a requests ProxyError derived from ConnectionError.
- Updated internal urllib3 and chardet.

2.0.0 (2013-09-24)
++++++++++++++++++

**API Changes:**

- Keys in the Headers dictionary are now native strings on all Python versions,
  i.e. bytestrings on Python 2, unicode on Python 3.
- Proxy URLs now *must* have an explicit scheme. A ``MissingSchema`` exception
  will be raised if they don't.
- Timeouts now apply to read time if ``Stream=False``.
- ``RequestException`` is now a subclass of ``IOError``, not ``RuntimeError``.
- Added new method to ``PreparedRequest`` objects: ``PreparedRequest.copy()``.
- Added new method to ``Session`` objects: ``Session.update_request()``. This
  method updates a ``Request`` object with the data (e.g. cookies) stored on
  the ``Session``.
- Added new method to ``Session`` objects: ``Session.prepare_request()``. This
  method updates and prepares a ``Request`` object, and returns the
  corresponding ``PreparedRequest`` object.
- Added new method to ``HTTPAdapter`` objects: ``HTTPAdapter.proxy_headers()``.
  This should not be called directly, but improves the subclass interface.
- ``httplib.IncompleteRead`` exceptions caused by incorrect chunked encoding
  will now raise a Requests ``ChunkedEncodingError`` instead.
- Invalid percent-escape sequences now cause a Requests ``InvalidURL``
  exception to be raised.
- HTTP 208 no longer uses reason phrase ``"im_used"``. Correctly uses
  ``"already_reported"``.
- HTTP 226 reason added (``"im_used"``).

**Bugfixes:**

- Vastly improved proxy support, including the CONNECT verb. Special thanks to
  the many contributors who worked towards this improvement.
- Cookies are now properly managed when 401 authentication responses are
  received.
- Chunked encoding fixes.
- Support for mixed case schemes.
- Better handling of streaming downloads.
- Retrieve environment proxies from more locations.
- Minor cookies fixes.
- Improved redirect behaviour.
- Improved streaming behaviour, particularly for compressed data.
- Miscellaneous small Python 3 text encoding bugs.
- ``.netrc`` no longer overrides explicit auth.
- Cookies set by hooks are now correctly persisted on Sessions.
- Fix problem with cookies that specify port numbers in their host field.
- ``BytesIO`` can be used to perform streaming uploads.
- More generous parsing of the ``no_proxy`` environment variable.
- Non-string objects can be passed in data values alongside files.

1.2.3 (2013-05-25)
++++++++++++++++++

- Simple packaging fix

1.2.2 (2013-05-23)
++++++++++++++++++

- Simple packaging fix
2014-01-05 17:47:10 +00:00
wiz
507510cfaf Add a comment mentioning where a list of changes can be found.
From veego.
2014-01-05 15:12:11 +00:00
rodent
c95396d35b Added www/py-uwsgitop version 0.6.2 2014-01-05 15:10:04 +00:00
rodent
d0b504d04c Import py27-uwsgitop-0.6.2 as www/py-uwsgitop.
uwsgitop is a top-like command that uses the stats server. Run your uWSGI server
with the stats server enabled. Ex.:

uwsgi --module myapp --socket :3030 --stats /tmp/stats.socket

Then, connect uwsgitop to the stats socket:

uwsgitop /tmp/stats.socket
2014-01-05 15:09:52 +00:00
wiz
1dd0735e63 FETCH_USING should not be set in package Makefiles. 2014-01-05 14:55:09 +00:00
wiz
99d83bfffb + cvs-fast-export-1.2, etm2-2.3.20,
gnome-commander-1.2.8.16, lilypond-2.18.0, poppler-0.24.5,
  py-pytz-2013.9, py-setuptools-1.11, samba-4.0.13, samba-4.1.3,
  texmaker-4.1.1 [wip], wine-devel-1.7.10, x264-devel-20140104.
2014-01-05 14:47:19 +00:00
tron
11620089bd Add reference to PR port-sparc64/48501. 2014-01-05 13:36:52 +00:00
tron
97386ba04f Disable compiler optimization under NetBSD/sparc64 because GCC 4.5.3
gets stuck while compiling "vp9/vp9_cx_iface.c".
2014-01-05 13:27:10 +00:00
wen
5badc30e81 Added www/py-uliweb version 0.2.3 2014-01-05 12:50:19 +00:00
wen
ba46b7b9bc Add py-uliweb 2014-01-05 12:48:38 +00:00
wen
c3e6563a8a Import uliweb-0.2.3 as www/py-uliweb.
Uliweb is a full-stacked Python based web framework. It has three
main design goals, they are: reusability, configurability, and
replaceability. All the functionalities revolve around these goals.
2014-01-05 12:47:31 +00:00
ryoon
b655fc8166 Add icewm13 2014-01-05 12:34:49 +00:00
ryoon
3bd2172f62 Added wm/icewm13 version 1.3.8 2014-01-05 12:34:08 +00:00
ryoon
fdc6101f20 Import icewm-1.3.8 as wm/icewm13.
IceWM provides a small, fast and familiar window manager for the X11 window
system.  Compatibility with the mwm window manager is desired and will be
implemented where appropriate.

IceWM is designed to emulate the look of Motif, OS/2 Warp 4, OS/2 Warp 3 and
Windows 95.  It also tries to combine the feel of these systems whenever it
is compatible.  Others might added in the future in the core distribution,
though many themes are available through the network.

Generally, it tries to make all functions available both by keyboard and by
mouse (this is not currently possible when using mouse focus).

This package provides IceWM 1.3 branch release.
2014-01-05 12:33:26 +00:00
ryoon
53704ab8cd Update wm/icewm{,-imlib} to 1.2.38pre2 2014-01-05 12:32:26 +00:00
ryoon
cd4e5b78e1 Reset PKGREVISION from base package update 2014-01-05 12:31:50 +00:00
ryoon
25bfe0bcf6 Update to 1.2.38pre2
* Fix wrong color on NetBSD/evbearmv6hf-el with Yasushi Oshima's patch

Chagnelog:
1.2.38pre2:
	- various bug fixes

1.2.38pre1:
	- xinerama fixes
        - app-group transient window implementation
	- FreeBSD ACPI support - Alexander Motin (amotin)

1.2.37:
	- fix centering of transient windows over parents (Bert Wesarg)
	- check if window is allowed to be moved, before starting movement (Bert Wesarg)
	- fix key handling on buttons

1.2.36:
	- add option TaskBarFullscreenAutoShow (default = 1)

1.2.36pre2: 2008-08-17
	- regrab keyboard bindings when keyboard mapping changes

1.2.36pre1: 2008-08-07
	- fix unresponsive taskbar when PassFirstClickToClient=0
	- add support for sysfs interface (instead of proc) for battery
          status (initial code by Santiago Garcia Mantinan)
	- fix maximized window repositioning on fullscreen toggle
	- bug 1852567 - make searching for icons more consistent (iconPath first,
          search each directory first for all possible types - xpm, png)
	- Italian translation update
	- Korean translation update
	- translation cleanup: converted .po files to UTF-8
2014-01-05 12:29:33 +00:00
wiz
2e9821ae78 Updated pkgtools/pkglint to 4.134 2014-01-05 11:26:15 +00:00
wiz
fa2e30e825 Skip :build and :run from tools to recognize 'perl:run' etc.
Allow https in one more place.
Bump version.
2014-01-05 11:26:06 +00:00
richard
2c2da6499b add missing dependencies to build when option x11 is present 2014-01-05 10:57:11 +00:00
richard
a5d556f2b3 add missing libXft dependency, fonts are much nicer now 2014-01-05 10:12:31 +00:00
obache
15eb7fa0eb Updated emulators/suse131_x11 to 13.1nb2 2014-01-05 09:49:07 +00:00
obache
600b0e82b0 Update rpm to libpixman-1-0-0.30.2-2.5.1 for CVE-2013-6425.
Bump PKGREVISION.
2014-01-05 09:48:46 +00:00
obache
76955aab8e Updated emulators/suse131_openssl to 13.1nb1 2014-01-05 09:45:15 +00:00