2014-05-06 20:37:52 +00:00
|
|
|
# -*- 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
|
2010-12-07 03:51:12 +00:00
|
|
|
|
2014-05-06 20:37:52 +00:00
|
|
|
PortSystem 1.0
|
2010-12-07 03:51:12 +00:00
|
|
|
|
2014-05-06 20:37:52 +00:00
|
|
|
name libots
|
|
|
|
|
version 0.5.0
|
2026-03-06 22:49:49 +11:00
|
|
|
revision 1
|
2014-05-06 20:37:52 +00:00
|
|
|
categories textproc
|
|
|
|
|
maintainers gmail.com:cedstrom openmaintainer
|
2014-05-07 14:51:18 +00:00
|
|
|
license GPL-2+
|
2014-05-06 20:32:32 +00:00
|
|
|
|
2014-05-06 20:37:52 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
homepage http://libots.sourceforge.net/
|
|
|
|
|
master_sites sourceforge
|
|
|
|
|
distname ots-${version}
|
|
|
|
|
|
|
|
|
|
checksums rmd160 e413267fc81ab9bf3da5f3787757ce20c7e0304e \
|
2019-01-03 04:22:37 -06:00
|
|
|
sha256 ea908d22256166d1200fef55a82dd3ea8e096a249eaaf0b926f3577f1a63e137 \
|
|
|
|
|
size 371126
|
2010-12-07 03:51:12 +00:00
|
|
|
|
2019-01-03 04:22:37 -06:00
|
|
|
patchfiles makefile-dependencies.patch \
|
2022-01-26 00:15:47 -06:00
|
|
|
implicit.patch \
|
2019-01-03 04:22:37 -06:00
|
|
|
patch-configure.in.diff
|
2014-05-06 20:32:32 +00:00
|
|
|
|
2014-05-06 20:37:52 +00:00
|
|
|
depends_build port:pkgconfig
|
|
|
|
|
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
|
|
|
|
|
port:libxml2 \
|
|
|
|
|
port:popt
|
|
|
|
|
|
|
|
|
|
use_autoreconf yes
|
|
|
|
|
use_parallel_build no
|
2010-12-07 03:51:12 +00:00
|
|
|
|
|
|
|
|
pre-configure {
|
|
|
|
|
touch ${worksrcpath}/gtk-doc.make
|
|
|
|
|
}
|