diff options
author | jwise <jwise> | 2002-08-19 21:20:38 +0000 |
---|---|---|
committer | jwise <jwise> | 2002-08-19 21:20:38 +0000 |
commit | 2ed214a7975e1ed657bebcaa2109a6e6b760f102 (patch) | |
tree | 141a871b244c6cb07883b7c55e04c9aaa9ec5c7b /textproc | |
parent | b9a5f7d5914e3df78816c8408940a9aece1f99c2 (diff) | |
download | pkgsrc-2ed214a7975e1ed657bebcaa2109a6e6b760f102.tar.gz |
Initial import of ispell-romanian-20020218, a `modest' Romanian spelling
dictionary for ispell, put out by Mihai Budiu at CMU.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell-romanian/DESCR | 1 | ||||
-rw-r--r-- | textproc/ispell-romanian/Makefile | 21 | ||||
-rw-r--r-- | textproc/ispell-romanian/PLIST | 5 | ||||
-rw-r--r-- | textproc/ispell-romanian/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/textproc/ispell-romanian/DESCR b/textproc/ispell-romanian/DESCR new file mode 100644 index 00000000000..865abfbb55c --- /dev/null +++ b/textproc/ispell-romanian/DESCR @@ -0,0 +1 @@ +Romanian dictionary for ispell. diff --git a/textproc/ispell-romanian/Makefile b/textproc/ispell-romanian/Makefile new file mode 100644 index 00000000000..ac9c96c6d93 --- /dev/null +++ b/textproc/ispell-romanian/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/19 21:20:38 jwise Exp $ +# + +DISTNAME= rom-spell +PKGNAME= ispell-romanian-20020218 +CATEGORIES= textproc +MASTER_SITES= http://www.cs.cmu.edu/~mihaib/ftp/ + +MAINTAINER= jwise@netbsd.org +HOMEPAGE= http://fmg-www.cs.ucla.edu/fmg-members/geoff/ispell-dictionaries.html#Romanian-dicts +COMMENT= Romanian dictionary for ispell + +DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base + +do-install: + ${INSTALL_DATA} ${WRKSRC}/rom.aff ${PREFIX}/lib/romanian.aff + ${INSTALL_DATA} ${WRKSRC}/rom.hash ${PREFIX}/lib/romanian.hash + ${INSTALL_DATA} ${WRKSRC}/rom.signs.aff ${PREFIX}/lib/romanian-signs.aff + ${INSTALL_DATA} ${WRKSRC}/rom.signs.hash ${PREFIX}/lib/romanian-signs.hash + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ispell-romanian/PLIST b/textproc/ispell-romanian/PLIST new file mode 100644 index 00000000000..3183d200c88 --- /dev/null +++ b/textproc/ispell-romanian/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/19 21:20:38 jwise Exp $ +lib/romanian.aff +lib/romanian.hash +lib/romanian-signs.aff +lib/romanian-signs.hash diff --git a/textproc/ispell-romanian/distinfo b/textproc/ispell-romanian/distinfo new file mode 100644 index 00000000000..24f873f7e39 --- /dev/null +++ b/textproc/ispell-romanian/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/08/19 21:20:38 jwise Exp $ + +SHA1 (rom-spell.tar.gz) = 59b5763edbbfa12d9266ab1db3224588b92763c8 +Size (rom-spell.tar.gz) = 279077 bytes |