diff options
author | wiz <wiz> | 2012-03-17 10:57:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-03-17 10:57:37 +0000 |
commit | c92e8f83b07e14c8557a778c874fc4553d47e698 (patch) | |
tree | 2907e3898b0c0da997c9c224b5514e49e62a3d13 /textproc | |
parent | a11fbe088be6904f9f8df49630a142bffa62dcb0 (diff) | |
download | pkgsrc-c92e8f83b07e14c8557a778c874fc4553d47e698.tar.gz |
Initial import of mythes-1.2.2, packaged by Francois Tigeot for wip.
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.
It was written to provide a thesaurus for the OpenOffice.org project.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mythes/DESCR | 4 | ||||
-rw-r--r-- | textproc/mythes/Makefile | 25 | ||||
-rw-r--r-- | textproc/mythes/PLIST | 5 | ||||
-rw-r--r-- | textproc/mythes/buildlink3.mk | 12 | ||||
-rw-r--r-- | textproc/mythes/distinfo | 5 |
5 files changed, 51 insertions, 0 deletions
diff --git a/textproc/mythes/DESCR b/textproc/mythes/DESCR new file mode 100644 index 00000000000..d2ffe7afd61 --- /dev/null +++ b/textproc/mythes/DESCR @@ -0,0 +1,4 @@ +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. +It was written to provide a thesaurus for the OpenOffice.org project. diff --git a/textproc/mythes/Makefile b/textproc/mythes/Makefile new file mode 100644 index 00000000000..ee2912155eb --- /dev/null +++ b/textproc/mythes/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/17 10:57:37 wiz Exp $ + +DISTNAME= mythes-1.2.2 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell}/ + +MAINTAINER= ftigeot@wolfpond.org +HOMEPAGE= http://hunspell.sourceforge.net/ +COMMENT= Library and tools for parsing the visio file format +LICENSE= modified-bsd + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config perl:run + +GNU_CONFIGURE= yes + +REPLACE_PERL= th_gen_idx.pl + +PKGCONFIG_OVERRIDE= mythes.pc.in + +.include "../../textproc/hunspell/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/mythes/PLIST b/textproc/mythes/PLIST new file mode 100644 index 00000000000..9cfba84ba84 --- /dev/null +++ b/textproc/mythes/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/17 10:57:37 wiz Exp $ +bin/th_gen_idx.pl +include/mythes.hxx +lib/libmythes-1.2.la +lib/pkgconfig/mythes.pc diff --git a/textproc/mythes/buildlink3.mk b/textproc/mythes/buildlink3.mk new file mode 100644 index 00000000000..0ea9f154426 --- /dev/null +++ b/textproc/mythes/buildlink3.mk @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/03/17 10:57:37 wiz Exp $ + +BUILDLINK_TREE+= mythes + +.if !defined(MYTHES_BUILDLINK3_MK) +MYTHES_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.mythes+= mythes>=1.2.2 +BUILDLINK_PKGSRCDIR.mythes?= ../../wip/libmythes +.endif # MYTHES_BUILDLINK3_MK + +BUILDLINK_TREE+= -mythes diff --git a/textproc/mythes/distinfo b/textproc/mythes/distinfo new file mode 100644 index 00000000000..87794464040 --- /dev/null +++ b/textproc/mythes/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/03/17 10:57:37 wiz Exp $ + +SHA1 (mythes-1.2.2.tar.gz) = a1657eb4a7d237c2d10b0686a23573bc36865b27 +RMD160 (mythes-1.2.2.tar.gz) = 70f41b52d843616c4d52d2c1c6ae0037b4282953 +Size (mythes-1.2.2.tar.gz) = 4906938 bytes |