Commit Graph

48520 Commits

Author SHA1 Message Date
ajacoutot
40313e9896 - fix a misplaced cast that would corrupt swap statistics for systems
with >=2GB swap
- replace kvm reads with sysctl()
this change brings some useful improvements in the process:
* it fixes the disk plugin
* if you don't care about TCP connection statistics, then running sgid
is not needed anymore

all work done by Josh Elsasser, thank you!
"functionality-wise: thumbs up!" sturm@
2009-02-06 12:55:48 +00:00
pirofti
33f4b4c1e5 Remove amd64 support as it does not work yet.
Asked by Dmitri Alenichev (maintainer).
2009-02-06 11:41:35 +00:00
form
168c7e9748 o take maintainership
o bump PKGNAMEs

ok sturm@
2009-02-06 09:39:02 +00:00
simon
7cbf515d3f update to version 0.05
ok espie@ (MAINTAINER)
2009-02-06 08:10:18 +00:00
robert
29cef32cbc Add more languages per some people's request: ar_AR, fr_FR, nl_NL, sr_SL 2009-02-05 23:26:52 +00:00
landry
0daa537c3d Better patch for wscript, more in 'the waf spirit' and probably more
acceptable for upstream.. yuck.
ok jasper@
2009-02-05 22:22:33 +00:00
jasper
de237e273d - mark cheese as BROKEN as it stopped working and needs to catch up
with our UVC layer; although nobody with knowledge/time stepped up to fix it.

discussed many many times with ajacoutot@ and others
2009-02-05 22:09:04 +00:00
simon
3afded36e5 add p5-HTML-Tiny, p5-HTML-FormFu and p5-Catalyst-Controller-HTML-FormFu 2009-02-05 22:05:27 +00:00
simon
42e2715590 add p5-Regexp-Assemble 2009-02-05 22:05:25 +00:00
simon
968bc8e0a3 add p5-Captcha-reCAPTCHA 2009-02-05 22:05:22 +00:00
simon
4690208dd4 add p5-boolean, p5-Test-MockTime and p5-DateTime-Format-Natural 2009-02-05 22:05:20 +00:00
simon
9eb476692a import p5-Catalyst-Controller-HTML-FormFu
FormFu for Catalyst.
2009-02-05 22:05:13 +00:00
simon
fac78754b3 import p5-HTML-FormFu
HTML::FormFu is a HTML form framework which aims to be as easy as
possible to use for basic web forms, but with the power and flexibility
to do anything else you might want to do (as long as it involves forms).

You can configure almost any part of formfu's behaviour and output.  By
default formfu renders "XHTML 1.0 Strict" compliant markup, with as
little extra markup as possible, but with sufficient CSS class names to
allow for a wide-range of output styles to be generated by changing only
the CSS.
2009-02-05 22:05:10 +00:00
simon
a26da08492 import p5-Captcha-reCAPTCHA
reCAPTCHA is a hybrid mechanical turk and captcha that allows visitors
who complete the captcha to assist in the digitization of books.
2009-02-05 22:05:07 +00:00
simon
536d14d900 import p5-HTML-Tiny
HTML::Tiny is a simple, dependency free module for generating HTML (and
XML).  It concentrates on generating syntactically correct XHTML using a
simple Perl notation.

In addition to the HTML generation functions, utility functions are
provided to:
 * encode and decode URL encoded strings
 * entity encode HTML
 * build query strings
 * JSON encode data structures
2009-02-05 22:05:05 +00:00
simon
09c36754e6 import p5-Regexp-Assemble
Regexp::Assemble takes an arbitrary number of regular expressions and
assembles them into a single regular expression (or RE) that matches all
that the individual REs match.

