diff options
Diffstat (limited to 'textproc/aspell-pl')
-rw-r--r-- | textproc/aspell-pl/DESCR | 1 | ||||
-rw-r--r-- | textproc/aspell-pl/Makefile | 19 | ||||
-rw-r--r-- | textproc/aspell-pl/PLIST | 5 | ||||
-rw-r--r-- | textproc/aspell-pl/distinfo | 6 | ||||
-rw-r--r-- | textproc/aspell-pl/patches/patch-aa | 21 |
5 files changed, 52 insertions, 0 deletions
diff --git a/textproc/aspell-pl/DESCR b/textproc/aspell-pl/DESCR new file mode 100644 index 00000000000..cf1607822e3 --- /dev/null +++ b/textproc/aspell-pl/DESCR @@ -0,0 +1 @@ +Polish language support for aspell, e.g. `aspell -d polish -c $myfile'. diff --git a/textproc/aspell-pl/Makefile b/textproc/aspell-pl/Makefile new file mode 100644 index 00000000000..e3f019539a7 --- /dev/null +++ b/textproc/aspell-pl/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:46 rodent Exp $ +# + +DISTNAME= aspell-pl-0.51-0 +PKGNAME= ${DISTNAME:S/-0$/.0/1} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/pl/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://aspell.net/ +COMMENT= Polish language support for aspell + +HAS_CONFIGURE= yes + +UNLIMIT_RESOURCES+= datasize + +.include "../../textproc/aspell/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/aspell-pl/PLIST b/textproc/aspell-pl/PLIST new file mode 100644 index 00000000000..17f82cfa796 --- /dev/null +++ b/textproc/aspell-pl/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:46 rodent Exp $ +lib/aspell/pl.multi +lib/aspell/pl.rws +lib/aspell/polish.alias +share/aspell/pl.dat diff --git a/textproc/aspell-pl/distinfo b/textproc/aspell-pl/distinfo new file mode 100644 index 00000000000..5ae1bf1d515 --- /dev/null +++ b/textproc/aspell-pl/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2013/04/09 02:33:46 rodent Exp $ + +SHA1 (aspell-pl-0.51-0.tar.bz2) = 66342fff4aaeded872e8aad65d707941a2150e88 +RMD160 (aspell-pl-0.51-0.tar.bz2) = 495787dd0daf92981f05428764eb3d601353c67e +Size (aspell-pl-0.51-0.tar.bz2) = 624458 bytes +SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677 diff --git a/textproc/aspell-pl/patches/patch-aa b/textproc/aspell-pl/patches/patch-aa new file mode 100644 index 00000000000..2cad4a6c43a --- /dev/null +++ b/textproc/aspell-pl/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:46 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} |