On Oct 29, 2013, at 09:31, [email protected] wrote: > Revision > 112690 > Author > [email protected] > Date > 2013-10-29 07:31:31 -0700 (Tue, 29 Oct 2013) > Log Message > > New port: stanford-parser @ 3.2.0 - a Java implementation of probabilistic > natural language parsers. > Added Paths > > • trunk/dports/textproc/stanford-parser/ > • trunk/dports/textproc/stanford-parser/Portfile > Diff > > Added: trunk/dports/textproc/stanford-parser/Portfile (0 => 112690) > > --- trunk/dports/textproc/stanford-parser/Portfile > (rev 0) > +++ trunk/dports/textproc/stanford-parser/Portfile 2013-10-29 14:31:31 UTC > (rev 112690) > > @@ -0,0 +1,53 @@ > > +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; > c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 > +# $Id$ > + > +PortSystem 1.0 > + > +name stanford-parser > +version 3.2.0 > +categories textproc java > +maintainers hum openmaintainer > + > +description a Java implementation of probabilistic natural language > parsers > +long_description ${description}, both highly optimized PCFG and > lexicalized \ > + dependency parsers, and a lexicalized PCFG parser. > + > +homepage > http://nlp.stanford.edu/software/lex-parser.shtml > > +platforms darwin > +license GPL-2
According to http://nlp.stanford.edu/software/lex-parser.shtml this should be “GPL-2+”. _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
