diff options
author | asau <asau@pkgsrc.org> | 2012-09-13 21:43:08 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-13 21:43:08 +0000 |
commit | 65de07344a04c967d9edff81056ef4d06b193d70 (patch) | |
tree | 62bdb4a75e7016cc9f505d7a2556cb3e157cc5e9 | |
parent | a13791ef5ba633fd928a14ecc797d293ebff0fbb (diff) | |
download | pkgsrc-65de07344a04c967d9edff81056ef4d06b193d70.tar.gz |
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.
-rw-r--r-- | math/snns/Makefile | 9 | ||||
-rw-r--r-- | math/snns/distinfo | 9 | ||||
-rw-r--r-- | math/snns/patches/patch-ab | 14 |
3 files changed, 8 insertions, 24 deletions
diff --git a/math/snns/Makefile b/math/snns/Makefile index ea21c6b3110..6fe9b60f7ae 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -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" diff --git a/math/snns/distinfo b/math/snns/distinfo index a97b8ec7f8d..cf6cf3e39a0 100644 --- a/math/snns/distinfo +++ b/math/snns/distinfo @@ -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 diff --git a/math/snns/patches/patch-ab b/math/snns/patches/patch-ab deleted file mode 100644 index 5e6c3a4021a..00000000000 --- a/math/snns/patches/patch-ab +++ /dev/null @@ -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++; |