On Oct 29, 2013, at 10:10, [email protected] wrote: > Revision > 112692 > Author > [email protected] > Date > 2013-10-29 08:10:10 -0700 (Tue, 29 Oct 2013) > Log Message > > New port: expgram @ 0.2.0 - an ngram toolkit with succinct storage. > Added Paths > > • trunk/dports/textproc/expgram/ > • trunk/dports/textproc/expgram/Portfile > • trunk/dports/textproc/expgram/files/ > • trunk/dports/textproc/expgram/files/patch-configure.diff > Diff > > Added: trunk/dports/textproc/expgram/Portfile (0 => 112692) > > --- trunk/dports/textproc/expgram/Portfile (rev 0) > +++ trunk/dports/textproc/expgram/Portfile 2013-10-29 15:10:10 UTC (rev > 112692) > > @@ -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 expgram > +version 0.2.0 > +categories textproc > +maintainers hum openmaintainer > + > +description an ngram toolkit with succinct storage > +long_description ${description} > + > +homepage > http://www2.nict.go.jp/univ-com/multi_trans/expgram > > +platforms darwin > +license LGPL
According to https://github.com/tarowatanabe/expgram/blob/master/LICENSE this should be “LGPL-3+”. _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
