diff options
author | salo <salo> | 2003-01-17 06:45:53 +0000 |
---|---|---|
committer | salo <salo> | 2003-01-17 06:45:53 +0000 |
commit | 0a80ab72b1901601d35adaa09795a917d6d3f2d3 (patch) | |
tree | e55cc7e400b24227550c8a9edb9856c74b7042c0 /textproc/aspell-esperanto | |
parent | 08fbceccc64be5c3e533d5bec2828ebdb102fabd (diff) | |
download | pkgsrc-0a80ab72b1901601d35adaa09795a917d6d3f2d3.tar.gz |
Esperanto language support for aspell, e.g. `aspell -d esperanto -c $myfile'.
Diffstat (limited to 'textproc/aspell-esperanto')
-rw-r--r-- | textproc/aspell-esperanto/DESCR | 1 | ||||
-rw-r--r-- | textproc/aspell-esperanto/Makefile | 24 | ||||
-rw-r--r-- | textproc/aspell-esperanto/PLIST | 5 | ||||
-rw-r--r-- | textproc/aspell-esperanto/distinfo | 5 | ||||
-rw-r--r-- | textproc/aspell-esperanto/patches/patch-aa | 21 |
5 files changed, 56 insertions, 0 deletions
diff --git a/textproc/aspell-esperanto/DESCR b/textproc/aspell-esperanto/DESCR new file mode 100644 index 00000000000..60972d36387 --- /dev/null +++ b/textproc/aspell-esperanto/DESCR @@ -0,0 +1 @@ +Esperanto language support for aspell, e.g. `aspell -d esperanto -c $myfile'. diff --git a/textproc/aspell-esperanto/Makefile b/textproc/aspell-esperanto/Makefile new file mode 100644 index 00000000000..d9147ba3b0b --- /dev/null +++ b/textproc/aspell-esperanto/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/17 06:45:53 salo Exp $ +# + +DISTNAME= aspell-eo-0.50-2 +PKGNAME= ${DISTNAME:C/eo-(.*)-(.*)$/esperanto-\1.\2/} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GNU:=aspell/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://aspell.net/ +COMMENT= Esperanto 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-esperanto/PLIST b/textproc/aspell-esperanto/PLIST new file mode 100644 index 00000000000..dfe31b74e88 --- /dev/null +++ b/textproc/aspell-esperanto/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/17 06:45:53 salo Exp $ +lib/aspell/eo.multi +lib/aspell/eo.rws +lib/aspell/esperanto.alias +share/aspell/eo.dat diff --git a/textproc/aspell-esperanto/distinfo b/textproc/aspell-esperanto/distinfo new file mode 100644 index 00000000000..eed3368b176 --- /dev/null +++ b/textproc/aspell-esperanto/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/01/17 06:45:53 salo Exp $ + +SHA1 (aspell-eo-0.50-2.tar.bz2) = 51d73239d0c2253b962e7caa1563ee7abcbc443d +Size (aspell-eo-0.50-2.tar.bz2) = 89703 bytes +SHA1 (patch-aa) = df35f94688de5a020875e2c3d1a6557e92923799 diff --git a/textproc/aspell-esperanto/patches/patch-aa b/textproc/aspell-esperanto/patches/patch-aa new file mode 100644 index 00000000000..6f158157c31 --- /dev/null +++ b/textproc/aspell-esperanto/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/01/17 06:45:53 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} |