head	1.9;
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.6
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


1.9
date	2013.03.06.12.55.12;	author svnexp;	state Exp;
branches;
next	1.8;

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

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

1.6
date	2010.05.18.04.08.01;	author pgollucci;	state Exp;
branches;
next	1.5;

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

1.4
date	2009.12.13.16.28.04;	author miwi;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313460
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for: trac-revtree
# Date created:                      Nov 10 2008
# Whom:                              glarkin
#
# $FreeBSD: head/www/trac-revtree/Makefile 313460 2013-03-05 17:07:43Z miwi $
#

PORTNAME=	revtree
PORTVERSION=	0.6.4
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=	Graphical representation of an SVN repository

RUN_DEPENDS+=	trac>=0.12:${PORTSDIR}/www/trac \
		subversion>=0:${PORTSDIR}/devel/subversion

OPTIONS_DEFINE=		MINFOENH LOGENH
OPTIONS_DEFAULT=	MINFOENH
MINFOENH_DESC=		Enable mergeinfo display enhancer
LOGENH_DESC=		Enable log message display enhancer

USE_ZIP=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.12
USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	TracRevtreePlugin
PYDISTUTILS_PKGVERSION=	${PORTVERSION}dev
PLIST_SUB+=	EGGVERSION="${PORTVERSION}dev" PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO=	yes

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MMINFOENH}
MINFOENH_VERSION=	0.2.1
PLIST_SUB+=	MINFOENH_EGGVERSION="${MINFOENH_VERSION}dev"
ENH1=""
.else
ENH1="@@comment "
.endif
PLIST_SUB+=	ENH1=${ENH1}

.if ${PORT_OPTIONS:MLOGENH}
LOGENH_VERSION=		0.2.0
PLIST_SUB+=	LOGENH_EGGVERSION="${LOGENH_VERSION}dev"
ENH2=""
.else
ENH2="@@comment "
.endif
PLIST_SUB+=	ENH2=${ENH2}

post-install:
# Install the selected enhancer plugins
.if ${PORT_OPTIONS:MMINFOENH}
	@@( cd ${WRKSRC}/enhancers/mergeinfoenhancer ; \
		${PYEASYINSTALL_CMD} . )
.endif
.if ${PORT_OPTIONS:MLOGENH}
	@@( cd ${WRKSRC}/enhancers/logenhancer ; \
		${PYEASYINSTALL_CMD} . )
.endif
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.8
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/trac-revtree/Makefile 300897 2012-07-14 14:29:18Z beat $
d22 4
a25 2
OPTIONS=	MINFOENH "Enable mergeinfo display enhancer" On \
		LOGENH "Enable log message display enhancer" Off
d37 1
a37 1
.include <bsd.port.pre.mk>
d39 1
a39 1
.if defined(WITH_MINFOENH)
d48 1
a48 1
.if defined(WITH_LOGENH)
d59 1
a59 1
.if defined(WITH_MINFOENH)
d63 1
a63 1
.if defined(WITH_LOGENH)
d69 1
a69 1
.include <bsd.port.post.mk>
@


1.7
log
@- Unbreak after recent update to trac 0.12
- Update to 0.6.4
- Added devel/subversion as a runtime dependency, since it's possible
  trac was built without it, and this plugin doesn't make sense without
  subversion installed

Reported by:	pointyhat (via pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


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

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d9 1
a9 2
PORTVERSION=	0.6.3
PORTREVISION=	2
d19 2
a20 1
RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac
d27 1
a27 1
WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.11
@


1.5
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.4
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.3
log
@- Update to 0.6.3
@
text
@d27 1
a27 1
USE_PYTHON=	2.3+
@


1.2
log
@- Added support for optional display enhancers. One of them
  displays merge arrows, which should be pretty useful. I didn't
  notice these extra bits during the initial port implementation,
  hence the PORTREVISION bump. :)
@
text
@d9 1
a9 2
PORTVERSION=	0.6.2
PORTREVISION=	1
@


1.1
log
@- Added new port for http://trac-hacks.org/wiki/RevtreePlugin
@
text
@d10 1
d22 3
d35 20
d56 9
d67 1
a67 1
.include <bsd.port.mk>
@

