Commit graph

217031 commits

Author SHA1 Message Date
obache
8677c042d5 Import ibus-kkc-1.5.20 as inputmethod/ibus-kkc.
ibus-kkc -- a Japanese Kana Kanji input engine for IBus
2014-05-24 13:24:32 +00:00
obache
616dbb82d1 + libkkc-data 2014-05-24 13:14:01 +00:00
obache
30869f40fd Added misc/libkkc-data version 0.2.7 2014-05-24 13:13:17 +00:00
obache
cffde109de Import libkkc-data-0.2.7 as misc/libkkc-data.
This package provide language model data for libkkc.
2014-05-24 13:13:07 +00:00
obache
d55df04956 + libkkc 2014-05-24 13:11:16 +00:00
obache
56bfbfbee3 Added converters/libkkc version 0.3.3 2014-05-24 13:10:21 +00:00
obache
965ca3e7d7 Import libkkc-0.3.3 as converters/libkkc.
libkkc provides a converter from Kana-string to
Kana-Kanji-mixed-string.  It was named after kkc.el in GNU Emacs, a
simple Kana Kanji converter, while libkkc tries to convert sentences
in a bit more complex way using N-gram language models.
2014-05-24 13:10:04 +00:00
obache
ed046ce2b4 + *marisa 2014-05-24 10:24:41 +00:00
obache
430f1569ff Added marisa and bindigs version 0.2.4. 2014-05-24 10:22:54 +00:00
obache
28c78d1e87 Import marisa-0.2.4 and bindings as textproc/{,p5-,py-,ruby-}marisa
Packaged by ISIHARA TAkanori in pkgsrc-wip.

Matching Algorithm with Recursively Implemented StorAge (MARISA) is a
static and space-efficient trie data structure. And libmarisa is a C++
library to provide an implementation of MARISA. Also, the package of
libmarisa contains a set of command line tools for building and
operating a MARISA-based dictionary.
2014-05-24 10:21:13 +00:00
bsiegert
246fed7ee8 Apply patch from PR pkg/48834: introduce a GO_COMPILER variable that
contains the "arch character" (5, 6 or 8) and substitute it in PLIST.
Fixes installation on i386 and possibly evbarm.
2014-05-24 09:44:39 +00:00
wiz
2a49cde1a3 Added fonts/fira version 3.105 2014-05-24 07:27:04 +00:00
wiz
5bfeae4e9c + fira. 2014-05-24 07:26:55 +00:00
wiz
2dbfe7d69e Import fira-3.105 as fonts/fira.
The Mozilla Foundation commissioned Erik Spiekermann in 2013 to
create a completely free, open-source typeface, for use in Firefox
OS.
2014-05-24 07:26:45 +00:00
obache
159266f50c Brace expansion is not supported by Bourne shell. 2014-05-24 04:49:40 +00:00
obache
c0ad553aae fixes build with giflib-5.1 2014-05-24 04:05:24 +00:00
rodent
0972f9ab6a Updated graphics/py-cairocffi to 0.5.4 2014-05-24 02:13:49 +00:00
rodent
275dd5cf10 Updated to latest release, 0.5.4. From CHANGES:
Released on 2014-05-23.

* Stop testing with tox on Python 3.1, start on 3.4
* Start testing pushes and pull requests
  `on Travis-CI <https://travis-ci.org/SimonSapin/cairocffi>`_
* Add more variants of the library names to try with `dlopen()`.
  This seems to be necessary on OpenBSD.
2014-05-24 02:13:34 +00:00
dholland
92779041aa Fix build with new giflib. 2014-05-23 22:34:41 +00:00
dholland
4305be040c Fix build after giflib update. Doesn't anyone test anything? 2014-05-23 22:29:33 +00:00
szptvlfn
02376c06b2 + hs-ghc-paths 2014-05-23 21:48:22 +00:00
szptvlfn
f204ad7d92 Added devel/hs-ghc-paths version 0.1.0.9 2014-05-23 21:47:13 +00:00
szptvlfn
9765a41906 Import ghc-paths-0.1.0.9 as devel/hs-ghc-paths,
packaged for wip by pho.

Knowledge of GHC's installation directories.
2014-05-23 21:46:44 +00:00
wiz
2c0dda4f04 Updated databases/gdbm to 1.11 2014-05-23 20:50:04 +00:00
wiz
a47646f87e Add patches needed for gdbm-1.11. 2014-05-23 20:49:37 +00:00
wiz
520e662b72 Update gdbm packages to 1.11, after martin@ diagnosed the compilation
problem. Thanks, martin!

