Commit graph

213981 commits

Author SHA1 Message Date
wiz
8290d14185 + denemo-1.1.2, lighttpd-1.4.35, octave-3.8.1. 2014-03-13 15:06:21 +00:00
schnoebe
4a791d77ce Updated print/hplip to 3.14.3. 2014-03-13 15:02:36 +00:00
jperkin
480d33bbd2 Updated databases/postgresql93-monitoring to 9.3.3nb1 2014-03-13 14:57:42 +00:00
jperkin
b618ef12b1 Build and install pg_test_timing. Bump PKGREVISION. 2014-03-13 14:57:20 +00:00
schnoebe
a1598f0f69 Update to 3.14.3:
HPLIP 3.14.3 - This release has the following changes:

Significant Changes:
- Linux Mint is among tier-1 distro's for HPLIP support. Versions
  included are, Linux Mint 13, 14 and 16

Added Support for the Following New Printers:
- HP Deskjet Ink Advantage 4640 e-All-in-One Printer series
- HP Deskjet Ink Advantage 4645 e-All-in-One Printer
- HP Deskjet Ink Advantage 4646 e-All-in-One Printer
- HP Deskjet Ink Advantage 4648 e-All-in-One Printer
- HP LaserJet Pro MFP M125a
- HP LaserJet Pro MFP M125nw
- HP LaserJet Pro MFP M125rnw
- HP LaserJet Pro MFP M126a
- HP LaserJet Pro MFP M126nw
- HP LaserJet Pro MFP M127fp

Added support for the following new Distro's:
- Debian 6.0.9,7.3,7.4
- Fedora 20
- Linux Mint 16

Issues fixed:
- Fixed align functionality issue with HP OfficeJet 6100
- Systray notification does not pop-up after configuring the device
  using 'hp-setup' command
- Unable to configure second fax queue in interactive mode
- Fixed missing 'No 6 3/4 Envelope' media size for HP OfficeJet 7619
  Series
- Printer name does not change when navigate back and forward to change
  the printer queue configuration through 'hp-setup'

Launchpad fixes:
1273905 - printer name changes when power cycled
1266704 - hp-config_usb_printer is trying to configure HP keyboard and
	  mouse
1253432 - "HP Device Manager" deletes other queues (Ubuntu hplip 3.13.9-1)
1250806 - hpcups filter crash fix
1273043 - Error with 'hp-setup'
1255033 - Should run hp-firmware from udev separately
1266011 - Do not put static printer-independent strings like
	  "Automatically setup by HPLIP" into the description field
	  of a CUPS queue, remote clients use the description to
	  identify network printers
2014-03-13 14:56:46 +00:00
adam
c2880023e6 Updated devel/SDL2 to 2.0.2; databases/sqlite3 to 3.8.4. 2014-03-13 14:52:37 +00:00
taca
cb18a95de7 Note update of devel/SOPE and www/SOGo packages to 2.2.1. 2014-03-13 14:07:51 +00:00
taca
9021058585 Update SOGo to 2.2.1.
Changes from 2.0.4b is too many to write here, please refer:
<http://www.sogo.nu/buzz/2014.html>.
2014-03-13 14:06:55 +00:00
taca
1299cc997c Update SOPE to 2.2.1 needed by SOGo 2.2.1.
Changes are too many to write here.
2014-03-13 14:02:44 +00:00
taca
9de4752708 Note update of www/contao32 and www/contao32-example pacakges to 3.2.8. 2014-03-13 13:55:54 +00:00
taca
0529de9009 Update contao32 (and contao32-example) to 3.2.8.
Version 3.2.8 (2014-03-12)
--------------------------

