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-fa.
details: https://anonhg.NetBSD.org/pkgsrc/rev/35abe463913f
branches: trunk
changeset: 416106:35abe463913f
user: nia <nia%pkgsrc.org@localhost>
date: Sat Oct 19 13:38:43 2019 +0000
description:
Add textproc/aspell-fa.
Persian language support for aspell, e.g. `aspell -d farsi -c $myfile'.
diffstat:
textproc/Makefile | 3 ++-
textproc/aspell-fa/DESCR | 1 +
textproc/aspell-fa/Makefile | 17 +++++++++++++++++
textproc/aspell-fa/PLIST | 19 +++++++++++++++++++
textproc/aspell-fa/distinfo | 7 +++++++
textproc/aspell-fa/patches/patch-Makefile.pre | 23 +++++++++++++++++++++++
6 files changed, 69 insertions(+), 1 deletions(-)
diffs (104 lines):
diff -r 2d55d24f139b -r 35abe463913f textproc/Makefile
--- a/textproc/Makefile Sat Oct 19 13:37:00 2019 +0000
+++ b/textproc/Makefile Sat Oct 19 13:38:43 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1059 2019/10/14 13:30:20 wiz Exp $
+# $NetBSD: Makefile,v 1.1060 2019/10/19 13:38:43 nia Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -63,6 +63,7 @@
SUBDIR+= aspell-eo
SUBDIR+= aspell-es
SUBDIR+= aspell-et
+SUBDIR+= aspell-fa
SUBDIR+= aspell-fi
SUBDIR+= aspell-fo
SUBDIR+= aspell-fr
diff -r 2d55d24f139b -r 35abe463913f textproc/aspell-fa/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-fa/DESCR Sat Oct 19 13:38:43 2019 +0000
@@ -0,0 +1,1 @@
+Persian language support for aspell, e.g. `aspell -d farsi -c $myfile'.
diff -r 2d55d24f139b -r 35abe463913f textproc/aspell-fa/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-fa/Makefile Sat Oct 19 13:38:43 2019 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2019/10/19 13:38:43 nia Exp $
+
+DISTNAME= aspell6-fa-0.11-0
+PKGNAME= ${DISTNAME:S/^aspell6/aspell/1:S/-0$/.0/1}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/fa/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://aspell.net/
+COMMENT= Persian language support for aspell
+LICENSE= gnu-gpl-v2
+
+HAS_CONFIGURE= yes
+
+.include "../../textproc/aspell/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2d55d24f139b -r 35abe463913f textproc/aspell-fa/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-fa/PLIST Sat Oct 19 13:38:43 2019 +0000
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2019/10/19 13:38:43 nia Exp $
+lib/aspell/fa-common.multi
+lib/aspell/fa-common.rws
+lib/aspell/fa-generic.multi
+lib/aspell/fa-generic.rws
+lib/aspell/fa-scientific.multi
+lib/aspell/fa-scientific.rws
+lib/aspell/fa.multi
+lib/aspell/farsi-common.alias
+lib/aspell/farsi-generic.alias
+lib/aspell/farsi-scientific.alias
+lib/aspell/farsi.alias
+lib/aspell/persian-common.alias
+lib/aspell/persian-generic.alias
+lib/aspell/persian-scientific.alias
+lib/aspell/persian.alias
+share/aspell/fa.dat
+share/aspell/l-fa.cmap
+share/aspell/l-fa.cset
diff -r 2d55d24f139b -r 35abe463913f textproc/aspell-fa/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-fa/distinfo Sat Oct 19 13:38:43 2019 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2019/10/19 13:38:43 nia Exp $
+
+SHA1 (aspell6-fa-0.11-0.tar.bz2) = 2d3427b9d274c0dbbcbbf78752afc19b1e31a41a
+RMD160 (aspell6-fa-0.11-0.tar.bz2) = c62235e93d9967f83a7fe44006b82beac619264c
+SHA512 (aspell6-fa-0.11-0.tar.bz2) = 1ed97d3bf8397fe9b3c9215ca3ca6630a06ae5fa1c47b2bbdf9821fbe069b9c097d1e145a6303202cec85047f9cd50bef2bde3adbca0caeb05625932c5f3bfe4
+Size (aspell6-fa-0.11-0.tar.bz2) = 137889 bytes
+SHA1 (patch-Makefile.pre) = e4393f0b196fc023b7cb87a125abcd64260fe081
diff -r 2d55d24f139b -r 35abe463913f textproc/aspell-fa/patches/patch-Makefile.pre
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-fa/patches/patch-Makefile.pre Sat Oct 19 13:38:43 2019 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-Makefile.pre,v 1.1 2019/10/19 13:38:43 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