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:
parent
f66b7b2e41
commit
1cc520232f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69816
@ -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
|
||||
|
34
textproc/ruby-raspell/Makefile
Normal file
34
textproc/ruby-raspell/Makefile
Normal 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>
|
1
textproc/ruby-raspell/distinfo
Normal file
1
textproc/ruby-raspell/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/raspell-0.1.tgz) = 650a054ac70367cff874343ed3e0b4c1
|
1
textproc/ruby-raspell/pkg-comment
Normal file
1
textproc/ruby-raspell/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Ruby interface binding to aspell
|
5
textproc/ruby-raspell/pkg-descr
Normal file
5
textproc/ruby-raspell/pkg-descr
Normal 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/
|
5
textproc/ruby-raspell/pkg-plist
Normal file
5
textproc/ruby-raspell/pkg-plist
Normal 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%%
|
Loading…
Reference in New Issue
Block a user