diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-09 02:33:36 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-09 02:33:36 +0000 |
commit | ee3b5b270cc47eedaf3de3fc24245a4948cd2042 (patch) | |
tree | 212dfe5db624559179d35275be8e0b146bd1bd95 /textproc/aspell-ro | |
parent | 632ca0791a26581b386194ea4b085daf87f4fa2e (diff) | |
download | pkgsrc-ee3b5b270cc47eedaf3de3fc24245a4948cd2042.tar.gz |
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
Diffstat (limited to 'textproc/aspell-ro')
-rw-r--r-- | textproc/aspell-ro/DESCR | 1 | ||||
-rw-r--r-- | textproc/aspell-ro/Makefile | 17 | ||||
-rw-r--r-- | textproc/aspell-ro/PLIST | 9 | ||||
-rw-r--r-- | textproc/aspell-ro/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/aspell-ro/DESCR b/textproc/aspell-ro/DESCR new file mode 100644 index 00000000000..c15a2eddaf9 --- /dev/null +++ b/textproc/aspell-ro/DESCR @@ -0,0 +1 @@ +Romanian language support for aspell, e.g. `aspell -d romanian -c $myfile'. diff --git a/textproc/aspell-ro/Makefile b/textproc/aspell-ro/Makefile new file mode 100644 index 00000000000..957fe8c99a3 --- /dev/null +++ b/textproc/aspell-ro/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:47 rodent Exp $ +# + +DISTNAME= aspell5-ro-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 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://aspell.net/ +COMMENT= Romanian language support for aspell + +HAS_CONFIGURE= yes + +.include "../../textproc/aspell/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/aspell-ro/PLIST b/textproc/aspell-ro/PLIST new file mode 100644 index 00000000000..1505fce73ef --- /dev/null +++ b/textproc/aspell-ro/PLIST @@ -0,0 +1,9 @@ +@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 +lib/aspell/ro-only.rws +lib/aspell/ro.multi +lib/aspell/romanian-classic.alias +lib/aspell/romanian.alias +share/aspell/ro.dat diff --git a/textproc/aspell-ro/distinfo b/textproc/aspell-ro/distinfo new file mode 100644 index 00000000000..731cfcc666f --- /dev/null +++ b/textproc/aspell-ro/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/04/09 02:33:47 rodent Exp $ + +SHA1 (aspell5-ro-3.3-2.tar.bz2) = 98a64f2dade68bcff050b06567d09d40e727a2a2 +RMD160 (aspell5-ro-3.3-2.tar.bz2) = 7fc1ea1f7a047ac4aca6c1237bc214fbb8ed6c16 +Size (aspell5-ro-3.3-2.tar.bz2) = 444966 bytes |