As a result, instead of having a large list of expressions to loop over,
a target string only needs to be tested against one expression.  This is
interesting when you have several thousand patterns to deal with.
Serious effort is made to produce the smallest pattern possible.
2009-02-05 22:05:02 +00:00
simon
53701487f2 import p5-DateTime-Format-Natural
DateTime::Format::Natural takes a string with a human readable date/time
and creates a machine readable one by applying natural parsing logic.
2009-02-05 22:05:00 +00:00
simon
60ee9f6eae import p5-Test-MockTime
This module was created to enable test suites to test code at specific
points in time.  Specifically it overrides localtime, gmtime and time at
compile time and then relies on the user supplying a mock time via
set_relative_time, set_absolute_time or set_fixed_time to alter future
calls to gmtime, time or localtime.
2009-02-05 22:04:58 +00:00
simon
6291e71bdd import p5-boolean
This module provides basic Boolean support, by defining two special
objects: true and false.
2009-02-05 22:04:56 +00:00
robert
0078d29de7 +openoffice3-dicts 2009-02-05 21:33:23 +00:00
robert
26a52ff665 Import a port to handle openoffice3 dictionaries.
Currently on en_GB, en_US, de_DE and hu_HU dictionaries are installed.
Upon package installation the dictionary extension(s) are going
to be registered with unopkg (openoffice's extension manager).

If anyone needs another language, just send me an email. (diffs are accepted too :))
2009-02-05 21:32:48 +00:00
wcmaier
9f52ecadee Kill extra egg lines in PLIST and update license marker while here.
Since it didn't package, no bump. Diff from sthen@, noticed by
naddy@. I relinquish my cookies.
2009-02-05 20:50:51 +00:00
kili
159987185c openarena-data needs a pkg bump after the arch addition.
noticed by naddy@, no cookies for me
2009-02-05 20:33:12 +00:00
sthen
d8dbe3dc3c bump PKGNAME-main, thanks naddy@ for pointing it out. 2009-02-05 20:32:08 +00:00
simon
c3c7778238 add p5-Catalyst-Component-InstancePerContext 2009-02-05 18:00:22 +00:00
simon
79c12fb40c import p5-Catalyst-Component-InstancePerContext
This module helps to implement Catalyst components that return a new
instance on each request.
2009-02-05 18:00:17 +00:00
pirofti
d5c7106feb Update to 2009.01.31. Okay sthen@. 2009-02-05 12:54:18 +00:00
sthen
b7dbab5459 fix crash if a query fails, from upstream SVN via David Coppa.
(I added an explanatory comment to the patch file).
2009-02-05 12:21:56 +00:00
jasper
b80c6e405c - plug memory leak; from upstream svn rev. 3157.
- remove XXX that was resolved recently
2009-02-05 09:50:31 +00:00
jasper
187b3e1ced - update libcroco to 0.6.2
* loads and loads of bugfixes
2009-02-05 09:47:02 +00:00
ajacoutot
9c091c55c1 - fix an indentation error
from David Coppa on ports@, thanks!
2009-02-05 07:46:27 +00:00
djm
d773a9a215 update to flowd-9.9.1, subst MODPY_EGG_VERSION; diff from msf@ 2009-02-05 05:33:24 +00:00
djm
05d561ee62 update to flowd-0.9.1; patch from msf@ 2009-02-05 05:32:11 +00:00
sthen
01af648685 maintenance update to 1.1.11, from Brad. 2009-02-04 21:29:48 +00:00
martynas
99b71baf8e update to firefox-i18n-3.0.6 2009-02-04 21:12:25 +00:00
martynas
d762abf08b security/stability update to mozilla-firefox-3.0.6. MFSA 2009-06;
MFSA 2009-05; MFSA 2009-04; MFSA 2009-03; MFSA 2009-02; MFSA 2009-01
http://www.mozilla.org/security/known-vulnerabilities/firefox30.html#firefox3.0.6
ok naddy@
2009-02-04 21:08:15 +00:00
naddy
4a542df448 maintenance update to 2.8.2 2009-02-04 21:04:42 +00:00
chl
58e9007da3 I moved, bump PKGNAME. 2009-02-04 20:25:16 +00:00
naddy
1a75262638 sync with FreeBSD src; csup can now fetch a complete CVS repository 2009-02-04 20:24:01 +00:00
ajacoutot
b69fbe0ed5 - no need for a specific localstatedir, use default
discussed with jasper@
2009-02-04 18:50:02 +00:00
ajacoutot
e010b87295 - install icon where it belongs 2009-02-04 18:34:04 +00:00
jasper
9fafcdd601 - bump pkgname after last commit
also sorting makes the checksum of files change -> package changes -> bump needed
2009-02-04 18:09:12 +00:00
form
02ebf4d53b sort
no content changes, no bump

ok landry@
2009-02-04 17:36:06 +00:00
ajacoutot
8c0a0fa6fa - add a MESSAGE to help user unbreak icon display when running evolution
outside of a full blown desktop environment

idea from and discussed with sturm@
2009-02-04 15:43:32 +00:00
landry
d059ee36c1 I moved back to my mountains, update my entry here. 2009-02-04 14:39:35 +00:00
jasper
8a7c697085 - update p5-XML-XSPF to 0.7 2009-02-04 12:58:39 +00:00
jasper
2ca710a7f2 - update p5-XML-SAX-Writer to 0.52 2009-02-04 12:56:38 +00:00
jasper
8719afa780 - update p5-XML-RSS to 1.43
- switch to modbuild
2009-02-04 12:53:39 +00:00
jasper
1956df04ab - update p5-WebService-MusicBrainz to 0.21 2009-02-04 10:51:11 +00:00
jasper
b5a4474481 - update p5-HTML-Lint to 2.06 2009-02-04 10:44:59 +00:00