Commit Graph

6475 Commits

Author SHA1 Message Date
ajacoutot
dcd0d36154 - small update to vte-0.20.3
several bugfixes in the python bindings
2009-05-26 06:41:25 +00:00
ajacoutot
dc05e7b27d - maintenance update to libgsf-1.14.14 2009-05-24 10:56:55 +00:00
benoit
9d8e9d9515 - update to libspectrum 0.5.0.1
- change maintainer

ok ajacoutot@
2009-05-23 16:46:36 +00:00
kurt
3c92eb7453 - These patches were updated not removed. ?!?! 2009-05-23 03:27:41 +00:00
kurt
52f73c42e7 - update from early access b43 to b59
- sync patches with OpenJDK's bsd_port project
- require a pre-installed package for native_bootstrap
- The new 1.7 class java.nio.channels.spi.AsynchronousChannelProvider
  is not implemented yet on BSD.
- The new 1.7 package java.nio.sctp is not included and not supported on
  OpenBD
2009-05-23 03:03:24 +00:00
benoit
09d77bb363 - update to py-asn1 0.0.8a
- change maintainer
- regen PLIST

ok ajacoutot@
2009-05-22 11:08:18 +00:00
benoit
354be44bfe - update to cflow 1.2
- change maintainer
- regen PLIST

ok ajacoutot@
2009-05-20 14:01:13 +00:00
pea
239f79a380 Update to 0.90
ok simon@
2009-05-20 06:43:15 +00:00
pea
24de17b925 Update to 1.0900
ok simon@
2009-05-20 06:42:29 +00:00
pea
95b0e6db4b Update to 0.16003
ok simon@
2009-05-20 06:41:36 +00:00
pea
e94b11946e Update to 0.76
ok simon@
2009-05-20 06:40:40 +00:00
pea
f5be40a38b Update to 0.50
ok simon@
2009-05-20 06:39:49 +00:00
bernd
b9e1279b90 Update to ruby-flexmock-0.8.6. 2009-05-19 22:54:47 +00:00
bernd
384748fd29 Update to ruby-fastthread-1.0.7. 2009-05-19 22:46:37 +00:00
bernd
98b9e5d22a Update to ruby-highline-1.5.1. 2009-05-19 22:31:45 +00:00
bernd
e2e88dd16c Add ruby-rack-test. 2009-05-19 21:51:50 +00:00
bernd
f6e02b5de8 Initial import of ruby-rack-test-0.3.0.
Rack::Test is a small, simple testing API for Rack apps.
It can be used on its own or as a reusable starting point
for Web frameworks and testing libraries to build on.
Most of its initial functionality is an extraction of
Merb 1.0's request helpers feature.
2009-05-19 21:49:11 +00:00
pirofti
21606200bd Fix ruby-columnize regression tests. Okay bernd@. Bump. 2009-05-19 21:05:00 +00:00
pirofti
e2b9205000 Link ruby-minitest. 2009-05-19 21:01:10 +00:00
pirofti
193d4aa2bd Initial import of ruby-minitest.
minitest/unit is a small and fast replacement for ruby's huge and slow
test/unit. This is meant to be clean and easy to use both as a regular test
writer and for language implementors that need a minimal set of methods to
bootstrap a working unit test suite.

Okay bernd@
2009-05-19 20:59:40 +00:00
bernd
5fccd654b3 Update to git-1.6.3.1.
Also:
- install gitweb and related stuff (from Simon Kuhnle)
- fix paths in some manpages (noticed by mk@)
- 64bit for date.c fix went upstream

Thanks guys!
2009-05-18 19:23:58 +00:00
ajacoutot
ab571a413b - maintainance release to libsoup-2.26.2
fixes several bugs and crashes
2009-05-18 16:52:15 +00:00
sthen
9d94f0871e bump for gcc4.port.mk LIB_DEPENDS change 2009-05-17 09:40:53 +00:00
kurt
5e91ef3781 - prevent users from using native_bootstrap when the required package is
not pre-installed
2009-05-15 17:47:29 +00:00
kurt
8255bf991f - add jdk17_bootstrap PSEUDO_FLAVOR which uses a pre-installed
jdk/1.7 package to bootstrap
- prevent users from using native_bootstrap or jdk17_bootstrap when
the required package is not pre-installed

"looks good" sthen@
2009-05-15 17:41:04 +00:00
ajacoutot
8cc60bed42 - update to iso-codes-3.9
works fine for pea@ on amd64
2009-05-15 16:03:49 +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
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
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
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
jcs
66c0127c20 this has some wantlibs 2009-05-08 18:04:11 +00:00
jcs
4b3722a559 ruby-systemtimer 2009-05-08 18:01:33 +00:00
jcs
80ae3ff7c8 import ruby-systemtimer 1.1.1, a better timeout.rb that uses sigalrm 2009-05-08 17:58:52 +00:00
jasper
bf244da195 - update vte to 0.20.2
* bugfix wrt libiconv
2009-05-08 11:38:08 +00:00
jasper
7d02e36ad2 - add missing dependency 2009-05-08 10:28:35 +00:00
simon
d7232269d9 update to version 0.87 2009-05-07 10:45:58 +00:00
simon
d34be70820 add p5-YAML-Tiny 2009-05-07 10:30:21 +00:00
simon
396242c4c7 import p5-YAML-Tiny
The YAML specification is huge.  Really, really huge.  It contains all
the functionality of XML, except with flexibility and choice, which
makes it easier to read, but with a formal specification that is more
complex than XML.
The original pure-Perl implementation YAML costs just over 4 megabytes
of memory to load.  Just like with Windows .ini files (3 meg to load)
and CSS (3.5 meg to load) the situation is just asking for a YAML::Tiny
module, an incomplete but correct and usable subset of the
functionality, in as little code as possible.
2009-05-07 10:30:16 +00:00
simon
150ef1161f update to version 0.09 2009-05-07 08:24:02 +00:00
simon
18cfbc99b9 update to version 0.76 2009-05-07 08:15:20 +00:00
simon
2e71498880 update to version 0.83 2009-05-07 08:14:51 +00:00
ajacoutot
9168764c9a - bugfix update to libgsf-1.14.13 2009-05-07 06:18:12 +00:00
simon
7d2e0497e9 update to version 0.23 and enable POD tests 2009-05-06 23:13:54 +00:00
simon
972f8ed6e8 add p5-Scope-Upper 2009-05-06 23:06:25 +00:00
simon
7217602256 import p5-Scope-Upper
This module lets you defer actions that will take place when the control
flow returns into an upper scope.  Currently, you can hook an upper
scope end, or localize variables, array/hash values or deletions of
elements in higher contexts.  You can also return to an upper level and
know which context was in use then.
2009-05-06 23:06:21 +00:00
simon
c632c2059d update to version 0.24 2009-05-06 23:01:45 +00:00