head	1.11;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.4;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.03.08;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.07.29.11.17.02;	author cs;	state Exp;
branches;
next	1.9;

1.9
date	2010.05.18.04.08.03;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2010.05.05.21.52.34;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2010.01.19.14.34.07;	author glarkin;	state Exp;
branches;
next	1.6;

1.6
date	2009.12.13.16.28.05;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2009.04.21.19.21.31;	author glarkin;	state Exp;
branches;
next	1.4;

1.4
date	2009.02.04.22.24.43;	author glarkin;	state Exp;
branches;
next	1.3;

1.3
date	2009.02.04.21.40.59;	author glarkin;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for: trac-tweakui
# Date created:                      Dec 09 2008
# Whom:                              glarkin
#
# $FreeBSD: head/www/trac-tweakui/Makefile 301684 2012-07-29 11:17:02Z cs $
#

PORTNAME=	tweakui
PORTVERSION=	0.1.7413
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=	Easily tweak Trac pages with JavaScript expressions

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

USE_ZIP=	yes
USE_DOS2UNIX=	yes
DOS2UNIX_REGEX=	.*\.(css|html|js|py|txt)$

EXAMPLESDIR=	${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}

SUB_FILES=	pkg-message

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

post-install:
.if !defined(NOPORTEXAMPLES)
	@@cd ${WRKSRC}/tractweakui/htdocs && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
.endif
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.10
log
@SVN rev 301684 on 2012-07-29 11:17:02Z by cs

Fix typos in COMMENT

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


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

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d18 1
a18 1
COMMENT=	Easily tweak Trac pages with Javascript expressions
@


1.8
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.7
log
@- Updated to 0.1.7413
@
text
@d10 1
@


1.6
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
@d9 1
a9 1
PORTVERSION=	0.1.5514
@


1.5
log
@- Update to 0.1.5514
@
text
@d30 1
a30 1
USE_PYTHON=	2.3+
@


1.4
log
@- Removed unnecessary patch file from CVS
- Bumped PORTREVISION

Reported by:	QAT
@
text
@d9 1
a9 2
PORTVERSION=	0.1.5180
PORTREVISION=	1
@


1.3
log
@- Update to 0.1.5180
@
text
@d10 1
@


1.2
log
@- Prevent binary file corruption by limiting the files that
  dos2unix operates on
@
text
@d9 1
a9 2
PORTVERSION=	0.1.4465
PORTREVISION=	1
@


1.1
log
@This plugin implements a Javascript deployment platform, enabling
Trac administrators to easily tweak Trac pages with Javascript
expressions.

The plugin supports the Trac web admin system, and it can apply
Javascript tweaks to multiple pages by matching their names with
regular expressions.

WWW:    http://trac-hacks.org/wiki/TracTweakUiPlugin
@
text
@d10 1
d24 1
@

