diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-10 00:18:18 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-10 00:18:18 +0000 |
commit | dad08f1c937102d9cb1b7a82ed77e521c6c7b77a (patch) | |
tree | a8e437ea873682dc4ba4c71788cbc7ee5abd74a3 /textproc/aspell-te | |
parent | 98621c5e9fcf58e925a4ef2a2626ee752748d9b5 (diff) | |
download | pkgsrc-dad08f1c937102d9cb1b7a82ed77e521c6c7b77a.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/DESCR | 1 | ||||
-rw-r--r-- | textproc/aspell-te/Makefile | 18 | ||||
-rw-r--r-- | textproc/aspell-te/PLIST | 7 | ||||
-rw-r--r-- | textproc/aspell-te/distinfo | 6 | ||||
-rw-r--r-- | textproc/aspell-te/patches/patch-aa | 23 |
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} |