pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Fri Oct 26 20:43:07 UTC 2018

Modified Files:
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/hfstospell: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
Add a package for hfstospell-0.5.1.

This is a library that's part of providing a fully featured spellchecker
for Finnish. From DESCR:

This is a minimal hfst optimized lookup format based spell checker library and
a demonstrational implementation of command line based spell checker. The
library is licenced under Apache licence version 2, other licences can be
obtained from University of Helsinki.


To generate a diff of this commit:
cvs rdiff -u -r1.1006 -r1.1007 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/hfstospell/DESCR \
    pkgsrc/textproc/hfstospell/Makefile pkgsrc/textproc/hfstospell/PLIST \
    pkgsrc/textproc/hfstospell/buildlink3.mk \
    pkgsrc/textproc/hfstospell/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1006 pkgsrc/textproc/Makefile:1.1007
--- pkgsrc/textproc/Makefile:1.1006     Tue Oct 16 14:32:37 2018
+++ pkgsrc/textproc/Makefile    Fri Oct 26 20:43:07 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1006 2018/10/16 14:32:37 adam Exp $
+# $NetBSD: Makefile,v 1.1007 2018/10/26 20:43:07 bsiegert Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -247,6 +247,7 @@ SUBDIR+=    heirloom-uniq
 SUBDIR+=       heirloom-wc
 SUBDIR+=       helpdeco
 SUBDIR+=       hevea
+SUBDIR+=       hfstospell
 SUBDIR+=       highlight
 SUBDIR+=       highway
 SUBDIR+=       hre

Added files:

Index: pkgsrc/textproc/hfstospell/DESCR
diff -u /dev/null pkgsrc/textproc/hfstospell/DESCR:1.1
--- /dev/null   Fri Oct 26 20:43:07 2018
+++ pkgsrc/textproc/hfstospell/DESCR    Fri Oct 26 20:43:07 2018
@@ -0,0 +1,4 @@
+This is a minimal hfst optimized lookup format based spell checker library and
+a demonstrational implementation of command line based spell checker. The
+library is licenced under Apache licence version 2, other licences can be
+obtained from University of Helsinki.
Index: pkgsrc/textproc/hfstospell/Makefile
diff -u /dev/null pkgsrc/textproc/hfstospell/Makefile:1.1
--- /dev/null   Fri Oct 26 20:43:07 2018
+++ pkgsrc/textproc/hfstospell/Makefile Fri Oct 26 20:43:07 2018
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2018/10/26 20:43:07 bsiegert Exp $
+
+GITHUB_PROJECT=        hfst-ospell
+DISTNAME=      hfstospell-0.5.1
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=hfst/}
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
+
+MAINTAINER=    bsiegert%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/hfst/hfst-ospell/
+COMMENT=       HFST spell checker library and command line tool
+LICENSE=       apache-2.0
+
+GNU_CONFIGURE= yes
+USE_TOOLS+=    pkg-config
+USE_LIBTOOL=   yes
+USE_LANGUAGES= c c++14
+
+PKGCONFIG_OVERRIDE+=   hfstospell.pc.in
+
+.include "../../textproc/icu/buildlink3.mk"
+.include "../../textproc/libxml++/buildlink3.mk"
+.include "../../archivers/libarchive/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/hfstospell/PLIST
diff -u /dev/null pkgsrc/textproc/hfstospell/PLIST:1.1
--- /dev/null   Fri Oct 26 20:43:07 2018
+++ pkgsrc/textproc/hfstospell/PLIST    Fri Oct 26 20:43:07 2018
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2018/10/26 20:43:07 bsiegert Exp $
+bin/hfst-ospell
+bin/hfst-ospell-office
+include/ZHfstOspeller.h
+include/ZHfstOspellerXmlMetadata.h
+include/hfst-ol.h
+include/hfstol-stdafx.h
+include/ol-exceptions.h
+include/ospell.h
+lib/libhfstospell.la
+lib/pkgconfig/hfstospell.pc
+man/man1/hfst-ospell-office.1
+man/man1/hfst-ospell.1
Index: pkgsrc/textproc/hfstospell/buildlink3.mk
diff -u /dev/null pkgsrc/textproc/hfstospell/buildlink3.mk:1.1
--- /dev/null   Fri Oct 26 20:43:07 2018
+++ pkgsrc/textproc/hfstospell/buildlink3.mk    Fri Oct 26 20:43:07 2018
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/10/26 20:43:07 bsiegert Exp $
+
+BUILDLINK_TREE+=       hfstospell
+
+.if !defined(HFSTOSPELL_BUILDLINK3_MK)
+HFSTOSPELL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hfstospell+=     hfstospell>=0.5.1
+BUILDLINK_PKGSRCDIR.hfstospell?=       ../../textproc/hfstospell
+
+.include "../../textproc/icu/buildlink3.mk"
+.include "../../textproc/libxml++/buildlink3.mk"
+.include "../../archivers/libarchive/buildlink3.mk"
+.endif # HFSTOSPELL_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hfstospell
Index: pkgsrc/textproc/hfstospell/distinfo
diff -u /dev/null pkgsrc/textproc/hfstospell/distinfo:1.1
--- /dev/null   Fri Oct 26 20:43:07 2018
+++ pkgsrc/textproc/hfstospell/distinfo Fri Oct 26 20:43:07 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/10/26 20:43:07 bsiegert Exp $
+
+SHA1 (hfstospell-0.5.1.tar.gz) = 9436d3ea7905160b31e75a2d8b9272cc6723e9dd
+RMD160 (hfstospell-0.5.1.tar.gz) = 6335a09d80b5efaefb9034882d7d44f4e696d442
+SHA512 (hfstospell-0.5.1.tar.gz) = 301c9c2acfabb454069c9357db9c860e7270d3b111f469d9e691fb9126c2f031b3dbf8af6a97d6be857a97e930321e6f07736d271f92ee082364d3fe3be2a09b
+Size (hfstospell-0.5.1.tar.gz) = 452024 bytes



Home | Main Index | Thread Index | Old Index