Commit graph

168902 commits

Author SHA1 Message Date
wiz
aaf3512914 Initial import of mdds-0.5.1:
Multi-Dimensional Data Structure (mdds)

A collection of multi-dimensional data structure and indexing algorithm.

It implements the following data structure:

    * flat segment tree
    * segment tree
    * rectangle set
2011-02-28 18:10:51 +00:00
wiz
892ad52a88 Forbid on NetBSD<5.99, since it needs support for TLS in Linux emulation. 2011-02-28 18:00:38 +00:00
wiz
7829f026a9 Split off SDL dependency in a default-on (except for Darwin, as before)
"sdl" option.
2011-02-28 17:49:30 +00:00
wiz
98fbebc947 Removed www/p5-Mojo successor www/p5-Mojolicious [wiz 2011-02-28]. 2011-02-28 17:25:05 +00:00
wiz
4ea68aeea5 Remove p5-Mojo, replaced by p5-Mojolicious. 2011-02-28 17:24:09 +00:00
wiz
9feb8c9acd Added www/p5-Mojolicious version 1.11 2011-02-28 17:23:36 +00:00
wiz
a9e8babb00 Initial import of p5-Mojolicous-1.11, successor of p5-Mojo.
Back in the early days of the web there was this wonderful Perl
library called CGI, many people only learned Perl because of it.
It was simple enough to get started without knowing much about the
language and powerful enough to keep you going, learning by doing
was much fun. While most of the techniques used are outdated now,
the idea behind it is not. Mojolicious is a new attempt at implementing
this idea using state of the art technology. Features:

    * An amazing MVC web framework supporting a simplified single
    file mode through Mojolicious::Lite.  Powerful out of the box
    with RESTful routes, plugins, Perl-ish templates, session
    management, signed cookies, testing framework, static file
    server, I18N, first class unicode support and much more for
    you to discover.
    * Very clean, portable and Object Oriented pure Perl API without
    any hidden magic and no requirements besides Perl 5.8.7.
    * Full stack HTTP 1.1 and WebSocket client/server implementation
    with IPv6, TLS, Bonjour, IDNA, Comet (long polling), chunking
    and multipart support.
    * Builtin async IO web server supporting epoll, kqueue, UNIX
    domain sockets and hot deployment, perfect for embedding.
    * Automatic CGI, FastCGI and PSGI detection.
    * JSON and XML/HTML5 parser with CSS3 selector support.
    * Fresh code based upon years of experience developing Catalyst.
2011-02-28 17:23:07 +00:00
taca
b1d44e949b Fix build problem with ruby18.
Give up to patch gemspec but use pre-generated one.
2011-02-28 15:46:08 +00:00
wiz
c656ddbffb Update to match changes in upstream bug report. 2011-02-28 15:38:12 +00:00
wiz
9ec5b66e26 Remove references to retired developers. 2011-02-28 15:21:54 +00:00
wiz
2d822a6e7a + eric5-5.1.0, fluxbox-1.3.1, gnucash-2.4.3, gnutls-2.10.5,
goocanvas-2.0, librep-0.91.1, py-psycopg-2.4, scapy-2.2.0,
  xf86-video-chips-1.2.4, xf86-video-siliconmotion-1.7.5.
2011-02-28 15:17:52 +00:00
wiz
36ff915e97 Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
taca
00a6952627 Note updateof samba packages:
net/samba33	3.3.15
	net/samba35	3.5.7
2011-02-28 14:36:16 +00:00
taca
f90d172f83 Update samba35 pacakge to 3.5.7.
Release Announcements
=====================

Samba 3.5.7, 3.4.12 and 3.3.15 are security releases in order to
address CVE-2011-0719.


o  CVE-2011-0719:
   All current released versions of Samba are vulnerable to
   a denial of service caused by memory corruption. Range
   checks on file descriptors being used in the FD_SET macro
   were not present allowing stack corruption. This can cause
   the Samba code to crash or to loop attempting to select
   on a bad file descriptor set.

   A connection to a file share, or a local account is needed
   to exploit this problem, either authenticated or unauthenticated
   (guest connection).

   Currently we do not believe this flaw is exploitable
   beyond a crash or causing the code to loop, but on the
   advice of our security reviewers we are releasing fixes
   in case an exploit is discovered at a later date.


Changes
-------


o   Jeremy Allison <jra at samba.org>
    * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.
2011-02-28 14:34:56 +00:00
taca
7fee100254 Update samba33 pacakge to 3.3.15.
Release Announcements
=====================

Samba 3.5.7, 3.4.12 and 3.3.15 are security releases in order to
address CVE-2011-0719.


