head	1.10;
access;
symbols
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2007.02.17.23.49.25;	author gabor;	state dead;
branches;
next	1.9;

1.9
date	2007.01.12.08.01.44;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2006.12.01.10.10.19;	author erwin;	state Exp;
branches;
next	1.7;

1.7
date	2005.11.11.01.18.00;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2005.06.16.03.25.10;	author lawrance;	state Exp;
branches;
next	1.5;

1.5
date	2003.10.21.17.28.51;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.18.05.39.36;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2002.10.06.21.38.31;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.10.05.10.25.08;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.15.09.55.17;	author knu;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Remove expired port:

2007-02-12 www/ruby-mnogosearch: distfile and homepage disappeared

Approved by:	erwin (mentor, implicit)
@
text
@# New ports collection makefile for:	Ruby/mnoGoSearch
# Date created:		15 September 2002
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: ports/www/ruby-mnogosearch/Makefile,v 1.9 2007/01/12 08:01:44 erwin Exp $
#

PORTNAME=	mnogosearch
PORTVERSION=	1.0.3
CATEGORIES=	www databases ruby
MASTER_SITES=	http://lrn.ru/~mouse/ruby/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	${PORTNAME}-ruby-${PORTVERSION}
DIST_SUBDIR=	ruby

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A Ruby binding to mnoGoSearch

LIB_DEPENDS=	udmsearch.1:${PORTSDIR}/www/mnogosearch31

DEPRECATED=	distfile and homepage disappeared
EXPIRATION_DATE=	2007-02-12

USE_RUBY=	yes
USE_RUBY_EXTCONF=	yes

INSTALL_TARGET=	site-install

DOCS=		README README.ru

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${RUBY_MODEXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/test/* ${RUBY_MODEXAMPLESDIR}/
	${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif

.include <bsd.port.mk>
@


1.9
log
@Extend the expiration date as a new site has been found.  Leave
depricated until the port is updated to the version available there.

http://svn.maxidoors.ru/udmsearch-ruby/
http://maxidoors.ru/udmsearch/

Submitted by:	Charles Sprickman <spork@@bway.net>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Deprecate
- Set EXPIRATION_DATE

PR:		106064
Submitted by:	gabor
@
text
@d22 1
a22 1
EXPIRATION_DATE=	2006-12-30
@


1.7
log
@With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
@
text
@d21 3
@


1.6
log
@Point these ports to www/mnogosearch31 since they don't build
with the updated www/mnogosearch.

Approved by:	no response from knu, ale (11 days)
@
text
@d16 1
a16 1
MAINTAINER=	knu@@FreeBSD.org
@


1.5
log
@Update to 1.0.3.
@
text
@d19 1
a19 1
LIB_DEPENDS=	udmsearch.1:${PORTSDIR}/www/mnogosearch
@


1.4
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	1.0.2
@


1.3
log
@Use RUBY_MOD*.
@
text
@d17 1
@


1.2
log
@Update to 1.0.2.
@
text
@d29 3
a31 3
	${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/test/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
	${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
d33 1
a33 1
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
@


1.1
log
@Add ruby-mnogosearch, a Ruby binding to mnoGoSearch.
@
text
@d9 1
a9 1
PORTVERSION=	1.0.1
@

