From 37b11b1a20cb3bec494c2d8646c31514ffc3be25 Mon Sep 17 00:00:00 2001 From: rodent Date: Wed, 10 Apr 2013 00:18:18 +0000 Subject: 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). --- textproc/aspell-te/DESCR | 1 + textproc/aspell-te/Makefile | 18 ++++++++++++++++++ textproc/aspell-te/PLIST | 7 +++++++ textproc/aspell-te/distinfo | 6 ++++++ textproc/aspell-te/patches/patch-aa | 23 +++++++++++++++++++++++ 5 files changed, 55 insertions(+) create mode 100644 textproc/aspell-te/DESCR create mode 100644 textproc/aspell-te/Makefile create mode 100644 textproc/aspell-te/PLIST create mode 100644 textproc/aspell-te/distinfo create mode 100644 textproc/aspell-te/patches/patch-aa (limited to 'textproc/aspell-te') 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} -- cgit v1.2.3