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


1.12
date	2013.02.28.17.51.58;	author svnexp;	state Exp;
branches;
next	1.11;

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

1.10
date	2012.10.30.19.47.33;	author rm;	state Exp;
branches;
next	1.9;

1.9
date	2012.08.03.15.54.35;	author cs;	state Exp;
branches;
next	1.8;

1.8
date	2011.01.12.01.16.19;	author brooks;	state Exp;
branches;
next	1.7;

1.7
date	2010.12.25.16.55.39;	author sunpoet;	state Exp;
branches;
next	1.6;

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

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

1.4
date	2010.03.28.06.45.08;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2010.02.05.11.45.09;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2009.12.13.16.28.01;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2009.01.15.02.07.02;	author brooks;	state Exp;
branches;
next	;


desc
@@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313115
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/www/trac-graphviz/Makefile 313115 2013-02-28 17:06:36Z brooks $

PORTNAME=	${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
PORTVERSION=	0.7.4
PORTREVISION=	6
CATEGORIES=	www devel graphics python
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	brooks
PKGNAMEPREFIX=	trac-
DISTNAME=	${PORTNAME}plugin-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Graphviz plugin for Trac's wiki

RUN_DEPENDS+=	${LOCALBASE}/lib/X11/fonts/URW/fonts.dir:${PORTSDIR}/x11-fonts/urwfonts \
		dot:${PORTSDIR}/graphics/graphviz \
		tracd:${PORTSDIR}/www/trac

USE_PYTHON=	-2.7
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	graphviz
WRKSRC=			${WRKDIR}/${PORTNAME}plugin
PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

post-patch:
	${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
	    -e 's|%%PREFIX%%|${PREFIX}|' \
	    -e 's|%%OSMAJOR%%|${OSREL:C/\..*$//}|' \
	${WRKSRC}/graphviz/graphviz.py

.include <bsd.port.mk>
@


1.11
log
@Switch exporter over
@
text
@d1 1
a1 2
# Created by: Brooks Davis <brooks@@freebsd.org>
# $FreeBSD: head/www/trac-graphviz/Makefile 306705 2012-10-30 19:47:33Z rm $
d12 1
a12 1
MAINTAINER=	brooks@@FreeBSD.org
@


1.10
log
@SVN rev 306705 on 2012-10-30 19:47:33Z by rm

- do not directly depend on setuptools, use USE_DISTUTILS instead
- bump PORTREVISION because of dependency change
- trim Makefile header
- limit python version to 2.x only
- whitespace fix in pkg-descr

PR:		173172
Submitted by:	rm (myself)
Approved by:	brooks (maintainer, by mail)
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.9
log
@SVN rev 301960 on 2012-08-03 15:54:35Z by cs

Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@@ (implicit)
@
text
@d1 1
a1 4
# New ports collection makefile for: trac-graphviz
# Date created:                      January 14, 2009
# Whom:                              Brooks Davis <brooks@@freebsd.org>
#
a2 1
#
d6 1
a6 1
PORTREVISION=	5
a18 1
BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
d20 2
a21 3
USE_PYTHON=	2.5+
NO_BUILD=	yes
USE_PYDISTUTILS=yes
d23 2
a24 6
WRKSRC=		${WRKDIR}/${PORTNAME}plugin
PYDISTUTILS_NOEGGINFO=	yes
PLIST_SUB=	PORTVERSION=${PORTVERSION} \
		PYTHON_VER=${PYTHON_VER}

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg
a31 3
do-build:
	@@${DO_NADA}

@


1.8
log
@Stop using the deprecated sha module.  Instead use hashlib.  Since
hashlib was introduced in 2.5, change the USE_PYTHON setting to require
it.

Feature safe:	yes
@
text
@d18 1
a18 1
COMMENT=	Graphviz pluging for Trac's wiki
@


1.7
log
@- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
@
text
@d10 1
a10 1
PORTREVISION=	4
d25 1
a25 1
USE_PYTHON=	yes
@


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

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d17 1
a17 1
MAINTAINER=	brooks@@freebsd.org
@


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=	3
@


1.4
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	2
@


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


1.2
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.1
log
@The GraphvizPlugin allows for the inline creation of diagrams for abstract
graphs and networks using the Graphviz programs.

WWW: http://trac-hacks.org/wiki/GraphvizPlugin
@
text
@d24 1
a24 1
USE_PYTHON=	2.3+
@

