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:
parent
71eb56655d
commit
6f11bd8f9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275753
@ -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
25
textproc/mythes/Makefile
Normal 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
2
textproc/mythes/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (mythes-1.2.1.tar.gz) = 4b8b4e494b9dff1416270e044c20a5f5a16229f3da7029a5a6d16ffaf4de79e9
|
||||
SIZE (mythes-1.2.1.tar.gz) = 4894265
|
5
textproc/mythes/pkg-descr
Normal file
5
textproc/mythes/pkg-descr
Normal 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
|
7
textproc/mythes/pkg-plist
Normal file
7
textproc/mythes/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user