head	1.15;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.13
	RELEASE_4_EOL:1.13
	RELEASE_6_2_0:1.13
	RELEASE_6_1_0:1.13
	RELEASE_5_5_0:1.13
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.11
	RELEASE_4_11_0:1.11
	RELEASE_5_3_0:1.11
	RELEASE_4_10_0:1.11
	RELEASE_5_2_1:1.11
	RELEASE_5_2_0:1.11
	RELEASE_4_9_0:1.10
	RELEASE_5_1_0:1.9
	RELEASE_4_8_0:1.9
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5;
locks; strict;
comment	@# @;


1.15
date	2012.11.17.06.03.03;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2009.06.16.15.53.22;	author stas;	state Exp;
branches;
next	1.13;

1.13
date	2006.02.15.01.21.04;	author ijliao;	state Exp;
branches;
next	1.12;

1.12
date	2005.11.11.01.18.00;	author linimon;	state Exp;
branches;
next	1.11;

1.11
date	2003.10.31.18.52.20;	author knu;	state Exp;
branches;
next	1.10;

1.10
date	2003.06.01.12.13.55;	author knu;	state Exp;
branches;
next	1.9;

1.9
date	2003.02.18.05.39.35;	author knu;	state Exp;
branches;
next	1.8;

1.8
date	2003.01.18.13.42.17;	author knu;	state Exp;
branches;
next	1.7;

1.7
date	2002.10.06.21.38.31;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2002.09.10.16.17.51;	author knu;	state Exp;
branches;
next	1.5;

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

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

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

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

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


desc
@@


1.15
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Ruby/Google
# Date created:		13 April 2002
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: head/www/ruby-google/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	google
PORTVERSION=	0.6.0
CATEGORIES=	www databases ruby
MASTER_SITES=	http://www.caliban.org/files/ruby/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR=	ruby

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	A Ruby interface to Google's SOAP-driven Web API

USE_RUBY=	yes
USE_RUBY_FEATURES=	soap
USE_RUBY_SETUP=	yes
RUBY_SETUP=	install.rb

DOCS=		CHANGES Changelog README google.html
EXAMPLES=	examples/*

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

.include <bsd.port.mk>
@


1.14
log
@- Assign all unmaintained ruby ports to ruby@@,
  so people will know where to send questions to.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@upgrade to 0.6.0
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.12
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
@d9 1
a9 1
PORTVERSION=	0.5.1
@


1.11
log
@Update obsolete dependencies with USE_RUBY_FEATURES.
@
text
@d16 1
a16 1
MAINTAINER=	knu@@FreeBSD.org
@


1.10
log
@Update to 0.5.1.
@
text
@a18 2
RUN_DEPENDS=	${RUBY_SITELIBDIR}/soap/wsdlDriver.rb:${PORTSDIR}/net/ruby-soap

d20 1
@


1.9
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	0.5.0
@


1.8
log
@Update to 0.5.0.
@
text
@d17 1
@


1.7
log
@Use RUBY_MOD*.
@
text
@d9 1
a9 1
PORTVERSION=	0.4.2
d18 1
a18 1
RUN_DEPENDS=	${RUBY_SITELIBDIR}/soap:${PORTSDIR}/net/ruby-soap
@


1.6
log
@Update to 0.4.2.
@
text
@d29 1
a29 1
	${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
d31 1
a31 1
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
d33 1
a33 1
	${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
d35 1
a35 1
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
@


1.5
log
@Update to 0.4.1.
@
text
@d9 1
a9 1
PORTVERSION=	0.4.1
@


1.4
log
@Update to 0.4.0.
@
text
@d9 1
a9 1
PORTVERSION=	0.4.0
@


1.3
log
@Update to 0.3.0.
@
text
@d9 1
a9 1
PORTVERSION=	0.3.0
@


1.2
log
@Update to 0.2.0.
@
text
@d9 1
a9 1
PORTVERSION=	0.2.0
d24 1
a24 1
DOCS=		Changelog README google.html
@


1.1
log
@Add ruby-google 0.1.0, a Ruby interface to Google's SOAP-driven Web
API.

Demonstration programs are included in the archive.

Obtain a free license key from Google, and have fun! :)
@
text
@d9 1
a9 1
PORTVERSION=	0.1.0
@

