Commit Graph

3618 Commits

Author SHA1 Message Date
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
espie
f2259fba1b +p5-Term-ReadPassword 2006-04-18 10:20:45 +00:00
espie
ee1077ba42 Term::ReadPassword is a simple module to read passwords without echoing
anything.

Needed to compile some other perl stuff (bricolage)
2006-04-18 10:18:07 +00:00
steven
f8d1798ddf update to scons 0.96.92
from maintainer Andrew Dalgleish
2006-04-17 14:57:11 +00:00
steven
2d8b3a5fe9 add REGRESS_DEPENDS. ok aanriot@ 2006-04-16 09:02:17 +00:00
steven
15b755a74f update to 1.25; from Srebrenko Sehic, ssehic at gmail.com 2006-04-15 17:24:51 +00:00
steven
3e51dfb91f update to subversion 1.3.1
enable python regression tests

from maintainer Sigfred Haversen

ok alek@
2006-04-15 10:27:38 +00:00
naddy
4b5e55c206 bump PKGNAME after MAINTAINER address change 2006-04-14 22:20:08 +00:00
jolan
4d58910dbb +libmagic 2006-04-14 17:05:59 +00:00
jolan
3dca29835a libmagic-4.17, library to determine file type 2006-04-14 17:02:58 +00:00
steven
7009f25067 + p5-Cache-FastMmap 2006-04-13 22:15:41 +00:00
steven
3c45419fd9 initial import of Cache::FastMmap 1.09
A shared memory cache through an mmap'ed file. It's core is written in C for
performance. It uses fcntl locking to ensure multiple processes can safely 
access the cache at the same time. It uses a basic LRU algorithm to keep the 
most used entries in the cache.

submitted by Srebrenko Sehic, ssehic at gmail.com

ok sturm@
2006-04-13 22:14:01 +00:00
kevlo
90e33c4a4b upgrade to 0.14 2006-04-11 06:05:32 +00:00
kevlo
1bfda3873e upgrade to 0.25 2006-04-11 04:43:05 +00:00
kevlo
2add021dcd update MASTER_SITES 2006-04-11 04:39:56 +00:00
kurt
d20d578fd8 Update to patchset 3. Patchset 3 includes several bug fixes that improve
compatiabily and stability which came from work sponsored by the FreeBSD
Foundation.
2006-04-11 00:45:41 +00:00