Revision: 74196 http://trac.macports.org/changeset/74196 Author: jmr@macports.org Date: 2010-12-06 19:51:12 -0800 (Mon, 06 Dec 2010) Log Message: ----------- New port: libots, an open source text summarizer (#21460) Added Paths: ----------- trunk/dports/textproc/libots/ trunk/dports/textproc/libots/Portfile Added: trunk/dports/textproc/libots/Portfile =================================================================== --- trunk/dports/textproc/libots/Portfile (rev 0) +++ trunk/dports/textproc/libots/Portfile 2010-12-07 03:51:12 UTC (rev 74196) @@ -0,0 +1,34 @@ +# $Id$ + +PortSystem 1.0 + +name libots +version 0.5.0 +description Open Text Summarizer +long_description OTS is both a library and a command line tool. \ +Word processors such as AbiWord and KWord can link \ +to the library and summarize documents while the \ +command line tool lets you summarize text on the \ +console. The program can either print the summarized \ +text as text or HTML. If HTML, the important sentences \ +are highlighted. The program is multi lingual and \ +works with UTF-8 encoding. + +maintainers gmail.com:cedstrom +categories textproc +platforms darwin +homepage http://libots.sourceforge.net/ +master_sites sourceforge +distname ots-${version} +checksums md5 1e140a4bf9d720b4339a5c2bdf4976e8 \ + sha1 4468bc06470734848c2369a37c84f76ca4ac3f9a \ + rmd160 e413267fc81ab9bf3da5f3787757ce20c7e0304e + +depends_build port:pkgconfig +depends_lib port:glib2 port:libxml2 port:popt + +pre-configure { + touch ${worksrcpath}/gtk-doc.make +} +use_autoreconf yes +use_parallel_build no Property changes on: trunk/dports/textproc/libots/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
jmr@macports.org