Update to SNNS 4.3

New Features of SNNS 4.3

Version 4.3 of SNNS features the following improvements and
extensions over the earlier version 4.2:

1. Included patches avaiable from the SNNS-development project.
2. License changed to LGPL v2.
3. Fixed some bugs in the installation configuration files.
This commit is contained in:
asau 2012-09-13 21:43:08 +00:00
parent eafd2d31c5
commit f4b12467b5
3 changed files with 8 additions and 24 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.23 2012/09/11 23:04:34 asau Exp $
# $NetBSD: Makefile,v 1.24 2012/09/13 21:43:08 asau Exp $
DISTNAME= SNNSv4.2
PKGNAME= snns-4.2
PKGREVISION= 2
DISTNAME= SNNSv4.3
PKGNAME= snns-4.3
CATEGORIES= misc
MASTER_SITES= http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/
@ -34,7 +33,7 @@ post-install:
${DESTDIR}${PREFIX}/share/examples/snns; \
done
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/Xaw3d/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,8 +1,7 @@
$NetBSD: distinfo,v 1.4 2006/01/03 20:20:07 joerg Exp $
$NetBSD: distinfo,v 1.5 2012/09/13 21:43:08 asau Exp $
SHA1 (SNNSv4.2.tar.gz) = ccdb91681e43bce68c90558bbf103e7f6417e3fc
RMD160 (SNNSv4.2.tar.gz) = c27cb08d8838732aea76dc7315fd691d0c9bfb1c
Size (SNNSv4.2.tar.gz) = 2170375 bytes
SHA1 (SNNSv4.3.tar.gz) = a82ec6402a8c2d79740c71e1790743e351c54f81
RMD160 (SNNSv4.3.tar.gz) = fe796c37b2220bac6ba8a2067c567a92ba2555c0
Size (SNNSv4.3.tar.gz) = 5076669 bytes
SHA1 (patch-aa) = 805db03fe9d0a00d9d5318f17487a1d4607ac8a7
SHA1 (patch-ab) = abbd8f6c7c0d3c97d1064a9910ce884e05c65b8c
SHA1 (patch-ac) = 5b9b47c9ebc0de28768bfecc85b57278abda5cdd

View file

@ -1,14 +0,0 @@
$NetBSD: patch-ab,v 1.1.1.1 2001/06/28 15:18:05 wulf Exp $
--- xgui/sources/ui_config.c.orig Wed Jun 27 21:21:41 2001
+++ xgui/sources/ui_config.c Wed Jun 27 21:23:08 2001
@@ -492,7 +492,8 @@
err = fscanf(filePtr,"%*[^:]: %d\n", &noParams);
chkretline(1);
lines++;
- for (i=0; (i<UI_NO_LEARN_PARAMS+UI_NO_OF_CASCADE_PARAMS); i++){
+ for (i=0; (i<UI_NO_LEARN_PARAMS+UI_NO_OF_CASCADE_PARAMS)
+ && (i<noParams); i++){
err = fscanf(filePtr,"%*[^:]: %f\n", &ui_learnParameters[i]);
chkretline(1);
lines++;