diff options
author | salo <salo@pkgsrc.org> | 2003-01-17 06:45:16 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-17 06:45:16 +0000 |
commit | b54b3e46af9a58a9bea05db6ffaddbb749b25a35 (patch) | |
tree | a9a2b7fff14dfcb3c584a6bcda884847a73c46c4 /textproc | |
parent | b04a3ffc4764bb616b18209b36ae59d0eae27acc (diff) | |
download | pkgsrc-b54b3e46af9a58a9bea05db6ffaddbb749b25a35.tar.gz |
Breton language support for aspell, e.g. `aspell -d breton -c $myfile'.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell-breton/DESCR | 1 | ||||
-rw-r--r-- | textproc/aspell-breton/Makefile | 24 | ||||
-rw-r--r-- | textproc/aspell-breton/PLIST | 7 | ||||
-rw-r--r-- | textproc/aspell-breton/distinfo | 5 | ||||
-rw-r--r-- | textproc/aspell-breton/patches/patch-aa | 21 |
5 files changed, 58 insertions, 0 deletions
diff --git a/textproc/aspell-breton/DESCR b/textproc/aspell-breton/DESCR new file mode 100644 index 00000000000..3b981db83f7 --- /dev/null +++ b/textproc/aspell-breton/DESCR @@ -0,0 +1 @@ +Breton language support for aspell, e.g. `aspell -d breton -c $myfile'. diff --git a/textproc/aspell-breton/Makefile b/textproc/aspell-breton/Makefile new file mode 100644 index 00000000000..30e27f1d6fc --- /dev/null +++ b/textproc/aspell-breton/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/17 06:45:16 salo Exp $ +# + +DISTNAME= aspell-br-0.50-2 +PKGNAME= ${DISTNAME:C/br-(.*)-(.*)$/breton-\1.\2/} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GNU:=aspell/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://aspell.net/ +COMMENT= Breton language support for aspell + +USE_BUILDLINK2= YES +HAS_CONFIGURE= YES + +CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell +CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress + +MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" +MAKE_ENV+= INSTALL_DATA_DIR="${INSTALL_DATA_DIR}" + +.include "../../textproc/aspell/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/aspell-breton/PLIST b/textproc/aspell-breton/PLIST new file mode 100644 index 00000000000..9276a2c3c8b --- /dev/null +++ b/textproc/aspell-breton/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/17 06:45:16 salo Exp $ +lib/aspell/br.multi +lib/aspell/br.rws +lib/aspell/breton.alias +lib/aspell/brezhoneg.alias +share/aspell/br.dat +share/aspell/br_phonet.dat diff --git a/textproc/aspell-breton/distinfo b/textproc/aspell-breton/distinfo new file mode 100644 index 00000000000..0be303e550b --- /dev/null +++ b/textproc/aspell-breton/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/01/17 06:45:16 salo Exp $ + +SHA1 (aspell-br-0.50-2.tar.bz2) = e6cbb638d7704e88c6d59b794829267b41a7e536 +Size (aspell-br-0.50-2.tar.bz2) = 68055 bytes +SHA1 (patch-aa) = df35f94688de5a020875e2c3d1a6557e92923799 diff --git a/textproc/aspell-breton/patches/patch-aa b/textproc/aspell-breton/patches/patch-aa new file mode 100644 index 00000000000..cd14508bcfc --- /dev/null +++ b/textproc/aspell-breton/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/01/17 06:45:16 salo 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} ++ ${INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/ ++ ${INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/ ++ ${INSTALL_DATA_DIR} ${DESTDIR}${datadir}/ ++ ${INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/ + + clean: + rm -f ${rws_files} |