head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.03.07;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2010.11.27.18.59.51;	author rea;	state Exp;
branches;
next	1.1;

1.1
date	2010.10.12.06.21.12;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for: trac-autocomplete
# Date created:                      December 23, 2009
# Whom:                              Eygene Ryabinkin <rea-fbsd@@codelabs.ru>
#
# $FreeBSD: head/www/trac-announcer/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	announcer
PORTVERSION=	1.0
CATEGORIES=	www python
MASTER_SITES=	http://dist.codelabs.ru/fbsd/
PKGNAMEPREFIX=	trac-
DISTNAME=	announcerplugin-r${REL}

MAINTAINER=	rea@@FreeBSD.org
COMMENT=	A plugin for making user-customizable notifications

BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}Babel>=0.9:${PORTSDIR}/devel/py-babel
RUN_DEPENDS+=	trac>=0.11:${PORTSDIR}/www/trac

USE_PYTHON=	2.5+
USE_ZIP=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	AnnouncerPlugin
PYDISTUTILS_NOEGGINFO=	yes

WRKSRC=		${WRKDIR}/announcerplugin/trunk
REL=		8411
EGG_VER=	0.12_p2.dev

PLIST_SUB+=	PORTVERSION=${PORTVERSION:S/.a/_a/} \
		PYTHONVERSION=${_PYTHON_VERSION}
PLIST_FILES+=	%%PYTHON_SITELIBDIR%%/AnnouncerPlugin-${EGG_VER}-py%%PYTHONVERSION%%.egg

# We must fix file permissions -- ZIP file have 0000 for every file.
# Directory permissions are fine (they aren't stored inside ZIP
# file), but we set them too -- just in case.
post-extract:
	@@${FIND} ${WRKSRC} -type f | ${XARGS} ${CHMOD} 644
	@@${FIND} ${WRKSRC} -type d | ${XARGS} ${CHMOD} 755

# Build phase: create locale stuff
build: configure
	cd ${WRKSRC} && ${PYTHON_CMD} setup.py compile_catalog

.include <bsd.port.mk>
@


1.2
log
@Change maintainer address for my ports

Approved by: erwin (co-mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@The AnnouncerPlugin is meant to provide an extensible,
user-customizable notification system that can be used
to completely replace Trac's default notifications.

WWW: http://trac-hacks.org/wiki/AnnouncertPlugin

PR:		ports/150484
Submitted by:	Eygene Ryabinkin <rea-fbsd at codelabs.ru>
@
text
@d15 1
a15 1
MAINTAINER=	rea-fbsd@@codelabs.ru
@

