Commit Graph

6455 Commits

Author SHA1 Message Date
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
simon
ecf7daf52c add p5-Any-Moose 2009-05-06 22:59:46 +00:00
simon
9b40ae755f import p5-Any-Moose
This module uses Moose if it's loaded and otherwise Mouse.
2009-05-06 22:59:42 +00:00
simon
5065b6f863 update to version 0.22 2009-05-06 22:54:06 +00:00
jakob
6914615257 upgrade to PCRE 7.9; from brad 2009-05-06 19:28:54 +00:00
sthen
baed85fac9 update to 1.7.3, from Brad (maintainer) 2009-05-06 17:16:17 +00:00
bluhm
ad597839dc update to p5-Devel-NYTProf 2.09 2009-05-05 22:21:15 +00:00
simon
6bb9190961 connect p5-Set-Infinite and p5-DateTime-Set 2009-05-03 16:10:38 +00:00
simon
f9e2fb98b8 import p5-DateTime-Set
DateTime::Set is a module for datetime sets.  It can be used to handle
two different types of sets:
 * Fixed sets of predefined datetime objects.  For example, if we wanted
   to create a set of datetimes containing the birthdays of people in
   our family.
 * Recurring sets, such as "every Wednesday", or "noon on the 15th day
   of every month".  This type of set can have fixed starting and ending
   datetimes, but neither is required.
2009-05-03 16:10:33 +00:00
simon
2aaeb61584 import p5-Set-Infinite
Set::Infinite is a Set Theory module for infinite sets.

A set is a collection of objects.  The objects that belong to a set are
called its members, or "elements".  As objects we allow (almost)
anything: reals, integers, and objects (such as dates).

Note that there is no account for
 - the order of elements.  For example, {1,2} = {2,1}.
 - repetition of elements.  For example, {1,2,2} = {1,1,1,2} = {1,2}.
2009-05-03 16:10:27 +00:00
jasper
951ab7d4a1 - fix regress depends 2009-05-03 15:39:22 +00:00
jasper
9c6f67b2a7 - add missing run dependency 2009-05-03 14:38:06 +00:00
sthen
86aff50482 update yasm to 0.80, from Brad (taking maintainer, with agreement from
the previous maintainer Shaun Amott).
2009-04-30 21:31:49 +00:00
stsp
60383fd0e8 Update to 1.6.1.
Help by ajacoutot@ and steven@
2009-04-28 23:43:56 +00:00
ajacoutot
63668bcb31 - fix some file perms
- regen PLIST while here
2009-04-28 21:10:08 +00:00
jasper
8f55f77cc8 - update bouml to 4.12.2 2009-04-26 21:58:24 +00:00
sthen
856c981df4 update to 1.4.13 from Brad; looks good to jasper@ 2009-04-26 19:45:53 +00:00
jasper
15d2a3a660 - add dotconf 2009-04-26 19:42:31 +00:00
jasper
be0b634fd4 import dotconf 1.1.0
dot.conf is a simple-to-use and powerful configuration-file parser
library written in C. The configuration files created for dot.conf look
very similar to those used by the Apache Webserver.
2009-04-26 19:36:33 +00:00
wcmaier
cef4a4da10 Fix build (pointed out by naddy@, thanks).
Upstream bug (now fixed) sets MODPY_EGG_VERSION=unknown, so we have to
use that for now. Also, locale stuffs moved to i18n module. No bump
because it didn't package anyway. Sigh.
2009-04-26 16:27:36 +00:00
ajacoutot
0b890a218d - bugfix update to libgsf-1.14.12
- hobbits take maintainance
2009-04-26 13:24:15 +00:00