Age | Commit message (Collapse) | Author | Files | Lines |
|
packaged for wip by pho.
network: Networking-related facilities
|
|
|
|
|
|
packaged for wip by esg.
A Haskell binding to the X11 graphics library.
The binding is a direct translation of the C binding; for
documentation of these calls, refer to "The Xlib Programming
Manual", available online at <http://tronche.com/gui/x/xlib/>.
|
|
|
|
|
|
* Install the libffi libtool archive. Whilst it is unused, it allows
us to automatically determine the shared library suffix.
* Switch the i386 SunOS bootstrap to .xz.
* Use PKG_CC to build lndir to help environments where the compiler is
not in $PATH.
* Apply patch from Alain O'Dea to fix issues with files residing on
read-only file systems.
* Support shared libraries on 64-bit SunOS.
* Fix typo in patches/patch-rts_Linker.c.
Fixes build on SunOS. Bump PKGREVISION.
|
|
|
|
Version 3.2.10 (2014-05-21)
---------------------------
### Fixed
Correctly urlencode folder names in the file manager (see #6925).
### Update
Update MooTools to version 1.5.0 (see #6924).
### Fixed
Allow for up to 13 characters in `Validator::isEmail()` (see #6950).
### Fixed
Only fall back to the default option if there is no POST data (see #6899).
### Fixed
Do not override the event start time in `Events::addEvent()` (see #6701).
### Fixed
Correctly detect binary fields during theme import (see #6852).
### Fixed
Do not urldecode twice in `DC_Folder` (see #6840).
### Fixed
Standardize the fallback behavior of the downloads/gallery element (see #6662).
### Fixed
Correctly hide duplicated elements in the module wizard (see #6826).
### Fixed
Fix the mediabox "imgBackground" option (see #6866).
### Fixed
Strip double quotes in the options wizard (see #6919).
### Fixed
Strip the insert tag flags before passing the tag name to the hooks (see #6860).
### Fixed
Catch Swift exceptions when sending form data via e-mail (see #6941).
### Update
Update the back end date picker to version 2.2.0.
### Update
Update ACE to version 1.1.3.
### Fixed
Check for reserved article aliases before validating the alias name (see #6978).
### Fixed
Store the UUID of uploaded files in the session (see #6986).
### Fixed
Only assume a moved file or folder for new resources (see #6907).
### Fixed
Correctly strip the file extension in the `File` class (see #6968).
### Fixed
Remove the menu when `Swipe.kill()` is executed (see #6861).
### Fixed
Consider the protocol when embedding YouTube videos (see #6900).
|
|
|
|
Bump PKGREVISION.
|
|
|
|
Sanity check # of colors and map entries (CVE-2013-1978)
From
https://git.gnome.org/browse/gimp/patch/?id=32ae0f83e5748299641cceaabe3f80f1b3afd03e
and
https://git.gnome.org/browse/gimp/patch/?id=23f685931e5f000dd033a45c60c1e60d7f78caf4
Bump PKGREVISION to 2.
|
|
* In module.mk, pthread is marked as direct dependency unconditionally for
packages using module.mk. It is unwanted behavior.
* Include pthread.buildlink3.mk in buildlink3.mk only for the case perl5 is
built with "threads".
Fixes potential unwanted dependeny on pthread using perl5/module.mk.
|
|
Patch from diger in pkgsrc-users@.
|
|
|
|
|
|
DIY Layout Creator (DIYLC in short) lets the user draw electronic schematics
and board/chassis layouts quickly and without a steep learning curve.
It's particularly useful for breadboard or stripboard-style layouts, where
the board is inflexible and discrete components have variable leg lengths.
|
|
No functional change intended; this merely uses
PKG_OPTIONS_OPTIONAL_GROUPS to choose qemu-0 vs qemu.
(Pointed out by wiz@.)
|
|
Updated www/py-flask-script to 2.0.5.
|
|
* runserver: Improve handling of '-d' and '-r' switches
* Default use_debugger and use_reloader to app.debug
|
|
Version 0.2.11
--------------
- Fixes missing request loader invocation when authorization header exists.
|
|
|
|
|
|
See https://bugs.gentoo.org/show_bug.cgi?id=388607
which is against an older version, but the problem showed up today for me
(1.8.9), so it's still not fixed upstream, or got broken again.
|
|
|
|
Changes from previous:
----------------------
2.6 2014-03-01
- Updated test.pl to not use overly long http: urls, since they skew the
columns and reduce the meaningfulness of tests. Correspondingly,
regenerated all the tests.
- Merged in Neil Bower's changes.
2.5 2013-06-06
- Added github repo to pod
- Added github repo to metadata in Build.PL
- Added an abstract to the pod
- Added this file
|
|
|
|
* Fixed Bug #20273: Incorrect handling of HTAB in encodeHeader() [alec]
* Fixed Bug #20226: Mail_mimePart::encodeHeader does not encode ISO-2022-JP
string [alec]
* Fixed Bug #20222: Broken Compatybility with PHP4 [alec]
|
|
|
|
Quote from release announce:
This release contains a fix for a regression of Hash#reject in Ruby 2.1.1,
support for build with Readline-6.3 (see Bug #9578), an updated bundled
version of libyaml with psych, and some bug fixes.
For details, please refer ChangeLog.
|
|
(Ruby 2.0.0-p481).
|
|
Including many bug fixes:
* support for build with Readline-6.3
* a fix for old OpenSSL (regression in p451)
* an updated bundled version of libyaml (see Heap Overflow in YAML URI Escape Parsing (CVE-2014-2525))
For detail, please refer ChangeLog.
|
|
|
|
|
|
|
|
PR pkg/48823
|
|
frame yet. Hide ARM instructions when using DWARF EH.
|
|
|
|
|
|
LatexMk completely automates the process of generating a LaTeX document.
Essentially, it is a highly specialized relative of the general make
utility. Given the source files for a document, latexmk issues the
appropriate sequence of commands to generate a .dvi, .ps, .pdf or hardcopy
version of the document. It will run LaTeX the correct number of times to
resolve cross references, and run auxiliary programs (bibtex, makeindex) if
necessary. It can also be set to run continuously with a previewer, in which
case the needed commands are re-run whenever one of the source files is
modified.
|
|
|
|
|
|
it not given.
|
|
may be in unusual location.
|
|
|
|
|
|
|
|
|
|
packaged for wip by pho.
This module defines a class for types with a default value. Instances
are provided for '()', Set, Map, Int, Integer, Float, Double, Ratio,
Maybe, '[]', '->' and IO.
|