head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.05.57.29;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.04.14.20.24.44;	author netchild;	state Exp;
branches;
next	1.5;

1.5
date	2009.06.02.21.15.35;	author bsam;	state Exp;
branches;
next	1.4;

1.4
date	2009.04.01.10.10.12;	author bsam;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.19.17.48.45;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2006.11.08.00.12.10;	author acm;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.04.14.38.03;	author acm;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	linux-curl
# Date created:		2006-08-04
# Whom:			Jose Alonso Cardenas Marquez <acm@@FreeBSD.org>
#
# $FreeBSD: head/ftp/linux-curl/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	curl
PORTVERSION=	7.13.1
PORTREVISION=	2
CATEGORIES=	ftp linux
PKGNAMEPREFIX=	linux-
DISTNAME=	${PORTNAME}-${PORTVERSION}-5.fc4

MAINTAINER=	acm@@FreeBSD.org
COMMENT=	Curl linux version

CONFLICTS=	linux-f8-curl-[0-9]* linux-f10-curl-[0-9]*

# EXPIRATION_DATE is the EoL of the last 7.x release
EXPIRATION_DATE=2013-02-28
USE_LINUX_RPM=	yes
LINUX_DIST_VER=	4
USE_LDCONFIG=	yes
AUTOMATIC_PLIST=	yes
DESCR=	${.CURDIR}/../${PORTNAME}/pkg-descr

.include <bsd.port.mk>
@


1.6
log
@Set the expiration date for all ports which depend upon linux_base-fc4 to
the EoL of the last 7.x release. The 7.x branch is the only supported
FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator
environment (linux_base-f10 doesn't work there).

I didn't bump the portrevision, this is mostly done as a hint for ports
committers to tell them that at least the emulation@@-owned ports need
to stay until then (even the forbidden ones). The dependent ports need to
go at the same time, but are free to be deleted before.

Discussed with:	bsam
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@. add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;
. bump PORTREVISIONs.
@
text
@d20 2
@


1.4
log
@Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION).
@
text
@d10 1
a10 1
PORTREVISION=	1
d18 1
a18 1
CONFLICTS=	linux-f8-curl-[0-9]*
@


1.3
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@d10 1
d18 2
@


1.2
log
@- Remove ONLY_FOR_ARCHS

Suggested by:	kris
Noticed by:	alepulver
@
text
@d19 1
a19 1
INSTALLS_SHLIB=	yes
@


1.1
log
@- New port: ftp/linux-curl

curl is a client to get documents/files from servers, using any of the
supported protocols. The command is designed to work without user
interaction or any kind of interactivity.

curl offers a busload of useful tricks like proxy support, user
authentication, ftp upload, HTTP post, SSL (https:) connections, file
transfer resume and more.

(Linux version)

WWW: http://curl.haxx.se/

Approved by:	garga (mentor)
@
text
@a16 1
ONLY_FOR_ARCHS=	i386 amd64
@

