[Midnightbsd-cvs] mports [22008] trunk/textproc/hspell: hspell 1.1

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 30 11:51:53 EDT 2016


Revision: 22008
          http://svnweb.midnightbsd.org/mports/?rev=22008
Author:   laffer1
Date:     2016-10-30 11:51:53 -0400 (Sun, 30 Oct 2016)
Log Message:
-----------
hspell 1.1

Modified Paths:
--------------
    trunk/textproc/hspell/Makefile
    trunk/textproc/hspell/distinfo
    trunk/textproc/hspell/pkg-descr
    trunk/textproc/hspell/pkg-plist

Removed Paths:
-------------
    trunk/textproc/hspell/pkg-message

Modified: trunk/textproc/hspell/Makefile
===================================================================
--- trunk/textproc/hspell/Makefile	2016-10-30 15:49:10 UTC (rev 22007)
+++ trunk/textproc/hspell/Makefile	2016-10-30 15:51:53 UTC (rev 22008)
@@ -1,25 +1,25 @@
+# Created by: Yonatan <onatan at gmail.com>
+# $FreeBSD: head/hebrew/hspell/Makefile 386312 2015-05-14 10:15:04Z mat $
 # $MidnightBSD$
 
 PORTNAME=	hspell
-PORTVERSION=	1.0
-CATEGORIES=	textproc hebrew
-MASTER_SITES=	http://www.ivrix.org.il/projects/spell-checker/ \
-		${MASTER_SITE_FREEBSD_LOCAL}
-MASTER_SITE_SUBDIR=	makc
+PORTVERSION=	1.1
+CATEGORIES=	hebrew
+MASTER_SITES=	http://hspell.ivrix.org.il/ \
+		FREEBSD_LOCAL/makc
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Hebrew spellchecker and morphology engine
+
 LICENSE=	gpl2
 
-USE_PERL5_BUILD=	yes
-USE_GMAKE=	yes
+USES=		shebangfix gmake perl5
+USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CFLAGS+=	-fPIC
+SHEBANG_FILES=	pmerge multispell
 
-MAN1=		hspell.1
-MAN3=		hspell.3
+SUB_FILES=	pkg-message
+SUB_LIST=	PORTSDIR=${PORTSDIR}
 
-post-install:
-	@${SED} -e "s:%%PORTSDIR%%:${PORTSDIR}:g" ${PKGMESSAGE}
-
 .include <bsd.port.mk>

Modified: trunk/textproc/hspell/distinfo
===================================================================
--- trunk/textproc/hspell/distinfo	2016-10-30 15:49:10 UTC (rev 22007)
+++ trunk/textproc/hspell/distinfo	2016-10-30 15:51:53 UTC (rev 22008)
@@ -1,4 +1,2 @@
-MD5 (hspell-1.0.tar.gz) = 3e12fa383c2cfd430918d115f33f9841
-SHA256 (hspell-1.0.tar.gz) = 19919d8aea49f37277f82b090ddf81fbedf3cc693f3eaf034dddf8a3bddc2e50
-RMD160 (hspell-1.0.tar.gz) = f4a4ce05650e3b658cc9cc5cfba8a9280b598718
-SIZE (hspell-1.0.tar.gz) = 292215
+SHA256 (hspell-1.1.tar.gz) = a65d339e0656c3cf2ed589b01f725377b6054719178341afbb41dd825fcca723
+SIZE (hspell-1.1.tar.gz) = 440190

Modified: trunk/textproc/hspell/pkg-descr
===================================================================
--- trunk/textproc/hspell/pkg-descr	2016-10-30 15:49:10 UTC (rev 22007)
+++ trunk/textproc/hspell/pkg-descr	2016-10-30 15:51:53 UTC (rev 22008)
@@ -1,5 +1,5 @@
 Hspell is a fully working Hebrew spellchecker. On typical documents
-it should recognize the majority of correct words. 
+it should recognize the majority of correct words.
 Hspell was designed to be 100% and strictly compliant with the
 official niqqud-less spelling rules ("Ha-ktiv Khasar Ha-niqqud",
 colloquially known as "Ktiv Male") published by the Academy of

Deleted: trunk/textproc/hspell/pkg-message
===================================================================
--- trunk/textproc/hspell/pkg-message	2016-10-30 15:49:10 UTC (rev 22007)
+++ trunk/textproc/hspell/pkg-message	2016-10-30 15:51:53 UTC (rev 22008)
@@ -1,18 +0,0 @@
-
-The recommended usage of this port is first to teach your terminal to display
-hebrew fonts, like this:
-
-vidcontrol < /dev/ttyv0 -f 8x16 iso08-8x16.fnt
-
-or set this in /etc/rc.conf:
-
-font8x16=iso08-8x16.fnt
-
-Then, it would be wise to install bidiv from %%PORTSDIR%%/textproc/bidiv
-and run Hspell:
-
-hspell file.txt | bidiv
-
-Plus, Hspell can use Ispell as a slave (option -i or executable hspell-i).
-Ispell can be found in %%PORTSDIR%%/textproc/ispell .
-

Modified: trunk/textproc/hspell/pkg-plist
===================================================================
--- trunk/textproc/hspell/pkg-plist	2016-10-30 15:49:10 UTC (rev 22007)
+++ trunk/textproc/hspell/pkg-plist	2016-10-30 15:51:53 UTC (rev 22008)
@@ -4,8 +4,9 @@
 include/hspell.h
 include/linginfo.h
 lib/libhspell.a
+man/man1/hspell.1.gz
+man/man3/hspell.3.gz
 %%DATADIR%%/hebrew.wgz
 %%DATADIR%%/hebrew.wgz.hints
 %%DATADIR%%/hebrew.wgz.prefixes
 %%DATADIR%%/hebrew.wgz.sizes
- at dirrm %%DATADIR%%



More information about the Midnightbsd-cvs mailing list