Index: head/devel/py-naiveBayesClassifier/Makefile =================================================================== --- head/devel/py-naiveBayesClassifier/Makefile (nonexistent) +++ head/devel/py-naiveBayesClassifier/Makefile (revision 455056) @@ -0,0 +1,18 @@ +# Created by: Dan Langille +# $FreeBSD$ + +PORTNAME= naiveBayesClassifier +PORTVERSION= 0.1.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dvl@FreeBSD.org +COMMENT= Yet another general purpose naive bayesian classifier + +LICENSE= MIT + +USES= python +USE_PYTHON= distutils autoplist + +.include Property changes on: head/devel/py-naiveBayesClassifier/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-naiveBayesClassifier/distinfo =================================================================== --- head/devel/py-naiveBayesClassifier/distinfo (nonexistent) +++ head/devel/py-naiveBayesClassifier/distinfo (revision 455056) @@ -0,0 +1,3 @@ +TIMESTAMP = 1511884716 +SHA256 (naiveBayesClassifier-0.1.3.tar.gz) = 94fb8082ef9b902c2fb7d2e8c8117d9aa9fb07e10ad43c3908c7235330469cb8 +SIZE (naiveBayesClassifier-0.1.3.tar.gz) = 5202 Property changes on: head/devel/py-naiveBayesClassifier/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-naiveBayesClassifier/pkg-descr =================================================================== --- head/devel/py-naiveBayesClassifier/pkg-descr (nonexistent) +++ head/devel/py-naiveBayesClassifier/pkg-descr (revision 455056) @@ -0,0 +1,4 @@ +yet another general purpose Naive Bayesian classifier. +(under heavy development) + +WWW: https://pypi.python.org/pypi/naiveBayesClassifier Property changes on: head/devel/py-naiveBayesClassifier/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property