Port details |
- p5-AI-NeuralNet-BackProp Perl module implementing back-propagation feed-forward neural network
- 0.89_1 math =2 0.89_1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2001-01-01 05:00:37
- Last Update: 2022-07-20 14:22:24
- Commit Hash: f53eb28
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- AI::NeuralNet::BackProp is a simply back-propagation,
feed-foward neural network designed to learn using
a generalization of the Delta rule and a bit of Hopefield
theory.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-AI-NeuralNet-BackProp>0:math/p5-AI-NeuralNet-BackProp
- To install the port:
- cd /usr/ports/math/p5-AI-NeuralNet-BackProp/ && make install clean
- To add the package, run one of these commands:
- pkg install math/p5-AI-NeuralNet-BackProp
- pkg install p5-AI-NeuralNet-BackProp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-AI-NeuralNet-BackProp
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (AI-NeuralNet-BackProp-0.89.zip) = 13af083797e08aebf21fdcda9e0e01aa22d4b89fa14efa52d738e76a5e02ad6b
SIZE (AI-NeuralNet-BackProp-0.89.zip) = 52051
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_p5-AI-NeuralNet-BackProp
- USES:
- perl5 zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.89_1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
0.89_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.89_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.89_1 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
0.89_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.89 09 May 2014 03:42:48 |
sunpoet |
- Add LICENSE
- Fix COMMENT
- Pass maintainership to submitter
PR: ports/189309
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
0.89 10 Mar 2014 16:25:34 |
bapt |
Convert m* to USES=zip |
0.89 05 Nov 2013 06:56:19 |
vanilla |
Support STAGEDIR. |
0.89 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
0.89 02 Aug 2013 18:21:06 |
az |
- Convert to new perl framework |
0.89 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.89 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.89 19 May 2008 13:12:08 |
araujo |
- Include some ports in perl5 category.
PR: ports/123530
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: flz (portmgr) |
0.89 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.89 22 Jan 2006 02:26:24 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.89 25 Nov 2005 15:48:16 |
pav |
- Add SHA256 |
0.89 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
0.89 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.89 20 Feb 2003 18:42:25 |
knu |
De-pkg-comment. |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
12 Jan 2001 01:56:53 |
kuriyama |
Add 2 "@unexec rmdir"s. |
01 Jan 2001 11:06:18 |
will |
Bad will, don't put manpage references in the PLIST! Bad! No more committing
until you fix that p5-Class-Tom error too! Put manpages in the Makefile like
you're supposed to! |
01 Jan 2001 08:00:37 |
will |
Add p5-AI-NeuralNet-BackProp 0.89, a perl module implementing a
back-propagation feed-forward neural network. |