diff options
author | bapt <bapt@FreeBSD.org> | 2011-06-18 07:00:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-06-18 07:00:15 +0800 |
commit | 66eaae178c9facdaa806dd7833301b103f2b2fd2 (patch) | |
tree | 02582556786a6778a387ce06888866c590234757 /textproc | |
parent | 7ad9ed6f2936e531ebc40c22e31f9354cca544b5 (diff) | |
download | freebsd-ports-gnome-66eaae178c9facdaa806dd7833301b103f2b2fd2.tar.gz freebsd-ports-gnome-66eaae178c9facdaa806dd7833301b103f2b2fd2.tar.zst freebsd-ports-gnome-66eaae178c9facdaa806dd7833301b103f2b2fd2.zip |
MyThes is a simple thesaurus that uses a structured text data file and an index
file with binary search to lookup words and phrases and return information on
part of speech, meanings, and synonyms
WWW: http://hunspell.sourceforge.net
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/mythes/Makefile | 25 | ||||
-rw-r--r-- | textproc/mythes/distinfo | 2 | ||||
-rw-r--r-- | textproc/mythes/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/mythes/pkg-plist | 7 |
5 files changed, 40 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d0c68a17a038..3f9dc339d0df 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -407,6 +407,7 @@ SUBDIR += mt-aspell SUBDIR += muse SUBDIR += mxml + SUBDIR += mythes SUBDIR += nb-aspell SUBDIR += nds-aspell SUBDIR += nl-aspell diff --git a/textproc/mythes/Makefile b/textproc/mythes/Makefile new file mode 100644 index 000000000000..c5929e880620 --- /dev/null +++ b/textproc/mythes/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: mythes +# Date created: 2011-06-18 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= mythes +PORTVERSION= 1.2.1 +CATEGORIES= textproc +MASTER_SITES= SF/hunspell/MyThes/${PORTVERSION}/ + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Simple thesaurus library + +LIB_DEPENDS= hunspell-1.2.0:${PORTSDIR}/hungarian/hunspell + +USE_GNOME= gnomehack +USE_LDCONFIG= yes + +CONFIGURE_ENV= HUNSPELL_CFLAGS=-I${LOCALBASE}/include/hunspell \ + HUNSPELL_LIBS="-L${LOCALBASE}/lib -lhunspell-1.2" +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/textproc/mythes/distinfo b/textproc/mythes/distinfo new file mode 100644 index 000000000000..24a79b2b890d --- /dev/null +++ b/textproc/mythes/distinfo @@ -0,0 +1,2 @@ +SHA256 (mythes-1.2.1.tar.gz) = 4b8b4e494b9dff1416270e044c20a5f5a16229f3da7029a5a6d16ffaf4de79e9 +SIZE (mythes-1.2.1.tar.gz) = 4894265 diff --git a/textproc/mythes/pkg-descr b/textproc/mythes/pkg-descr new file mode 100644 index 000000000000..c2d18157076a --- /dev/null +++ b/textproc/mythes/pkg-descr @@ -0,0 +1,5 @@ +MyThes is a simple thesaurus that uses a structured text data file and an index +file with binary search to lookup words and phrases and return information on +part of speech, meanings, and synonyms + +WWW: http://hunspell.sourceforge.net diff --git a/textproc/mythes/pkg-plist b/textproc/mythes/pkg-plist new file mode 100644 index 000000000000..93b4c6be75d2 --- /dev/null +++ b/textproc/mythes/pkg-plist @@ -0,0 +1,7 @@ +bin/th_gen_idx.pl +lib/libmythes-1.2.so.0 +lib/libmythes-1.2.so +lib/libmythes-1.2.la +lib/libmythes-1.2.a +include/mythes.hxx +libdata/pkgconfig/mythes.pc |