head	1.17;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.17
date	2013.02.28.17.51.59;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.11.17.06.03.08;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.10.30.19.35.20;	author rm;	state Exp;
branches;
next	1.14;

1.14
date	2012.04.20.00.10.53;	author brooks;	state Exp;
branches;
next	1.13;

1.13
date	2010.05.18.04.08.02;	author pgollucci;	state Exp;
branches;
next	1.12;

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

1.11
date	2009.12.13.16.28.04;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2009.05.22.17.53.28;	author glarkin;	state Exp;
branches;
next	1.9;

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

1.8
date	2009.05.04.20.31.57;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2009.01.19.23.38.13;	author beech;	state Exp;
branches;
next	1.6;

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

1.5
date	2008.06.06.14.07.19;	author edwin;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@@


1.17
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-tags/Makefile 313115 2013-02-28 17:06:36Z brooks $

PORTNAME=	tags
DISTVERSION=	0.7.r${SVN_REV}
PORTREVISION=	1
CATEGORIES=	www devel python
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	brooks
PKGNAMEPREFIX=	trac-
DIST_SUBDIR=	trac

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Generic tags frontend for trac

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

USE_BZIP2=	yes
USE_PYTHON=	-2.7
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	TracTags
PYDISTUTILS_PKGVERSION=	${PORTVERSION:C/\.r.*/dev/}
PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

.include <bsd.port.pre.mk>

.if !defined(SVN_REV)
.if defined(BOOTSTRAP)
LANG=           "C"
SVN_REV!=       svn info http://trac-hacks.org/svn/tagsplugin/trunk/ | ${GREP} Revision | cut -d' ' -f2
.else
.include "Makefile.svn_rev"
.endif
.endif

.if defined(BOOTSTRAP) || defined(SVN_FETCH)
FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion

do-fetch:
	${MKDIR} ${WRKDIR}
	svn export -r ${SVN_REV} \
	    http://trac-hacks.org/svn/tagsplugin/trunk/ ${WRKSRC}
	cd ${WRKDIR}; tar cvfy ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.tar.bz2 ${DISTNAME}
	echo "SVN_REV=  ${SVN_REV}" > ${MASTERDIR}/Makefile.svn_rev
.if ${USER} == brooks
	scp ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.tar.bz2 \
	    freefall.freebsd.org:public_distfiles/
.endif
.endif

.include <bsd.port.post.mk>
@


1.16
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/www/trac-tags/Makefile 306691 2012-10-30 19:35:20Z rm $
d13 1
a13 1
MAINTAINER=	brooks@@FreeBSD.org
@


1.15
log
@SVN rev 306691 on 2012-10-30 19:35:20Z by rm

- do not directly depend on setuptools, use USE_DISTUTILS instead
- bump PORTREVISION because of dependency change
- remove indefinite article in COMMENT
- trim Makefile header
- limit python version to 2.x only
- move pkg-plist contents into Makefile:PLIST_FILES

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


1.14
log
@Upgrade to the latest version in svn.  Since the port has never installed a
wiki_namespace table, remove the braindead code that checks for one and
spews two lines of postgres log messages each time the plugin starts (over
two lines per second in my slightly crazy enviornment).
@
text
@d1 1
a1 4
# New ports collection makefile for: trac-tags
# Date created:                      December 28 2006
# Whom:                              Gerrit Beine <gerrit.beine@@gmx.de>
#
a2 1
#
d6 1
d14 1
a14 1
COMMENT=	A generic tags frontend for trac
a16 1
BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
d19 2
a20 3
USE_PYTHON=	yes
NO_BUILD=	yes
USE_PYDISTUTILS=yes
d22 2
a23 3
EGGVERSION=	${PORTVERSION:C/\.r.*/dev/}
PLIST_SUB+=	EGGVERSION=${EGGVERSION} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO=	yes
a50 3
do-build:
	@@${DO_NADA}

@


1.13
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
PORTREVISION=	2
d11 2
a12 1
MASTER_SITES=	http://www.gerritbeine.de/download/trac/
d14 1
a14 1
DISTNAME=	${PORTNAME}plugin-${PORTVERSION}
d22 1
d27 2
a28 2
PLIST_SUB+=	PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
WRKSRC=		${WRKDIR}/${PORTNAME}plugin
d31 26
d60 1
a60 1
.include <bsd.port.mk>
@


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

Approved by:	maintainer (glarkin)
@
text
@d21 1
a21 1
USE_PYTHON=	2.3+
@


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


1.8
log
@- Reset maintainer

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


1.7
log
@- Update to version 0.6

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


1.6
log
@- Bump PORTREVISION after arp update

PR:		125269 125274
@
text
@d9 1
a9 2
PORTVERSION=	0.4.1
PORTREVISION=	2
@


1.5
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.4
log
@- Update to 0.4.1

PR:		115190
Submitted by:	Gerrit Beine <gerrit.beine@@gmx.de> (maintainer)
@
text
@d10 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
@d9 1
a9 1
PORTVERSION=	0.4
@


1.2
log
@- Update MASTER_SITE
- Repacked the archiv (No functional changes.)

PR:		112792
Submitted by:	Gerrit Beine<gerrit.beine@@gmx.de>
@
text
@d24 1
d27 1
@


1.1
log
@The TagsPlugin implements both a generic tagging engine and frontends for the
Wiki and ticket systems. An extra text entry box is added to the Wiki edit page
for tagging Wiki pages and ticket fields (you can configure which ones) are
treated as tags for the ticket system.

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

PR:		ports/107271
Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.gerritbeine.de/downloads/trac-hacks/
d13 1
a20 1
USE_ZIP=	yes
d22 1
d25 1
@

