head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	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.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


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

1.6
date	2012.01.21.17.40.07;	author eadler;	state Exp;
branches;
next	1.5;

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

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

1.3
date	2009.01.19.22.11.14;	author nivit;	state Exp;
branches;
next	1.2;

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

1.1
date	2007.02.17.14.07.26;	author nivit;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-scriptaculous
# Date created:		2007-02-14
# Whom:			Nicola Vitale <nivit@@FreeBSD.org>
#
# $FreeBSD: head/www/py-scriptaculous/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	scriptaculous
PORTVERSION=	1.8.1.1
PORTREVISION=	2
CATEGORIES=	www python
MASTER_SITES=	http://static.ossdl.de/tgwidgets/downloads/ \
		http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	Scriptaculous-${PORTVERSION}

MAINTAINER=	python@@FreeBSD.org
COMMENT=	Scriptaculous packaged as TurboGears widgets

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}TurboGears>=1.1.2:${PORTSDIR}/www/py-turbogears
RUN_DEPENDS:=	${BUILD_DEPENDS}

PYDISTUTILS_PKGNAME=	Scriptaculous

# Use the same version of www/py-turbogears
USE_PYTHON=	2.5+
USE_PYDISTUTILS=	easy_install
USE_ZIP=	yes

.include <bsd.port.mk>
@


1.6
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Bump PORTREVISION after www/py-turbogears update
  all these ports builds now with python27 \o/
@
text
@d21 1
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@- Move over to py25
- while here drop md5 support
- Small cleanups
@
text
@d10 1
a10 1
PORTREVISION=	1
d20 1
a20 1
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}TurboGears>=1.0.1:${PORTSDIR}/www/py-turbogears
@


1.3
log
@- Update to 1.8.1.1
- Change MASTER_SITES
- Convert easy_install support to <bsd.python.mk>
- Set USE_PYTHON to 2.4+

PR:		ports/130757
Submitted by:	nivit
@
text
@d10 1
a10 1
#PORTREVISION=	0
d26 1
a26 1
USE_PYTHON=	2.4+
@


1.2
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 2
a10 2
PORTVERSION=	1.6.2
PORTREVISION=	1
d12 1
a12 1
MASTER_SITES=	http://files.turbogears.org/eggs/ \
d15 1
a15 2
DISTNAME=	${PYSCRIPTACULOUS_EGG}
EXTRACT_SUFX=
d20 2
a21 2
RUN_DEPENDS=	${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools \
		${PYTHON_PKGNAMEPREFIX}TurboGears>=1.0.1:${PORTSDIR}/www/py-turbogears
d23 1
a23 1
NO_BUILD=	yes
d26 3
a28 17
USE_PYTHON=	2.4

PLIST_SUB=	EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \
		PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION} \
		PYSCRIPTACULOUS_EGG=${PYSCRIPTACULOUS_EGG}

EASY_INSTALL_CMD?=	easy_install-${PYTHON_VER}
EASY_INSTALL_ARGS=	-N

PYSCRIPTACULOUS_EGG=	${PORTNAME:S/^s/S/}-${PORTVERSION}-py${PYTHON_VER}.egg

do-extract:
	@@${RM} -rf ${WRKDIR}
	@@${MKDIR} ${WRKDIR}

do-install:
	@@${EASY_INSTALL_CMD} ${EASY_INSTALL_ARGS} ${DISTDIR}/${PYSCRIPTACULOUS_EGG}
@


1.1
log
@The famous Scriptaculous packaged as TurboGears widgets.

Author: Thomas Fuchs, Sam Stephenson, Kevin Dangoor, Fred Lin
WWW:	http://www.turbogears.org/widgets/
@
text
@d10 1
@

