diff --git a/math/p5-AI-Perceptron/Makefile b/math/p5-AI-Perceptron/Makefile index cabb27bc71e..99c36019ee8 100644 --- a/math/p5-AI-Perceptron/Makefile +++ b/math/p5-AI-Perceptron/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2007/09/15 18:44:37 steven Exp $ +# $OpenBSD: Makefile,v 1.8 2008/08/19 22:56:00 jasper Exp $ COMMENT= module to internal operations of neural networks MODULES= cpan -DISTNAME= AI-Perceptron-0.01 -PKGNAME= p5-${DISTNAME}p0 +DISTNAME= AI-Perceptron-1.0 CATEGORIES= math MAINTAINER= Kevin Lo @@ -15,4 +14,8 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes +CONFIGURE_STYLE= modbuild + +RUN_DEPENDS= ::devel/p5-accessors + .include diff --git a/math/p5-AI-Perceptron/distinfo b/math/p5-AI-Perceptron/distinfo index fcff3d00655..7ddde083469 100644 --- a/math/p5-AI-Perceptron/distinfo +++ b/math/p5-AI-Perceptron/distinfo @@ -1,5 +1,5 @@ -MD5 (AI-Perceptron-0.01.tar.gz) = 4L58ZS5LmTG5SSf7YCpjUA== -RMD160 (AI-Perceptron-0.01.tar.gz) = hYzn1DbDZnkpXi12rWWdsCJVij8= -SHA1 (AI-Perceptron-0.01.tar.gz) = XD9nQ5w8uXiaZCWqxjKrnIucYpU= -SHA256 (AI-Perceptron-0.01.tar.gz) = f6Vv45AAbSjmNhCetGWeUd97HrgpNcqS3fQsjNL3r0Y= -SIZE (AI-Perceptron-0.01.tar.gz) = 3545 +MD5 (AI-Perceptron-1.0.tar.gz) = F8T1EmZKGYHtiJTYW47vpA== +RMD160 (AI-Perceptron-1.0.tar.gz) = CPURTxSNi6lVQB9qwoajPEbUgIw= +SHA1 (AI-Perceptron-1.0.tar.gz) = 4DSVR6W5WE3aT7kmH2w7uVLwuAw= +SHA256 (AI-Perceptron-1.0.tar.gz) = i6fADUFKcZ0HMKNqQh8rIr1do3aSX03cxc+H5jT+iR8= +SIZE (AI-Perceptron-1.0.tar.gz) = 7139 diff --git a/math/p5-AI-Perceptron/pkg/DESCR b/math/p5-AI-Perceptron/pkg/DESCR index 831459b8472..9fcad841451 100644 --- a/math/p5-AI-Perceptron/pkg/DESCR +++ b/math/p5-AI-Perceptron/pkg/DESCR @@ -1,3 +1,3 @@ -This module is meant to be an introduction to the internal operations -of Neural Networks. It lets the user create a single node in a neural -net based on the Perceptron model. +This module is meant to be an introduction to the internal operations of +Neural Networks. It lets the user create a single node in a neural net +based on the Perceptron model.