Add MASTER_SITE_APACHE and MASTER_SITE_APACHE_HTTPD. The
former holds all software released by the Apache project
but the later doesn't.
This list is based on http://www.apache.org/mirrors/ . Since
the list is so long, I eliminate some mirrors that just
didn't respond or held old contents. But still too long.
PR: ports/41219
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Test::Class provides a simple way of creating classes and
objects to test your code in an xUnit style.
Built using Test::Builder it is designing to work with other
Test::Builder based modules (Test::More, Test::Differences,
Test::Exception, etc.)
Note: This module will make more sense if you are already
familiar with the "standard" mechanisms for testing perl
code. Those unfamiliar with Test::Harness, Test::Simple,
Test::More and friends should go take a look at them now.
PR: ports/47589
Submitted by: Erwin Lansing <erwin@lansing.dk>
of `wily' closer to that of `acme'.
o Freshen ${MASTER_SITE}.
o Hand over maintainership to Serge Gagnon <gagnon__s@videotron.ca>
PR: ports/47157
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Net::RawSock provides a base function to send raw IP datagrams
from Perl. The raw IP datagram is packed into a buffer and
written on the network layer with the write_ip() function.
PR: ports/47868
Submitted by: Nicolas Jombart <ecu@ipv42.net>
When you've got one of those nasty self-referential tables
that you want to bust out into a tree, this is the module
to check out. Assuming there are no horribly broken nodes
in your tree and (heaven forbid) any circular references
PR: ports/47660
Submitted by: Philip M. Gollucci <philip@p6m7g8.com>
PR: ports/47659
Submitted by: Philip M. Gollucci <philip@p6m7g8.com> Reviewed by:
Approved by: Obtained from: MFC after: CVS:
---------------------------------------------------------------------- CVS:
PR: Fill this in if a GNATS PR is affected by the
change. CVS: Submitted by: Fill this in if someone else sent
in the change. CVS: Reviewed by: Fill this in if someone else
reviewed your modification. CVS: Approved by: Fill this in if
you needed approval for this commit. CVS: Obtained from: Fill
this in if the change is from third party software. CVS: MFC after:
N [day[s]|week[s]|month[s]] CVS: Fill in to get MFC notification
later. (days assumed unless specified) CVS:
---------------------------------------------------------------------- CVS:
Enter Log. Lines beginning with `CVS:' are removed automatically
distinfo pkg-plist CVS:
----------------------------------------------------------------------
The purpose of DBIx::Browse is to handle the browsing of
relational tables.
DBIx::Browse transparently translates SELECTs, UPDATEs,
DELETEs and INSERTs from the desired "human view" to the
values needed for the ta- ble. This is the case when you
have related tables (1 to n) where the detail table has a
reference (FOREIGN KEY) to a generic table (i.e. Customers
and Bills) with some index (tipically an integer).
PR: ports/47624
Submitted by: Philip M. Gollucci <philip@p6m7g8.com>