diff options
Diffstat (limited to 'textproc/aspell-it')
-rw-r--r-- | textproc/aspell-it/DESCR | 1 | ||||
-rw-r--r-- | textproc/aspell-it/Makefile | 17 | ||||
-rw-r--r-- | textproc/aspell-it/PLIST | 6 | ||||
-rw-r--r-- | textproc/aspell-it/distinfo | 6 | ||||
-rw-r--r-- | textproc/aspell-it/patches/patch-aa | 21 |
5 files changed, 51 insertions, 0 deletions
diff --git a/textproc/aspell-it/DESCR b/textproc/aspell-it/DESCR new file mode 100644 index 00000000000..3b24484dafd --- /dev/null +++ b/textproc/aspell-it/DESCR @@ -0,0 +1 @@ +Italian language support for aspell, e.g. `aspell -d italian -c $myfile'. diff --git a/textproc/aspell-it/Makefile b/textproc/aspell-it/Makefile new file mode 100644 index 00000000000..bc6464e1e4f --- /dev/null +++ b/textproc/aspell-it/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:44 rodent Exp $ +# + +DISTNAME= aspell-it-0.53-0 +PKGNAME= ${DISTNAME:S/-0$/.0/1} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/it/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://aspell.net/ +COMMENT= Italian language support for aspell + +HAS_CONFIGURE= yes + +.include "../../textproc/aspell/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/aspell-it/PLIST b/textproc/aspell-it/PLIST new file mode 100644 index 00000000000..7a9ddeefb97 --- /dev/null +++ b/textproc/aspell-it/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:44 rodent Exp $ +lib/aspell/it.multi +lib/aspell/it.rws +lib/aspell/italian.alias +lib/aspell/italiano.alias +share/aspell/it.dat diff --git a/textproc/aspell-it/distinfo b/textproc/aspell-it/distinfo new file mode 100644 index 00000000000..0f9de6920e0 --- /dev/null +++ b/textproc/aspell-it/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2013/04/09 02:33:44 rodent Exp $ + +SHA1 (aspell-it-0.53-0.tar.bz2) = 70388d5ee01e27215602bde9e74e2c76bead97b4 +RMD160 (aspell-it-0.53-0.tar.bz2) = 33010131e045b52c9e4fea4d91e200e6f4427b21 +Size (aspell-it-0.53-0.tar.bz2) = 262636 bytes +SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677 diff --git a/textproc/aspell-it/patches/patch-aa b/textproc/aspell-it/patches/patch-aa new file mode 100644 index 00000000000..271fa31eb5d --- /dev/null +++ b/textproc/aspell-it/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:44 rodent Exp $ + +--- 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} |