diff options
author | salo <salo@pkgsrc.org> | 2003-01-17 03:50:27 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-17 03:50:27 +0000 |
commit | 5facc7724747f87aa70125337d3f27b384eded3a (patch) | |
tree | af010b9137d5c22fa10181a664554c61492703b6 /textproc | |
parent | f9ac5fd19d019ddaa45986a503954e672bfeefa3 (diff) | |
download | pkgsrc-5facc7724747f87aa70125337d3f27b384eded3a.tar.gz |
Danish language support for aspell, e.g. `aspell -d danish -c $myfile'.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell-danish/DESCR | 1 | ||||
-rw-r--r-- | textproc/aspell-danish/Makefile | 24 | ||||
-rw-r--r-- | textproc/aspell-danish/PLIST | 7 | ||||
-rw-r--r-- | textproc/aspell-danish/distinfo | 5 | ||||
-rw-r--r-- | textproc/aspell-danish/patches/patch-aa | 21 |
5 files changed, 58 insertions, 0 deletions
diff --git a/textproc/aspell-danish/DESCR b/textproc/aspell-danish/DESCR new file mode 100644 index 00000000000..7828300e10a --- /dev/null +++ b/textproc/aspell-danish/DESCR @@ -0,0 +1 @@ +Danish language support for aspell, e.g. `aspell -d danish -c $myfile'. diff --git a/textproc/aspell-danish/Makefile b/textproc/aspell-danish/Makefile new file mode 100644 index 00000000000..60c96ecc1e1 --- /dev/null +++ b/textproc/aspell-danish/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/17 03:50:27 salo Exp $ +# + +DISTNAME= aspell-da-0.50-2 +PKGNAME= ${DISTNAME:C/da-(.*)-(.*)$/danish-\1.\2/} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GNU:=aspell/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://aspell.net/ +COMMENT= Danish 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-danish/PLIST b/textproc/aspell-danish/PLIST new file mode 100644 index 00000000000..609fad63176 --- /dev/null +++ b/textproc/aspell-danish/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/17 03:50:27 salo Exp $ +lib/aspell/da.multi +lib/aspell/da.rws +lib/aspell/danish.alias +lib/aspell/dansk.alias +share/aspell/da.dat +share/aspell/da_phonet.dat diff --git a/textproc/aspell-danish/distinfo b/textproc/aspell-danish/distinfo new file mode 100644 index 00000000000..5663e81ad64 --- /dev/null +++ b/textproc/aspell-danish/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/01/17 03:50:27 salo Exp $ + +SHA1 (aspell-da-0.50-2.tar.bz2) = 113cace81cf6d739306d79072dc7c8c450608898 +Size (aspell-da-0.50-2.tar.bz2) = 284049 bytes +SHA1 (patch-aa) = df35f94688de5a020875e2c3d1a6557e92923799 diff --git a/textproc/aspell-danish/patches/patch-aa b/textproc/aspell-danish/patches/patch-aa new file mode 100644 index 00000000000..3b5e59c45d2 --- /dev/null +++ b/textproc/aspell-danish/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/01/17 03:50:27 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} |