pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/aspell-te Import aspell-te-0.01.2 as textproc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47cf48660e62
branches:  trunk
changeset: 617047:47cf48660e62
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Wed Apr 10 00:18:18 2013 +0000

description:
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@localhost).

diffstat:

 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(+), 0 deletions(-)

diffs (75 lines):

diff -r dfd6da8e2669 -r 47cf48660e62 textproc/aspell-te/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-te/DESCR  Wed Apr 10 00:18:18 2013 +0000
@@ -0,0 +1,1 @@
+Aspell Telugu dictionary.
diff -r dfd6da8e2669 -r 47cf48660e62 textproc/aspell-te/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-te/Makefile       Wed Apr 10 00:18:18 2013 +0000
@@ -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@localhost
+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 -r dfd6da8e2669 -r 47cf48660e62 textproc/aspell-te/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-te/PLIST  Wed Apr 10 00:18:18 2013 +0000
@@ -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 -r dfd6da8e2669 -r 47cf48660e62 textproc/aspell-te/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-te/distinfo       Wed Apr 10 00:18:18 2013 +0000
@@ -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 -r dfd6da8e2669 -r 47cf48660e62 textproc/aspell-te/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/aspell-te/patches/patch-aa       Wed Apr 10 00:18:18 2013 +0000
@@ -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}



Home | Main Index | Thread Index | Old Index