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


1.6
date	2012.11.17.06.02.39;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2011.03.05.12.05.28;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2011.02.25.04.40.28;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2007.09.27.14.45.18;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.07.06.09.34;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2007.09.06.11.52.48;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	metacafe_dl
# Date created:		2007-08-17
# Whom:			Fernando Durango <fernando@@secret.org>
#
# $FreeBSD: head/www/metacafe_dl/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	metacafe_dl
PORTVERSION=	2007.09.13
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	http://www.arrakis.es/~rggi3/metacafe-dl/
DISTNAME=	metacafe-dl-${PORTVERSION}
EXTRACT_SUFX=
EXTRACT_ONLY=

MAINTAINER=	fernando@@secret.org
COMMENT=	A program for downloading videos from metacafe.com

NO_WRKSUBDIR=	yes
NO_BUILD=	yes

USE_PYTHON=	2.5+

PLIST_FILES=	bin/metacafe-dl

.include <bsd.port.pre.mk>

post-extract:
	@@${CP} ${DISTDIR}/metacafe-dl-${PORTVERSION} ${WRKSRC}/metacafe-dl

post-patch:
	@@${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|g' ${WRKSRC}/metacafe-dl

do-install:
	@@${INSTALL_SCRIPT} ${WRKSRC}/metacafe-dl ${PREFIX}/bin

.include <bsd.port.post.mk>
@


1.5
log
@- Bump PORTREVISION to force rebuild after python update.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Move over to py25
- while here drop md5 support
- Small cleanups
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.3
log
@- Update to 2007.09.13.

PR:		ports/116504
Submitted by:	Barbara <barbara.xxx1975@@libero.it>
Approved by:	stas (mentor), Fernando Durango <fernando@@secretisp.com> (maintainer)
@
text
@d10 1
d23 1
a23 1
USE_PYTHON=	2.4+
@


1.2
log
@Fix extraction phase

PR:		ports/116167
Submitted by:	barbara <barbara.xxx1975@@libero.it>
Approved by:	"Fernando Durango" <fernando@@secretisp.com>
@
text
@d9 1
a9 1
PORTVERSION=	2007.03.27
d35 1
a35 1
	@@${INSTALL_SCRIPT} ${WRKSRC}/metacafe-dl ${PREFIX}/bin/metacafe-dl
@


1.1
log
@New port: www/metacafe_dl download videos from metacafe.com

	metacafe-dl is a small command-line program for downloading
	videos from metacafe.com.

	WWW: http://www.arrakis.es/~rggi3/metacafe-dl/

	This port is based off of www/youtube_dl

PR:		ports/115787
Submitted by:	"Fernando Q. Durango" <fernando@@secret.org>
@
text
@d14 1
a27 3
do-extract:
	@@${NOPE}

@

