Commit graph

211795 commits

Author SHA1 Message Date
wiz
44739aa4cc Convert to distutils.mk. Mark as not for python-3.x.
Bump PKGREVISION.
2014-01-23 17:45:48 +00:00
wiz
fdb8a9c433 Convert to distutils.mk. Mark as not for python-3.x.
(no effective change in PLIST, so no PKGREVISION++)
2014-01-23 17:39:32 +00:00
wiz
430e13e39a Remove REPLACE_* section for non-existing file.
Mark as not for python-3.x.
2014-01-23 17:34:26 +00:00
wiz
bd3b55ebe4 Updated games/jools to 0.20nb4 2014-01-23 17:24:53 +00:00
wiz
fdc2814db8 Convert to distutils.mk. Fix interpreter path in installed file.
Mark as not for python-3.x.
Bump PKGREVISION.
2014-01-23 17:24:44 +00:00
wiz
087d368423 Updated emulators/gns3 to 0.8.3.1nb2 2014-01-23 17:07:25 +00:00
wiz
28068e7642 Convert to distutils.mk. Mark as not for python-3.x.
Bump PKGREVISION.
2014-01-23 17:07:16 +00:00
wiz
6f5dcaf4e0 Updated net/exabgp to 3.2.19nb1 2014-01-23 16:50:15 +00:00
wiz
98f94ef81c Convert to distutils.mk. Mark as not for python-3.x.
Bump PKGREVISION.
2014-01-23 16:50:06 +00:00
morr
528b95e804 Note update of www/wordpress 2014-01-23 16:29:29 +00:00
morr
ca39182fd8 Update to version 3.8.
Changes:

Introduces a new, modern admin design
* A fresh, uncluttered design
* Clean typography with Open Sans
* Superior contrast and large, comfortable type
* Responsive interfaces throughout
* Refined, theme management
* Smoother, click-to-add widget management

New Default Theme - Twenty Fourteen
* Easily create a responsive magazine website with a sleek, modern design.
* Feature your favorite homepage content in either a grid or a slider.
* Use the three widget areas to customize your website, and change your
  content's layout with a full-width page template and a contributor page to show
  off your authors.

For Developers
* External Libraries have been updated.
* Better RTL support

More info on http://codex.wordpress.org/Version_3.8
2014-01-23 16:27:49 +00:00
wiz
b9d4bf73d5 Fix syntax; fix variable evaluation problem. 2014-01-23 16:18:42 +00:00
wiz
2d84ababc7 Fix PLIST for python-3.x. 2014-01-23 15:44:15 +00:00
wiz
bed47e9617 Remove py-psyco. From the homepage:
12 March 2012

    Psyco is unmaintained and dead. Please look at PyPy for the
    state-of-the-art in JIT compilers for Python.
2014-01-23 15:24:47 +00:00
schnoebe
d58d4b574b Update print/hplip to 3.14.1. 2014-01-23 15:17:46 +00:00
wiz
925a4240c2 Improve sed script so it survives OBJDIRs with '-o' in their name.
From Tobias Nygren in PR 48544.
2014-01-23 15:14:30 +00:00
schnoebe
7ec547bc32 Update to 3.14.1
Significant Changes:
    Added digital signature validation in HPLIP upgrade feature

Issues fixed:
    CVE-2013-6427: hplip: insecure auto update feature
    CVE-2013-6402: hplip: insecure temporary file handling in pkit.py
2014-01-23 14:58:28 +00:00
wiz
8372f7d970 Updated www/py-uwsgi to 2.0 2014-01-23 14:47:16 +00:00
wiz
afd77c5885 Update to 2.0 (python-3.x compatible) based on the wip package by othyro.
Changes:
uWSGI 2.0

Changelog [20131230] Important changes

Dynamic options have been definitely removed as well as the
broken_plugins directory Bugfixes and improvements

    improved log rotation do not rely on unix signals to print
    request status during harakiri added magic vars for uid and
    gid various Lua fixes a tons of coverity-governed bugfixes made
    by Riccardo Magliocchetti

New features --attach-daemon2

this is a keyval based option for configuring external daemons.

Updated docs are: :doc:`AttachingDaemons` Linux setns() support

One of the biggest improvements in uWSGI 1.9-2.0 has been the total
support for Linux namespaces.

This last patch adds support for the setns() syscall.

This syscall allows a process to "attach" to a running namespace.

uWSGI instances can exposes their namespaces file descriptors
(basically they are the files in /proc/self/ns) via a unix socket.

