head	1.8;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2;
locks; strict;
comment	@# @;


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

1.7
date	2012.11.08.21.46.54;	author jhale;	state Exp;
branches;
next	1.6;

1.6
date	2012.06.08.15.05.40;	author sylvio;	state Exp;
branches;
next	1.5;

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

1.4
date	2011.05.11.14.54.36;	author culot;	state Exp;
branches;
next	1.3;

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

1.2
date	2010.02.05.11.45.06;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2009.12.13.00.31.24;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# Created by: Kevin Golding <ports@@caomhin.org>
# $FreeBSD: head/www/py-satchmo/Makefile 307204 2012-11-08 21:46:54Z jhale $

PORTNAME=	satchmo
PORTVERSION=	0.9.2
CATEGORIES=	www python
MASTER_SITES=	http://www.caomhin.org/ports/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@@caomhin.org
COMMENT=	Shopping cart application for Django

LICENSE=	BSD

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:${PORTSDIR}/devel/py-setuptools_hg
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.2.3:${PORTSDIR}/www/py-django \
				${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \
				${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab \
				${PYTHON_PKGNAMEPREFIX}trml2pdf>=0:${PORTSDIR}/print/py-trml2pdf \
				${PYTHON_PKGNAMEPREFIX}django-registration>=0.8:${PORTSDIR}/www/py-django-registration \
				${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \
				${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \
				${PYTHON_PKGNAMEPREFIX}sorl-thumbnail<4:${PORTSDIR}/graphics/py-sorl-thumbnail \
				${PYTHON_PKGNAMEPREFIX}django-caching-app-plugins>=0:${PORTSDIR}/www/py-django-caching-app-plugins \
				${PYTHON_PKGNAMEPREFIX}django-keyedcache>=0:${PORTSDIR}/www/py-django-keyedcache \
				${PYTHON_PKGNAMEPREFIX}django-livesettings>=0:${PORTSDIR}/www/py-django-livesettings \
				${PYTHON_PKGNAMEPREFIX}django-signals-ahoy>=0:${PORTSDIR}/www/py-django-signals-ahoy \
				${PYTHON_PKGNAMEPREFIX}django-threaded-multihost>=0:${PORTSDIR}/www/py-django-threaded-multihost

USE_GETTEXT=	yes
USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install
PYEASYINSTALL_EGG=	Satchmo-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg

OPTIONS_DEFINE=	SOUTH FEDEX AKISMET
OPTIONS_DEFAULT=FEDEX

SOUTH_DESC=		Use South database migration tool for upgrades
FEDEX_DESC=		Use Fedex web services for shipping
AKISMET_DESC=	Use Akismet for spam filtering on product reviews

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MSOUTH}
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}south>=0.7.5:${PORTSDIR}/databases/py-south
.endif

.if ${PORT_OPTIONS:MFEDEX}
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}fedex>=1.0.13:${PORTSDIR}/www/py-fedex
.endif

.if ${PORT_OPTIONS:MAKISMET}
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}akismet>=0.2.0:${PORTSDIR}/devel/py-akismet
.endif

.include <bsd.port.mk>
@


1.7
log
@SVN rev 307204 on 2012-11-08 21:46:54Z by jhale

- Add missing build dependency
- Trim Makefile header

Reported by:	pointyhat via beat
Approved by:	portmgr (implicit)
		makc, avilla (mentors, implicit)
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.6
log
@- Update to 0.9.2

PR:		ports/168755
Submitted by:	Kevin Golding <ports@@caomhin.org> (maintainer)
@
text
@d1 1
a1 4
# New ports collection makefile for:	py-satchmo
# Date created:				12 December 2009
# Whom:					Kevin Golding <ports@@caomhin.org>
#
a2 1
#
d15 1
@


1.5
log
@- Correct Dependency

Download error: [Errno 8] hostname nor servname provided, or not known -- Some packages may not be found!
No local packages or download links found for setuptools-hg

