From a67627e1f06f60af5f0c6d3a5d327108f51f1c42 Mon Sep 17 00:00:00 2001 From: rodent Date: Tue, 9 Apr 2013 02:33:36 +0000 Subject: 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 --- textproc/aspell-nl/DESCR | 1 + textproc/aspell-nl/Makefile | 17 +++++++++++++++++ textproc/aspell-nl/PLIST | 5 +++++ textproc/aspell-nl/distinfo | 6 ++++++ textproc/aspell-nl/patches/patch-aa | 21 +++++++++++++++++++++ 5 files changed, 50 insertions(+) create mode 100644 textproc/aspell-nl/DESCR create mode 100644 textproc/aspell-nl/Makefile create mode 100644 textproc/aspell-nl/PLIST create mode 100644 textproc/aspell-nl/distinfo create mode 100644 textproc/aspell-nl/patches/patch-aa (limited to 'textproc/aspell-nl') diff --git a/textproc/aspell-nl/DESCR b/textproc/aspell-nl/DESCR new file mode 100644 index 00000000000..ffd8de1d80c --- /dev/null +++ b/textproc/aspell-nl/DESCR @@ -0,0 +1 @@ +Dutch language support for aspell, e.g. `aspell -d dutch -c $myfile'. diff --git a/textproc/aspell-nl/Makefile b/textproc/aspell-nl/Makefile new file mode 100644 index 00000000000..406bd8d3491 --- /dev/null +++ b/textproc/aspell-nl/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:45 rodent Exp $ +# + +DISTNAME= aspell-nl-0.50-2 +PKGNAME= ${DISTNAME:S/-2/.2/1} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/nl/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://aspell.net/ +COMMENT= Dutch language support for aspell + +HAS_CONFIGURE= yes + +.include "../../textproc/aspell/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/aspell-nl/PLIST b/textproc/aspell-nl/PLIST new file mode 100644 index 00000000000..44a5d6dded6 --- /dev/null +++ b/textproc/aspell-nl/PLIST @@ -0,0 +1,5 @@ +@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 +share/aspell/nl.dat diff --git a/textproc/aspell-nl/distinfo b/textproc/aspell-nl/distinfo new file mode 100644 index 00000000000..ce776d96039 --- /dev/null +++ b/textproc/aspell-nl/distinfo @@ -0,0 +1,6 @@ +$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 +Size (aspell-nl-0.50-2.tar.bz2) = 428365 bytes +SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677 diff --git a/textproc/aspell-nl/patches/patch-aa b/textproc/aspell-nl/patches/patch-aa new file mode 100644 index 00000000000..2cad4a6c43a --- /dev/null +++ b/textproc/aspell-nl/patches/patch-aa @@ -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} -- cgit v1.2.3