head	1.8;
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.7
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.3;
locks; strict;
comment	@# @;


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

1.7
date	2010.05.31.02.01.22;	author ade;	state Exp;
branches;
next	1.6;

1.6
date	2010.02.05.11.44.41;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2009.08.17.04.53.52;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2008.06.06.14.06.50;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2008.05.16.22.16.28;	author pav;	state Exp;
branches;
next	1.2;

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

1.1
date	2008.01.18.00.09.19;	author beech;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	www/diamanda
# Date created:				11 January 2008
# Whom:	      				Oleg Ukraincev <oleg@@ht-systems.ru>
#
# $FreeBSD: head/www/diamanda/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	diamanda
PORTVERSION=	0.0.${SNAPSHOT:S/.//g}
PORTREVISION=	3
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
DISTNAME=	${PORTNAME}-${SNAPSHOT}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A set of useful Django applications

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/__init__.py:${PORTSDIR}/www/py-django \
		${PYTHON_SITELIBDIR}/stripogram/__init__.py:${PORTSDIR}/textproc/py-stripogram \
		${PYTHON_SITELIBDIR}/polib.py:${PORTSDIR}/devel/py-polib \
		${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging

SNAPSHOT=	2007.04.26

WRKSRC=	${WRKDIR}/${PORTNAME}

USE_BZIP2=	yes
NO_BUILD=	yes
USE_PYTHON=	yes
USE_GETTEXT=	yes
SUB_FILES=	pkg-message

.include <bsd.port.pre.mk>

post-patch:
	@@${REINPLACE_CMD} -i '' -e 's|/home/piotr/svn/diamanda|${PREFIX}/${WWWDIR}|g' ${WRKSRC}/settings.py ${WRKSRC}/urls.py

do-install:
	@@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
	@@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
	@@${ECHO_CMD} '@@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST}

post-install:
	${CAT} ${PKGMESSAGE}

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


1.7
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.5
log
@Reset oleg@@ht-systems.ru due to maintainer-timeouts and no response
to email.

Hat:		portmgr
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.4
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
@d15 1
a15 1
MAINTAINER=	oleg@@ht-systems.ru
@


1.3
log
@- Fix dependencies

Reported by:	pointyhat
@
text
@d10 1
@


1.2
log
@Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files

PR:		ports/121435 (related)
@
text
@d17 5
a31 10
RUN_DEPENDS+=\
${PYTHON_SITELIBDIR}/Django-0.96.1-py${PYTHON_DEFAULT_VERSION:S/python//}.egg-info:${PORTSDIR}/www/py-django
#'cause diamanda release currently doesn't work with django-devel branch
RUN_DEPENDS+=\
${PYTHON_SITELIBDIR}/stripogram/__init__.py:${PORTSDIR}/textproc/py-stripogram
RUN_DEPENDS+=\
${PYTHON_SITELIBDIR}/polib.py:${PORTSDIR}/devel/py-polib
RUN_DEPENDS+=\
${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging

@


1.1
log
@- New port diamanda-0.0.2007.04.26

- Diamanda Applications Set is a set of useful Django applications.
  Currently there are such applications as Articles, News,
  Forum (MyghtyBoard) and others.

PR:		ports/119551
Submitted by:	Oleg Ukraincev <oleg@@ht-systems.ru> (maintainer)
Approved by:	linimon (mentor)
@
text
@d11 1
a11 1
MASTER_SITES=	http://diamanda.googlecode.com/files/
@