Reported by:	phw
@
text
@d9 1
a9 2
PORTVERSION=	0.9.1
PORTREVISION=	1
d11 1
a11 1
MASTER_SITES=	http://www.caomhin.org/geek/ports/
a12 1
DIST_SUBDIR=	${PORTNAME}
d17 1
a17 9
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:${PORTSDIR}/devel/py-setuptools_hg
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django \
		${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto \
		${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab\
		${PYTHON_SITELIBDIR}/trml2pdf/__init__.py:${PORTSDIR}/print/py-trml2pdf \
		${PYTHON_SITELIBDIR}/registration/__init__.py:${PORTSDIR}/www/py-django-registration \
		${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml \
		${LOCALBASE}/bin/pildriver.py:${PORTSDIR}/graphics/py-imaging \
		${PYTHON_SITELIBDIR}/sorl/thumbnail/__init__.py:${PORTSDIR}/graphics/py-sorl-thumbnail
d19 15
a33 1
WRKSRC=	${WRKDIR}/chris1610-satchmo-86134417a87b
d36 13
a48 15
PYEASYINSTALL_EGG=	Satchmo-${PORTVERSION:C/([[:digit:]]\.[[:digit:]])\./\1_/g}-${PYTHON_VERSION:S/thon//}.egg
PYEASYINSTALL_UNINSTALLARGS=	-q -m -S ${PYTHON_SITELIBDIR} \
 ${PYDISTUTILS_PKGNAME}==${PYDISTUTILS_PKGVERSION:C/([[:digit:]]\.[[:digit:]])\./\1_/g}

.include <bsd.port.pre.mk>

RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}django-app-plugins>=0:${PORTSDIR}/www/py-django-app-plugins \
		${PYTHON_PKGNAMEPREFIX}django-keyedcache>=0:${PORTSDIR}/www/py-django-keyedcache \
		${PYTHON_PKGNAMEPREFIX}django-livesettings>=0:${PORTSDIR}/www/py-django-livesettings \
	${PYTHON_PKGNAMEPREFIX}django-signals-ahoy>=0:${PORTSDIR}/www/py-django-signals-ahoy \
		${PYTHON_PKGNAMEPREFIX}django-threaded-multihost>=0:${PORTSDIR}/www/py-django-threaded-multihost

.if defined(WITH_DOCS)
BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx
BUILD_DEPENDS+=	rst2xml>0:${PORTSDIR}/textproc/py-docutils
d51 2
a52 3
post-build:
.if defined(WITH_DOCS)
	cd ${WRKSRC}/docs && ${MAKE} html
d55 2
a56 4
post-install:
.if defined(WITH_DOCS)
	${MKDIR} ${DOCSDIR}
	${CP} -R ${WRKSRC}/docs/_build/html ${DOCSDIR}
d59 1
a59 1
.include <bsd.port.post.mk>
@


1.4
log
@- Update to 0.9.1

PR:		ports/156938
Submitted by:	Kevin Golding <ports@@caomhin.org> (maintainer)
@
text
@d10 1
d19 1
@


1.3
log
@- Remove PYTHON_REL < 250, since USE_PYTHON 2.5+
@
text
@d9 1
a9 2
PORTVERSION=	0.9.0
PORTREVISION=	1
d11 1
a11 1
MASTER_SITES=	http://bitbucket.org/chris1610/satchmo/get/
d13 1
a13 1
DISTNAME=	v${PORTVERSION:C/([[:digit:]]\.[[:digit:]])\.[[:digit:]]/\1/g}
d16 1
a16 1
COMMENT=	Shopping cart application for Django.
d27 1
a27 1
WRKSRC=	${WRKDIR}/${PORTNAME}
d36 5
a40 3
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}django-threaded-multihost>=0:${PORTSDIR}/www/py-django-threaded-multihost \
	${PYTHON_PKGNAMEPREFIX}django-app-plugins>=0:${PORTSDIR}/www/py-django-app-plugins \
	${PYTHON_PKGNAMEPREFIX}django-signals-ahoy>=0:${PORTSDIR}/www/py-django-signals-ahoy
@


1.2
log
@- update to jpeg-8
@
text
@a40 4
.if ${PYTHON_REL} < 250
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree
.endif

@


1.1
log
@Satchmo is a BSD-licensed shopping cart framework built on top of Django.

WWW:    http://www.satchmoproject.com/

PR:		ports/141399
Submitted by:	Kevin Golding <ports at caomhin.org>
@
text
@d10 1
@

