Add Polish hunspell dictionaries
This commit is contained in:
parent
ce07bfe887
commit
babf787652
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278073
35
polish/hunspell/Makefile
Normal file
35
polish/hunspell/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: pl-hunspell
|
||||
# Date created: 2011-07-21
|
||||
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pl-hunspell
|
||||
PORTVERSION= 20110721
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://sjp.pl/slownik/ort/
|
||||
DISTNAME= sjp-myspell-pl-${PORTVERSION}
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= Polish hunspell dictionaries
|
||||
|
||||
LICENSE= LGPL21 GPLv2 MPL
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= share/hunspell/pl_PL.aff \
|
||||
share/hunspell/pl_PL.dic
|
||||
PLIST_DIRS= share/hunspell
|
||||
|
||||
post-extract:
|
||||
@${MKDIR} ${WRKSRC}
|
||||
@${EXTRACT_CMD} ${WRKDIR}/pl_PL.zip -d ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/hunspell
|
||||
@${INSTALL_DATA} ${WRKSRC}/pl_PL.* ${PREFIX}/share/hunspell
|
||||
|
||||
.include <bsd.port.mk>
|
2
polish/hunspell/distinfo
Normal file
2
polish/hunspell/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (sjp-myspell-pl-20110721.zip) = 9419ec8bee3d0532b51defe061eaba91182688f2a4732abdc845ca7e1c241b74
|
||||
SIZE (sjp-myspell-pl-20110721.zip) = 1089486
|
3
polish/hunspell/pkg-descr
Normal file
3
polish/hunspell/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Polish hunspell dictionaries
|
||||
|
||||
WWW: http://www.kurnik.pl/dictionary/
|
@ -1017,6 +1017,7 @@
|
||||
SUBDIR += php52-xmlreader
|
||||
SUBDIR += php52-xmlwriter
|
||||
SUBDIR += php52-xsl
|
||||
SUBDIR += pl-hunspell
|
||||
SUBDIR += po4a
|
||||
SUBDIR += pocketreader
|
||||
SUBDIR += pootle
|
||||
|
35
textproc/pl-hunspell/Makefile
Normal file
35
textproc/pl-hunspell/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: pl-hunspell
|
||||
# Date created: 2011-07-21
|
||||
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pl-hunspell
|
||||
PORTVERSION= 20110721
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://sjp.pl/slownik/ort/
|
||||
DISTNAME= sjp-myspell-pl-${PORTVERSION}
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= Polish hunspell dictionaries
|
||||
|
||||
LICENSE= LGPL21 GPLv2 MPL
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= share/hunspell/pl_PL.aff \
|
||||
share/hunspell/pl_PL.dic
|
||||
PLIST_DIRS= share/hunspell
|
||||
|
||||
post-extract:
|
||||
@${MKDIR} ${WRKSRC}
|
||||
@${EXTRACT_CMD} ${WRKDIR}/pl_PL.zip -d ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/hunspell
|
||||
@${INSTALL_DATA} ${WRKSRC}/pl_PL.* ${PREFIX}/share/hunspell
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/pl-hunspell/distinfo
Normal file
2
textproc/pl-hunspell/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (sjp-myspell-pl-20110721.zip) = 9419ec8bee3d0532b51defe061eaba91182688f2a4732abdc845ca7e1c241b74
|
||||
SIZE (sjp-myspell-pl-20110721.zip) = 1089486
|
3
textproc/pl-hunspell/pkg-descr
Normal file
3
textproc/pl-hunspell/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Polish hunspell dictionaries
|
||||
|
||||
WWW: http://www.kurnik.pl/dictionary/
|
Loading…
Reference in New Issue
Block a user