Changes:
Version 1.11, 2013-12-25

* Improved dump format.

A new dump format is implemented, which encodes all data in base64 and
stores not only key/data pairs, but also the original database file
metadata, such as file name, mode and ownership.  Files in this format
can be sent without additional encapsulation over transmission
channels that normally allow only ASCII data.  Dumps in this format
allow for restoring an exact copy of the database, including file
ownership and privileges.

* New function: gdbm_count

    int gdbm_count (GDBM_FILE *file, gdbm_count *count);

Counts records in `file' and stores the result in the memory location
pointed to by `count'.

* New utilities: gdbm_dump and gdbm_load.

Gdbm_dump creates a plain-text dump of the GDBM database.  This dump
can be used to create an exact copy of the database afterward.

The gdbm_load performs the reverse: given the dump file, it creates a
GDBM database.  Apart from native GDBM dump formats, it also understands
the format generated by Berkeley DB db_dump utility.  Thus, an easy
way to convert a Berkeley DB database to GDBM is:

   db_dump input.db | gdbm_load output.db

* gdbmtool

The gdbmtool utility allows you to examine, modify or create GDBM
databases.  It provides an easy-to-use interactive shell and can
be used for scripting.  One of the unique features of gdbmtool is that
it allows to define datum structures for key and content parts, similarly
to the C "struct" declarations, and to input and display such
structured data.
2014-05-23 20:49:15 +00:00
obache
a7a281f8d8 fix for giflib-5.1 API change. 2014-05-23 13:45:07 +00:00
obache
043dad8428 Updated emulators/suse131_x11 to 13.1nb5 2014-05-23 13:21:07 +00:00
obache
68554ed4f5 Bump PKGREVISION to refrect libXfont rpm update. 2014-05-23 13:20:50 +00:00
obache
25187bd757 Apply openSUSE Security Update: openSUSE-SU-2014:0711-1
libXfont: Fixed multiple vulnerabilities

   An update that fixes three vulnerabilities is now available.

Description:

   libxfont was updated to fix multiple vulnerabilities:
   - Integer overflow of allocations in font metadata file parsing
     (CVE-2014-0209).
   - Unvalidated length fields when parsing xfs protocol replies
     (CVE-2014-0210).
   - Integer overflows calculating memory needs for xfs replies
     (CVE-2014-0211).

   These vulnerabilities could be used by a local, authenticated user to
   raise privileges
   or by a remote attacker with control of the font server to execute code
    with the privileges of the X server.
2014-05-23 13:18:56 +00:00
obache
3c3c03caab Fixes build with giflib>=5.1. 2014-05-23 13:04:09 +00:00
joerg
61e754eb3a Forgotten mps. 2014-05-23 12:05:10 +00:00
wiz
fa960355ad Updated misc/calibre to 1.38.0 2014-05-23 08:15:02 +00:00
wiz
742fd5b528 Update to 1.38.0.
- version: 1.38.0
  date: 2014-05-23

  new features:
    - title: "Edit Book: A 'Live CSS' tool that shows all the style
    rules for the tag you are currently editing."
      description: "You can use it to easily jump to any style
      rules that affect the current tag. Enable it via View->Live
      CSS. See http://manual.calibre-ebook.com/edit.html#the-live-css-panel
      for details"
      type: major

    - title: "Add an option to hide the book rating in the cover
    browser (Preferences->Look & Feel->Cover Browser)."
      tickets: [1319476]

    - title: "DOCX Input: if no language is defined in the metadata,
    use the language specified in the document default style."
      tickets: [1321346]

  bug fixes:
    - title: "Edit book: Fix regression that sometimes caused
    incorrect syntax highlighting when non-breaking spaces/typographic
    hyphens are present in the text."
      tickets: [1321317]

    - title: "Fix a regression that broke the compare books tool
    when used outside the book editor."
      tickets: [1321975]

    - title: "Get Books: Update the Woblink plugin to handle changes
    to the Woblink website"

    - title: "DOCX Input: Workaround buggy version of Microsoft
    Word converting newlines in the document summary into _x000d_.
    They are now ignored when reading metadata from docx files."
      tickets: [1321343]

    - title: "Edit book: Fix Check Book failing if a binary file
    such as an image or font is mislabelled in the OPF as being a
    text file."
      tickets: [1320977]

    - title: "OS X Build: Fix a bug that was preventing multiple
    instances of calibre being used by different user accounts on
    the same computer."
      tickets: [1320347]

    - title: "Edit book: Dont show an error message when trying to
    use quick open with no book open"

    - title: "Content server: Add .ibooks (note the trailing s) as
    an allowed format as well."

    - title: "Edit Book: Fix an error when running the Check Book
    tool on files with empty <style> tags."
      tickets: [1320459]

    - title: "Edit Book: A more complete fix for non ascii usernames
    on windows when using the export file dialog."
      tickets: [1298071]

  improved recipes:
    - Ars Technica
    - Slate
    - Instapaper
    - The Independent
