Index: head/math/p5-Statistics-Descriptive/Makefile =================================================================== --- head/math/p5-Statistics-Descriptive/Makefile (revision 297329) +++ head/math/p5-Statistics-Descriptive/Makefile (revision 297330) @@ -1,21 +1,24 @@ # New ports collection makefile for: math/p5- Statistics-Descriptive # Date created: 01 January 2001 # Whom: Anton Berezin # # $FreeBSD$ # PORTNAME= Statistics-Descriptive -PORTVERSION= 3.0203 +PORTVERSION= 3.0603 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl module that supplies statistical methods for perl5 PERL_CONFIGURE= yes -MAN3= Statistics::Descriptive.3 +MAN3= Statistics::Descriptive.3 \ + Statistics::Descriptive::Smoother.3 \ + Statistics::Descriptive::Smoother::Exponential.3 \ + Statistics::Descriptive::Smoother::Weightedexponential.3 .include Property changes on: head/math/p5-Statistics-Descriptive/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/math/p5-Statistics-Descriptive/distinfo =================================================================== --- head/math/p5-Statistics-Descriptive/distinfo (revision 297329) +++ head/math/p5-Statistics-Descriptive/distinfo (revision 297330) @@ -1,2 +1,2 @@ -SHA256 (Statistics-Descriptive-3.0203.tar.gz) = b4136f1928a2ba4dd7e727c24489ffb8473739cf90c33a85bf863f64d252a4e4 -SIZE (Statistics-Descriptive-3.0203.tar.gz) = 24086 +SHA256 (Statistics-Descriptive-3.0603.tar.gz) = 2432f3131d4f4000586b2d2d58c2fe914c979efbcc3357bc57e8f0360c2e9387 +SIZE (Statistics-Descriptive-3.0603.tar.gz) = 34511 Property changes on: head/math/p5-Statistics-Descriptive/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/math/p5-Statistics-Descriptive/pkg-plist =================================================================== --- head/math/p5-Statistics-Descriptive/pkg-plist (revision 297329) +++ head/math/p5-Statistics-Descriptive/pkg-plist (revision 297330) @@ -1,5 +1,10 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Descriptive/.packlist %%SITE_PERL%%/Statistics/Descriptive.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Descriptive -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics +%%SITE_PERL%%/Statistics/Descriptive/Smoother.pm +%%SITE_PERL%%/Statistics/Descriptive/Smoother/Exponential.pm +%%SITE_PERL%%/Statistics/Descriptive/Smoother/Weightedexponential.pm +@dirrmtry %%SITE_PERL%%/Statistics/Descriptive/Smoother +@dirrmtry %%SITE_PERL%%/Statistics/Descriptive @dirrmtry %%SITE_PERL%%/Statistics +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Descriptive +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics Property changes on: head/math/p5-Statistics-Descriptive/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property