1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name libots |
---|
6 | version 0.5.0 |
---|
7 | description Open Text Summarizer |
---|
8 | long_description OTS is both a library and a command line tool. \ |
---|
9 | Word processors such as AbiWord and KWord can link \ |
---|
10 | to the library and summarize documents while the \ |
---|
11 | command line tool lets you summarize text on the \ |
---|
12 | console. The program can either print the summarized \ |
---|
13 | text as text or HTML. If HTML, the important sentences \ |
---|
14 | are highlighted. The program is multi lingual and \ |
---|
15 | works with UTF-8 encoding. |
---|
16 | |
---|
17 | maintainers gmail.com:cedstrom |
---|
18 | categories textproc |
---|
19 | platforms darwin |
---|
20 | homepage http://libots.sourceforge.net/ |
---|
21 | master_sites sourceforge:libots |
---|
22 | distname ots-${version} |
---|
23 | checksums md5 1e140a4bf9d720b4339a5c2bdf4976e8 \ |
---|
24 | sha1 4468bc06470734848c2369a37c84f76ca4ac3f9a \ |
---|
25 | rmd160 e413267fc81ab9bf3da5f3787757ce20c7e0304e |
---|
26 | universal_variant no |
---|
27 | use_parallel_build no |
---|
28 | post-configure { |
---|
29 | system "cd ${worksrcpath}/doc && patch < ${filespath}/patch_doc_makefile.diff" |
---|
30 | system "cd ${worksrcpath} && patch < ${filespath}/patch_libtool.diff" |
---|
31 | reinplace "s|@ARCH@|$build_arch|g" ${worksrcpath}/libtool |
---|
32 | } |
---|