Commit Graph

50278 Commits

Author SHA1 Message Date
simon
fa4c5c58a1 lose cookie and remove p5-Math-Complex which is in base and rather needs
an update there

noticed by James Wright, thanks!
2009-05-13 13:13:35 +00:00
benoit
8cb3732a50 add myself
ok ajacoutot@
2009-05-13 13:13:34 +00:00
benoit
f20c499572 - update to mkvtoolnix 2.7.0
ok ajacoutot@
2009-05-13 13:02:17 +00:00
sthen
bfcda0e1fb support DLT_PPP_ETHER; based on an anonymous ports@ post. bump package. 2009-05-13 09:47:42 +00:00
ajacoutot
1c2b927ab9 - fix PKGNAME to be consistent with other ttf font packages
ok jasper@
2009-05-13 09:44:32 +00:00
sthen
6fa27b211e update to 1.85; hulu and channel4 were removed, too much work keeping on
top of their changes. (channel4 were apparently showing one episode of
Countdown for every request to people using this....ho ho ho)
2009-05-13 09:31:44 +00:00
ajacoutot
c11fab72ab - remove bogus '\' 2009-05-13 09:17:03 +00:00
simon
a0f32a9aaf add p5-File-MMagic-XS 2009-05-13 00:14:55 +00:00
simon
663e24abba import p5-File-MMagic-XS
This is a port of Apache2 mod_mime_magic.c in Perl, written in XS with
the aim of being efficient and fast especially for applications that
need to be run for an extended amount of time.
2009-05-13 00:14:51 +00:00
simon
a95145e9e8 add p5-Bot-BasicBot 2009-05-13 00:08:01 +00:00
simon
9364b8b6c8 import p5-Bot-BasicBot
Basic bot system designed to make it easy to do simple bots, optionally
forking longer processes (like searches) concurrently in the background.
2009-05-13 00:07:51 +00:00
simon
7fd9ae429a add p5-Math-Complex 2009-05-12 23:57:57 +00:00
simon
7277b03f1d import p5-Math-Complex
This package lets you create and manipulate complex numbers.  By
default, Perl limits itself to real numbers, but an extra use statement
brings full complex support, along with a full set of mathematical
functions typically associated with and/or extended to complex numbers.
2009-05-12 23:57:53 +00:00
simon
4ef6d35f31 add p5-MojoX-Renderer-TT 2009-05-12 23:49:33 +00:00
simon
ffe2ad41ab import p5-MojoX-Renderer-TT
This module implements a Template Toolkit based renderer for Mojo.
2009-05-12 23:49:27 +00:00
simon
419f8ae601 add p5-MojoX-Session 2009-05-12 23:44:45 +00:00
simon
40d9307646 import p5-MojoX-Session
MojoX::Session is a session management for Mojo.  Based on CGI::Session
and HTTP::Session but without any dependencies except the core ones.
2009-05-12 23:44:40 +00:00
simon
dab2414d6f add p5-Hash-Util-FieldHash-Compat and p5-MooseX-Clone 2009-05-12 23:33:20 +00:00
simon
d4b5551b74 import p5-MooseX-Clone
Out of the box Moose only provides very barebones cloning support in
order to maximize flexibility.
This role provides a clone method that makes use of the low level
cloning support already in Moose and adds selective deep cloning based
on introspection on top of that.  Attributes with the Clone trait will
handle cloning of data within the object, typically delegating to the
attribute value's own clone method.
2009-05-12 23:33:14 +00:00
simon
05454521a0 import p5-Hash-Util-FieldHash-Compat
Hash::Util::FieldHash using perltie.  When Hash::Util::FieldHash is
available it will use that instead.
This way code requiring field hashes can benefit from fast, robust field
hashes on Perl 5.10 and newer, but still run on older perls that don't
ship with that module.
2009-05-12 23:33:06 +00:00
simon
93c093b8ac update to version 1.25
tested by bernd@ in a bulk build, thanks!
early test and late reminder by landry@
2009-05-12 23:26:26 +00:00
simon
be59bde7ab enable load-extension for ports starting to require it
tested by bernd@ in a bulk build, thanks!
2009-05-12 23:20:52 +00:00
sthen
5a764bcd76 +libvstr 2009-05-12 21:41:16 +00:00
sthen
d7fc46fed8 import libvstr:
Vstr is a string library designed for network communication. Its
design uses blocks of ptr+length data, so adding, substituting, and
deleting data are all fast operations. It has a full API of all the
usual string tasks: searching, comparing, splitting, substitution,
converting between upper and lower case, and parsing numbers and
strings. Has a full POSIX and ISO 9899:1999 compliant printf()
implementation including gcc warning compatible custom formatters.
2009-05-12 21:38:59 +00:00
jakob
4f39357f47 upgrade to postfix 2.6.0; from brad 2009-05-12 20:03:08 +00:00
jakob
0062dbeaf0 update snapshot; from brad 2009-05-12 19:51:42 +00:00
sthen
a4b4ab60a8 bugfix update to 0.99.12; rolls in patches for the problem where 4-byte
ASNs with long prepends are seen.
2009-05-12 12:18:04 +00:00
ajacoutot
1d9a5ac1f0 - maintainance update to gnutls-2.6.6
Fixes several bugs, and possible memory corruptions and crashes.
2009-05-12 07:50:57 +00:00
kevlo
3294e9df4e update to 3.7.13.
tested on sparc64 by pea@, thanks!
2009-05-12 06:57:07 +00:00
landry
05bc8aa808 Bring in some patches from upstream svn to fix
http://bugzilla.xfce.org/show_bug.cgi?id=5301 and
http://bugzilla.xfce.org/show_bug.cgi?id=5222.
Bump PKGNAMEs.
2009-05-11 20:49:44 +00:00
ajacoutot
498110be75 - bugfix update to dbus-1.2.14
ok jasper@
2009-05-11 20:27:07 +00:00
claudio
36ed5c3290 Define LDAP_DEPRECATED because OpenLDAP wants to make sure that every older
app is subtly but totaly broken by removing API functions unless we use the
magic button. Depending on the architecture the code may work or crash horribly
without this. OK sthen@ (there are similar hacks in many other apps)
2009-05-11 19:40:58 +00:00
jasper
d925bdcee3 - update p5-Pod-POM to 0.25 2009-05-11 19:34:19 +00:00
jasper
2fabcd74ca - update p5-POE-Filter-IRCD to 2.40 2009-05-11 19:30:56 +00:00
jasper
82ae4a1135 - update p5-POE-Component-IRC to 6.06 2009-05-11 19:29:52 +00:00
jasper
c63c4aad7c - update p5-POE to 1.005 2009-05-11 19:27:18 +00:00
jasper
3d7bb7e3f7 - update p5-Config-IniFiles to 2.49 2009-05-11 19:20:54 +00:00
sthen
7fd8166b15 +fcbanner 2009-05-11 15:51:51 +00:00
sthen
8020102a86 import fcbanner:
fcbanner is a variant on the banner program that uses fontconfig
and freetype to draw its characters. Thus, it can easily draw using
various fonts - any font you can get in Gnome or Mozilla for example
- and handles non-ASCII characters if they are present in the font.
2009-05-11 15:50:35 +00:00
ajacoutot
cd409edc0a - fix xsane build:
while being deprecated and undocumented, SANE_CAP_ALWAYS_SETTABLE is
still used by (at least) xsane

