[Midnightbsd-cvs] mports [23355] trunk/textproc/hspell: update hspell to 1.4
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu May 3 11:06:02 EDT 2018
Revision: 23355
http://svnweb.midnightbsd.org/mports/?rev=23355
Author: laffer1
Date: 2018-05-03 11:06:01 -0400 (Thu, 03 May 2018)
Log Message:
-----------
update hspell to 1.4
Modified Paths:
--------------
trunk/textproc/hspell/Makefile
trunk/textproc/hspell/distinfo
trunk/textproc/hspell/pkg-descr
trunk/textproc/hspell/pkg-plist
Modified: trunk/textproc/hspell/Makefile
===================================================================
--- trunk/textproc/hspell/Makefile 2018-05-03 15:03:05 UTC (rev 23354)
+++ trunk/textproc/hspell/Makefile 2018-05-03 15:06:01 UTC (rev 23355)
@@ -3,23 +3,27 @@
# $MidnightBSD$
PORTNAME= hspell
-PORTVERSION= 1.1
-CATEGORIES= textproc hebrew
-MASTER_SITES= http://hspell.ivrix.org.il/ \
- FREEBSD_LOCAL/makc
+PORTVERSION= 1.4
+CATEGORIES= hebrew
+MASTER_SITES= http://hspell.ivrix.org.il/
MAINTAINER= ports at MidnightBSD.org
COMMENT= Hebrew spellchecker and morphology engine
-LICENSE= gpl2
+LICENSE= agpl
+LICENSE_FILE= ${WRKSRC}/COPYING
-USES= shebangfix gmake perl5
+USES= gmake perl5 shebangfix
+USE_LDCONFIG= yes
USE_PERL5= build
GNU_CONFIGURE= yes
CFLAGS+= -fPIC
-SHEBANG_FILES= pmerge multispell
+CONFIGURE_ARGS= --enable-fatverb \
+ --enable-shared
SUB_FILES= pkg-message
-SUB_LIST= PORTSDIR=${PORTSDIR}
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libhspell.so
+
.include <bsd.port.mk>
Modified: trunk/textproc/hspell/distinfo
===================================================================
--- trunk/textproc/hspell/distinfo 2018-05-03 15:03:05 UTC (rev 23354)
+++ trunk/textproc/hspell/distinfo 2018-05-03 15:06:01 UTC (rev 23355)
@@ -1,2 +1,3 @@
-SHA256 (hspell-1.1.tar.gz) = a65d339e0656c3cf2ed589b01f725377b6054719178341afbb41dd825fcca723
-SIZE (hspell-1.1.tar.gz) = 440190
+TIMESTAMP = 1499347358
+SHA256 (hspell-1.4.tar.gz) = 7310f5d58740d21d6d215c1179658602ef7da97a816bc1497c8764be97aabea3
+SIZE (hspell-1.4.tar.gz) = 572716
Modified: trunk/textproc/hspell/pkg-descr
===================================================================
--- trunk/textproc/hspell/pkg-descr 2018-05-03 15:03:05 UTC (rev 23354)
+++ trunk/textproc/hspell/pkg-descr 2018-05-03 15:06:01 UTC (rev 23355)
@@ -7,4 +7,4 @@
Hspell was written by Nadav Har'El and Dan Kenigsberg.
-WWW: http://www.ivrix.org.il/projects/spell-checker/
+WWW: http://hspell.ivrix.org.il
Modified: trunk/textproc/hspell/pkg-plist
===================================================================
--- trunk/textproc/hspell/pkg-plist 2018-05-03 15:03:05 UTC (rev 23354)
+++ trunk/textproc/hspell/pkg-plist 2018-05-03 15:06:01 UTC (rev 23355)
@@ -4,6 +4,8 @@
include/hspell.h
include/linginfo.h
lib/libhspell.a
+lib/libhspell.so
+lib/libhspell.so.0
man/man1/hspell.1.gz
man/man3/hspell.3.gz
%%DATADIR%%/hebrew.wgz
More information about the Midnightbsd-cvs
mailing list