Commit Graph

3633 Commits

Author SHA1 Message Date
kurt
bdb052bb9e add amd64 support. tested & ok ian@ 2006-05-28 00:14:39 +00:00
steven
dbd3e01ddf add a missing man page, update-plist, bump PKGNAME. okay kurt@ 2006-05-26 17:32:21 +00:00
grunk
a89f229722 drop maintainership, ok sturm@ 2006-05-25 20:42:56 +00:00
bernd
e8f526162c add p5-Config-Grammar 2006-05-22 12:42:40 +00:00
bernd
6257b0bf0d Initial import of Config-Grammar-1.02.
Config::Grammar is a Perl module to parse configuration files by
following a grammar, which specifies how the configuration file should
look like. The configuration files are nice to work with for humans
and the error messages are helpful because it tells right away that
for example you are setting a variable which isn't defined.

Config::Grammar supports many advanced features, that you can read
about in its documentation.
2006-05-22 12:41:29 +00:00
steven
03f30db34d update to 1.26 2006-05-22 06:27:42 +00:00
steven
5644723a71 update to 0.46, PKG_ARCH=* 2006-05-22 06:19:18 +00:00
steven
2265d09eca update to 0.31 2006-05-22 06:07:19 +00:00
brad
6152ffb25a Update pango to 1.12.1. 2006-05-22 01:41:52 +00:00
brad
2a16431860 Update glib2 to 2.10.2. 2006-05-22 01:39:36 +00:00
steven
8512187b83 update to 0.60 2006-05-21 08:13:13 +00:00
ian
a5b4364f7f Remove extra line committed in error, unbreaks JRE packaging 2006-05-16 03:39:41 +00:00
ian
31e312eb64 Enable JDK/JRE build on amd64. Switch to bootstrapping using Kaffe + Solaris JDK binary,
obviating need to build with JDK Linux compat (which was i386 only anyway).
Add native_bootstrap pseudo-flavor so you can build with a native Sun JDK if you
have one (tested by building this way using JDK built with default Kaffe-based build).
Work by kurt@, tested by him on i386 and me on amd64. OK kurt@.
2006-05-15 18:11:22 +00:00
steven
25b09b9376 forgotten PKGNAME bump. "do it" robert@ 2006-05-15 12:08:25 +00:00
steven
61cc795411 remove incorrect strcpy/strcat patches, pointed out by deraadt@
ok naddy@
2006-05-13 16:19:36 +00:00
msf
f641de2807 update to 0.18 2006-05-11 14:40:57 +00:00
msf
d1e4c7bd44 update to 0.58 submitted by Deanna Phillips 2006-05-11 12:03:44 +00:00
msf
5e46ad0a83 update to 0.28 2006-05-11 12:01:34 +00:00
msf
6595dafcac +p5-Algorithm-C3
+p5-Class-Accessor-Chained
+p5-Class-C3
+p5-Class-Data-Accessor
+p5-Class-Inspector
+p5-Module-Find
+p5-Sub-Name
2006-05-11 11:59:42 +00:00
msf
6df2cd9a41 initial import of Class::Data::Accessor 0.02 from submitter Sean Comeau
Class::Data::Accessor is the marriage of Class::Accessor and
Class::Data::Inheritable into a single module. It is used for creating
accessors to class data that overridable in subclasses as well as in
class instances.
2006-05-11 11:52:41 +00:00
msf
97ab081976 initial import of Class::Accessor::Chained from submitter Sean Comeau
A chained accessor is one that always returns the object when called
with parameters (to set), and the value of the field when called with no
arguments.

