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


1.10
date	2013.03.23.07.13.58;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2013.03.14.13.09.40;	author svnexp;	state Exp;
branches;
next	1.8;

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

1.7
date	2010.08.16.17.45.13;	author acm;	state Exp;
branches;
next	1.6;

1.6
date	2010.04.03.10.44.09;	author roam;	state Exp;
branches;
next	1.5;

1.5
date	2009.05.04.15.23.07;	author acm;	state Exp;
branches;
next	1.4;

1.4
date	2009.01.23.15.42.43;	author roam;	state Exp;
branches;
next	1.3;

1.3
date	2009.01.14.06.12.09;	author acm;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314989
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Alonso Cardenas Marquez <acm@@FreeBSD.org>
# $FreeBSD: head/ftp/fpc-libcurl/Makefile 314989 2013-03-23 05:25:05Z acm $

PORTREVISION=	0
CATEGORIES=	ftp lang
PKGNAMESUFFIX=	-libcurl

MAINTAINER=	acm@@FreeBSD.org
COMMENT=	Free Pascal interface to libcurl

USE_FPC=	yes

MASTERDIR=	${.CURDIR}/../../lang/fpc
WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+=	${WRKUNITDIR}

OPTIONS_DEFINE=	LIBCURL
LIBCURL_DESC=	Install curl tools and library
OPTIONS_DEFAULT=	LIBCURL

.include "${MASTERDIR}/Makefile"
@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314133
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 2
a2 2
# Created by: Jose Alonso Cardenas Marquez <acm@@FreeBSD.org>
# $FreeBSD: head/ftp/fpc-libcurl/Makefile 314133 2013-03-14 06:32:04Z jgh $
@


1.8
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	fpc-libcurl
# Date created:		2007-09-11
# Whom:			Jose Alonso Cardenas Marquez <acm@@FreeBSD.org>
#
# $FreeBSD: head/ftp/fpc-libcurl/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d17 3
a19 1
OPTIONS=	LIBCURL	"Install curl tools and library "	on
@


1.7
log
@- Update to 2.4.0
- Add support for amd64 [1]
- Add 23 new ports to  to bsd.fpc.mk
- Remove obsolete patch file patch-packages-fcl-db_Makefile
- Turn off some optional dependencies like databases/unixODBC,
  graphics/svgalib, databases/oracle8-client for avoid break amd64 support
- Clean up

PR:	ports/146001
Submmitted by:	Christopher Key <cjk32__ at _cam.ac.uk>
Patch reviewed by:	marcov_ at _pascalprogramming.com (fpc developer)[1]
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Chase the ftp/curl shlib version bump.
@
text
@d8 1
a8 1
PORTREVISION=	1
@


1.5
log
@- Update to 2.2.4
- Add convertors/fpc-iconvenc port to bsd.fpc.mk
- pkg-plist fixes
@
text
@d8 1
a8 1
PORTREVISION=	0
@


1.4
log
@Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
@
text
@d8 1
a8 1
PORTREVISION=	1
@


1.3
log
@- Update to 2.2.2
@
text
@d8 1
a8 1
PORTREVISION=	0
@


1.2
log
@- Use new freepascal stuff
- Bump PORTREVISION
@
text
@d8 1
a8 1
PORTREVISION=	1
d18 1
a18 1
WRKUNITDIR=	${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//}
@


1.1
log
@- New port: ftp/fpc-libcurl

Free Pascal interface to libcurl
@
text
@d8 1
a8 1
PORTREVISION=	0
d15 1
a15 1
BUILD_DEPENDS=	ppc386:${PORTSDIR}/lang/fpc
a16 1
UNITSDIR=	${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
@

