1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Add ruby-mnogosearch, a Ruby binding to mnoGoSearch.

This commit is contained in:
Akinori MUSHA 2002-09-15 09:55:17 +00:00
parent 6ee66625c3
commit fcc49964ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66350
7 changed files with 65 additions and 0 deletions

View File

@ -355,6 +355,7 @@
SUBDIR += ruboard
SUBDIR += ruby-google
SUBDIR += ruby-http-access
SUBDIR += ruby-mnogosearch
SUBDIR += ruby-tmpl
SUBDIR += ruby-webrick
SUBDIR += ruby-webunit

View File

@ -0,0 +1,37 @@
# New ports collection makefile for: Ruby/mnoGoSearch
# Date created: 15 September 2002
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= mnogosearch
PORTVERSION= 1.0.1
CATEGORIES= www databases ruby
MASTER_SITES= http://lrn.ru/~mouse/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
LIB_DEPENDS= udmsearch.1:${PORTSDIR}/www/mnogosearch
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
DOCS= README README.ru
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/test/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ruby/mnogosearch-ruby-1.0.1.tar.gz) = e680b74ccd13b230f09303fac811dd89

View File

@ -0,0 +1,10 @@
--- mnogo.c.orig Sat Sep 14 03:00:19 2002
+++ mnogo.c Sun Sep 15 18:14:53 2002
@@ -92,6 +92,7 @@
#define UDM_ISPELL_TYPE_DB 3
#define UDM_ISPELL_TYPE_SERVER 4
+#include <sys/types.h>
#include <udm_config.h>
#include <udmsearch.h>

View File

@ -0,0 +1 @@
A Ruby binding to mnoGoSearch

View File

@ -0,0 +1,4 @@
Ruby/mnoGoSearch is a binding to mnoGoSearch.
Author: Kachalov Anton <mouse@altlinux.ru>
WWW: http://lrn.ru/~mouse/ruby/

View File

@ -0,0 +1,11 @@
%%RUBY_SITEARCHLIBDIR%%/mnogo.so
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mnogosearch/example.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mnogosearch/old.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mnogosearch/test.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mnogosearch/test.rhtml
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mnogosearch/test.xsl
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mnogosearch/testx.rb
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/mnogosearch
%%PORTDOCS%%%%RUBY_DOCDIR%%/mnogosearch/README
%%PORTDOCS%%%%RUBY_DOCDIR%%/mnogosearch/README.ru
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/mnogosearch