Commit Graph

3 Commits

Author SHA1 Message Date
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Dmitry Sivachenko
235f58d27e Update to version 0.07.
Submitted by:	Autrijus Tang <autrijus@autrijus.org> (maintainer)
2004-01-01 14:15:15 +00:00
Dmitry Sivachenko
ede1996e21 New port: p5-PAR-Dist.
This module creates and manipulates PAR distributions.  They are
architecture-specific PAR files, containing everything under blib/
of CPAN distributions after their "make" or "Build" stage, a META.yml
describing metadata of the original CPAN distribution, and a MANIFEST
detailing all files within it.  Digitally signed PAR distributions
will also contain a SIGNATURE file.

The naming convention for such distributions is:

    $NAME-$VERSION-$ARCH-$PERL_VERSION.par

For example, "PAR-Dist-0.01-i386-freebsd-5.8.0.par" corresponds to the
0.01 release of "PAR-Dist" on CPAN, built for perl 5.8.0 running on
"i386-freebsd".

Submitted by:	autrijus@autrijus.org
2003-08-28 07:25:19 +00:00