diff options
author | knu <knu@FreeBSD.org> | 2002-11-10 17:40:10 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-11-10 17:40:10 +0000 |
commit | de9be80671b10992646a40dd984f79d5710f7636 (patch) | |
tree | aacec545d9491b5cbb6de89a8b9fc7128009d94e /textproc | |
parent | c8361b41ff7bac37a272a9c3f7955946ddec8292 (diff) | |
download | FreeBSD-ports-de9be80671b10992646a40dd984f79d5710f7636.zip FreeBSD-ports-de9be80671b10992646a40dd984f79d5710f7636.tar.gz |
Add ruby-raspell, a Ruby interface binding to aspell.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/ruby-raspell/Makefile | 34 | ||||
-rw-r--r-- | textproc/ruby-raspell/distinfo | 1 | ||||
-rw-r--r-- | textproc/ruby-raspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/ruby-raspell/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/ruby-raspell/pkg-plist | 5 |
6 files changed, 47 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4241ffe..ccaabbe 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -320,6 +320,7 @@ SUBDIR += ruby-mwdom SUBDIR += ruby-nqxml SUBDIR += ruby-qt2xml + SUBDIR += ruby-raspell SUBDIR += ruby-rd-mode.el SUBDIR += ruby-rdoc SUBDIR += ruby-rdtool diff --git a/textproc/ruby-raspell/Makefile b/textproc/ruby-raspell/Makefile new file mode 100644 index 0000000..aa2c83e --- /dev/null +++ b/textproc/ruby-raspell/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: rAspell +# Date created: 10 November 2002 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= raspell +PORTVERSION= 0.1 +CATEGORIES= textproc ruby +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +EXTRACT_SUFX= .tgz +DIST_SUBDIR= ruby + +MAINTAINER= knu@FreeBSD.org + +LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell + +USE_RUBY= yes +USE_RUBY_EXTCONF= yes + +INSTALL_TARGET= site-install + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${RUBY_MODEXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/example.rb ${RUBY_MODEXAMPLESDIR}/ + ${MKDIR} ${RUBY_MODDOCDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/ +.endif + +.include <bsd.port.mk> diff --git a/textproc/ruby-raspell/distinfo b/textproc/ruby-raspell/distinfo new file mode 100644 index 0000000..6f82cc0 --- /dev/null +++ b/textproc/ruby-raspell/distinfo @@ -0,0 +1 @@ +MD5 (ruby/raspell-0.1.tgz) = 650a054ac70367cff874343ed3e0b4c1 diff --git a/textproc/ruby-raspell/pkg-comment b/textproc/ruby-raspell/pkg-comment new file mode 100644 index 0000000..59c8824 --- /dev/null +++ b/textproc/ruby-raspell/pkg-comment @@ -0,0 +1 @@ +A Ruby interface binding to aspell diff --git a/textproc/ruby-raspell/pkg-descr b/textproc/ruby-raspell/pkg-descr new file mode 100644 index 0000000..5bfef73 --- /dev/null +++ b/textproc/ruby-raspell/pkg-descr @@ -0,0 +1,5 @@ +rAspell is an interface binding to aspell (http://aspell.net). +Aspell is a very comfortable spell checker. + +Author: Matthias Veit <matthias_veit@yahoo.de> +WWW: http://sourceforge.net/projects/raspell/ diff --git a/textproc/ruby-raspell/pkg-plist b/textproc/ruby-raspell/pkg-plist new file mode 100644 index 0000000..7fd761e --- /dev/null +++ b/textproc/ruby-raspell/pkg-plist @@ -0,0 +1,5 @@ +%%RUBY_SITEARCHLIBDIR%%/raspell.so +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/example.rb +%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |