diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-24 02:20:36 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-24 02:20:36 +0000 |
commit | dcfc93316e81ab0ad3d750c5b22a2184f97c0b46 (patch) | |
tree | 94b50073c9bbbafed4f0ad14accbf17d48cf8d86 /textproc/ispell-sv | |
parent | 183ca5f95329cf1558c08d3d6058746c572a4d39 (diff) | |
download | pkgsrc-dcfc93316e81ab0ad3d750c5b22a2184f97c0b46.tar.gz |
Moving ispell-* packages as discussed on tech-pkg@. Reasons being:
1) Shorter package name;
2) Be consistent with kde3-l18n-*, kde4-l10n-*, hunspell-*, aspell-*,
lang-* PKG_OPTIONS;
3) Simplify modifications to PKGNAME in some Makefiles;
4) Accordance with international language naming standards;
and rename the ispell-base package to ispell, to be consistent with aspell
and hunspell. Bump PKGREVISION where necessary.
Diffstat (limited to 'textproc/ispell-sv')
-rw-r--r-- | textproc/ispell-sv/DESCR | 2 | ||||
-rw-r--r-- | textproc/ispell-sv/Makefile | 17 | ||||
-rw-r--r-- | textproc/ispell-sv/PLIST | 3 | ||||
-rw-r--r-- | textproc/ispell-sv/distinfo | 6 | ||||
-rw-r--r-- | textproc/ispell-sv/patches/patch-aa | 23 |
5 files changed, 51 insertions, 0 deletions
diff --git a/textproc/ispell-sv/DESCR b/textproc/ispell-sv/DESCR new file mode 100644 index 00000000000..ea7c9909f82 --- /dev/null +++ b/textproc/ispell-sv/DESCR @@ -0,0 +1,2 @@ +This package contains the Swedish (svenska) dictionary for the +interactive spelling checker ispell. diff --git a/textproc/ispell-sv/Makefile b/textproc/ispell-sv/Makefile new file mode 100644 index 00000000000..1084ea801f0 --- /dev/null +++ b/textproc/ispell-sv/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2013/04/24 02:20:43 rodent Exp $ +# + +DISTNAME= iswedish-1.2.1 +PKGNAME= ispell-svenska-1.2.1 +CATEGORIES= textproc +MASTER_SITES= http://sv.sslug.dk/locale/ispell/iswedish/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.gnu.org/software/ispell/ispell.html +COMMENT= Swedish dictionary for interactive spelling checker + +INSTALLATION_DIRS= lib + +DEPENDS+= ispell>=3.1.20:../../textproc/ispell + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ispell-sv/PLIST b/textproc/ispell-sv/PLIST new file mode 100644 index 00000000000..a002976fe4b --- /dev/null +++ b/textproc/ispell-sv/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2013/04/24 02:20:43 rodent Exp $ +lib/svenska.aff +lib/svenska.hash diff --git a/textproc/ispell-sv/distinfo b/textproc/ispell-sv/distinfo new file mode 100644 index 00000000000..21d5abe5e5a --- /dev/null +++ b/textproc/ispell-sv/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2013/04/24 02:20:43 rodent Exp $ + +SHA1 (iswedish-1.2.1.tar.gz) = c26c851123a427b495ca9ac10c443ec23efa8e3a +RMD160 (iswedish-1.2.1.tar.gz) = 4d5a040018b12d06f4d8f45f89eb775ba6f88aab +Size (iswedish-1.2.1.tar.gz) = 122346 bytes +SHA1 (patch-aa) = 861c839dc85072d52f5239f41628b598b4930067 diff --git a/textproc/ispell-sv/patches/patch-aa b/textproc/ispell-sv/patches/patch-aa new file mode 100644 index 00000000000..3121d5d1d33 --- /dev/null +++ b/textproc/ispell-sv/patches/patch-aa @@ -0,0 +1,23 @@ +$NetBSD: patch-aa,v 1.1 2013/04/24 02:20:43 rodent Exp $ + +--- Makefile.orig Thu Jan 29 16:06:32 1998 ++++ Makefile Sat Apr 28 17:21:54 2001 +@@ -1,13 +1,14 @@ +-installdir=/usr/lib/ispell ++installdir=${PREFIX}/lib ++buildhash=${PREFIX}/bin/buildhash + + all: svenska.hash + + install: svenska.hash svenska.aff +- install -o root -g root -m 0644 svenska.hash $(installdir) +- install -o root -g root -m 0644 svenska.aff $(installdir) ++ ${BSD_INSTALL_DATA} svenska.hash ${DESTDIR}$(installdir) ++ ${BSD_INSTALL_DATA} svenska.aff ${DESTDIR}$(installdir) + + svenska.hash: svenska.aff svenska.datalista +- buildhash svenska.datalista svenska.aff svenska.hash ++ ${buildhash} svenska.datalista svenska.aff svenska.hash + + clean: + rm -f svenska.datalista.stat svenska.hash svenska.datalista.cnt *~ |