Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10390 - snns-4.2.ebuild (New Package)
Summary: snns-4.2.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-07 12:19 UTC by Patrick Kursawe (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
The ebuild (snns-4.2.ebuild,934 bytes, text/plain)
2002-11-07 12:20 UTC, Patrick Kursawe (RETIRED)
Details
The bugfixes (snns-4.2-gentoo.patch,1.03 KB, patch)
2002-11-07 12:20 UTC, Patrick Kursawe (RETIRED)
Details | Diff
The extracted Readme.license from the tarball (SNNS-4.2,6.70 KB, text/plain)
2002-11-07 12:26 UTC, Patrick Kursawe (RETIRED)
Details
The ebuild, but now containing the docs... (snns-4.2.ebuild,1.03 KB, text/plain)
2002-11-07 13:26 UTC, Patrick Kursawe (RETIRED)
Details
Next try - fixed optional X and IUSE (snns-4.2.ebuild,1.51 KB, text/plain)
2002-11-08 04:35 UTC, Patrick Kursawe (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Kursawe (RETIRED) gentoo-dev 2002-11-07 12:19:11 UTC
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.
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2002-11-07 12:20:14 UTC
Created attachment 5452 [details]
The ebuild
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2002-11-07 12:20:57 UTC
Created attachment 5453 [details, diff]
The bugfixes
Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2002-11-07 12:26:03 UTC
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.
Comment 4 Patrick Kursawe (RETIRED) gentoo-dev 2002-11-07 13:26:04 UTC
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.
Comment 5 SpanKY gentoo-dev 2002-11-08 02:22:44 UTC
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 
Comment 6 Patrick Kursawe (RETIRED) gentoo-dev 2002-11-08 04:30:41 UTC
- 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
Comment 7 Patrick Kursawe (RETIRED) gentoo-dev 2002-11-08 04:35:57 UTC
Created attachment 5472 [details]
Next try - fixed optional X and IUSE
Comment 9 Patrick Kursawe (RETIRED) gentoo-dev 2002-11-11 04:15:43 UTC
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
Comment 11 Patrick Kursawe (RETIRED) gentoo-dev 2002-11-11 14:10:40 UTC
Looks nice now. Thanks.