head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


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

1.5
date	2010.05.18.04.07.55;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2010.05.05.21.52.24;	author pgollucci;	state Exp;
branches;
next	1.3;

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

1.2
date	2008.12.11.15.59.34;	author glarkin;	state Exp;
branches;
next	1.1;

1.1
date	2008.12.11.03.27.37;	author glarkin;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for: trac-ccselector
# Date created:                      Dec 10 2008
# Whom:                              glarkin
#
# $FreeBSD: head/www/trac-ccselector/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ccselector
PORTVERSION=	0.0.2.4001
PORTREVISION=	2
CATEGORIES=	www devel python
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
		LOCAL/glarkin
PKGNAMEPREFIX=	trac-
DISTNAME=	${PORTNAME}plugin-${PORTVERSION}

MAINTAINER=	glarkin@@FreeBSD.org
COMMENT=	Visually edit the Trac ticket CC field

RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac

USE_ZIP=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.11
USE_PYTHON=	2.5+
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=    cc_selector
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
PLIST_SUB+=	EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO=	yes

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

.include <bsd.port.mk>
@


1.5
log
@- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@@
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.3
log
@- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
@
text
@d10 1
@


1.2
log
@- Fixed the incorrect COMMENT
@
text
@d24 1
a24 1
USE_PYTHON=	2.3+
@


1.1
log
@This plugin allows visual CC field editing.

A pop-up window with bunch of checkboxes is opened, user checks
boxes, email addresses are added and removed to CC field. There is
a list of pre-defined addresses in cc_selector.js (these addresses
will always be available). If you want to change this list you must
edit cc_selector.js manually.

Of course, you can always edit CC field without all this hassle -
all addresses you entered manually will be shown, too - and can be
removed with new, shiny checkboxes.

WWW: http://trac-hacks.org/wiki/CcSelectorPlugin
@
text
@d17 1
a17 1
COMMENT=	Web interface to administer Trac ticket custom fields
@

