[Midnightbsd-cvs] mports [20507] trunk/textproc: add thesaurus library

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 10 16:15:24 EDT 2015


Revision: 20507
          http://svnweb.midnightbsd.org/mports/?rev=20507
Author:   laffer1
Date:     2015-10-10 16:15:23 -0400 (Sat, 10 Oct 2015)
Log Message:
-----------
add thesaurus library

Modified Paths:
--------------
    trunk/textproc/Makefile

Added Paths:
-----------
    trunk/textproc/mythes/
    trunk/textproc/mythes/Makefile
    trunk/textproc/mythes/distinfo
    trunk/textproc/mythes/pkg-descr
    trunk/textproc/mythes/pkg-plist

Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile	2015-10-10 20:13:50 UTC (rev 20506)
+++ trunk/textproc/Makefile	2015-10-10 20:15:23 UTC (rev 20507)
@@ -73,6 +73,7 @@
 SUBDIR += lucene
 SUBDIR += makepatch
 SUBDIR += meld
+SUBDIR += mythes
 SUBDIR += openjade
 SUBDIR += opensp
 SUBDIR += p5-HTML-Tidy

Added: trunk/textproc/mythes/Makefile
===================================================================
--- trunk/textproc/mythes/Makefile	                        (rev 0)
+++ trunk/textproc/mythes/Makefile	2015-10-10 20:15:23 UTC (rev 20507)
@@ -0,0 +1,24 @@
+# $MidnightBSD$
+
+PORTNAME=	mythes
+PORTVERSION=	1.2.4
+CATEGORIES=	textproc
+MASTER_SITES=	SF/hunspell/MyThes/${PORTVERSION}/
+DIST_SUBDIR=	${PORTNAME}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Simple thesaurus library
+
+LICENSE=	bsd3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell
+
+USES=	libtool pathfix pkgconfig shebangfix
+SHEBANG_FILES=	th_gen_idx.pl
+USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
+
+GNU_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/textproc/mythes/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/mythes/distinfo
===================================================================
--- trunk/textproc/mythes/distinfo	                        (rev 0)
+++ trunk/textproc/mythes/distinfo	2015-10-10 20:15:23 UTC (rev 20507)
@@ -0,0 +1,2 @@
+SHA256 (mythes/mythes-1.2.4.tar.gz) = 1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f
+SIZE (mythes/mythes-1.2.4.tar.gz) = 4910303


Property changes on: trunk/textproc/mythes/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/mythes/pkg-descr
===================================================================
--- trunk/textproc/mythes/pkg-descr	                        (rev 0)
+++ trunk/textproc/mythes/pkg-descr	2015-10-10 20:15:23 UTC (rev 20507)
@@ -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


Property changes on: trunk/textproc/mythes/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/mythes/pkg-plist
===================================================================
--- trunk/textproc/mythes/pkg-plist	                        (rev 0)
+++ trunk/textproc/mythes/pkg-plist	2015-10-10 20:15:23 UTC (rev 20507)
@@ -0,0 +1,7 @@
+bin/th_gen_idx.pl
+include/mythes.hxx
+lib/libmythes-1.2.a
+lib/libmythes-1.2.so
+lib/libmythes-1.2.so.0
+lib/libmythes-1.2.so.0.0.0
+libdata/pkgconfig/mythes.pc


Property changes on: trunk/textproc/mythes/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list