simon
9ef8f7d7c1
maintenance update to version 0.09
2008-09-13 15:38:37 +00:00
simon
1f8e41ed41
update to version 0.11
2008-09-13 15:36:31 +00:00
simon
0704c91ac7
update to version 0.10007 and remove patches that got accepted upstream
2008-09-13 15:27:51 +00:00
simon
3afc70c655
maintenance update to version 0.05
2008-09-13 08:25:12 +00:00
brad
584e57c5e6
Update generator to 0.35r4.
...
ok okan@
2008-09-13 07:24:46 +00:00
brad
38a4b118aa
Update p5-SNMP_Session to 1.12.
...
ok okan@
2008-09-13 07:23:37 +00:00
martynas
b2e1264316
update to snownews-1.5.10
...
it contains patches from Martynas Venckus:
- net-support.c: HTTP header only needs to be ASCII in the token
- xmlparse.c: Convert feed title to target charset, too. Should
probaly be in interface.c
- main.c, interface.h, interface.c: Add a signal handler for resizing
to work on many other ncurses implementations
- conversions.c: Determine output charset with nl_langinfo()
ok kili@
2008-09-12 20:07:15 +00:00
naddy
2c3ac8569e
fix building against mhash 0.9.9; from maintainer Giovanni Bechis
2008-09-12 14:28:06 +00:00
brad
d17b2a40cc
Update to Yasm 0.7.1.
...
ok okan@
2008-09-12 14:26:00 +00:00
naddy
7028c68a99
Remove a workaround that is no longer required and breaks with OpenSSL 0.9.8.
...
ok ajacoutot@
2008-09-12 13:58:21 +00:00
naddy
2e23d6274f
* Fix build against OpenSSL 0.9.8; from Daniel Roethlisberger via FreeBSD.
...
* Remove former maintainer per his request.
* tab-ify
2008-09-12 13:56:32 +00:00
brad
cd5b9938bb
Upgrade to PCRE 7.8.
...
ok jakob@
2008-09-12 12:24:18 +00:00
brad
1abb752216
Update to Samba 3.0.32.
...
ok sthen@
2008-09-12 07:49:11 +00:00
martynas
c21eea9522
- use ieee fp math
...
spotted&tested&ok naddy@
2008-09-11 21:45:43 +00:00
landry
03a3f265a3
Seems upstream re-rolled the distfile without bumping the version on the
...
5 september... bad bad. spotted by my ppc bulk build.
ok naddy@ (maintainer)
2008-09-11 19:59:42 +00:00
martynas
503adc5502
- libm has fmaxf
2008-09-11 19:52:18 +00:00
martynas
79eeacc1d6
- got fmin, fmax
2008-09-11 19:51:27 +00:00
martynas
a677746674
- don't round to double-precision
...
ok naddy@
2008-09-11 19:24:23 +00:00
martynas
82a1ce83c7
our math.h does not need quirks for gcc anymore. fix-includes
...
script does not produce math.h, and just uses the system one, so
remove it from PLIST. makes gccs package again. spotted&ok naddy@
2008-09-11 19:22:05 +00:00
jsg
51cd836e2e
Add support for links from players embedded in third party pages.
...
ok martynas@
2008-09-11 11:58:09 +00:00
martynas
a9bbce840f
- remove pre-release quirk
...
ok naddy@
2008-09-10 22:01:04 +00:00
martynas
60c29c9d2a
- don't round to double-precision
...
ok sthen@
2008-09-10 21:16:53 +00:00
martynas
7afa11a163
don't round to double-precision anymore, since libc got extended-precision
...
functions now. ok sthen@
2008-09-10 20:50:31 +00:00
martynas
e3eef1dd73
libc has isfinite. ok sthen@
2008-09-10 20:49:03 +00:00
naddy
adbe21a999
unbreak MDB detection on amd64 and sparc64; ok ajacoutot@
2008-09-10 19:37:29 +00:00
martynas
c99e6205e3
- don't redefine log2. ok&spotted by naddy@
2008-09-10 17:25:26 +00:00
martynas
6d8d761499
- remove workaround for log2. ok maintainer phessler@
2008-09-10 17:21:48 +00:00
sthen
3ef95f0ff9
Remove workaround for lack of complex number support in libm, bump package.
...
ok martynas@
2008-09-10 16:47:43 +00:00
simon
587d1ebcd3
maintenance update to version 0.08
2008-09-10 15:55:03 +00:00
simon
591977f794
maintenance update to version 0.107
2008-09-10 15:46:44 +00:00
landry
3823d9004b
Update to xfce4-notes 1.6.2, fixes an issue reported by edd barrett.
...
ok ajacoutot@
2008-09-10 15:08:00 +00:00
simon
3d5eee2942
add p5-Algorithm-IncludeExclude, p5-Best, p5-Class-Multimethods,
...
p5-File-Attributes, p5-File-Attributes-Recursive, p5-File-CreationTime,
p5-Log-Trace, p5-Test-Assertions, p5-Test-JSON, p5-Test-NoTabs and
p5-Test-YAML-Valid
2008-09-09 21:14:35 +00:00
simon
48869d4e95
import p5-Test-YAML-Valid
...
This module lets you easily test the validity of YAML.
2008-09-09 21:14:31 +00:00
simon
7bd6a4f88b
import p5-Test-NoTabs
...
Test::NoTabs lets you check the presence of tabs in your perl code.
2008-09-09 21:14:27 +00:00
simon
0aa8b187bf
import p5-Test-JSON
...
JavaScript Object Notation (JSON) is a lightweight data interchange
format. Test::JSON makes it easy to verify that you have built valid
JSON and that it matches your expected output.
2008-09-09 21:14:23 +00:00
simon
7e9ca1627d
import p5-Test-Assertions
...
Test::Assertions provides a convenient set of tools for constructing
tests, such as unit tests or run-time assertion checks (like C's ASSERT
macro). Unlike some of the Test:: modules available on CPAN,
Test::Assertions is not limited to unit test scripts; for example it can
be used to check output is as expected within a benchmarking script.
When it is used for unit tests, it generates output in the standard form
for CPAN unit testing (under Test::Harness).
2008-09-09 21:14:20 +00:00
simon
c5c61fb2a6
import p5-Log-Trace
...
This module provides a unified approach to tracing. A script can use
Log::Trace qw( < mode > ) to set the behaviour of the TRACE function.
2008-09-09 21:14:17 +00:00
simon
678501f4c5
import p5-File-CreationTime
...
This module keeps track of creation times on filesystems that don't
normally provide such information.
2008-09-09 21:14:13 +00:00
simon
052c08b6d2
import p5-File-Attributes-Recursive
...
This module works like File::Attributes, but will recurse up the
directory tree until a matching attribute is found.
2008-09-09 21:14:09 +00:00
simon
f0b2dee933
import p5-File-Attributes
...
File::Attributes is a wrapper around modules in the File::Attributes
hierarchy. If you use this module directly (instead of one of the
aforementioned decendants), then your attribute manipulations will Just
Work, regardless of the underlying filesystem.
2008-09-09 21:14:05 +00:00
simon
0fcf970c47
import p5-Class-Multimethods
...
The Class:Multimethod module exports a subroutine (&multimethod) that
can be used to declare other subroutines that are dispatched using a
algorithm different from the normal Perl subroutine or method dispatch
mechanism.
2008-09-09 21:14:02 +00:00
simon
494f00e12c
import p5-Best
...
Best attempts to load modules from a list, stopping at the first
successful load and failing only if no alternative was found.
2008-09-09 21:13:57 +00:00
simon
13f5eeb461
import p5-Algorithm-IncludeExclude
...
Algorithm::IncludeExclude lets you define a tree of include / exclude
rules and then allows you to determine the best rule for a given path.
2008-09-09 21:13:53 +00:00
brad
bda54c9db1
Make sure to build without Bonobo support when trying to build
...
with the no_gnome pseudo FLAVOR as was done before, the flags
were changed around between versions in the autoconf script.
2008-09-09 20:58:11 +00:00
mglocker
f9bc180bd5
Update to latest version nostromo 1.8.7.
...
Help and OK jasper@
2008-09-09 18:54:57 +00:00
ajacoutot
ede7611617
- tweak MESSAGE
2008-09-09 11:17:30 +00:00
landry
3161d74a36
Add -D_BSD_SOURCE so that mpd calls initgroups(3) and sets additional
...
groups when dropping privilege. This fixes long-standing permission
problems when accessing music directory..
From Tobias Ulmer (MAINTAINER) on ports@, thanks!
ok jasper@
2008-09-09 08:11:29 +00:00
ajacoutot
8767b29489
- update to mkvtoolnix-2.3.0
...
several bugfixes and enhancements
2008-09-09 07:27:49 +00:00
brad
3f20eb1c7b
Enable the V4L2 input support.
...
ok jakemsr@
2008-09-08 23:28:28 +00:00
martynas
f025b2164e
update to nut-2.2.2, which contains the old agiler driver from 2.2.0
...
(now called agiler-old)
upses such as the below can now work again:
{0x0665, 0x5161, &agiler_old_subdriver}, /* Belkin F6C1200-UNV */
{0x06da, 0x0003, &agiler_old_subdriver}, /* Mustek Powermust */
{0x0f03, 0x0001, &agiler_old_subdriver}, /* Unitek Alpha 1200Sx *
ok sthen@
2008-09-08 19:38:30 +00:00