This module subclasses Class::Accessor in order to provide the same
mk_accessors interface.
2006-05-11 11:43:59 +00:00
msf
07b99d2c11 initial import of Class::C3 from submitter Sean Comeau
This is pragma to change Perl 5's standard method resolution order from
depth-first left-to-right (a.k.a - pre-order) to the more sophisticated
C3 method resolution order.
2006-05-11 11:39:51 +00:00
msf
85e919eaa5 initial import of Sub::Name 0.02
This module can be used to assign a new name to a referenced subroutine.
2006-05-11 11:37:45 +00:00
msf
cfb03c21c5 initial import of Algorithm::C3 from submitter Sean Comeau
C3 is an algorithm which aims to provide a sane method resolution order
under multiple inheritence.
2006-05-11 11:27:39 +00:00
msf
56039ae6e7 initial import of Class::Inspector 1.16 from submitter Sean Comeau
Class::Inspector allows you to get information about a loaded class.
Most or all of this information can be found in other ways, but they
arn't always very friendly, and usually involve a relatively high level
of Perl wizardry, or strange and unusual looking code. Class::Inspector
attempts to provide an easier, more friendly interface to this
information.
2006-05-11 11:20:11 +00:00
msf
845fe252ae initial import of Module::Find 0.05 from submitter Sean Comeau
Module::Find lets you find and use modules in categories. This can be
very useful for auto-detecting driver or plugin modules. You can
differentiate between looking in the category itself or in all
subcategories.
2006-05-11 11:14:29 +00:00
robert
1351922e5d bump PKGNAME due to the change of the pear dependencies; 2006-05-09 14:16:50 +00:00
msf
dcebcb23f9 +p5-capitalization 2006-05-06 17:09:03 +00:00
msf
24ff1e29d1 initial import of capitalization 0.03
capitalization is a perl module that allows you to use familiar
style on method naming
2006-05-06 17:07:39 +00:00
msf
47745bc9f4 update to 0.10 from maintainer Jasper Lievisse 2006-05-05 16:57:11 +00:00
msf
e17b583fe9 update to 2.04 from maintainer Jasper Lievisse 2006-05-05 16:53:34 +00:00
kevlo
b821616b54 update to svk 1.0.7 2006-05-01 08:40:46 +00:00
naddy
9d5ff114f3 maintenance update to three-year old 2.5; maintainer timeout 2006-04-29 15:35:47 +00:00
ian
7b0be3a97d fix typo; 'ok kurt@; no pkg bump needed' 2006-04-28 22:57:11 +00:00
kurt
d5dbd1d194 - add a new pseudo flavor called alt_bootstrap which uses kaffe, Xalan and
solaris class files to bootstrap the jdk build. this avoids the need for
devel/jdk/1.4 to bootstrap and will provide a way to bootstrap the jdk on
amd64 and sparc64 when kaffe runs there.
- fix a keyboard entry problem when numlock is on
- fixup socket option code similar to FreeBSD & NetBSD
2006-04-28 20:56:15 +00:00
espie
8cf86a089a update to more recent version, better temp file handling.
okay maintainer.
2006-04-27 09:30:31 +00:00
naddy
7c90800e6b trim trailing whitespace 2006-04-21 15:02:26 +00:00
aanriot
e2ffc310da - use MASTER_SITE_PERL_CPAN .
- drop maintainership.
- bump PKGNAME .

spotted by Simon Dassow <sdassow@realnetworks.de>, thanks.
2006-04-21 08:34:24 +00:00
espie
08b2215a93 +p5-List-MoreUtils 2006-04-18 19:30:57 +00:00
espie
c56fdb47b7 yet another perl module needed by bricolage. 2006-04-18 19:29:23 +00:00
espie
ec005ffdba +p5-DateTime* 2006-04-18 19:08:30 +00:00
espie
a35acad9d4 DateTime computations in perl, localization 2006-04-18 19:07:01 +00:00
espie
231ed911ff perl DateTime calculations, TimeZone module 2006-04-18 19:06:15 +00:00
espie
9cedcfc3e4 DateTime computations in perl 2006-04-18 19:05:25 +00:00
espie
39a0b58f5a +p5-Class-Singleton 2006-04-18 18:49:31 +00:00
espie
51badc2f91 singleton implementation in perl, needed by the DateTime classes. 2006-04-18 18:48:33 +00:00
espie
3192d01043 PKG_ARCH=*, REGRESS_DEPENDS for more tests. 2006-04-18 15:50:33 +00:00
espie
ef23924c89 oops, PKG_ARCH=* 2006-04-18 15:48:07 +00:00
espie
501468a6a2 +p5-Test-File-Contents 2006-04-18 11:28:02 +00:00
espie
548d458ce4 perl test framework: look at file contents.
needed for bricolage.
2006-04-18 11:27:06 +00:00