head	1.15;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.15
date	2013.02.28.17.51.58;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.11.17.06.03.07;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.10.30.19.41.46;	author rm;	state Exp;
branches;
next	1.12;

1.12
date	2010.05.18.04.07.54;	author pgollucci;	state Exp;
branches;
next	1.11;

1.11
date	2010.05.05.21.52.23;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2009.12.13.16.27.59;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2009.05.22.17.53.27;	author glarkin;	state Exp;
branches;
next	1.8;

1.8
date	2009.05.06.22.15.15;	author glarkin;	state Exp;
branches;
next	1.7;

1.7
date	2009.05.04.20.31.55;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2009.01.19.22.45.51;	author beech;	state Exp;
branches;
next	1.5;

1.5
date	2008.07.07.11.45.22;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2008.06.06.14.07.15;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2007.07.30.09.42.18;	author alexbl;	state Exp;
branches;
next	1.2;

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

1.1
date	2006.12.30.21.49.51;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313115
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Gerrit Beine <gerrit.beine@@gmx.de>
# $FreeBSD: head/www/trac-addcomment/Makefile 313115 2013-02-28 17:06:36Z brooks $

PORTNAME=	addcomment
PORTVERSION=	0.3
PORTREVISION=	3
CATEGORIES=	www devel python
MASTER_SITES=	http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX=	trac-
DISTNAME=	${PORTNAME}macro-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Add formatted comments to wiki pages

RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac \
		trac-macropost>0:${PORTSDIR}/www/trac-macropost

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

.include <bsd.port.mk>
@


1.14
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/www/trac-addcomment/Makefile 306698 2012-10-30 19:41:46Z rm $
d12 1
a12 1
MAINTAINER=	brooks@@FreeBSD.org
@


1.13
log
@SVN rev 306698 on 2012-10-30 19:41:46Z 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
- move pkg-plist contents into Makefile:PLIST_FILES

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


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

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d1 1
a1 4
# New ports collection makefile for: trac-addcomment
# Date created:                      December 28 2006
# Whom:                              Gerrit Beine <gerrit.beine@@gmx.de>
#
a2 1
#
d6 1
a6 1
PORTREVISION=	2
a14 1
BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
d16 1
a16 1
		${PYTHON_SITELIBDIR}/TracMacroPost-0.2-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-macropost
d19 2
a20 3
NO_BUILD=	yes
USE_PYTHON=	yes
USE_PYDISTUTILS=yes
d22 1
a22 2
PYDISTUTILS_NOEGGINFO=	yes # XXX convert easy_install support to bsd.python.mk's
PLIST_SUB+=	PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
@


1.11
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.10
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.9
log
@- Reassign maintainer to brooks@@

Approved by:	maintainer (glarkin)
@
text
@d24 1
a24 1
USE_PYTHON=	2.3+
@


1.8
log
@- Take maintainership
@
text
@d15 1
a15 1
MAINTAINER=	glarkin@@FreeBSD.org
@


1.7
log
@- Reset maintainer

PR:		133702
Submitted by:	Gerrit Beine <gerrit.beine@@gmx.de>
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@- Update to version 0.3

PR:		ports/130703
Submitted by:	Gerrit Beine <gerrit.beine@@gmx.de> (maintainer)
@
text
@d15 1
a15 1
MAINTAINER=	gerrit.beine@@gmx.de
@


1.5
log
@- Bump PORTREVISION after arp update

PR:		125269 125274
@
text
@d9 1
a9 2
PORTVERSION=	0.2
PORTREVISION=	2
d20 1
a20 1
		${PYTHON_SITELIBDIR}/TracMacroPost-0.1-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-macropost
@


1.4
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.3
log
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d10 1
@


1.2
log
@- Update to 0.2

PR:		112786
Submitted by:	Gerrit Beine<gerrit.beine@@gmx.de> (maintainer)
@
text
@d26 2
@


1.1
log
@The AddCommentMacro allows for easy addition of commetns to a page, in a
standard format. The comment body supports normal TracWiki WikiFormatting.

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

PR:		ports/107268
Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
@
text
@d9 1
a9 1
PORTVERSION=	0.1
d11 1
a11 1
MASTER_SITES=	http://www.gerritbeine.de/downloads/trac-hacks/
d13 1
a17 1
RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac
d19 2
d22 2
a23 1
USE_ZIP=	yes
a27 3
do-build:
	@@${DO_NADA}

@

