45461 Commits

Author SHA1 Message Date
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
jasper
f1914d77e7 - add libneural 2008-09-08 18:55:26 +00:00
jasper
980a2b5d3d import libneural 1.0.3
libneural is an extremely tiny library for creating a software three
layer backpropagation neural network. This is useful for a very wide
variety of pattern recognition and classification problems. It is
written in C++, based on the standard algorithm with NO fancy features
like bias terms or momentum.
2008-09-08 18:46:57 +00:00
ajacoutot
7dfacac8f3 - update to devhelp 0.20
- merge PFRAG.shared into PLIST as it is SHARED_ONLY (python MODULE)

ok jasper@
2008-09-08 18:11:15 +00:00
ajacoutot
71d81e2e51 - sanitize STDCCFLAGS/CFLAGS
- add -fPIC unconditionally (requested by naddy@) by adding it to
unix.mak (in pwlib) which get sourced by the other ports

feedback from and ok naddy@, thanks!
2008-09-08 17:17:10 +00:00
martynas
920bb74482 > SILC Client 1.1.5 is out. Lots of bugs fixed.
sync with silc-client-1.1.5.  ok jdixon@
2008-09-08 16:31:47 +00:00
brad
d5c0a6d0e8 Upgrade to silc-client 1.1.5; bug fix update.
ok jdixon@
2008-09-08 15:02:41 +00:00
brad
c89c8d6cb4 Enable assembler AES code on amd64 and add missing dependency on Yasm.
ok jdixon@
2008-09-08 15:01:31 +00:00
simon
9024b50e18 remove nonexistent dependency that is covered by base perl but existed
until a few minues ago in mystuff/
no bump as it didn't actually packaged

pointed out by naddy@
2008-09-08 14:15:42 +00:00
okan
59715b6a34 - update to 2152 from Giovanni (MAINTAINER)
- update HOMEPAGE, noticed by simon@
- remove pre-install workaround target

ok simon@
2008-09-08 13:35:11 +00:00
jasper
941bf49812 - update p5-POE-Component-Server-FTP to 0.08 2008-09-08 09:55:16 +00:00
jasper
fb97a30e10 - update p5-Nmap-Parser to 1.16
- fix license
2008-09-08 09:51:22 +00:00
jasper
afe2c5c9d2 - update p5-POE-Component-SSLify to 0.14
- fix depends
2008-09-08 09:50:18 +00:00
jasper
a2735cf550 - update p5-WWW-Wikipedia to 1.94 2008-09-08 09:41:35 +00:00
ajacoutot
9073776a2a - sync: 5248 2008-09-08 09:23:45 +00:00
brad
1e2e907ca7 Bye bye Qt. No longer being used by anything in the ports tree.
"I'm all in favor of dropping old unmaintained stuffs" ajacoutot@
"I can only fully agree to antoine and you wrt ditching the old stuff" jasper@
2008-09-08 08:48:31 +00:00
brad
88d3f8faab Remove explorer. The last port left using Qt. Imported 10 years ago
with no updates since and no official homepage or distsite.

"I'm all in favor of dropping old unmaintained stuffs" ajacoutot@
"I can only fully agree to antoine and you wrt ditching the old stuff" jasper@
2008-09-08 08:40:42 +00:00
wilfried
323e546844 update to 0.9.8 2008-09-08 07:48:43 +00:00
jasper
7b53edb335 - update p5-Font-AFM to 1.20 2008-09-08 00:11:47 +00:00
jasper
a7ab972527 - update p5-LaTeX-TOM to 0.9 2008-09-08 00:07:40 +00:00
jasper
e13355534d - update p5-Font-TTF to 0.45 2008-09-08 00:04:14 +00:00