- update p5-AI-Perceptron to 1.0

- regen DESCR

ok kevlo@ (MAINTAINER)
This commit is contained in:
jasper 2008-08-19 22:56:00 +00:00
parent 659d4aa968
commit cdece760a9
3 changed files with 14 additions and 11 deletions

View File

@ -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 <kevlo@openbsd.org>
@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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.