Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34957 - wordnet-2.0-r1.ebuild
Summary: wordnet-2.0-r1.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Spell checking utilities and dictionaries -- related bugs (OBSOLETE)
URL: http://www.cogsci.princeton.edu/~wn
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-12-03 01:02 UTC by Eugene Koontz
Modified: 2004-08-01 19:41 UTC (History)
1 user (show)

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


Attachments
The ebuild : wordnet-2.0-r1.ebuild (wordnet-2.0-r1.ebuild,792 bytes, text/plain)
2003-12-03 01:04 UTC, Eugene Koontz
Details
patch file : app-dicts/wordnet/files/Makefiles.diff (Makefiles.diff,2.50 KB, patch)
2003-12-03 01:05 UTC, Eugene Koontz
Details | Diff
Initial changelog (Changelog,288 bytes, text/plain)
2003-12-03 01:06 UTC, Eugene Koontz
Details
Initial changelog (Changelog,443 bytes, text/plain)
2003-12-03 01:11 UTC, Eugene Koontz
Details
patch file : app-dicts/wordnet/files/Makefiles.diff (Makefiles.diff,2.57 KB, patch)
2003-12-04 21:55 UTC, Eugene Koontz
Details | Diff
digest (digest-wordnet-2.0-r1,65 bytes, text/plain)
2003-12-10 00:23 UTC, Eugene Koontz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Koontz 2003-12-03 01:02:33 UTC
Hi, Please consider this attached ebuild for addition to portage.

Wordnet is a sort of combination dictionary/thesaurus/semantic network for
English. It is available from Princeton University under a BSD-like licence
available here :
http://www.cogsci.princeton.edu/~wn/license.shtml

Wordnet depends on tcl and tk.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Eugene Koontz 2003-12-03 01:04:19 UTC
Created attachment 21621 [details]
The ebuild : wordnet-2.0-r1.ebuild
Comment 2 Eugene Koontz 2003-12-03 01:05:33 UTC
Created attachment 21622 [details, diff]
patch file : app-dicts/wordnet/files/Makefiles.diff

It mostly modifies the Makefiles, but also modifies a couple of header files.
Comment 3 Eugene Koontz 2003-12-03 01:06:00 UTC
Created attachment 21623 [details]
Initial changelog
Comment 4 Eugene Koontz 2003-12-03 01:11:35 UTC
Created attachment 21624 [details]
Initial changelog

Added credits.
Comment 5 Eugene Koontz 2003-12-04 21:55:09 UTC
Created attachment 21724 [details, diff]
patch file : app-dicts/wordnet/files/Makefiles.diff

moved a "-L" flag from LIBS variable to LDFLAGS variable, which is where it
should go.
Comment 6 Eugene Koontz 2003-12-10 00:23:54 UTC
Created attachment 21961 [details]
digest
Comment 7 Eugene Koontz 2003-12-10 02:23:37 UTC
This ebuild was created as a result of the following thread :
http://forums.gentoo.org/viewtopic.php?p=698772
Comment 8 Bill Reynolds 2004-05-09 22:16:01 UTC
Tested - this, seems to work out of the box for me.....
Comment 9 nachiketa sahoo 2004-07-29 08:08:55 UTC
any idea why this is not in the portage tree yet? working out of the box here and wordnet is a really great research product from princeton.
Comment 10 Alastair Tse (RETIRED) gentoo-dev 2004-07-29 13:24:31 UTC
it is really just a lack of time since there are hardly any permanent people on the app-dicts herd. one thing that would help would be to test the ebuild and report that its working or any bugs there might be in it.
Comment 11 Anders Rune Jensen (RETIRED) gentoo-dev 2004-08-01 19:41:24 UTC
First, thank you for supplying an ebuild and sorry for the long delay. For further ebuilds please consider the following changes I made:

Changed copyright to:
# Copyright 1999-2004 Gentoo Foundation

Missing:
inherit eutils

epatch depends on this

Missing IUSE flag.

Keywords should be unstable for a new packge and only tested architectures should be added.

Thanx again.