o  CVE-2011-0719:
   All current released versions of Samba are vulnerable to
   a denial of service caused by memory corruption. Range
   checks on file descriptors being used in the FD_SET macro
   were not present allowing stack corruption. This can cause
   the Samba code to crash or to loop attempting to select
   on a bad file descriptor set.

   A connection to a file share, or a local account is needed
   to exploit this problem, either authenticated or unauthenticated
   (guest connection).

   Currently we do not believe this flaw is exploitable
   beyond a crash or causing the code to loop, but on the
   advice of our security reviewers we are releasing fixes
   in case an exploit is discovered at a later date.


Changes
-------


o   Jeremy Allison <jra at samba.org>
    * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.
2011-02-28 14:34:09 +00:00
adam
933eff2751 Updated devel/ncurses[w] to 5.8 2011-02-28 11:04:03 +00:00
adam
6abd5459f9 Changes 5.8:
Interface changes
* turn on _XOPEN_CURSES definition in curses.h.
* change _nc_has_mouse to has_mouse, reflect its use in C++ and Ada95.
* add is_pad and is_subwin functions for opaque access to the WINDOW structure.
* add tiparm, based on review of X/Open Curses Issue 7.

Library Improvements
* add a terminal driver for Windows console, which supports a MinGW port to
  Windows.
* add extended functions which specify the SCREEN pointer for several curses
  functions which use the global SP.
* improve the NCURSES_NO_UTF8_ACS feature by adding a check for an extended
  terminfo capability U8.
* improve performance of tigetstr, etc., by using hashing code from tic.
* add WACS_xxx definitions to wide-character configuration for thick- and
  double-lines.
* modify init_pair to allow caller to create extra color pairs beyond the
  color_pairs limit, which use default colors.

Improvements to Programs
* add tabs program.
* modify tic's -I/-C dump to reformat acsc strings into canonical form (sorted,
  unique mapping).
* add checks in tic for inconsistent cursor-movement controls, and for
  inconsistent printer-controls.
* add special case to _nc_infotocap (used by tic and infocmp) to recognize the
  setaf/setab strings from xterm+256color and xterm+88color, and provide a
  reduced version which works with termcap.
2011-02-28 11:02:46 +00:00
obache
77c6b9a749 Updated textproc/py-pygments to 1.4 2011-02-28 08:54:16 +00:00
obache
bf037d75d7 Update Pygments to 1.4.
While here, add PKG_RUN_TEST support.

Version 1.4
-----------
(codename Unschärfe, released Jan 03, 2010)

