Hi! Attached should be: - an ebuild for snns-4.2 - a patch to fix known bugs - the license file SNNS is a program for creating and training artificial neural networks. The homepage is http://www-ra.informatik.uni-tuebingen.de/SNNS/ I suggest app-sci/snns as the category.
Created attachment 5452 [details] The ebuild
Created attachment 5453 [details, diff] The bugfixes
Created attachment 5454 [details] The extracted Readme.license from the tarball It is an open source style license, you are just not allowed to distribute modified sources - you should supply patches. Commercial users need a special license.
Created attachment 5455 [details] The ebuild, but now containing the docs... The manual in PDF format is a seperate archive, forgot that at first. Please take this one, since I am not authorized to use the "Obsoletes:" function.
added to cvs but with modifications check it out and tell me what you think http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/app-sci/snns/snns-4.2.ebuild?rev=1.1&content-type=text/vnd.viewcvs-markup
- you checked for USE doc but did not set IUSE - you removed the USE X checks which were admittedly broken as far as I can see - unpacking the pdf file (unpack ${A}) does not work, says: !!! unpack SNNSv4.2.Manual.pdf: file format not recognized - attached my next try, optional X support should be correct now? The makefiles are quite broken, the --without-x did not stop the compilation of xgui, so I tried a workaround
Created attachment 5472 [details] Next try - fixed optional X and IUSE
try this on for size http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/app-sci/snns/snns-4.2-r1.ebuild?rev=1.1&content-type=text/vnd.viewcvs-markup
Uh, this was definitely no good idea... 1. default.cfg.gz help.hdoc.gz SNNSv4.2.Manual.pdf.gz are installed into /usr/share/doc/snns-4.2-r1 while the examples are installed into /usr/share/doc/snns-4.2/examples 2. help.hdoc and default.cfg.gz are used by the program. They are not very useful if they can't be accessed because they are gzip-ed. Suggestion: - use doins for default.cfg and help.hdoc again - use ${PF} instead of ${P} in src_install What do you think? Patrick
so i suck, hopefully this should fix it all http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/app-sci/snns/snns-4.2-r2.ebuild?rev=1.1&content-type=text/vnd.viewcvs-markup
Looks nice now. Thanks.