External instances connects to that unix socket and automatically
enters the mapped namespace.

to spawn an instance in "namespace server mode", you use the
--setns-socket <addr> option

uwsgi --setns-socket /var/run/ns.socket --unshare net,ipc,uts ...

to attach you simply use --setns <addr>

uwsgi --setns /var/run/ns.socket ...

Updated docs: :doc:`Namespaces` "private" hooks

When uWSGI runs your hooks, it verbosely print the whole hook action
line. This could be a security problem in some scenario (for example
when you run initial phases as root user but allows unprivileged
access to logs).

Prefixing your action with a '!' will suppress full logging:

[uwsgi] hook-asap = !exec:my_secret_command

Support for yajl library (JSON parser)

Til now uWSGI only supported jansson as the json parser required
for managing .js config files.

You can now use the yajl library (available in centos) as alternative
JSON parser (will be automatically detected) Perl spooler support

The perl/PSGI plugin can now be used as a spooler server:

uwsgi::spooler(sub {
     my $args = shift; print Dumper($args); return -2; });

The client part is still missing as we need to fix some internal
api problem.

Expect it in 2.0.1 ;) Gateways can drop privileges

Gateways (like http router, sslrouter, rawrouter, forkptyrouter
...) can now drop privileges independently by the master.

Currently only the http/https/spdy router exposes the new option
(--http-uid/--http-gid) Subscriptions-governed SNI contexts

The subscription subsystem now supports 3 additional keys (you can
set them with the --subscribe2 option):

sni_key

sni_cert

sni_ca

all of the takes a path to the relevant ssl files.
2014-01-23 14:47:05 +00:00
wiz
a4e7a96801 Updated print/py-Pdf to 1.13nb1 2014-01-23 14:38:51 +00:00
wiz
59462bf303 Convert to python-3.x and distutils.mk.
Bump PKGREVISION.
2014-01-23 14:38:42 +00:00
wiz
7bb804c658 Remove vim-gtk, not supported by upstream any longer.
Noted by Niclas Rosenvik on pkgsrc-users.
2014-01-23 14:15:12 +00:00
obache
4627fbab6b Note missing re-Added graphics/py-matplotlib-tk and Added devel/ipython1 (hi drochner) 2014-01-23 13:30:50 +00:00
adam
dc4809baa6 Updated www/lighttpd to 1.4.34 2014-01-23 13:21:11 +00:00
joerg
3339da24e5 Drop maintainership, haven't used it in ages. 2014-01-23 13:21:04 +00:00
adam
de23db7832 Changes 1.4.34:
* [mod_auth] explicitly link ssl for SHA1 (fixes 2517)
* [mod_extforward] fix compilation without IPv6, (not) using undefined var (fixes 2515, thx mm)
* [ssl] fix SNI handling; only use key+cert from SNI specific config (fixes 2525, CVE-2013-4508)
* [doc] update ssl.cipher-list recommendation
* [stat-cache] FAM: fix use after free (CVE-2013-4560)
* [stat-cache] fix FAM cleanup/fdevent handling
* [core] check success of setuid,setgid,setgroups (CVE-2013-4559)
* [ssl] fix regression from CVE-2013-4508 (client-cert sessions were broken)
* maintain physical.basedir (the "acting" doc-root as prefix of physical.path) in more places
* [core] decode URL before rewrite, enabling it to work in $HTTP["url"] conditionals (fixes 2526)
* [auto* build] remove -no-undefined from linker flags, as we actually link modules with undefined symbols (fixes 2533)
* [mod_mysql_vhost] fix memory leak on config init (2530)
* [mod_webdav] fix fd leak found with parfait (fixes 2530, thx kukackajiri)
2014-01-23 13:20:12 +00:00
tron
291612972e Note update of the "sma" package to version 1.4nb1. 2014-01-23 12:24:08 +00:00
is
7439c41371 latex2html-2008nb5 2014-01-23 12:21:05 +00:00
tron
970eda9354 Packaging improvements:
- Comment out master site and home page URL as they don't work anymore.
- Define a license.
- Fix "pkglint warnings.
- Fix build on IRIX by correcting the mistake in the fix for PR pkg/28818.

Bump package revision because binary changed.
2014-01-23 12:20:47 +00:00
is
198e666edf Don't install our own very ancient url.sty (1.4); depend on print/tex-url
instead.
2014-01-23 12:16:59 +00:00
tron
fbbd38fa35 pdate maintainer's e-mail address. 2014-01-23 11:58:39 +00:00
wiz
904b9a681e Add support for "foo:link" and "foo:build" for link dependencies
and build dependencies.
For link dependencies, the corresponding buildlink3.mk file will be
included (instead of DEPENDS).
For build dependencies, BUILD_DEPENDS is used (instead of DEPENDS).