note to self: stop using frankenstein system to test ports!

breakage reported by naddy@
2009-05-11 15:22:07 +00:00
jasper
17f3251f46 Security fix for CVE-2009-1194, "Pango integer overflow in heap allocation
size calculations"

ok ajacoutot@
2009-05-11 12:43:20 +00:00
pyr
f5c477c921 fix typo
ok jasper@
2009-05-11 12:41:32 +00:00
jasper
6c523fcf7b - add libpst 2009-05-11 09:36:48 +00:00
jasper
ffb24d0ee9 import libpst 0.6.37
Tools for converting Outlook .pst files to Unix mbox and other formats.

ok ajacoutot@
2009-05-11 09:36:17 +00:00
jasper
1f88c0b22b - add more stuffs 2009-05-11 09:10:23 +00:00
ajacoutot
ba1b2fb6ba - remove devhelp from run_depends; it brings the webkit monster and is not
needed for a "Joe User" Desktop.
- sort readme while here

ok jasper@
2009-05-11 08:59:22 +00:00
sthen
fad75c75bd adapt to new xvidcore, from Brad. 2009-05-10 20:16:29 +00:00
sthen
d8ca32fd29 update to 1.2.1, from Brad (taking maintainer). 2009-05-10 20:16:10 +00:00
naddy
dd6fe9527c update to 1.60; prodded by Brad 2009-05-10 19:31:44 +00:00
sthen
5fd4c6e743 update to 1.7.0 and add no_x11 flavour (useful for dwm's status bar
or with dzen2). ok jasper@, Vlad Glagolev (maintainer).
2009-05-10 19:07:47 +00:00