Commit Graph

5721 Commits

Author SHA1 Message Date
jasper
a45da8d13c - update p5-Config-Tiny to 2.12 2008-09-15 06:42:36 +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
brad
cd5b9938bb Upgrade to PCRE 7.8.
ok jakob@
2008-09-12 12:24:18 +00:00
martynas
60c29c9d2a - don't round to double-precision
ok sthen@
2008-09-10 21:16:53 +00:00
simon
591977f794 maintenance update to version 0.107 2008-09-10 15:46:44 +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
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
brad
c89c8d6cb4 Enable assembler AES code on amd64 and add missing dependency on Yasm.
ok jdixon@
2008-09-08 15:01:31 +00:00
jasper
0c980da620 - update p5-Array-Compare to 1.16
maintainer (msf@) timed-out
2008-09-07 23:36:27 +00:00
brad
d0ee955f35 Update libgsf to 1.14.9.
ok ajacoutot@ jasper@
2008-09-07 22:21:10 +00:00
simon
cc7fe3cee0 update to version 1.11 2008-09-07 09:42:01 +00:00
simon
6e8abdc7ca maintenance update to version 1.01 2008-09-07 09:06:27 +00:00
simon
37eff8fcbe maintenance update to version 1.40000 2008-09-07 09:00:34 +00:00
simon
92ac750774 maintenance update to version 0.14 2008-09-07 08:58:08 +00:00
simon
8d14bc6626 add p5-Catalyst-Plugin-C3 to devel/ and p5-Catalyst-Plugin-Cache,
p5-Catalyst-Plugin-Cache-Store-FastMmap,
p5-Catalyst-Plugin-ConfigLoader-Environment,
p5-Catalyst-Plugin-LogWarnings, p5-Catalyst-Component-ACCEPT_CONTEXT,
p5-HTML-SBC and p5-XML-Atom-SimpleFeed to www/
2008-09-06 10:34:06 +00:00
simon
5cec3a7c96 import p5-Catalyst-Plugin-C3
This module is related to the possible transition of Catalyst from NEXT
to Class::C3.  This transition hasn't happened yet, and might not for a
while.
2008-09-06 10:33:37 +00:00
simon
a2209f1df3 add p5-Directory-Scratch, p5-Test-HTML-Tidy, p5-Devel-Cover and
p5-Test-Strict
2008-09-06 09:53:12 +00:00
simon
6bcf4927e8 import p5-Test-Strict
Test::Strict lets you check the syntax, presence of the strict and
warnings pragma in your Perl code.
2008-09-06 09:53:08 +00:00
simon
4ff0561702 import p5-Devel-Cover
This module provides code coverage metrics for Perl.  Code coverage
metrics describe how thoroughly tests exercise code.  By using
Devel::Cover you can discover areas of code not exercised by your tests
and determine which tests to create to increase coverage.  Code coverage
can be considered as an indirect measure of quality.
2008-09-06 09:53:05 +00:00
simon
48e29454e4 import p5-Test-HTML-Tidy
Handy way to check that HTML is valid, according to HTML::Tidy.  It is
built with Test::Builder and plays happily with Test::More and friends.
2008-09-06 09:53:01 +00:00
simon
8c93f9700c import p5-Directory-Scratch
When writing test suites for modules that operate on files, it's often
inconvenient to correctly create a platform-independent temporary
storage space, manipulate files inside it, then clean it up when the
test exits.  The inconvenience usually results in tests that don't work
everwhere, or worse, no tests at all.
This module aims to eliminate that problem by making it easy to do
things right.
2008-09-06 09:52:57 +00:00
okan
c9877ef58e - update to 4.30 (initial diff from Guillaume Pinot)
- even though gmp is now optional, it is explicity used/linked
- fix-up SHARED_LIBS
- add @bin markers

tweak and ok naddy@
2008-09-05 14:37:43 +00:00
todd
d8787fa8c7 verified to work via ekiga by me
PLEASE commit this ;-) ajacoutot@
2008-09-02 23:17:15 +00:00
brad
d8ab0f9395 Update glib2 to 2.16.5.
ok jasper@
2008-09-02 12:44:08 +00:00
eric
8c131ca116 update to 0.5.10
ok wcmaier@
2008-09-01 19:09:17 +00:00
jasper
04fe40afc8 - add p5-POE-Component-Pluggable 2008-09-01 09:57:40 +00:00
jasper
8e4427a072 import p5-POE-Component-Pluggable 1.10
POE::Component::Pluggable is a base class for creating plugin enabled
POE Components. It is a generic port of POE::Component::IRC's plugin
system.

If your component dispatches events to registered POE sessions, then
POE::Component::Pluggable may be a good fit for you.

Users of your component can then load plugins using the plugin methods
provided to handle events generated by the component.
2008-09-01 09:55:34 +00:00
jasper
d765b0f1c0 - update p5-POE to 1.0003 2008-09-01 09:54:49 +00:00
jasper
253896ad83 - update p5-Event to 1.11
- install a tutorial (pdf)
2008-09-01 07:31:38 +00:00
jasper
6c9ef1f027 - update p5-Devel-Size to 0.71 2008-09-01 07:18:07 +00:00
sthen
53d65b2fa2 +cunit 2008-08-29 09:20:03 +00:00
sthen
24940f25ef import cunit:
CUnit is a lightweight system for writing, administering, and running
unit tests in C.  It provides C programmers a basic testing
functionality with a flexible variety of user interfaces.  It uses a
simple framework for building test structures, and provides a rich set
of assertions for testing common data types.   In addition, several
different interfaces are provided for running tests and reporting
results.

from maintainer Markus Bergkvist, thanks!
2008-08-29 09:18:39 +00:00
ckuethe
be2a3bceb6 fix distfile, prompted by naddy 2008-08-29 03:58:43 +00:00
martynas
0d2e70627b libxul-embedding -> xulrunner-embedding, since apps (liferea) think
that it's xulrunner 1.9, if libxul-embedding is detected.
2008-08-29 01:16:47 +00:00
sthen
a3dccb576f linewrap DESCR and bump package. ok ian@ (maintainer). 2008-08-28 21:20:23 +00:00
jasper
1ee308877f - update p5-Task-Weaken to 1.02 2008-08-27 22:08:56 +00:00
jasper
747a199441 - update p5-Params-Util to 0.33 2008-08-27 22:08:34 +00:00