2014-05-23 08:14:52 +00:00
wiz
4d28edd57f + parallel-20140522, sendmail-8.14.9, webmin-1.690. 2014-05-23 07:29:45 +00:00
hiramatsu
edb1b50caf Updated devel/p5-Tie-Array-AsHash to 0.200. 2014-05-23 07:09:42 +00:00
hiramatsu
a40573f423 Update devel/p5-Tie-Array-AsHash to 0.200.
Changes from previous:
----------------------
0.200	2013-11-05
    - update toolchain
    - reformat changes as per CPAN::Changes::Spec
    - move repository to GitHub
    - tidy tests and loader part
    - find better abstract
2014-05-23 07:09:07 +00:00
szptvlfn
0040a84f4a + hs-cmdargs 2014-05-22 21:41:03 +00:00
szptvlfn
532220861f Added devel/hs-cmdargs version 0.10.7 2014-05-22 21:39:48 +00:00
szptvlfn
37d7235279 Import cmdargs-0.10.7 as devel/hs-cmdargs,
packaged for wip.

This library provides an easy way to define command line parsers.
Most users will want to use the System.Console.CmdArgs.Implicit module,
whose documentation contains an example.

* System.Console.CmdArgs.Explicit provides a way to write command line parsers
  for both single mode programs (most programs) and multiple mode programs
  (e.g. darcs or cabal). Parsers are defined by constructing a data structure.

* System.Console.CmdArgs.Implicit provides a way to concisely define
  command line parsers, up to three times shorter than getopt.
  These parsers are translated into the Explicit data type.

* System.Console.CmdArgs.GetOpt provides a wrapper allowing compatiblity
  with existing getopt parsers, mapping to the Explicit data type.

For a general reference on what command line flags are commonly used,
see http://www.faqs.org/docs/artu/ch10s05.html.
2014-05-22 21:39:23 +00:00
szptvlfn
e202045ce2 + hs-X11-xft 2014-05-22 21:38:59 +00:00
szptvlfn
6e162a1c54 Added x11/hs-X11-xft version 0.3.1 2014-05-22 21:37:08 +00:00
szptvlfn
4ea5e09adc Import X11-xft-0.3.1 as x11/hs-X11-xft,
packaged for wip by esg.

Bindings to the Xft, X Free Type interface library, and some Xrender parts
2014-05-22 21:36:32 +00:00
szptvlfn
19f1ca5351 + xmonad 2014-05-22 21:36:09 +00:00
szptvlfn
e19f3976c2 Added wm/xmonad version 0.11 2014-05-22 21:35:16 +00:00
szptvlfn
3367be24ce Import xmonad-0.11 as wm/xmonad,
packaged for wip by esg.

xmonad is a tiling window manager for X. Windows are arranged
automatically to tile the screen without gaps or overlap, maximising
screen use. All features of the window manager are accessible from
the keyboard: a mouse is strictly optional. xmonad is written and
extensible in Haskell. Custom layout algorithms, and other
extensions, may be written by the user in config files. Layouts are
applied dynamically, and different layouts may be used on each
workspace. Xinerama is fully supported, allowing windows to be tiled
on several screens.
2014-05-22 21:34:24 +00:00
manu
3bc27951a0 Add a sge option for openmpi 2014-05-22 13:24:49 +00:00
fhajny
a97ad99efa Added databases/sqlrelay-sqlite version 0.55 2014-05-22 12:59:15 +00:00
fhajny
0553f4abd7 Added databases/sqlrelay-pgsql version 0.55 2014-05-22 12:58:58 +00:00
fhajny
559d04ff1e Added databases/sqlrelay-odbc version 0.55 2014-05-22 12:58:40 +00:00