ots-0.4.2, open source tool for summarizing texts
This commit is contained in:
parent
6efffac27f
commit
152fef2eae
33
textproc/ots/Makefile
Normal file
33
textproc/ots/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/15 07:59:13 jolan Exp $
|
||||
|
||||
COMMENT= "open source tool for summarizing texts"
|
||||
DISTNAME= ots-0.4.2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libots/}
|
||||
|
||||
HOMEPAGE= http://libots.sourceforge.net/
|
||||
|
||||
# GPL
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
MODULES= converters/libiconv \
|
||||
devel/gettext
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
||||
|
||||
LIB_DEPENDS= glib-2.0.400.8::devel/glib2 \
|
||||
popt.0.3::devel/popt \
|
||||
xml2.9.0::textproc/libxml
|
||||
|
||||
WANTLIB= c m z
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/ots.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/ots/distinfo
Normal file
3
textproc/ots/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (ots-0.4.2.tar.gz) = bb02a56a3bf2d5ebf9ffd064992d0ae4
|
||||
RMD160 (ots-0.4.2.tar.gz) = be56f29c8dbc53063564a5cabca61acf7152ebc1
|
||||
SHA1 (ots-0.4.2.tar.gz) = 9d1bb228d4c224884f018ef79308740584f732cf
|
14
textproc/ots/patches/patch-Makefile_in
Normal file
14
textproc/ots/patches/patch-Makefile_in
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2004/12/15 07:59:13 jolan Exp $
|
||||
--- Makefile.in.orig Sun Nov 30 07:30:07 2003
|
||||
+++ Makefile.in Wed Dec 15 01:45:22 2004
|
||||
@@ -100,8 +100,8 @@ am__quote = @am__quote@
|
||||
install_sh = @install_sh@
|
||||
AUTOMAKE_OPTIONS = gnu 1.4
|
||||
|
||||
-DIST_SUBDIRS = src articles dic doc
|
||||
-SUBDIRS = src dic doc
|
||||
+DIST_SUBDIRS = src articles dic
|
||||
+SUBDIRS = src dic
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libots-1.pc
|
3
textproc/ots/pkg/DESCR
Normal file
3
textproc/ots/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
The Open Text Summarizer is an open source tool for summarizing texts.
|
||||
The program reads a text and decides which sentences are important and
|
||||
which are not.
|
2
textproc/ots/pkg/PFRAG.shared
Normal file
2
textproc/ots/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2004/12/15 07:59:13 jolan Exp $
|
||||
@lib lib/libots-1.so.4.2
|
49
textproc/ots/pkg/PLIST
Normal file
49
textproc/ots/pkg/PLIST
Normal file
@ -0,0 +1,49 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/15 07:59:13 jolan Exp $
|
||||
%%SHARED%%
|
||||
bin/ots
|
||||
include/libots-1/
|
||||
include/libots-1/ots/
|
||||
include/libots-1/ots/libots.h
|
||||
lib/libots-1.a
|
||||
lib/libots-1.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libots-1.pc
|
||||
@man man/man1/ots.1
|
||||
share/ots/
|
||||
share/ots/bg.xml
|
||||
share/ots/ca.xml
|
||||
share/ots/cs.xml
|
||||
share/ots/cy.xml
|
||||
share/ots/da.xml
|
||||
share/ots/de.xml
|
||||
share/ots/el.xml
|
||||
share/ots/en.xml
|
||||
share/ots/eo.xml
|
||||
share/ots/es.xml
|
||||
share/ots/et.xml
|
||||
share/ots/eu.xml
|
||||
share/ots/fi.xml
|
||||
share/ots/fr.xml
|
||||
share/ots/ga.xml
|
||||
share/ots/gl.xml
|
||||
share/ots/he.xml
|
||||
share/ots/hu.xml
|
||||
share/ots/ia.xml
|
||||
share/ots/id.xml
|
||||
share/ots/is.xml
|
||||
share/ots/it.xml
|
||||
share/ots/lv.xml
|
||||
share/ots/mi.xml
|
||||
share/ots/ms.xml
|
||||
share/ots/mt.xml
|
||||
share/ots/nl.xml
|
||||
share/ots/nn.xml
|
||||
share/ots/pl.xml
|
||||
share/ots/pt.xml
|
||||
share/ots/ro.xml
|
||||
share/ots/ru.xml
|
||||
share/ots/sv.xml
|
||||
share/ots/tl.xml
|
||||
share/ots/tr.xml
|
||||
share/ots/uk.xml
|
||||
share/ots/yi.xml
|
Loading…
x
Reference in New Issue
Block a user