diff options
author | salo <salo> | 2003-01-17 06:47:05 +0000 |
---|---|---|
committer | salo <salo> | 2003-01-17 06:47:05 +0000 |
commit | 2105f5c4ca999ba1789b38e4f5d9e0435fd833b5 (patch) | |
tree | 446c2aea9568da1f070bfb11277e15e68629e3f9 /textproc | |
parent | b95dfaf399c166f82ae802925f580099a0138f6c (diff) | |
download | pkgsrc-2105f5c4ca999ba1789b38e4f5d9e0435fd833b5.tar.gz |
Welsh language support for aspell, e.g. `aspell -d welsh -c $myfile'.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell-welsh/DESCR | 1 | ||||
-rw-r--r-- | textproc/aspell-welsh/Makefile | 24 | ||||
-rw-r--r-- | textproc/aspell-welsh/PLIST | 5 | ||||
-rw-r--r-- | textproc/aspell-welsh/distinfo | 5 | ||||
-rw-r--r-- | textproc/aspell-welsh/patches/patch-aa | 21 |
5 files changed, 56 insertions, 0 deletions
diff --git a/textproc/aspell-welsh/DESCR b/textproc/aspell-welsh/DESCR new file mode 100644 index 00000000000..67c1ae4acbc --- /dev/null +++ b/textproc/aspell-welsh/DESCR @@ -0,0 +1 @@ +Welsh language support for aspell, e.g. `aspell -d welsh -c $myfile'. diff --git a/textproc/aspell-welsh/Makefile b/textproc/aspell-welsh/Makefile new file mode 100644 index 00000000000..a143715c49b --- /dev/null +++ b/textproc/aspell-welsh/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/17 06:47:05 salo Exp $ +# + +DISTNAME= aspell-cy-0.50-3 +PKGNAME= ${DISTNAME:C/cy-(.*)-(.*)$/welsh-\1.\2/} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GNU:=aspell/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://aspell.net/ +COMMENT= Welsh 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-welsh/PLIST b/textproc/aspell-welsh/PLIST new file mode 100644 index 00000000000..8576d9b1e45 --- /dev/null +++ b/textproc/aspell-welsh/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/17 06:47:05 salo Exp $ +lib/aspell/cy.multi +lib/aspell/cy.rws +lib/aspell/welsh.alias +share/aspell/cy.dat diff --git a/textproc/aspell-welsh/distinfo b/textproc/aspell-welsh/distinfo new file mode 100644 index 00000000000..0635aff6e25 --- /dev/null +++ b/textproc/aspell-welsh/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/01/17 06:47:05 salo Exp $ + +SHA1 (aspell-cy-0.50-3.tar.bz2) = 8a62c649cf99cd239449961a0d5f8942b1c02116 +Size (aspell-cy-0.50-3.tar.bz2) = 117652 bytes +SHA1 (patch-aa) = df35f94688de5a020875e2c3d1a6557e92923799 diff --git a/textproc/aspell-welsh/patches/patch-aa b/textproc/aspell-welsh/patches/patch-aa new file mode 100644 index 00000000000..8c793b05add --- /dev/null +++ b/textproc/aspell-welsh/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/01/17 06:47:05 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} |