aboutsummaryrefslogtreecommitdiff
path: root/textproc/wordnet
Commit message (Collapse)AuthorAgeFilesLines
* - Don't cat pkg-message from MakefilesDmitry Marakasov2015-05-271-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=387528
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-1/+1
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* The recently-introduced use of __DECONST relies on uintptr_t (at leastMikhail Teterin2015-03-031-1/+2
| | | | | | | on 8.x), which requires <stdint.h>. Notes: svn path=/head/; revision=380387
* Use the 3.1 version of the dictionary, released in 2012. The latestMikhail Teterin2015-02-257-34/+21
| | | | | | | | | | | | available code remains at 3.0. Install the data files directly -- instead of extracting them into WRKSRC first. Only install files actually used by the applications -- the distfiles also contain data, that is used to build the databases, but aren't used at runtime. Notes: svn path=/head/; revision=379861
* Rephrase how we do the const-dropping casting so as to pass the musterMikhail Teterin2015-02-251-1/+1
| | | | | | | | | | of clang-3.6.0 PR: 198009 Submitted by: dim Notes: svn path=/head/; revision=379859
* Use `-p0' instead of the plain `-p', which is not accepted byMikhail Teterin2015-01-151-1/+1
| | | | | | | patch(1) on the latest and greatest FreeBSD-version(s). Notes: svn path=/head/; revision=377136
* Cleanup plistAntoine Brodin2014-11-152-4/+1
| | | | Notes: svn path=/head/; revision=372605
* Rename textproc/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2912-0/+0
| | | | Notes: svn path=/head/; revision=363336
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-271-5/+1
| | | | | | | | | - Remove redundant pkg-message display Approved by: portmgr blanket Notes: svn path=/head/; revision=359578
* Support staging.Mikhail Teterin2014-06-096-18/+33
| | | | Notes: svn path=/head/; revision=357224
* Attempt to fix build on HEAD by addressing the new compiler-warningMikhail Teterin2014-04-252-65/+137
| | | | | | | | | in a number of places. Notified by: automatic builds Notes: svn path=/head/; revision=352084
* - Convert to USES=tclPietro Cerutti2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345483
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Fix build with Tcl 8.6Pietro Cerutti2013-05-221-25/+79
| | | | | | | | Reported by: miwi (Tcl/Tk 8.6 exp-run latecomers) Approved by: portmgr Notes: svn path=/head/; revision=318779
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276994
* Chase rearranged http mastersite; drop obsolete ftp mastersite.Mark Linimon2009-09-181-2/+1
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=241628
* We advertize 3.0, but provide version 2.1 of Wordnet package.Mikhail Teterin2009-03-252-2/+2
| | | | | | | | | | | | | Tcl-8.4 didn't care, but 8.5, which is now the default, treats such mismatches as errors. Correct this by providing version 3.0. Bump PORTREVISION. Reported by: Eric Damien Struck again by: semi-mindless accross-the-tree revision bumps Notes: svn path=/head/; revision=230923
* - Change default Tcl/Tk version to 8.5Martin Matuska2009-02-231-0/+1
| | | | | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav) Notes: svn path=/head/; revision=228909
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Unbreak: you can't have SIZE keyword when using multiple checksums for thePav Lucistnik2007-11-011-2/+0
| | | | | | | | | | | same filename Reported by: pointyhat Lack of testing:mi Approved by: portmgr (hat) Notes: svn path=/head/; revision=202481
* The source tarball was rerolled upstream to include a change tooMikhail Teterin2007-10-301-0/+3
| | | | | | | | | | | | trivial to justify a PORTREVISION dump. Include checksums/sizes for both the old and the tarballs in the distinfo. PR: ports/117541 Reported by: Jason Bacon, Mike Lawrie Approved by: portmgr (pav) Notes: svn path=/head/; revision=202441
* Upgrade from 2.1 to 3.0. It appears, the bulk of the changes went intoMikhail Teterin2007-05-289-36/+36
| | | | | | | | | | | | the word databases, for the software is almost completely unmodified. Depened only on Tcl. Tk is needed for the GUI-browser wnb only, and should not prevent X11-less servers from using WordNet. pkg-message is set up to inform the user, that they need Tk present for wnb to function. Notes: svn path=/head/; revision=192212
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix MASTER_SITES. Thanks to Edwin for his auto-notifier.Mikhail Teterin2006-05-011-2/+1
| | | | | | | | PR: ports/96633 Submitted by: Ion-Mihai "IOnut" Tetcu Notes: svn path=/head/; revision=161137
* - Update WWWEmanuel Haupt2006-03-153-23/+22
| | | | | | | | | | | - Use %%DATADIR%% macro PR: 94363 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: "Mikhail T." <mi@aldan.algebra.com> (maintainer on vacation) Notes: svn path=/head/; revision=157290
* Put back the definitions of MAN$s -- this part of the Makefile was not supposedMikhail Teterin2006-01-201-1/+7
| | | | | | | to disappear during the recent upgrade. Notes: svn path=/head/; revision=153949
* Quickly -- before mirrors caught the old distfile -- change to the bzip2Mikhail Teterin2006-01-182-3/+4
| | | | | | | version of it, which was just put out by the vendor on my request. Notes: svn path=/head/; revision=153771
* Define NOMAN in addition to NO_MAN for the benefit of 4.xMikhail Teterin2006-01-161-0/+1
| | | | | | | | PR: ports/91870 Submitted by: Sven Berkvens-Matthijsse Notes: svn path=/head/; revision=153668
* Oops. Forgot to add one more patch.Mikhail Teterin2006-01-161-0/+100
| | | | Notes: svn path=/head/; revision=153619
* Finally update from 2.0 to 2.1. "Heavy Patching Zone" ensures WARNS=5Mikhail Teterin2006-01-1624-166/+2486
| | | | | | | | | | | | | | | | cleanliness in the main library (diffs to be sent to the vendor as in the past). The installed library is now called libWN, as vendor's build would call it, rather than libwn2, as the previous version of the port called it. This may upset the client port of p5 -- the maintainer is notified and awaits this commit. PR: ports/90323 Submitted by: clsung Notes: svn path=/head/; revision=153618
* Remove the requirements for particular shared library versions on twoMikhail Teterin2005-07-131-1/+1
| | | | | | | more ports, which I created. Notes: svn path=/head/; revision=139159
* Add the http-style listing for one of the master site servers, whichMikhail Teterin2004-02-171-0/+1
| | | | | | | speaks both FTP and HTTP. Notes: svn path=/head/; revision=101249
* Upgrade from 1.7.1 to 2.0. SeeMikhail Teterin2004-02-1711-38/+143
| | | | | | | | | | ftp://ftp.cogsci.princeton.edu/pub/wordnet/CHANGES.txt Default to Tcl/Tk-8.4. Don't build in parallel, as there is a race condition (reported by Michael Nottebrock). Notes: svn path=/head/; revision=101245
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Upgrade to 1.7.1. Fix the long standing problem reported in ports/41339Mikhail Teterin2002-08-2012-56/+85
| | | | | | | | | | | | (wrong resourcedir specified). Don't install second copies of some man-pages under share/. Verify build on -current -- with the new bsd.lib.mk (ports/40174). PR: ports/40174, ports/41339 Submitted by: Sid Carter, Maxim Tulyuk Notes: svn path=/head/; revision=64696
* Catch up to the new bsd.lib.mk API.Ruslan Ermilov2002-07-211-6/+2
| | | | Notes: svn path=/head/; revision=63336
* Upgrade to 1.7. For changes seeMikhail Teterin2001-10-3113-197/+75
| | | | | | | ftp://ftp.cogsci.princeton.edu/pub/wordnet/1.7/CHANGES Notes: svn path=/head/; revision=49410
* - Bump TCL/TK versonKevin Lo2000-10-034-3/+37
| | | | | | | | | | | - Fix a bug documented on the software's site - Add WWW PR: 21709 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33366
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-251-3/+1
| | | | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris Notes: svn path=/head/; revision=33101
* Add entire include/wordnet-1.6 directory and one library.Satoshi Asami2000-07-051-0/+10
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=30224
* Adding wordnet version 1.6.Steve Price2000-05-0119-0/+430
WordNet is a powerful lexical reference system that combines aspects of dictionaries and thesauri with current psycholinguistic theories of human lexical memory. It is produced by the Cognitive Science Laboratory at Princeton University, under the direction of Professor George Miller. PR: 17016 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=28199