### Fixed
Add the "href" values for active breadcrumb menus to the template (see #6796).

### Fixed
The file/page tree widget did not work properly in "edit multiple" mode (#6788).

### Fixed
Preserve the referer ID when clicking the "switch to edit" button (see #6127).

### Fixed
Encode e-mail addresses in the "explanation" form field (see #6771).

### Fixed
Use a placeholder image if no thumbnail can be created (see #6754).

### Fixed
Pass additional arguments to the "replaceInsertTags" hook (see #6672).

### Fixed
Correctly initialize the `Session` class (see #6747).

### Fixed
Do not use `Input::setGet()` in the event modules (see #6733).

### Fixed
Correctly shorten the CSS `background` property (see #6709).

### Fixed
Do not use `UNION SELECT` when searching for parent pages (see #6704).

### Fixed
Disable `zlib.output_compression` when sending files to the browser (see #6717).

### Fixed
Consider the event time in the event list module (see #6719).

### Fixed
Make the newsletter recipient address available in the template (see #5782).

### Fixed
Correctly handle Unicode characters in `Validator::isGooglePlusId` (see #6707).

### Fixed
Fixed the arguments of two `CalendarEventsModel` methods (see #6781).

### Fixed
Pass the "tableless" flag to the "form_message" template (see #6772).

### Fixed
Update the `swipe.js` script so the "continuous" option works (see #6762).

### Fixed
Improve the `Search::removeEntry()` method (see #6785).

### Fixed
Correctly set the cookie path in the front mode in debug mode (see #6723).

### Fixed
Point to `Frontend::addToUrl()` in front end templates (see #6736).

### Fixed
Do not stop the cron job execution after the first interval.
2014-03-13 13:55:07 +00:00
taca
22d99b9d45 Note update of mail/sylpheed package to 3.3.1. 2014-03-13 13:52:41 +00:00
taca
628f8d296d Update sylpheed to 3.3.1.
* 3.3.1 (stable)

    * IMAP: "INBOX" folder became case insensitive as specified in RFC 3501.
    * IMAP: server name for cache directory is escaped now
      (fixes cache creation when using IPv6 address for server name on Windows).
    * IMAP: the bug that double-quote (") and backslash (\) in
      folder/username/password were not escaped and could not be used on IMAP4
      was fixed.
    * IMAP: parsing of folder names that contain brackets was fixed.
    * Config.guess and config.sub included in the tarball were updated to the
      latest version.
    * The bug that 'File - Folder - Move folder...' menu didn't work was
      fixed.
    * The bug that MIME nest level restriction was not working was fixed.
    * Many defects discovered by Coverity Scan were fixed:
      - FILE handle resource leaks
      - memory leaks
      - possible buffer overrun
      - strict error checks
      - correct null pointer checks
    * Win32: the tray icon is recreated when explorer.exe crashes now.
    * Win32: the included SSL certificates were updated
      (based on ca-certificates_20111211_all.deb in Ubuntu 12.04.4 LTS).
2014-03-13 13:52:09 +00:00
adam
5fac3aae71 Changes 3.8.4.1:
Work around a C-preprocessor macro conflict that breaks the build for some configurations with Microsoft Visual Studio.
When computing the cost of the skip-scan optimization, take into account the fact that multiple seeks are required.
2014-03-13 13:36:19 +00:00
adam
f976d0c110 Changes 2.0.2:
General:
* Added SDL_GL_ResetAttributes() to reset OpenGL attributes to default values
* Added an API to load a database of game controller mappings from a file:
    SDL_GameControllerAddMappingsFromFile(), SDL_GameControllerAddMappingsFromRW()
* Added game controller mappings for the PS4 and OUYA controllers
* Added SDL_GetDefaultAssertionHandler() and SDL_GetAssertionHandler()
* Added SDL_DetachThread()
* Added SDL_HasAVX() to determine if the CPU has AVX features
* Added SDL_vsscanf(), SDL_acos(), and SDL_asin() to the stdlib routines
* EGL can now create/manage OpenGL and OpenGL ES 1.x/2.x contexts, and share
  them using SDL_GL_SHARE_WITH_CURRENT_CONTEXT
* Added a field "clicks" to the mouse button event which records whether the event is a single click, double click, etc.
* The screensaver is now disabled by default, and there is a hint SDL_HINT_VIDEO_ALLOW_SCREENSAVER that can change that behavior.
* Added a hint SDL_HINT_MOUSE_RELATIVE_MODE_WARP to specify whether mouse relative mode should be emulated using mouse warping.
* testgl2 does not need to link with libGL anymore
* Added testgles2 test program to demonstrate working with OpenGL ES 2.0
* Added controllermap test program to visually map a game controller

Windows:
* Support for OpenGL ES 2.x contexts using either WGL or EGL (natively via
  the driver or emulated through ANGLE)
* Added a hint SDL_HINT_VIDEO_WIN_D3DCOMPILER to specify which D3D shader compiler to use for OpenGL ES 2 support through ANGLE
* Added a hint SDL_HINT_VIDEO_WINDOW_SHARE_PIXEL_FORMAT that is useful when creating multiple windows that should share the same OpenGL context.
* Added an event SDL_RENDER_TARGETS_RESET that is sent when D3D9 render targets are reset after the device has been restored.

Mac OS X:
* Added a hint SDL_HINT_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK to control whether Ctrl+click should be treated as a right click on Mac OS X. This is off by default.

Linux:
* Fixed fullscreen and focused behavior when receiving NotifyGrab events
* Added experimental Wayland and Mir support, disabled by default

Android:
* Joystick support (minimum SDK version required to build SDL is now 12,
  the required runtime version remains at 10, but on such devices joystick
  support won't be available).
* Hotplugging support for joysticks
* Added a hint SDL_HINT_ACCELEROMETER_AS_JOYSTICK to control whether the accelerometer should be listed as a 3 axis joystick, which it will by default.
2014-03-13 13:25:49 +00:00
obache
279f04a497 + freetype2-2.5.3 [CVE-2014-2240] 2014-03-13 11:47:12 +00:00
obache
f00819cbae Updated emulators/suse131_libpng to 13.1nb2 2014-03-13 11:34:05 +00:00
obache
2880c0f591 Update suse131 libpng16 RPM to libpng16-16-1.6.6-12.1 for CVE-2014-0333.
Bump PKGREVISION.
2014-03-13 11:33:47 +00:00
jperkin
ad6a433194 Pass --disable-64bit on 32-bit platforms. 2014-03-13 11:22:13 +00:00
jperkin
9e7a1ba4b9 Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so.  This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
2014-03-13 11:08:49 +00:00
ryoon
5497d336b0 Updated devel/nspr to 4.10.4 2014-03-13 10:45:12 +00:00
ryoon
6e28587e44 Update to 4.10.4
Changelog:
NSPR 4.10.4 has the following bug fixes:
* Bug 767759: Add support for new x32 ABI for NSPR. Contributed by
  Daniel Schepler.
* Bug 844784: TSan: Thread data race in PR_EnterMonitor.
* Bug 936320: Change PR_StringToNetAddr to try pr_StringToNetAddrFB
  first.
* Bug 939786: TSan: data race nsprpub/pr/src/pthreads/ptthread.c:137
  _pt_root.
* Bug 958796: Users of _beginthreadex that set a custom stack size
  may not be getting the behavior they want. Contributed by
  Emanuel Hoogeveen.
* Bug 963033: AArch64 support update for NSPR. Contributed by
  Marcin Juszkiewicz.
* Bug 969061: Incorrect end-of-list test when iterating over a
  PRCList in prcountr.c and prtrace.c
* Bug 971152: IPv6 detection on linux depends on availability of
  /proc/net/if_inet6.
* Bug 972125: Support iOS arm64. Contributed by Sylvain Defresne.
2014-03-13 10:44:37 +00:00
dmcmahill
eec3fcb4b3 Updated cad/geda to 1.8.2 2014-03-13 10:37:25 +00:00
dmcmahill
25992f8b83 Update to version 1.8.2
Notable changes in gEDA/gaf 1.8.2
=================================

Bugfix release.

* [994361] Fixed a libgeda crash bug involving nets inside symbols.

* [1226246] Fixed a gnetlist data corruption bug when using refdes
  containing the string "POWER".

* Updates to build system to allow compilation from git on systems
  with Automake >= 1.13.0.

Notable changes in gEDA/gaf 1.8.1
=================================

Bugfix release with correct dynamic version information for libgeda.

Notable changes in gEDA/gaf 1.8.0
=================================

* `gschem' and `gnetlist' have updated and rewritten user guides.

* All tools now give more informative error messages if they are
  unable to load schematic or symbol files due to syntax errors.

* All tools now correctly handle schematic and symbol files with `\r',
  `\n', or `\r\n` line endings, or a mixture.

* Unconnected pin ends and net ends are now all drawn with the same
  box marker in `gschem' and printed output.

* Net segments with at least two connections (including indirect
  connections via `netname=' attributes) are now drawn with arrowheads
  rather than box markers on dangling ends in `gschem' and printed
  output.

Notable changes in gEDA/gaf 1.7.2
=================================

* `geda-gaf' now requires GTK+ 2.16.0 or later.

* A greatly expanded Scheme API has been added to gEDA/gaf for use by
  extension authors.  See the `geda-scheme' Info manual for more
  details.  Existing extensions may need to be modified to load the
  `(geda deprecated)' or `(gschem deprecated)' modules.

* The `component-library-search' function for `gafrc' files now skips
  directories without symbols, and searches for libraries recursively.

* `gschem' keybinding improvements:

  - Keybindings are now unaffected by Caps Lock.

  - Keystrokes are displayed using the same characters as on keycaps
    (e.g. `:' instead of `colon').

  - Keystrokes may use extended modifiers (Super, Hyper and Meta).

  - Key bindings can be modified in any rc file or interactively using
    the `global-set-key' function.  See notes in `system-gschemrc' for
    examples.

* `gschem' now displays help files and component documentation on all
  platforms, including Windows.  The `locate' tool is no longer used
  to search for component documentation files.

* The `schdiff' tool for generating visual diffs of schematics and
  symbols has been added.  It can be used with most version control
  systems.  See `man schdiff' for more details.

* The `bom' and `bom2' backends to `gnetlist' now give error messages
  if no attribute file can be found.  The `-O attrib_file=FILE' and
  `-O attribs=ATTRIB,ATTRIB...' options have also been added.

* A new `ewnet' backend has been added to `gnetlist'.  This outputs
  netlists for use with the National Instruments ULTIboard layout
  tool.

* The `verilog' backend to `gnetlist' now supports concatenated net
  naming like "{a,b,c[3:0]}".

* `gsch2pcb' no longer supports the `m4_command' parameter in project
  files.

* The `--m4-pcbdir' and `--m4-file' arguments to `gsch2pcb' now work
  again.

* `gsymfix.pl' has been renamed to `gsymfix'.

* Man pages are now available for all programs installed as part of
  gEDA/gaf.

* The undocumented programs `gnet_hier_verilog', `gsymupdate', `gschupdate'
  and `sch2eaglepos.sh' are no longer installed to ${prefix}/bin.

Notable changes in gEDA/gaf 1.7.1
=================================

* gEDA is now compatible with Guile 2.0.

* gEDA/gaf applications no longer complain when trying to load an rc
  file twice, or when an rc file doesn't exist.

* `gschem' allows objects to be moved by dragging without having to
  select them first.

* `gschem' now supports keybindings with more than one modifier key,
  and "Deselect" is bound to <Control Shift A> by default.

* `gnetlist' correctly handles multiple renames of the same net.  This
  resolves some long-standing bugs with multipage schematics.

* The `spice-sdb' backend for `gnetlist' now has built-in support for
  `SUBCKT_NMOS' and `SUBCKT_PMOS' devices.

* A new `makedepend' backend has been added to `gnetlist'.  It
  generates Makefile code for SPICE simulation dependencies.

* Visibility of embedded component attributes are now preserved by
  `gattrib'.

* `gsch2pcb' correctly handles footprint names with hyphens (`-').

* `gsch2pcb' project files support quoting and escaping in
  `schematics' entries.

* Considerable enhancements to Unicode support when printing
  schematics or exporting PostScript.

Notable changes in gEDA/gaf 1.7.0
=================================

* All gEDA/gaf applications now handle configuration files much more
  strictly, and provide much more useful feedback when an error
  occurs.

* Several changes to `gschem' command-line options:

  - The `-t' option is no longer supported.

  - Several command-line options now support a long-form alternative.

  - The `-s' option can now be used to run multiple Scheme scripts
    during `gschem' startup.

  - A new `-c' option is available, which runs a Scheme expression
    during `gschem' startup.

  - A new `-L' option is available, which adds a directory to the
    Scheme load path.

  - A new `-V' or `--version' option is available, which displays
    version information.

* `gschem' now provides a "Select All" function, which is bound to
  <Control a> by default, along with a corresponding "Deselect"
  function.

* In the `gschem' "Add component" dialog, filtering the component
  library will expand matching libraries.  If the filter is cancelled,
  all libraries are collapsed.  Components can now be selected by
  double-clicking on them in the component list.

* The `gschem' "Edit Text Properties" dialog now has an easier to use
  "Alignment" menu.

* Printed text size now better matches on-screen text size in
  `gschem'.

* Special characters, including commas, are now escaped or quoted
  appropriately in `gattrib' CSV output.

* Several changes to `gnetlist' command-line options:

  - Four command-line options specific to the `spice-sdb' backend have
    been removed.  They can be replaced with `-O <option>' according
    to the following table:

        -e, --embedd              -O embedd_mode
        -I, --include             -O include_mode
        -n, --nomunge             -O nomunge_mode
        -s, --sort                -O sort_mode

  - The list of available backends is now obtained using a new
    `--list-backends' option.  `-g help' no longer outputs a list of
    backends.

  - A new `-L' option is available, which adds a directory to the
    Scheme load path.

  - A new `-V' or `--version' option is available, which displays
    version information.

  - When run with invalid command-line arguments, `gnetlist' now exits
    with non-zero exit status.

* Several `gnetlist' backends have now been fixed so that it should no
  longer be necessary to set an expanded Guile stack in gEDA's config
  files.

* The `spice-sdb' backend for `gnetlist' now supports probes
  (`TESTPOINT' devices).

* The undocumented `mk_verilog_syms' program is no longer installed.
  The symbols it creates are still installed to
  `${prefix}/share/gEDA/sym/verilog'.
2014-03-13 10:35:03 +00:00
justin
3ac2e816d4 Commit ommitted distinfo for LuaJIT2 2.0.3 upgrade 2014-03-13 08:20:53 +00:00
wiz
752c7b135f Remove obsoleted patch. 2014-03-13 08:16:40 +00:00
wen
a68e344bde Updated www/mediawiki to 1.22.4 2014-03-13 07:32:02 +00:00
wen
d856f23124 Update to 1.22.4
Add missing DEPENDS

Upstream changelog is too long, please visit:
https://www.mediawiki.org/wiki/Release_notes/1.22
2014-03-13 07:30:34 +00:00
jnemeth
f4fc8b94de sort 2014-03-13 07:26:06 +00:00
jnemeth
fa42812086 add and enable free42 2014-03-13 07:24:05 +00:00
jnemeth
44765a7149 add and enable py-hgview 2014-03-13 07:22:13 +00:00
jnemeth
7fe410c8dd add and enable csound6{,-manual} 2014-03-13 07:16:23 +00:00
tron
45747c758a Note update of the "mutt-devel" package to version 1.5.23. 2014-03-12 23:57:45 +00:00
tron
8c2c30aa2d Update the "mutt-devel" package to version 1.5.23. This release fixes
the security vulnerability reported in CVE-2014-0467.
2014-03-12 23:55:56 +00:00
ryoon
67259502fb Move CHECK_PORTABILITY_SKIP 2014-03-12 23:41:33 +00:00
justin
27ff726047 Update LuaJIT2 to 2.0.3.
This release has the new PS4 port and various important bug fixes
over 2.0.2 -- an update is recommended.

Updated as discussed with maintainer alnsn@netbsd.org
2014-03-12 22:49:14 +00:00
gdt
dddfabbe65 Added security/gpshell version 1.4.4 2014-03-12 21:30:43 +00:00
gdt
e544fbdd63 +gpshell 2014-03-12 21:29:55 +00:00
gdt
c781aa14a6 Import gpshell-1.4.4 as security/gpshell.
Packaged in wip by Richard Hansen of BBN.

GPShell is a script interpreter which talks to a smart card which
complies to the GlobalPlatform Card Specification.  It is written on
top of the GlobalPlatform Library.  It uses the PC-SC Connection
Plugin for accessing smart cards.  It can establish a secure channel
with a smart card, load, instantiate, delete and list applications on
supported smart cards.  These applications are practically always
JavaCard applets.
2014-03-12 21:29:24 +00:00
gdt
aa72272a26 +libglobalplatform 2014-03-12 21:26:07 +00:00
gdt
5d241ad167 Added security/libglobalplatform version 6.0.0 [gdt 2014-03-12]
Packaged in wip by Richard Hansen of BBN Technologies.
2014-03-12 21:24:50 +00:00
gdt
4fdd31cb1a Import libglobalplatform-6.0.0 as security/libglobalplatform.
C library for managing the contents of a GlobalPlatform smart card.
2014-03-12 21:23:11 +00:00
asau
be3cfa1fb7 Updated pkgtools/pkgdiff to 1.5 2014-03-12 20:29:05 +00:00
asau
77b4809ef3 Do not rely on path search when invoking pkgdiff. 2014-03-12 20:28:30 +00:00
asau
0e85a7b327 Python is only a build dependency actually. 2014-03-12 20:17:09 +00:00
asau
1637243286 Stop treating FreeBSD 10 as FreeBSD 1.
This lets multiple PHP modules to build on FreeBSD.
2014-03-12 19:52:04 +00:00
wiedi
f45f5a993c Updated chat/konversation to 1.5 2014-03-12 19:50:15 +00:00
wiedi
2afb827c59 Update Konversation from 1.4 to 1.5
Konversation 1.5 adds numerous major features over the previous stable
release. Of particular note are support for SASL and client
certificate authentication, all-new topic management UI, overhauled
authentication UI in the Identities dialog, per-tab spell-checking
language settings, user-configurable nick context menu entries, mouse
spring-loading on tabs, all-new versions of major bundled scripts and
improved Ignore and Watched Nicknames systems. Many under-the-hood
changes to improve codec support and general performance, along with
the usual slew of bug fixes all over, further sweeten the deal.

Full Changelog at:
 https://projects.kde.org/projects/extragear/network/konversation/repository/revisions/master/entry/ChangeLog
2014-03-12 19:49:02 +00:00
wiz
a6af694a4e Export getline. Needed for build on NetBSD-5.
Reported by Matthias Ferdinand <mf+ml.pkgsrc-users@netzwerkagentursaarland.de>
on pkgsrc-users.
2014-03-12 19:43:17 +00:00
wiedi
928a82a9d5 Add buildlink3.mk for opendmarc 2014-03-12 19:38:21 +00:00