head	1.11;
access;
symbols
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.11
date	2005.02.18.23.44.37;	author kris;	state dead;
branches;
next	1.10;

1.10
date	2004.12.18.23.02.25;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2004.06.03.22.41.37;	author roam;	state Exp;
branches;
next	1.8;

1.8
date	2004.02.21.22.04.17;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.09.02.59.36;	author kris;	state Exp;
branches;
next	1.6;

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

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

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

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

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

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


desc
@@


1.11
log
@As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
@
text
@# New ports collection makefile for:	Ruby/libcurl
# Date created:		31 March 2001
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: ports/ftp/ruby-curl/Makefile,v 1.10 2004/12/18 23:02:25 kris Exp $
#

PORTNAME=	curl
PORTVERSION=	0.0.2.a0
PORTREVISION?=	1
CATEGORIES=	ftp www ruby
MASTER_SITES=	http://www.d1.dion.ne.jp/~matuyuki/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	rbCurl-${PORTVERSION:S/.a/a/}
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	ruby

MAINTAINER=	knu@@FreeBSD.org
COMMENT=	Ruby interface to libcurl

BROKEN=		"Does not compile"
EXPIRATION_DATE=2005-02-18
DEPRECATED=	${BROKEN}

LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl

USE_RUBY=	yes
USE_RUBY_EXTCONF=	yes

WRKSRC=		${WRKDIR}/${DISTNAME:C/a.*//}
INSTALL_TARGET=	site-install

DOCS_EN=	README TODO
EXAMPLES_EN=	example.rb

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

.include <bsd.port.mk>
@


1.10
log
@This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
@
text
@d22 2
@


1.8
log
@This is broken on 4.x as well
@
text
@d10 1
d23 1
a23 1
LIB_DEPENDS=	curl.2:${PORTSDIR}/ftp/curl
@


1.7
log
@BROKEN on 5.x: does not compile
@
text
@d20 2
a32 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 502000
BROKEN=		"Does not compile"
.endif

d45 1
a45 1
.include <bsd.port.post.mk>
@


1.6
log
@De-pkg-comment.
@
text
@d31 6
d49 1
a49 1
.include <bsd.port.mk>
@


1.5
log
@Use RUBY_MOD*.
@
text
@d18 1
@


1.4
log
@Update to 0.0.2 alpha 0 and unbreak.
@
text
@d32 1
a32 1
	${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
d34 1
a34 1
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
d36 1
a36 1
	${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
d38 1
a38 1
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
@


1.3
log
@Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/ruby-curl/Makefile,v 1.2 2001/04/06 10:26:21 knu Exp $
d9 1
a9 2
PORTVERSION=	0.0.1
PORTREVISION=	2
d13 1
a13 1
DISTNAME=	rbCurl
d24 1
d27 1
a27 1
DOCS_EN=	DONE README
@


1.2
log
@Chase the update of ftp/curl.
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/ruby-curl/Makefile,v 1.1 2001/03/31 12:13:40 knu Exp $
d10 1
a10 1
PORTREVISION=	1
@


1.1
log
@Add ruby-curl, a Ruby interface to libcurl.
@
text
@d5 1
a5 1
# $FreeBSD$
d10 1
d20 1
a20 1
LIB_DEPENDS=	curl.1:${PORTSDIR}/ftp/curl
@

