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-ms.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44b2104a01cf
branches:  trunk
changeset: 416111:44b2104a01cf
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Oct 19 13:43:45 2019 +0000

description:
Add textproc/aspell-ms.

Malay language support for aspell, e.g. `aspell -d malay -c $myfile'.

diffstat:

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

diffs (90 lines):

diff -r abaa29ee3040 -r 44b2104a01cf textproc/Makefile
--- a/textproc/Makefile Sat Oct 19 13:43:41 2019 +0000
+++ b/textproc/Makefile Sat Oct 19 13:43:45 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1060 2019/10/19 13:38:43 nia Exp $
+# $NetBSD: Makefile,v 1.1061 2019/10/19 13:43:45 nia Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -98,6 +98,7 @@
 SUBDIR+=       aspell-ml
 SUBDIR+=       aspell-mn
 SUBDIR+=       aspell-mr
+SUBDIR+=       aspell-ms
 SUBDIR+=       aspell-mt
 SUBDIR+=       aspell-nb
 SUBDIR+=       aspell-nl
diff -r abaa29ee3040 -r 44b2104a01cf textproc/aspell-ms/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-ms/DESCR  Sat Oct 19 13:43:45 2019 +0000
@@ -0,0 +1,1 @@
+Malay language support for aspell, e.g. `aspell -d malay -c $myfile'.
diff -r abaa29ee3040 -r 44b2104a01cf textproc/aspell-ms/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-ms/Makefile       Sat Oct 19 13:43:45 2019 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2019/10/19 13:43:45 nia Exp $
+
+DISTNAME=      aspell-ms-0.50-0
+PKGNAME=       ${DISTNAME:S/-0$/.0/1}
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_GNU:=aspell/dict/ms/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://aspell.net/
+COMMENT=       Malay language support for aspell
+LICENSE=       gnu-gpl-v2
+
+HAS_CONFIGURE= yes
+
+.include "../../textproc/aspell/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r abaa29ee3040 -r 44b2104a01cf textproc/aspell-ms/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-ms/PLIST  Sat Oct 19 13:43:45 2019 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2019/10/19 13:43:45 nia Exp $
+lib/aspell/malay.alias
+lib/aspell/ms.multi
+lib/aspell/ms.rws
+share/aspell/ms.dat
diff -r abaa29ee3040 -r 44b2104a01cf textproc/aspell-ms/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-ms/distinfo       Sat Oct 19 13:43:45 2019 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2019/10/19 13:43:45 nia Exp $
+
+SHA1 (aspell-ms-0.50-0.tar.bz2) = 2f6bbe94bb717ee0009408f96800536891317d83
+RMD160 (aspell-ms-0.50-0.tar.bz2) = 2b5358f6bb2ad63bbdaf5562812d2095024bfb74
+SHA512 (aspell-ms-0.50-0.tar.bz2) = 270a6ad18d9b317588e781eab84b59c83450383d703fab815856b3afa58a19ffa0eec3c7cbc418993302703d586cb92678878aea51fff753733f7583d8c2b0e9
+Size (aspell-ms-0.50-0.tar.bz2) = 50368 bytes
+SHA1 (patch-Makefile.pre) = e4393f0b196fc023b7cb87a125abcd64260fe081
diff -r abaa29ee3040 -r 44b2104a01cf textproc/aspell-ms/patches/patch-Makefile.pre
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-ms/patches/patch-Makefile.pre     Sat Oct 19 13:43:45 2019 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-Makefile.pre,v 1.1 2019/10/19 13:43:45 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