summary refs log tree commit diff
path: root/pkgs/applications/misc/wordnet
Commit message (Collapse)AuthorAge
* treewide: use more HTTPS URLsRyan Mulligan2018-03-24
| | | | | | | | Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
* wordnet: refactorWilliButz2017-08-24
|
* wordnet: supports darwinMatthew Bauer2017-04-23
|
* Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* wordnet: turn off format hardeningRobin Gloster2016-02-08
|
* x11: replace its usage by xlibsWrapper directlyVladimír Čunát2015-09-15
| | | | | | Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
* wordnet: enable interp->result, unmark brokenEdward Tjörnhammar2015-05-16
|
* wordnet: mark as brokenDomen Kožar2015-05-13
|
* Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* unmaintain several packagesLudovic Courtès2013-08-16
|
* Tk version number is now 8.5 but at several places TK_LIBRARY is set ↵Marc Weber2010-05-28
| | | | | | | | | "${tk}/lib/tk8.4". As for Python, tk.libPrefix is introduced to match "tk8.5". contributed by David Guibert Signed-off-by: David Guibert <david.guibert@gmail.com> svn path=/nixpkgs/trunk/; revision=22041
* WordNet: Fix URL; add `meta.maintainers'.Ludovic Courtès2010-02-08
| | | | svn path=/nixpkgs/trunk/; revision=19863
* Add WordNet, a lexical database for English.Ludovic Courtès2008-02-13
svn path=/nixpkgs/trunk/; revision=10659