pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc Add textproc/aspell-nds.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56bef73ff2f8
branches:  trunk
changeset: 416113:56bef73ff2f8
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Oct 19 13:48:24 2019 +0000

description:
Add textproc/aspell-nds.

Low Saxon language support for aspell, e.g. `aspell -d lowsaxon -c $myfile'.

diffstat:

 textproc/Makefile                              |   3 ++-
 textproc/aspell-nds/DESCR                      |   1 +
 textproc/aspell-nds/Makefile                   |  17 +++++++++++++++++
 textproc/aspell-nds/PLIST                      |   9 +++++++++
 textproc/aspell-nds/distinfo                   |   7 +++++++
 textproc/aspell-nds/patches/patch-Makefile.pre |  23 +++++++++++++++++++++++
 6 files changed, 59 insertions(+), 1 deletions(-)

diffs (94 lines):

diff -r 6445a2112253 -r 56bef73ff2f8 textproc/Makefile
--- a/textproc/Makefile Sat Oct 19 13:43:58 2019 +0000
+++ b/textproc/Makefile Sat Oct 19 13:48:24 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1061 2019/10/19 13:43:45 nia Exp $
+# $NetBSD: Makefile,v 1.1062 2019/10/19 13:48:24 nia Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -101,6 +101,7 @@
 SUBDIR+=       aspell-ms
 SUBDIR+=       aspell-mt
 SUBDIR+=       aspell-nb
+SUBDIR+=       aspell-nds
 SUBDIR+=       aspell-nl
 SUBDIR+=       aspell-nn
 SUBDIR+=       aspell-ny
diff -r 6445a2112253 -r 56bef73ff2f8 textproc/aspell-nds/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-nds/DESCR Sat Oct 19 13:48:24 2019 +0000
@@ -0,0 +1,1 @@
+Low Saxon language support for aspell, e.g. `aspell -d lowsaxon -c $myfile'.
diff -r 6445a2112253 -r 56bef73ff2f8 textproc/aspell-nds/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-nds/Makefile      Sat Oct 19 13:48:24 2019 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2019/10/19 13:48:24 nia Exp $
+
+DISTNAME=      aspell6-nds-0.01-0
+PKGNAME=       ${DISTNAME:S/^aspell6/aspell/1:S/-0$/.0/1}
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_GNU:=aspell/dict/nds/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://aspell.net/
+COMMENT=       Low Saxon language support for aspell
+LICENSE=       gnu-gpl-v2
+
+HAS_CONFIGURE= yes
+
+.include "../../textproc/aspell/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6445a2112253 -r 56bef73ff2f8 textproc/aspell-nds/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-nds/PLIST Sat Oct 19 13:48:24 2019 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2019/10/19 13:48:24 nia Exp $
+lib/aspell/lowsaxon.alias
+lib/aspell/nds.multi
+lib/aspell/nds.rws
+share/aspell/iso-8859-15.cmap
+share/aspell/iso-8859-15.cset
+share/aspell/nds.dat
+share/aspell/nds_affix.dat
+share/aspell/nds_phonet.dat
diff -r 6445a2112253 -r 56bef73ff2f8 textproc/aspell-nds/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-nds/distinfo      Sat Oct 19 13:48:24 2019 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2019/10/19 13:48:24 nia Exp $
+
+SHA1 (aspell6-nds-0.01-0.tar.bz2) = b5cc46fac7a5436f9f52395c975ec66935b3ed54
+RMD160 (aspell6-nds-0.01-0.tar.bz2) = cf2cbdbf088093bd4ab135a7d1d72b82af6aced8
+SHA512 (aspell6-nds-0.01-0.tar.bz2) = 88ef6f6773e8699a5200ff8ae3ef9935fee21958fa35868bc10d37c22b55ea721ad9c59ab4843fdc6fedbf5a9ed10c7ea144548713742b8094b99c3c46a552a5
+Size (aspell6-nds-0.01-0.tar.bz2) = 32658 bytes
+SHA1 (patch-Makefile.pre) = e4393f0b196fc023b7cb87a125abcd64260fe081
diff -r 6445a2112253 -r 56bef73ff2f8 textproc/aspell-nds/patches/patch-Makefile.pre
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-nds/patches/patch-Makefile.pre    Sat Oct 19 13:48:24 2019 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-Makefile.pre,v 1.1 2019/10/19 13:48:24 nia Exp $
+
+Use BSD_INSTALL_*.
+
+--- Makefile.pre.orig  2007-01-08 11:14:12.000000000 +0000
++++ Makefile.pre
+@@ -15,12 +15,10 @@ distdir=aspell6-${lang}-${version}
+ 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}



Home | Main Index | Thread Index | Old Index