Moved aspell-* packages as discussed. Reasons being:
1) Shorter package name; 2) Be consistent with kde3-i18n-*, kde4-l10n-*, hunspell-*, lang-* PKG_OPTIONS; 3) Simplify modifications to PKGNAME in their Makefiles; 4) Accordance with international language naming standards; 5) Facilitate the addition of other dictionaries which are variants of the same language (ex. Portuguese and Norwegian); May this commit not cause anything to explode, hairs to gray, nerds to rage
This commit is contained in:
parent
62f8022850
commit
ac14942890
126 changed files with 394 additions and 447 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.655 2013/04/04 09:42:53 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.656 2013/04/09 02:33:36 rodent Exp $
|
||||
#
|
||||
|
||||
COMMENT= Text processing utilities (does not include desktop publishing)
|
||||
|
@ -13,29 +13,29 @@ SUBDIR+= aiksaurus
|
|||
SUBDIR+= antiword
|
||||
SUBDIR+= asciidoc
|
||||
SUBDIR+= aspell
|
||||
SUBDIR+= aspell-breton
|
||||
SUBDIR+= aspell-catalan
|
||||
SUBDIR+= aspell-czech
|
||||
SUBDIR+= aspell-danish
|
||||
SUBDIR+= aspell-dutch
|
||||
SUBDIR+= aspell-english
|
||||
SUBDIR+= aspell-esperanto
|
||||
SUBDIR+= aspell-faroese
|
||||
SUBDIR+= aspell-francais
|
||||
SUBDIR+= aspell-gaeilge
|
||||
SUBDIR+= aspell-german
|
||||
SUBDIR+= aspell-greek
|
||||
SUBDIR+= aspell-italian
|
||||
SUBDIR+= aspell-norwegian
|
||||
SUBDIR+= aspell-polish
|
||||
SUBDIR+= aspell-portuguese
|
||||
SUBDIR+= aspell-romanian
|
||||
SUBDIR+= aspell-russian
|
||||
SUBDIR+= aspell-slovak
|
||||
SUBDIR+= aspell-spanish
|
||||
SUBDIR+= aspell-svenska
|
||||
SUBDIR+= aspell-ukrainian
|
||||
SUBDIR+= aspell-welsh
|
||||
SUBDIR+= aspell-br
|
||||
SUBDIR+= aspell-ca
|
||||
SUBDIR+= aspell-cs
|
||||
SUBDIR+= aspell-cy
|
||||
SUBDIR+= aspell-da
|
||||
SUBDIR+= aspell-de
|
||||
SUBDIR+= aspell-el
|
||||
SUBDIR+= aspell-en
|
||||
SUBDIR+= aspell-eo
|
||||
SUBDIR+= aspell-es
|
||||
SUBDIR+= aspell-fo
|
||||
SUBDIR+= aspell-fr
|
||||
SUBDIR+= aspell-ga
|
||||
SUBDIR+= aspell-it
|
||||
SUBDIR+= aspell-nb
|
||||
SUBDIR+= aspell-nl
|
||||
SUBDIR+= aspell-pl
|
||||
SUBDIR+= aspell-pt_PT
|
||||
SUBDIR+= aspell-ro
|
||||
SUBDIR+= aspell-ru
|
||||
SUBDIR+= aspell-sk
|
||||
SUBDIR+= aspell-sv
|
||||
SUBDIR+= aspell-uk
|
||||
SUBDIR+= awf
|
||||
SUBDIR+= bibclean
|
||||
SUBDIR+= biblook
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.16 2012/10/25 06:55:39 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:36 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell-br-0.50-2
|
||||
PKGNAME= ${DISTNAME:C/br-(.*)-(.*)$/breton-\1.\2/}
|
||||
PKGREVISION= 5
|
||||
PKGNAME= ${DISTNAME:S/-2/.2/1}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/br/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -12,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://aspell.net/
|
||||
COMMENT= Breton language support for aspell
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/17 06:45:16 salo Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:36 rodent Exp $
|
||||
lib/aspell/br.multi
|
||||
lib/aspell/br.rws
|
||||
lib/aspell/breton.alias
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.3 2005/02/24 14:48:39 agc Exp $
|
||||
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:36 rodent Exp $
|
||||
|
||||
SHA1 (aspell-br-0.50-2.tar.bz2) = e6cbb638d7704e88c6d59b794829267b41a7e536
|
||||
RMD160 (aspell-br-0.50-2.tar.bz2) = 6ba96ddb2b9f56decbc06e821844d849b90bc57b
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:44 salo Exp $
|
||||
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:36 rodent Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.15 2012/10/25 06:55:39 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:36 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell6-ca-20040130-1
|
||||
PKGNAME= ${DISTNAME:C/6-ca-(.*)-(.*)$/-catalan-\1.\2/}
|
||||
PKGREVISION= 2
|
||||
PKGNAME= ${DISTNAME:S/6-/-/1:S/-1/.1/1}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ca/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -12,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://aspell.net/
|
||||
COMMENT= Catalan language support for aspell
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2004/12/24 03:03:46 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:37 rodent Exp $
|
||||
lib/aspell/ca.multi
|
||||
lib/aspell/ca.rws
|
||||
lib/aspell/catalan.alias
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.4 2005/02/24 14:48:39 agc Exp $
|
||||
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:37 rodent Exp $
|
||||
|
||||
SHA1 (aspell6-ca-20040130-1.tar.bz2) = 8704bd9f3b600b581f5a642c27752538a7a953ac
|
||||
RMD160 (aspell6-ca-20040130-1.tar.bz2) = cafc870c5c0639b5e5839c060a762252bf658e14
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:45 salo Exp $
|
||||
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:37 rodent Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.17 2012/10/25 06:55:39 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:37 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell6-cs-20040614-1
|
||||
PKGNAME= ${DISTNAME:C/6-cs-(.*)-(.*)$/-czech-\1.\2/}
|
||||
PKGREVISION= 2
|
||||
PKGNAME= ${DISTNAME:S/6-/-/1:S/-1/.1/1}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/cs/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -15,7 +14,7 @@ COMMENT= Czech language support for aspell
|
|||
# earlier versions core-dumped on the input
|
||||
BUILDLINK_API_DEPENDS.aspell+= aspell>=0.60.2nb1
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2005/06/26 05:20:07 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:37 rodent Exp $
|
||||
lib/aspell/cs.multi
|
||||
lib/aspell/cs.rws
|
||||
lib/aspell/czech.alias
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.4 2005/05/25 13:42:18 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:37 rodent Exp $
|
||||
|
||||
SHA1 (aspell6-cs-20040614-1.tar.bz2) = 83756c070c1444f06c779a350d0bdad1d31e2b98
|
||||
RMD160 (aspell6-cs-20040614-1.tar.bz2) = a1d285ef6438fa164f837c7d07aea7ca35365035
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:46 salo Exp $
|
||||
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:37 rodent Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.16 2012/10/25 06:55:42 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:38 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell-cy-0.50-3
|
||||
PKGNAME= ${DISTNAME:C/cy-(.*)-(.*)$/welsh-\1.\2/}
|
||||
PKGREVISION= 5
|
||||
PKGNAME= ${DISTNAME:S/-3/.3/1}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/cy/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -12,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://aspell.net/
|
||||
COMMENT= Welsh language support for aspell
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/17 06:47:05 salo Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:38 rodent Exp $
|
||||
lib/aspell/cy.multi
|
||||
lib/aspell/cy.rws
|
||||
lib/aspell/welsh.alias
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.3 2005/02/24 14:48:40 agc Exp $
|
||||
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:38 rodent Exp $
|
||||
|
||||
SHA1 (aspell-cy-0.50-3.tar.bz2) = 8a62c649cf99cd239449961a0d5f8942b1c02116
|
||||
RMD160 (aspell-cy-0.50-3.tar.bz2) = 981fc9aef481cea7aedd36415fc00d525ac01873
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:44 salo Exp $
|
||||
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:38 rodent Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
|
@ -1,8 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.18 2012/10/25 06:55:39 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:38 rodent Exp $
|
||||
|
||||
DISTNAME= aspell-da-1.7.30
|
||||
PKGNAME= ${DISTNAME:C/-da-/-danish-/}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://da.speling.org/filer/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -14,7 +12,7 @@ COMMENT= Danish language support for aspell
|
|||
USE_TOOLS+= perl
|
||||
REPLACE_PERL= unsq
|
||||
|
||||
INSTALLATION_DIRS= lib/aspell share/aspell
|
||||
INSTALLATION_DIRS+= lib/aspell share/aspell
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2006/01/29 01:42:27 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:38 rodent Exp $
|
||||
lib/aspell/da_DK
|
||||
lib/aspell/danish
|
||||
lib/aspell/dansk
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.7 2009/12/02 17:51:25 snj Exp $
|
||||
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:38 rodent Exp $
|
||||
|
||||
SHA1 (aspell-da-1.7.30.tar.bz2) = 7b629f8a87840571ef29bbf312210f8a0e6bcbe2
|
||||
RMD160 (aspell-da-1.7.30.tar.bz2) = 278335a74a65d0b18d4e7e57400f4afa7552257c
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-aa,v 1.5 2009/12/02 17:51:25 snj Exp $
|
||||
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:38 rodent Exp $
|
||||
|
||||
--- Makefile.orig 2009-11-04 13:52:19.000000000 -0800
|
||||
+++ Makefile 2009-12-02 09:45:44.000000000 -0800
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.15 2012/10/25 06:55:41 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:39 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell6-de-20030222-1
|
||||
PKGNAME= ${DISTNAME:C/6-de-(.*)-(.*)$/-german-\1.\2/}
|
||||
PKGREVISION= 2
|
||||
PKGNAME= ${DISTNAME:S/6-/-/1:S/-1/.1/1}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/de/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -12,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://aspell.net/
|
||||
COMMENT= German language support for aspell
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2004/12/24 03:09:17 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:39 rodent Exp $
|
||||
lib/aspell/de-common.rws
|
||||
lib/aspell/de.multi
|
||||
lib/aspell/de_AT-only.rws
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.4 2005/02/24 14:48:39 agc Exp $
|
||||
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:39 rodent Exp $
|
||||
|
||||
SHA1 (aspell6-de-20030222-1.tar.bz2) = a06b1153404f6d1f9bd8aa03d596c14093e561c7
|
||||
RMD160 (aspell6-de-20030222-1.tar.bz2) = e590afd004f64329688eb7ef57455db1b2515683
|
21
textproc/aspell-de/patches/patch-aa
Normal file
21
textproc/aspell-de/patches/patch-aa
Normal file
|
@ -0,0 +1,21 @@
|
|||
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:39 rodent Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
||||
@@ -16,12 +16,10 @@
|
||||
all: ${rws_files} ${data_files}
|
||||
|
||||
install: all
|
||||
- mkdir -p ${DESTDIR}${dictdir}/
|
||||
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
||||
- mkdir -p ${DESTDIR}${datadir}/
|
||||
- cp ${data_files} ${DESTDIR}${datadir}/
|
||||
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
||||
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
||||
|
||||
clean:
|
||||
rm -f ${rws_files}
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.16 2012/10/25 06:55:41 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:40 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell-el-0.50-3
|
||||
PKGNAME= ${DISTNAME:C/el-(.*)-(.*)$/greek-\1.\2/}
|
||||
PKGREVISION= 5
|
||||
PKGNAME= ${DISTNAME:S/-3/.3/1}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/el/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -12,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://aspell.net/
|
||||
COMMENT= Greek language support for aspell
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/17 03:52:04 salo Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:40 rodent Exp $
|
||||
lib/aspell/el.multi
|
||||
lib/aspell/el.rws
|
||||
lib/aspell/greek.alias
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.3 2005/02/24 14:48:39 agc Exp $
|
||||
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:40 rodent Exp $
|
||||
|
||||
SHA1 (aspell-el-0.50-3.tar.bz2) = f0242d02e45956f8fe5d8321d737ee4dc5d18931
|
||||
RMD160 (aspell-el-0.50-3.tar.bz2) = df6b86825ad3b3b448287c07cf4eaee986aa1320
|
21
textproc/aspell-el/patches/patch-aa
Normal file
21
textproc/aspell-el/patches/patch-aa
Normal file
|
@ -0,0 +1,21 @@
|
|||
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:40 rodent Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
||||
@@ -16,12 +16,10 @@
|
||||
all: ${rws_files} ${data_files}
|
||||
|
||||
install: all
|
||||
- mkdir -p ${DESTDIR}${dictdir}/
|
||||
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
||||
- mkdir -p ${DESTDIR}${datadir}/
|
||||
- cp ${data_files} ${DESTDIR}${datadir}/
|
||||
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
||||
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
||||
|
||||
clean:
|
||||
rm -f ${rws_files}
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.18 2012/10/25 06:55:40 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:40 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell6-en-6.0-0
|
||||
PKGNAME= aspell-english-6.0.0
|
||||
PKGREVISION= 2
|
||||
PKGNAME= ${DISTNAME:S/6-/-/1:S/-0/.0/1}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/en/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -12,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://aspell.net/
|
||||
COMMENT= English language support for aspell
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= ASPELL=${BUILDLINK_PREFIX.aspell}/bin/aspell
|
||||
CONFIGURE_ENV+= PREZIP=${BUILDLINK_PREFIX.aspell}/bin/prezip-bin
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2004/12/24 03:06:43 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:40 rodent Exp $
|
||||
lib/aspell/american-w_accents.alias
|
||||
lib/aspell/american-wo_accents.alias
|
||||
lib/aspell/american.alias
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.5 2005/08/23 21:37:24 reed Exp $
|
||||
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:40 rodent Exp $
|
||||
|
||||
SHA1 (aspell6-en-6.0-0.tar.bz2) = 9723820a22340bcc3a12aae45df26d9ff0608829
|
||||
RMD160 (aspell6-en-6.0-0.tar.bz2) = 54eafdae618b241ca8fcc76898ddfcb3d04ee5b2
|
21
textproc/aspell-en/patches/patch-aa
Normal file
21
textproc/aspell-en/patches/patch-aa
Normal file
|
@ -0,0 +1,21 @@
|
|||
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:40 rodent Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
||||
@@ -16,12 +16,10 @@
|
||||
all: ${rws_files} ${data_files}
|
||||
|
||||
install: all
|
||||
- mkdir -p ${DESTDIR}${dictdir}/
|
||||
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
||||
- mkdir -p ${DESTDIR}${datadir}/
|
||||
- cp ${data_files} ${DESTDIR}${datadir}/
|
||||
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
||||
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
||||
|
||||
clean:
|
||||
rm -f ${rws_files}
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-ab,v 1.1 2005/08/23 21:37:24 reed Exp $
|
||||
$NetBSD: patch-ab,v 1.1 2013/04/09 02:33:40 rodent Exp $
|
||||
|
||||
--- configure.orig 2004-08-10 09:01:33.000000000 +0000
|
||||
+++ configure 2005-08-23 21:25:25.184621000 +0000
|
|
@ -1,21 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:47 salo Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
||||
@@ -16,12 +16,10 @@
|
||||
all: ${rws_files} ${data_files}
|
||||
|
||||
install: all
|
||||
- mkdir -p ${DESTDIR}${dictdir}/
|
||||
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
||||
- mkdir -p ${DESTDIR}${datadir}/
|
||||
- cp ${data_files} ${DESTDIR}${datadir}/
|
||||
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
||||
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
||||
|
||||
clean:
|
||||
rm -f ${rws_files}
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.16 2012/10/25 06:55:40 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:41 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell-eo-0.50-2
|
||||
PKGNAME= ${DISTNAME:C/eo-(.*)-(.*)$/esperanto-\1.\2/}
|
||||
PKGREVISION= 5
|
||||
PKGNAME= ${DISTNAME:S/-2/.2/1}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/eo/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -12,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://aspell.net/
|
||||
COMMENT= Esperanto language support for aspell
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/17 06:45:53 salo Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:41 rodent Exp $
|
||||
lib/aspell/eo.multi
|
||||
lib/aspell/eo.rws
|
||||
lib/aspell/esperanto.alias
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.3 2005/02/24 14:48:39 agc Exp $
|
||||
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:41 rodent Exp $
|
||||
|
||||
SHA1 (aspell-eo-0.50-2.tar.bz2) = 51d73239d0c2253b962e7caa1563ee7abcbc443d
|
||||
RMD160 (aspell-eo-0.50-2.tar.bz2) = 9f392cb057a7774b4605a0498ebd6a34208b437c
|
21
textproc/aspell-eo/patches/patch-aa
Normal file
21
textproc/aspell-eo/patches/patch-aa
Normal file
|
@ -0,0 +1,21 @@
|
|||
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:41 rodent Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
||||
@@ -16,12 +16,10 @@
|
||||
all: ${rws_files} ${data_files}
|
||||
|
||||
install: all
|
||||
- mkdir -p ${DESTDIR}${dictdir}/
|
||||
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
||||
- mkdir -p ${DESTDIR}${datadir}/
|
||||
- cp ${data_files} ${DESTDIR}${datadir}/
|
||||
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
||||
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
||||
|
||||
clean:
|
||||
rm -f ${rws_files}
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.18 2012/10/25 06:55:42 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:41 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell6-es-1.11-2
|
||||
PKGNAME= aspell-spanish-1.11.2
|
||||
PKGNAME= ${DISTNAME:S/6-/-/1:S/-2/.2/1}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/es/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://aspell.net/
|
||||
COMMENT= Spanish language support for aspell
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2012/05/21 09:52:11 marino Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:41 rodent Exp $
|
||||
lib/aspell/castellano.alias
|
||||
lib/aspell/es.multi
|
||||
lib/aspell/es.rws
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.4 2012/05/21 09:52:11 marino Exp $
|
||||
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:41 rodent Exp $
|
||||
|
||||
SHA1 (aspell6-es-1.11-2.tar.bz2) = 18acfa4bc08433e920bb015b158e43643e5125cf
|
||||
RMD160 (aspell6-es-1.11-2.tar.bz2) = 84f34f730a7a68f0e9fbe9d318fe0c550c851a47
|
|
@ -1,21 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:47 salo Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
||||
@@ -16,12 +16,10 @@
|
||||
all: ${rws_files} ${data_files}
|
||||
|
||||
install: all
|
||||
- mkdir -p ${DESTDIR}${dictdir}/
|
||||
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
||||
- mkdir -p ${DESTDIR}${datadir}/
|
||||
- cp ${data_files} ${DESTDIR}${datadir}/
|
||||
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
||||
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
||||
|
||||
clean:
|
||||
rm -f ${rws_files}
|
|
@ -1,8 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.19 2012/10/25 06:55:40 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:42 rodent Exp $
|
||||
|
||||
DISTNAME= aspell-fo-0.2.38
|
||||
PKGNAME= ${DISTNAME:C/-fo-/-faroese-/}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://fo.speling.org/filer/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -14,7 +12,7 @@ COMMENT= Faroese language support for aspell
|
|||
USE_TOOLS+= perl
|
||||
REPLACE_PERL= unsq
|
||||
|
||||
INSTALLATION_DIRS= lib/aspell share/aspell
|
||||
INSTALLATION_DIRS+= lib/aspell share/aspell
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if ${PKG_FORMAT} == "pkg" && ${OPSYS} == "Linux"
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2006/01/29 01:59:02 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:42 rodent Exp $
|
||||
lib/aspell/faroese
|
||||
lib/aspell/fo_FO
|
||||
lib/aspell/føroyskt
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.7 2009/12/02 17:56:26 snj Exp $
|
||||
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:42 rodent Exp $
|
||||
|
||||
SHA1 (aspell-fo-0.2.38.tar.bz2) = 3191d86991d1281e322d2576325dd5c6f97408ea
|
||||
RMD160 (aspell-fo-0.2.38.tar.bz2) = f9816f44f645c9902dfe2a0761284e40fabcddfe
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-aa,v 1.5 2009/12/02 17:56:26 snj Exp $
|
||||
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:42 rodent Exp $
|
||||
|
||||
--- Makefile.orig 2009-11-04 12:38:50.000000000 -0800
|
||||
+++ Makefile 2009-12-02 09:53:27.000000000 -0800
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.16 2012/10/25 06:55:40 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:42 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell-fr-0.50-3
|
||||
PKGNAME= ${DISTNAME:C/fr-(.*)-(.*)$/francais-\1.\2/}
|
||||
PKGREVISION= 5
|
||||
PKGNAME= ${DISTNAME:S/-3/.3/1}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/fr/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -12,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://aspell.net/
|
||||
COMMENT= French language support for aspell
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/17 03:51:36 salo Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:42 rodent Exp $
|
||||
lib/aspell/fr-40-only.rws
|
||||
lib/aspell/fr-40.multi
|
||||
lib/aspell/fr-60-only.rws
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.3 2005/02/24 14:48:39 agc Exp $
|
||||
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:42 rodent Exp $
|
||||
|
||||
SHA1 (aspell-fr-0.50-3.tar.bz2) = 4712f81069eb20763aaf855f73b2819f4805f132
|
||||
RMD160 (aspell-fr-0.50-3.tar.bz2) = 4072f990bc56871e6aaa842f7636969a4cd60960
|
21
textproc/aspell-fr/patches/patch-aa
Normal file
21
textproc/aspell-fr/patches/patch-aa
Normal file
|
@ -0,0 +1,21 @@
|
|||
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:42 rodent Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
||||
@@ -16,12 +16,10 @@
|
||||
all: ${rws_files} ${data_files}
|
||||
|
||||
install: all
|
||||
- mkdir -p ${DESTDIR}${dictdir}/
|
||||
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
||||
- mkdir -p ${DESTDIR}${datadir}/
|
||||
- cp ${data_files} ${DESTDIR}${datadir}/
|
||||
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
||||
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
||||
|
||||
clean:
|
||||
rm -f ${rws_files}
|
|
@ -1,21 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:48 salo Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
||||
@@ -16,12 +16,10 @@
|
||||
all: ${rws_files} ${data_files}
|
||||
|
||||
install: all
|
||||
- mkdir -p ${DESTDIR}${dictdir}/
|
||||
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
||||
- mkdir -p ${DESTDIR}${datadir}/
|
||||
- cp ${data_files} ${DESTDIR}${datadir}/
|
||||
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
||||
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
||||
|
||||
clean:
|
||||
rm -f ${rws_files}
|
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.18 2012/10/25 06:55:40 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:43 rodent Exp $
|
||||
|
||||
DISTNAME= aspell5-ga-3.5-0
|
||||
PKGNAME= aspell-gaeilge-3.5.0
|
||||
PKGREVISION= 2
|
||||
PKGNAME= ${DISTNAME:S/5-/-/1:S/-0/.0/1}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ga/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -11,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://borel.slu.edu/~kps/ispell/
|
||||
COMMENT= Irish language support for aspell
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2004/12/24 03:08:39 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:43 rodent Exp $
|
||||
lib/aspell/ga.multi
|
||||
lib/aspell/ga.rws
|
||||
lib/aspell/gaeilge.alias
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.3 2005/02/24 14:48:39 agc Exp $
|
||||
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:43 rodent Exp $
|
||||
|
||||
SHA1 (aspell5-ga-3.5-0.tar.bz2) = 88653e391449b647c406b9e133eb313b04c944f9
|
||||
RMD160 (aspell5-ga-3.5-0.tar.bz2) = 4d86d6c34ba8228c092d69a68bdcf2e0a16b548f
|
|
@ -1,21 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:48 salo Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
||||
@@ -16,12 +16,10 @@
|
||||
all: ${rws_files} ${data_files}
|
||||
|
||||
install: all
|
||||
- mkdir -p ${DESTDIR}${dictdir}/
|
||||
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
||||
- mkdir -p ${DESTDIR}${datadir}/
|
||||
- cp ${data_files} ${DESTDIR}${datadir}/
|
||||
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
||||
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
||||
|
||||
clean:
|
||||
rm -f ${rws_files}
|
|
@ -1,21 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:49 salo Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
||||
@@ -16,12 +16,10 @@
|
||||
all: ${rws_files} ${data_files}
|
||||
|
||||
install: all
|
||||
- mkdir -p ${DESTDIR}${dictdir}/
|
||||
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
||||
- mkdir -p ${DESTDIR}${datadir}/
|
||||
- cp ${data_files} ${DESTDIR}${datadir}/
|
||||
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
||||
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
||||
|
||||
clean:
|
||||
rm -f ${rws_files}
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.16 2012/10/25 06:55:41 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:44 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell-it-0.53-0
|
||||
PKGNAME= ${DISTNAME:C/it-(.*)-(.*)$/italian-\1.\2/}
|
||||
PKGREVISION= 2
|
||||
PKGNAME= ${DISTNAME:S/-0$/.0/1}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/it/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -12,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://aspell.net/
|
||||
COMMENT= Italian language support for aspell
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2004/12/24 03:10:45 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:44 rodent Exp $
|
||||
lib/aspell/it.multi
|
||||
lib/aspell/it.rws
|
||||
lib/aspell/italian.alias
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.4 2005/02/24 14:48:40 agc Exp $
|
||||
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:44 rodent Exp $
|
||||
|
||||
SHA1 (aspell-it-0.53-0.tar.bz2) = 70388d5ee01e27215602bde9e74e2c76bead97b4
|
||||
RMD160 (aspell-it-0.53-0.tar.bz2) = 33010131e045b52c9e4fea4d91e200e6f4427b21
|
21
textproc/aspell-it/patches/patch-aa
Normal file
21
textproc/aspell-it/patches/patch-aa
Normal file
|
@ -0,0 +1,21 @@
|
|||
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:44 rodent Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
||||
@@ -16,12 +16,10 @@
|
||||
all: ${rws_files} ${data_files}
|
||||
|
||||
install: all
|
||||
- mkdir -p ${DESTDIR}${dictdir}/
|
||||
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
||||
- mkdir -p ${DESTDIR}${datadir}/
|
||||
- cp ${data_files} ${DESTDIR}${datadir}/
|
||||
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
||||
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
||||
|
||||
clean:
|
||||
rm -f ${rws_files}
|
|
@ -1,21 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:49 salo Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
||||
@@ -16,12 +16,10 @@
|
||||
all: ${rws_files} ${data_files}
|
||||
|
||||
install: all
|
||||
- mkdir -p ${DESTDIR}${dictdir}/
|
||||
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
||||
- mkdir -p ${DESTDIR}${datadir}/
|
||||
- cp ${data_files} ${DESTDIR}${datadir}/
|
||||
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
||||
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
||||
|
||||
clean:
|
||||
rm -f ${rws_files}
|
|
@ -1,18 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.16 2012/10/25 06:55:41 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:45 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell-nb-0.50.1-0
|
||||
PKGNAME= ${DISTNAME:C/nb-(.*)-(.*)$/norwegian-\1.\2/}
|
||||
PKGREVISION= 2
|
||||
PKGNAME= ${DISTNAME:S/-0$/.0/1}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/nb/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://aspell.net/
|
||||
COMMENT= Norwegian language support for aspell
|
||||
COMMENT= Norwegian (Bokmal) language support for aspell
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if ${PKG_FORMAT} == "pkg" && ${OPSYS} == "Linux"
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2004/12/24 03:11:36 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:45 rodent Exp $
|
||||
lib/aspell/bokmal.alias
|
||||
lib/aspell/bokmål.alias
|
||||
lib/aspell/nb.multi
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.4 2005/02/24 14:48:40 agc Exp $
|
||||
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:45 rodent Exp $
|
||||
|
||||
SHA1 (aspell-nb-0.50.1-0.tar.bz2) = 40e2549973c192b82f782b9e0b1159e6b51464b3
|
||||
RMD160 (aspell-nb-0.50.1-0.tar.bz2) = 5f2fd214608c9a80d318690912efd3aae02d5cd3
|
21
textproc/aspell-nb/patches/patch-aa
Normal file
21
textproc/aspell-nb/patches/patch-aa
Normal file
|
@ -0,0 +1,21 @@
|
|||
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:45 rodent Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
||||
@@ -16,12 +16,10 @@
|
||||
all: ${rws_files} ${data_files}
|
||||
|
||||
install: all
|
||||
- mkdir -p ${DESTDIR}${dictdir}/
|
||||
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
||||
- mkdir -p ${DESTDIR}${datadir}/
|
||||
- cp ${data_files} ${DESTDIR}${datadir}/
|
||||
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
||||
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
||||
|
||||
clean:
|
||||
rm -f ${rws_files}
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.16 2012/10/25 06:55:39 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:45 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell-nl-0.50-2
|
||||
PKGNAME= ${DISTNAME:C/nl-(.*)-(.*)$/dutch-\1.\2/}
|
||||
PKGREVISION= 5
|
||||
PKGNAME= ${DISTNAME:S/-2/.2/1}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/nl/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -12,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://aspell.net/
|
||||
COMMENT= Dutch language support for aspell
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/17 03:50:54 salo Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:45 rodent Exp $
|
||||
lib/aspell/dutch.alias
|
||||
lib/aspell/nl.multi
|
||||
lib/aspell/nl.rws
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.3 2005/02/24 14:48:39 agc Exp $
|
||||
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:45 rodent Exp $
|
||||
|
||||
SHA1 (aspell-nl-0.50-2.tar.bz2) = 651ac98c63ce342b19dd9c1a74a961500234bc0a
|
||||
RMD160 (aspell-nl-0.50-2.tar.bz2) = b01cc46fe6afff822c4b393ac2f0cb9d97d8eab3
|
21
textproc/aspell-nl/patches/patch-aa
Normal file
21
textproc/aspell-nl/patches/patch-aa
Normal file
|
@ -0,0 +1,21 @@
|
|||
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:46 rodent Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
||||
@@ -16,12 +16,10 @@
|
||||
all: ${rws_files} ${data_files}
|
||||
|
||||
install: all
|
||||
- mkdir -p ${DESTDIR}${dictdir}/
|
||||
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
||||
- mkdir -p ${DESTDIR}${datadir}/
|
||||
- cp ${data_files} ${DESTDIR}${datadir}/
|
||||
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
||||
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
||||
|
||||
clean:
|
||||
rm -f ${rws_files}
|
|
@ -1,21 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:50 salo Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
||||
@@ -16,12 +16,10 @@
|
||||
all: ${rws_files} ${data_files}
|
||||
|
||||
install: all
|
||||
- mkdir -p ${DESTDIR}${dictdir}/
|
||||
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
||||
- mkdir -p ${DESTDIR}${datadir}/
|
||||
- cp ${data_files} ${DESTDIR}${datadir}/
|
||||
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
||||
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
||||
|
||||
clean:
|
||||
rm -f ${rws_files}
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.15 2012/10/25 06:55:41 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:46 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell-pl-0.51-0
|
||||
PKGNAME= ${DISTNAME:C/pl-(.*)-(.*)$/polish-\1.\2/}
|
||||
PKGREVISION= 2
|
||||
PKGNAME= ${DISTNAME:S/-0$/.0/1}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/pl/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -12,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://aspell.net/
|
||||
COMMENT= Polish language support for aspell
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
UNLIMIT_RESOURCES+= datasize
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/17 03:53:29 salo Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:46 rodent Exp $
|
||||
lib/aspell/pl.multi
|
||||
lib/aspell/pl.rws
|
||||
lib/aspell/polish.alias
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.4 2005/02/24 14:48:40 agc Exp $
|
||||
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:46 rodent Exp $
|
||||
|
||||
SHA1 (aspell-pl-0.51-0.tar.bz2) = 66342fff4aaeded872e8aad65d707941a2150e88
|
||||
RMD160 (aspell-pl-0.51-0.tar.bz2) = 495787dd0daf92981f05428764eb3d601353c67e
|
21
textproc/aspell-pl/patches/patch-aa
Normal file
21
textproc/aspell-pl/patches/patch-aa
Normal file
|
@ -0,0 +1,21 @@
|
|||
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:46 rodent Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
||||
@@ -16,12 +16,10 @@
|
||||
all: ${rws_files} ${data_files}
|
||||
|
||||
install: all
|
||||
- mkdir -p ${DESTDIR}${dictdir}/
|
||||
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
||||
- mkdir -p ${DESTDIR}${datadir}/
|
||||
- cp ${data_files} ${DESTDIR}${datadir}/
|
||||
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
||||
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
||||
|
||||
clean:
|
||||
rm -f ${rws_files}
|
|
@ -1,21 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.2 2003/01/19 06:35:50 salo Exp $
|
||||
|
||||
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
|
||||
+++ Makefile.pre Wed Jan 15 00:48:39 2003
|
||||
@@ -16,12 +16,10 @@
|
||||
all: ${rws_files} ${data_files}
|
||||
|
||||
install: all
|
||||
- mkdir -p ${DESTDIR}${dictdir}/
|
||||
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
|
||||
- mkdir -p ${DESTDIR}${datadir}/
|
||||
- cp ${data_files} ${DESTDIR}${datadir}/
|
||||
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
|
||||
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
|
||||
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
|
||||
|
||||
clean:
|
||||
rm -f ${rws_files}
|
|
@ -1,3 +0,0 @@
|
|||
Portuguese language support for aspell,
|
||||
e.g. `aspell -d portuguese -c $myfile'.
|
||||
Other sub-dictionary available in this package: brazilian.
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.18 2012/10/25 06:55:41 asau Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell6-pt_PT-20070510-0
|
||||
PKGNAME= aspell-portuguese-20070510.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/pt_PT/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://aspell.net/
|
||||
COMMENT= Portuguese language support for aspell
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,6 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2012/05/21 10:09:11 marino Exp $
|
||||
lib/aspell/pt_PT.rws
|
||||
lib/aspell/pt_PT.multi
|
||||
share/aspell/pt_PT.dat
|
||||
share/aspell/pt_PT_affix.dat
|
||||
share/aspell/pt_PT_repl.dat
|
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.4 2012/05/21 10:09:11 marino Exp $
|
||||
|
||||
SHA1 (aspell6-pt_PT-20070510-0.tar.bz2) = e136c2f411b582897437b06b9068c98ee333be41
|
||||
RMD160 (aspell6-pt_PT-20070510-0.tar.bz2) = ea4364131c2696054e529143193bc50a561d9d72
|
||||
Size (aspell6-pt_PT-20070510-0.tar.bz2) = 97141 bytes
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.18 2012/10/25 06:55:41 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:47 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aspell5-ro-3.3-2
|
||||
PKGNAME= aspell-romanian-3.3.2
|
||||
PKGNAME= ${DISTNAME:S/5-/-/1:S/-2/.2/1}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ro/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://aspell.net/
|
||||
COMMENT= Romanian language support for aspell
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2012/05/21 09:52:55 marino Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:47 rodent Exp $
|
||||
lib/aspell/ro-classic-only.rws
|
||||
lib/aspell/ro-classic.multi
|
||||
lib/aspell/ro-common.rws
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue