ports/66809: [maintainer-update] devel/p5-Algorithm-NaiveBayes to 0.03

Cheng-Lung Sung clsung at dragon2.net
Tue May 18 13:12:55 UTC 2004


>Number:         66809
>Category:       ports
>Synopsis:       [maintainer-update] devel/p5-Algorithm-NaiveBayes to 0.03
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 18 06:10:18 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.9-RELEASE FreeBSD 4.9-RELEASE #5: Wed Oct 29 20:13:25 CST 2003 root at sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
- update from 0.02 to 0.03
- seperate model modules
>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/devel/p5-Algorithm-NaiveBayes/Makefile ./p5-Algorithm-NaiveBayes/Makefile
--- /usr/ports/devel/p5-Algorithm-NaiveBayes/Makefile	Tue Oct 28 23:26:49 2003
+++ ./p5-Algorithm-NaiveBayes/Makefile	Tue May 18 16:18:16 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Algorithm-NaiveBayes
-PORTVERSION=	0.02
+PORTVERSION=	0.03
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Algorithm
diff -ruN /usr/ports/devel/p5-Algorithm-NaiveBayes/distinfo ./p5-Algorithm-NaiveBayes/distinfo
--- /usr/ports/devel/p5-Algorithm-NaiveBayes/distinfo	Thu Apr  1 16:39:20 2004
+++ ./p5-Algorithm-NaiveBayes/distinfo	Tue May 18 16:18:45 2004
@@ -1,2 +1,2 @@
-MD5 (Algorithm-NaiveBayes-0.02.tar.gz) = 3477830a254449a26c5eb3e4c85b0054
-SIZE (Algorithm-NaiveBayes-0.02.tar.gz) = 6603
+MD5 (Algorithm-NaiveBayes-0.03.tar.gz) = 7a6507570d490ba6c1c5b8910d624f5c
+SIZE (Algorithm-NaiveBayes-0.03.tar.gz) = 7385
diff -ruN /usr/ports/devel/p5-Algorithm-NaiveBayes/pkg-plist ./p5-Algorithm-NaiveBayes/pkg-plist
--- /usr/ports/devel/p5-Algorithm-NaiveBayes/pkg-plist	Tue Oct 28 23:26:49 2003
+++ ./p5-Algorithm-NaiveBayes/pkg-plist	Tue May 18 20:50:41 2004
@@ -1,6 +1,10 @@
 %%SITE_PERL%%/Algorithm/NaiveBayes.pm
+%%SITE_PERL%%/Algorithm/NaiveBayes/Util.pm
+%%SITE_PERL%%/Algorithm/NaiveBayes/Model/Discrete.pm
+%%SITE_PERL%%/Algorithm/NaiveBayes/Model/Frequency.pm
+%%SITE_PERL%%/Algorithm/NaiveBayes/Model/Gaussian.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/NaiveBayes/.packlist
+ at dirrm %%SITE_PERL%%/Algorithm/NaiveBayes/Model
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/NaiveBayes
- at dirrm %%SITE_PERL%%/Algorithm
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/Algorithm 2>/dev/null || true

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list