diff options
Diffstat (limited to 'textproc/aspell-cy')
-rw-r--r-- | textproc/aspell-cy/DESCR | 1 | ||||
-rw-r--r-- | textproc/aspell-cy/Makefile | 17 | ||||
-rw-r--r-- | textproc/aspell-cy/PLIST | 5 | ||||
-rw-r--r-- | textproc/aspell-cy/distinfo | 6 | ||||
-rw-r--r-- | textproc/aspell-cy/patches/patch-aa | 21 |
5 files changed, 50 insertions, 0 deletions
diff --git a/textproc/aspell-cy/DESCR b/textproc/aspell-cy/DESCR new file mode 100644 index 00000000000..67c1ae4acbc --- /dev/null +++ b/textproc/aspell-cy/DESCR @@ -0,0 +1 @@ +Welsh language support for aspell, e.g. `aspell -d welsh -c $myfile'. diff --git a/textproc/aspell-cy/Makefile b/textproc/aspell-cy/Makefile new file mode 100644 index 00000000000..0284c635456 --- /dev/null +++ b/textproc/aspell-cy/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2013/04/09 02:33:38 rodent Exp $ +# + +DISTNAME= aspell-cy-0.50-3 +PKGNAME= ${DISTNAME:S/-3/.3/1} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/cy/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://aspell.net/ +COMMENT= Welsh language support for aspell + +HAS_CONFIGURE= yes + +.include "../../textproc/aspell/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/aspell-cy/PLIST b/textproc/aspell-cy/PLIST new file mode 100644 index 00000000000..3f368d739df --- /dev/null +++ b/textproc/aspell-cy/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:38 rodent Exp $ +lib/aspell/cy.multi +lib/aspell/cy.rws +lib/aspell/welsh.alias +share/aspell/cy.dat diff --git a/textproc/aspell-cy/distinfo b/textproc/aspell-cy/distinfo new file mode 100644 index 00000000000..5c6959fc069 --- /dev/null +++ b/textproc/aspell-cy/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2013/04/09 02:33:38 rodent Exp $ + +SHA1 (aspell-cy-0.50-3.tar.bz2) = 8a62c649cf99cd239449961a0d5f8942b1c02116 +RMD160 (aspell-cy-0.50-3.tar.bz2) = 981fc9aef481cea7aedd36415fc00d525ac01873 +Size (aspell-cy-0.50-3.tar.bz2) = 117652 bytes +SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677 diff --git a/textproc/aspell-cy/patches/patch-aa b/textproc/aspell-cy/patches/patch-aa new file mode 100644 index 00000000000..2706b33b7fb --- /dev/null +++ b/textproc/aspell-cy/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:38 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} |