summaryrefslogtreecommitdiff
path: root/textproc/aspell-te
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-10 00:18:18 +0000
committerrodent <rodent>2013-04-10 00:18:18 +0000
commit37b11b1a20cb3bec494c2d8646c31514ffc3be25 (patch)
treea8e437ea873682dc4ba4c71788cbc7ee5abd74a3 /textproc/aspell-te
parent0216983188ff0fff6353a8bd548ed726f1928c7e (diff)
downloadpkgsrc-37b11b1a20cb3bec494c2d8646c31514ffc3be25.tar.gz
Import aspell-te-0.01.2 as textproc/aspell-te.
Aspell Telugu dictionary. Passes pkglint. Packaged originally in pkgsrc-wip by Prudhvi Krishna Surapaneni (prudhvikrishna@users.sourceforge.net).
Diffstat (limited to 'textproc/aspell-te')
-rw-r--r--textproc/aspell-te/DESCR1
-rw-r--r--textproc/aspell-te/Makefile18
-rw-r--r--textproc/aspell-te/PLIST7
-rw-r--r--textproc/aspell-te/distinfo6
-rw-r--r--textproc/aspell-te/patches/patch-aa23
5 files changed, 55 insertions, 0 deletions
diff --git a/textproc/aspell-te/DESCR b/textproc/aspell-te/DESCR
new file mode 100644
index 00000000000..180c19be707
--- /dev/null
+++ b/textproc/aspell-te/DESCR
@@ -0,0 +1 @@
+Aspell Telugu dictionary.
diff --git a/textproc/aspell-te/Makefile b/textproc/aspell-te/Makefile
new file mode 100644
index 00000000000..30bc9eb4ea0
--- /dev/null
+++ b/textproc/aspell-te/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2013/04/10 00:18:18 rodent Exp $
+#
+
+DISTNAME= aspell6-te-0.01-2
+PKGNAME= ${DISTNAME:S/6-/-/1:S/-2/.2/1}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/te/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= prudhvi-krishna-bsd@surapaneni.in
+HOMEPAGE= http://www.swecha.org/wiki/Wordlist_and_Dictionaries
+COMMENT= Telugu language support for aspell
+LICENSE= gnu-gpl-v2
+
+HAS_CONFIGURE= yes
+
+.include "../../textproc/aspell/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/aspell-te/PLIST b/textproc/aspell-te/PLIST
new file mode 100644
index 00000000000..1b281704633
--- /dev/null
+++ b/textproc/aspell-te/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2013/04/10 00:18:18 rodent Exp $
+lib/aspell/te.rws
+lib/aspell/te.multi
+lib/aspell/telugu.alias
+share/aspell/te.dat
+share/aspell/u-telu.cset
+share/aspell/u-telu.cmap
diff --git a/textproc/aspell-te/distinfo b/textproc/aspell-te/distinfo
new file mode 100644
index 00000000000..e2a7a3ad70b
--- /dev/null
+++ b/textproc/aspell-te/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2013/04/10 00:18:18 rodent Exp $
+
+SHA1 (aspell6-te-0.01-2.tar.bz2) = b3a1df4c3e35fbdf0a2cd0db07c9b63372c9c94a
+RMD160 (aspell6-te-0.01-2.tar.bz2) = d1d8ac00f946aaad09fdbd98cb9b2bdd2b96a496
+Size (aspell6-te-0.01-2.tar.bz2) = 310738 bytes
+SHA1 (patch-aa) = 6f50ca0807aa56e052e178b234c138adf1007279
diff --git a/textproc/aspell-te/patches/patch-aa b/textproc/aspell-te/patches/patch-aa
new file mode 100644
index 00000000000..4404616dcad
--- /dev/null
+++ b/textproc/aspell-te/patches/patch-aa
@@ -0,0 +1,23 @@
+$NetBSD: patch-aa,v 1.1 2013/04/10 00:18:18 rodent Exp $
+
+Install with ${INSTALL_*} instead of ${CP} and ${MKDIR}.
+
+--- 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}