Add cairo support.
2014-01-23 11:14:15 +00:00
wiz
5f6ebe574d Explain the difference. 2014-01-23 11:12:43 +00:00
wiz
de1551a7fc Added graphics/py-cairo3 version 1.10.0 2014-01-23 11:11:46 +00:00
wiz
68ee660bf6 + py-cairo3, py-matplotlib-tk 2014-01-23 11:11:36 +00:00
wiz
40696ed706 Import py33-cairo-1.10.0 as graphics/py-cairo3.
Cairo is a 2D graphics library with support for multiple output
devices.  Currently supported output targets include the X Window
System, win32, and image buffers. Experimental backends include OpenGL
(through glitz), Quartz, XCB, PostScript and PDF file output.

This package contains the Python bindings for Cairo.
2014-01-23 11:11:09 +00:00
obache
f94e4a693f add "# used by..." comments. 2014-01-23 11:10:17 +00:00
obache
150bbef95a py-input-pad come from with input-pad (and same version), not ibus-input-pad. 2014-01-23 10:58:41 +00:00
obache
2194f837b6 add missing distinfo for x86_64. 2014-01-23 10:51:49 +00:00
obache
2dac0ca731 Updated devel/py-msgpack to 0.4.0 2014-01-23 09:40:51 +00:00
obache
2de2f38a51 Update msgpack-python to 0.4.0.
0.4.0
=====
:release date: 2013-10-21

Inconpatible Changes
--------------------

* Raises TypeError instead of ValueError when packer receives unsupported type.

Changes
-------

* Support New msgpack spec.


0.3.0
=====

Inconpatible Changes
--------------------

* Default value of ``use_list`` is ``True`` for now. (It was ``False`` for 0.2.x)
  You should pass it explicitly for compatibility to 0.2.x.
* `Unpacker.unpack()` and some unpack methods now raise `OutOfData` instead of
  `StopIteration`. `StopIteration` is used for iterator protocol only.

Changes
-------
* Pure Python fallback module is added. (thanks to bwesterb)
* Add ``.skip()`` method to ``Unpacker`` (thanks to jnothman)
* Add capturing feature. You can pass the writable object to
  ``Unpacker.unpack()`` as a second parameter.
* Add ``Packer.pack_array_header`` and ``Packer.pack_map_header``.
  These methods only pack header of each type.
* Add ``autoreset`` option to ``Packer`` (default: True).
  Packer doesn't return packed bytes and clear internal buffer.
* Add ``Packer.pack_map_pairs``. It packs sequence of pair to map type.



0.2.4
=======
:release date: 2012-12-22

Bugs fixed
----------

