1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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
This commit is contained in:
Baptiste Daroussin 2011-06-17 23:00:15 +00:00
parent 71eb56655d
commit 6f11bd8f9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275753
5 changed files with 40 additions and 0 deletions

View File

@ -407,6 +407,7 @@
SUBDIR += mt-aspell
SUBDIR += muse
SUBDIR += mxml
SUBDIR += mythes
SUBDIR += nb-aspell
SUBDIR += nds-aspell
SUBDIR += nl-aspell

25
textproc/mythes/Makefile Normal file
View File

@ -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>

2
textproc/mythes/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (mythes-1.2.1.tar.gz) = 4b8b4e494b9dff1416270e044c20a5f5a16229f3da7029a5a6d16ffaf4de79e9
SIZE (mythes-1.2.1.tar.gz) = 4894265

View File

@ -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

View File

@ -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