View | Details | Raw Unified | Return to bug 130353
Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	hspell
8
PORTNAME=	hspell
9
PORTVERSION=	0.8
9
PORTVERSION=	1.0
10
CATEGORIES=	hebrew
10
CATEGORIES=	hebrew
11
MASTER_SITES=	http://www.ivrix.org.il/projects/spell-checker/
11
MASTER_SITES=	http://www.ivrix.org.il/projects/spell-checker/ \
12
		${MASTER_SITE_LOCAL}
12
13
13
MAINTAINER=	onatan@gmail.com
14
MAINTAINER=	onatan@gmail.com
14
COMMENT=	Hebrew spellchecker and morphology engine
15
COMMENT=	Hebrew spellchecker and morphology engine
Lines 16-21 Link Here
16
USE_PERL5_BUILD=	yes
17
USE_PERL5_BUILD=	yes
17
USE_GMAKE=	yes
18
USE_GMAKE=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CFLAGS+=	-fPIC
19
21
20
MAN1=		hspell.1
22
MAN1=		hspell.1
21
MAN3=		hspell.3
23
MAN3=		hspell.3
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (hspell-0.8.tar.gz) = 67f402162bdb4f5e7b3099572de1342e
1
MD5 (hspell-1.0.tar.gz) = 3e12fa383c2cfd430918d115f33f9841
2
SHA256 (hspell-0.8.tar.gz) = 3756f01a86b7ebbd0499860905d00ae9abca1bedbc11d4f8890a47124cb7ef5a
2
SHA256 (hspell-1.0.tar.gz) = 19919d8aea49f37277f82b090ddf81fbedf3cc693f3eaf034dddf8a3bddc2e50
3
SIZE (hspell-0.8.tar.gz) = 226838
3
SIZE (hspell-1.0.tar.gz) = 292215
(-)pkg-plist (-3 / +2 lines)
Lines 1-12 Link Here
1
@comment $FreeBSD: ports/hebrew/hspell/pkg-plist,v 1.4 2004/12/01 20:15:49 arved Exp $
2
bin/hspell
1
bin/hspell
3
bin/hspell-i
2
bin/hspell-i
4
bin/multispell
3
bin/multispell
5
lib/libhspell.a
6
include/hspell.h
4
include/hspell.h
7
include/linginfo.h
5
include/linginfo.h
6
lib/libhspell.a
8
%%DATADIR%%/hebrew.wgz
7
%%DATADIR%%/hebrew.wgz
8
%%DATADIR%%/hebrew.wgz.hints
9
%%DATADIR%%/hebrew.wgz.prefixes
9
%%DATADIR%%/hebrew.wgz.prefixes
10
%%DATADIR%%/hebrew.wgz.sizes
10
%%DATADIR%%/hebrew.wgz.sizes
11
%%DATADIR%%/hebrew.wgz.hints
12
@dirrm %%DATADIR%%
11
@dirrm %%DATADIR%%

Return to bug 130353