1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add ruby-raspell, a Ruby interface binding to aspell.

This commit is contained in:
Akinori MUSHA 2002-11-10 17:40:10 +00:00
parent f66b7b2e41
commit 1cc520232f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69816
6 changed files with 47 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (ruby/raspell-0.1.tgz) = 650a054ac70367cff874343ed3e0b4c1

View File

@ -0,0 +1 @@
A Ruby interface binding to aspell

View File

@ -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/

View File

@ -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%%