* Fix SEGV when object_hook or object_pairs_hook raise Exception. (#39)

0.2.3
=======
:release date: 2012-12-11

Changes
-------
* Warn when use_list is not specified. It's default value will be changed in 0.3.

Bugs fixed
-----------
* Can't pack subclass of dict.

0.2.2
=======
:release date: 2012-09-21

Changes
-------
* Add ``use_single_float`` option to ``Packer``. When it is true, packs float
  object in single precision format.

Bugs fixed
-----------
* ``unpack()`` didn't restores gc state when it called with gc disabled.
  ``unpack()`` doesn't control gc now instead of restoring gc state collectly.
  User can control gc state when gc cause performance issue.

* ``Unpacker``'s ``read_size`` option didn't used.

0.2.1
=======
:release date: 2012-08-20

Changes
-------
* Add ``max_buffer_size`` parameter to Unpacker. It limits internal buffer size
  and allows unpack data from untrusted source safely.

* Unpacker's buffer reallocation algorithm is less greedy now. It cause perforamce
  derease in rare case but memory efficient and don't allocate than ``max_buffer_size``.

Bugs fixed
----------
* Fix msgpack didn't work on SPARC Solaris. It was because choosing wrong byteorder
  on compilation time. Use ``sys.byteorder`` to get correct byte order.
  Very thanks to Chris Casey for giving test environment to me.


0.2.0
=======
:release date: 2012-06-27

Changes
-------
* Drop supporting Python 2.5 and unify tests for Py2 and Py3.
* Use new version of msgpack-c. It packs correctly on big endian platforms.
* Remove deprecated packs and unpacks API.

Bugs fixed
----------
* #8 Packing subclass of dict raises TypeError. (Thanks to Steeve Morin.)
2014-01-23 09:40:29 +00:00
obache
4b9911290f Updated devel/msgpack to 0.5.8 2014-01-23 09:34:18 +00:00
obache
03c7ab13b7 Update msgpack to 0.5.8.
2013-12-23 version 0.5.8:

  * Move to the new github repository msgpack/msgpack-c
  * Support the new deserialization specification
  * fixes the problem of unpack helpers for array and map with 32bit compilers (#37, #38)
  * Other bug fixes and refactoring: #46, #41, #36, #35, #33, #32, #30, #29, #28, #27, #26, #25, #8, #3
  * Update of documents: #23, #18, #17
2014-01-23 09:34:03 +00:00
obache
1de306c1ac Updated graphics/py-Pillow to 2.3.0 2014-01-23 08:55:10 +00:00
obache
f81fe992b3 Update Pillow to 2.3.0.
Changelog (Pillow)
==================

2.3.0 (2014-01-01)
------------------

- Stop leaking filename parameter passed to getfont
  [jpharvey]

- Report availability of LIBTIFF during setup and selftest
  [cgohlke]

- Fix msvc build error C1189: "No Target Architecture"
  [cgohlke]

- Fix memory leak in font_getsize
  [wiredfool]

- Correctly prioritize include and library paths
  [ohanar]

- Image.point fixes for numpy.array and docs
  [wiredfool]

- Save the transparency header by default for PNGs
  [wiredfool]

- Support for PNG tRNS header when converting from RGB->RGBA
  [wiredfool]

- PyQT5 Support
  [wiredfool]

- Updates for saving color tiffs w/compression using libtiff
  [wiredfool]

- 2gigapix image fixes and redux
  [wiredfool]

- Save arbitrary tags in Tiff image files
  [wiredfool]

- Quote filenames and title before using on command line
  [tmccombs]

- Fixed Viewer.show to return properly
  [tmccombs]

- Documentation fixes
  [wiredfool]

- Fixed memory leak saving images as webp when webpmux is available
  [cezarsa]

- Fix compiling with FreeType 2.5.1
  [stromnov]

- Adds directories for NetBSD.
  [deepy]

- Support RGBA TIFF with missing ExtraSamples tag
  [cgohlke]

- Lossless WEBP Support
  [wiredfool]

- Take compression as an option in the save call for tiffs
  [wiredfool]

- Add support for saving lossless WebP. Just pass 'lossless=True' to save()
  [liftoff]

- LCMS support upgraded from version 1 to version 2, fixes #343
  [wiredfool]

- Added more raw decoder 16 bit pixel formats
  [svanheulen]

- Document remaining Image* modules listed in PIL handbook
  [irksep]

- Document ImageEnhance, ImageFile, ImageFilter, ImageFont, ImageGrab, ImageMath, and ImageOps
  [irksep]

- Port and update docs for Image, ImageChops, ImageColor, and ImageDraw
  [irksep]

- Move or copy content from README.rst to docs/
  [irksep]

- Respect CFLAGS/LDFLAGS when searching for headers/libs
  [iElectric]

- Port PIL Handbook tutorial and appendices
  [irksep]

- Alpha Premultiplication support for transform and resize
  [wiredfool]

- Fixes to make Pypy 2.1.0 work on Ubuntu 12.04/64
  [wiredfool]

2.2.2 (2013-12-11)
------------------

- Fix #427: compiling with FreeType 2.5.1
  [stromnov]
2014-01-23 08:54:59 +00:00
obache
2fc8ed628e Updated meta-pkgs/suse131 to 13.1nb2 2014-01-23 06:51:32 +00:00
obache
dd7f6153d7 add some modules. 2014-01-23 06:51:17 +00:00
obache
3dc3fd0d71 fixes wrong dependency path. 2014-01-23 05:59:14 +00:00
mef
ae9993577c Updated fonts/ghostscript-cidfonts to 20000901nb6 2014-01-23 00:08:50 +00:00
mef
f3b5f86242 For PR pkg/48479, old make (like NetBSD-5.1) behaves differently
with undefined VARIABLE:
  Malformed conditional (!empty(PKG_OPTIONS.gs_type:Mghostscript-agpl))
So, avoid using ghostscript version dependent installation path.
PKGREVISION++ (installation path changed). Thanks obache@
2014-01-23 00:08:02 +00:00