- Lexers added:

  * Factor (#520)
  * PostScript (#486)
  * Verilog (#491)
  * BlitzMax Basic (#478)
  * Ioke (#465)
  * Java properties, split out of the INI lexer (#445)
  * Scss (#509)
  * Duel/JBST
  * XQuery (#617)
  * Mason (#615)
  * GoodData (#609)
  * SSP (#473)
  * Autohotkey (#417)
  * Google Protocol Buffers
  * Hybris (#506)

- Do not fail in analyse_text methods (#618).

- Performance improvements in the HTML formatter (#523).

- With the ``noclasses`` option in the HTML formatter, some styles
  present in the stylesheet were not added as inline styles.

- Four fixes to the Lua lexer (#480, #481, #482, #497).

- More context-sensitive Gherkin lexer with support for more i18n translations.

- Support new OO keywords in Matlab lexer (#521).

- Small fix in the CoffeeScript lexer (#519).

- A bugfix for backslashes in ocaml strings (#499).

- Fix unicode/raw docstrings in the Python lexer (#489).

- Allow PIL to work without PIL.pth (#502).

- Allow seconds as a unit in CSS (#496).

- Support ``application/javascript`` as a JavaScript mime type (#504).

- Support `Offload <http://offload.codeplay.com>`_ C++ Extensions as
  keywords in the C++ lexer (#484).

- Escape more characters in LaTeX output (#505).

- Update Haml/Sass lexers to version 3 (#509).

- Small PHP lexer string escaping fix (#515).

- Support comments before preprocessor directives, and unsigned/
  long long literals in C/C++ (#613, #616).

- Support line continuations in the INI lexer (#494).

- Fix lexing of Dylan string and char literals (#628).

- Fix class/procedure name highlighting in VB.NET lexer (#624).
2011-02-28 08:54:04 +00:00
adam
88cb3cde14 Properly define the linker on DragonFly BSD 2011-02-28 07:40:56 +00:00
chs
dee6505f12 Updated emulators/suse113_base to 11.3nb3 2011-02-28 01:46:07 +00:00
chs
a3c267e6e0 update glibc to 2.11.2-3.3.1. fixes CVE-2010-3856. 2011-02-28 01:45:43 +00:00
wiz
cf7023081c Simplify patch to match more closely what has been submitted upstream. 2011-02-27 23:42:09 +00:00
wiz
5eb169714a Make gmpc plugin packages' Makefiles look more similar. 2011-02-27 23:16:36 +00:00
ryoon
8cff5661f7 Add nicovideo-dl 2011-02-27 20:11:45 +00:00
ryoon
afd803e5fb Added net/nicovideo-dl version 0.0.20110122 2011-02-27 20:10:56 +00:00
ryoon
eefeefa89a Import nicovideo-dl-0.0.20110122 as net/nicovideo-dl
nicovideo-dl is a small command-line program to download videos
from www.nicovideo.jp. It is implemented by Python. It is
platform-independent and should work on Unix/Windows/Mac.
2011-02-27 20:08:33 +00:00
wiz
986a4d4c90 Added audio/gmpc-albumview version 0.20.0 2011-02-27 19:53:25 +00:00
wiz
09e2034bbb + gmpc-albumview. 2011-02-27 19:53:11 +00:00
wiz
ce3f3ecc84 Initial import of gmpc-albumview-0.20.0:
This GMPC plugin shows your music collection in albums, it's showing
album covers with the artist and album name under it.

You can also filter out specific artists or albums and set the
amount of albums per row.
2011-02-27 19:52:53 +00:00
wiz
038fa41a86 Added audio/gmpc-lyrics version 0.20.0 2011-02-27 19:46:58 +00:00
wiz
73c6c7e99c + gmpc-lyrics. 2011-02-27 19:46:39 +00:00
wiz
40d62d8bc7 Initial import of gmpc-lyrics-0.20.0, another lyrics plugin for gmpc.
The idea is to split this plugin in two separate plugins for both
websites. The sites used for this plugin are:

    * Leo's Lyrics
    * Lyrics tracker
2011-02-27 19:46:01 +00:00
ryoon
160bb1d3ca Add motoya-fonts 2011-02-27 19:02:49 +00:00
ryoon
a29530c10a Added fonts/motoya-fonts version 20100921 2011-02-27 19:02:16 +00:00
ryoon
c53e8f02ad Import motoya-fonts-20100921 as fonts/motoya-fonts.
Motoya L Cider W3 and L Mulberry W3 TrueType fonts
originally for Android handset display.
2011-02-27 19:00:50 +00:00
spz
c947d02fca add a missing file, fix a few paths 2011-02-27 17:05:57 +00:00
wiz
06775af552 Added audio/gmpc-lastfm version 0.20.0 2011-02-27 16:45:17 +00:00
wiz
e7bd56b46b + gmpc-lastfm. 2011-02-27 16:45:05 +00:00
wiz
3f3c034ec5 Initial import of gmpc-lastfm-0.20.0:
A GMPC plugin that fetches cover art and artist images from last.fm.
2011-02-27 16:44:40 +00:00
wiz
f2b4dc4527 Official distfile is available after all, use it. 2011-02-27 16:34:50 +00:00
wiz
7d1e09dc10 Added audio/gmpc-mdcover version 0.20.0 2011-02-27 16:30:50 +00:00
wiz
c3084f0a62 + gmpc-mdcover. 2011-02-27 16:30:40 +00:00
wiz
e2d5b8c3a7 Initial import of gmpc-mdcover-0.20.0:
Mdcover plugin is a for gmpc. It looks in the location where the
music file is located to collect metadata. It looks for:

    * Cover art
    * Artist Art
    * Biography
    * Album information
    * Lyrics
2011-02-27 16:29:28 +00:00
wiz
bb164f0a5f Added audio/gmpc-tagedit version 0.20.0 2011-02-27 16:13:10 +00:00
wiz
5d35af2897 + gmpc-tagedit. 2011-02-27 16:12:58 +00:00
wiz
cdf1b0bd41 Initial import of gmpc-tagedit-0.20.0:
The tagedit plugin for GMPC adds a editor panel for editing song
tags. With the plugin enabled, you are able to queue one or more
songs to the Tag editor from the playlist or song browser. You may
then enter the Tag editor panel and modify the tags of the queued
songs one by one or by groups. The changes are recorded when you
hit the Save button. If you made a mistake while editing tags, you
may discard the changes you made to one song or a group of songs.
2011-02-27 16:12:42 +00:00
chs
f99ec48391 Updated multimedia/adobe-flash-plugin10.1 to 10.2.152.27nb1 2011-02-27 16:06:47 +00:00
chs
46c4dd756a add dependency on new separate "curl". fixes PR 44535.
remove dependency on "compat" module, modern flash doesn't need it.
2011-02-27 16:06:05 +00:00
chs
bdec092bca Updated emulators/suse113_krb5 to 11.3nb2 2011-02-27 15:58:53 +00:00