diff options
author | obache <obache@pkgsrc.org> | 2011-04-06 11:43:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-06 11:43:39 +0000 |
commit | a1789e9e1dca1bd00a5c09ae76eca8fc6ec935d2 (patch) | |
tree | a29d87c06852d32dff86199a50e7a706e6693f92 /textproc/swath/Makefile | |
parent | 3a3080d30129049de16af3976b2e919340e39590 (diff) | |
download | pkgsrc-a1789e9e1dca1bd00a5c09ae76eca8fc6ec935d2.tar.gz |
Import swath-0.4.1 as textproc/swath.
Swath is a general-purpose utility to workaround the lack of such capability
in applications. It analyzes the given Thai text by consulting a Thai word
list for word boundaries, before outputting the same text with the predefined
word delimitors inserted.
It can read many kinds of input, including plain text and structured documents
like HTML, RTF, LaTeX and Lambda (Unicode version of LaTeX with Omega
typesetter kernel).
Diffstat (limited to 'textproc/swath/Makefile')
-rw-r--r-- | textproc/swath/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/swath/Makefile b/textproc/swath/Makefile new file mode 100644 index 00000000000..7f9ec9628cf --- /dev/null +++ b/textproc/swath/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/04/06 11:43:39 obache Exp $ +# + +DISTNAME= swath-0.4.1 +CATEGORIES= textproc +MASTER_SITES= ftp://linux.thai.net/pub/ThaiLinux/software/swath/ \ + http://linux.thai.net/pub/ThaiLinux/software/swath/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://linux.thai.net/projects/thailatex +COMMENT= Smart Word Analysis for THai +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_LANGUAGES= c c++ +USE_TOOLS+= pkg-config + +.include "../../devel/libdatrie/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |