head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2;
locks; strict;
comment	@# @;


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

1.7
date	2012.10.31.05.53.43;	author lwhsu;	state Exp;
branches;
next	1.6;

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

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

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

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

1.2
date	2007.04.04.08.49.31;	author lwhsu;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.21.12.52.00;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# Created by: Li-Wen Hsu <lwhsu@@lwhsu.org>
# $FreeBSD: head/www/trac-down/Makefile 306734 2012-10-31 05:53:43Z lwhsu $

PORTNAME=	down
PORTVERSION=	0.0.1.r11
PORTREVISION=	3
CATEGORIES=	www devel python
MASTER_SITES=	http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
PKGNAMEPREFIX=	trac-
DISTNAME=	TracDown-${PORTVERSION:E}

MAINTAINER=	lwhsu@@FreeBSD.org
COMMENT=	Trac plugin for listing released downloads

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

USE_PYTHON=	-2.7
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	TracDown
PYDISTUTILS_PKGVERSION=	0.0.1

PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

.include <bsd.port.mk>
@


1.7
log
@SVN rev 306734 on 2012-10-31 05:53:43Z by lwhsu

- Do not directly depend on setuptools, use USE_DISTUTILS instead
- no PORTREVISION bump is needed, because it already had run/build depend
- Trim Makefile header
- Remove indefinite article in COMMENT
- Limit python version to 2.x only
- Move pkg-plist to PLIST_FILES in Makefile
- Change tab to space in pkg-descr:WWW

PR:		ports/173167
Submitted by:	rm

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.6
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-down
# Date created:		Feb. 20, 2007
# Whom:			Li-Wen Hsu <lwhsu@@lwhsu.org>
#
a2 1
#
d13 1
a13 1
COMMENT=	A Trac plugin for listing released downloads
d15 1
a15 3
BUILD_DEPENDS=	${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS=	${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools \
		tracd:${PORTSDIR}/www/trac
d17 2
a18 2
USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
a20 1
PYDISTUTILS_NOEGGINFO=	yes # XXX convert easy_install support to bsd.python.mk's
d22 1
a22 11
EASY_INSTALL_CMD?=	easy_install-${PYTHON_VER}

PYDISTUTILS_BUILD_TARGET=	bdist_egg
PYDISTUTILS_INSTALL_TARGET=	easy_install
PYDISTUTILS_INSTALLARGS=	-O 1 -N -S ${PYTHON_SITELIBDIR} ${WRKSRC}/dist/${TRACDOWN_EGG}

TRACDOWN_EGG=	TracDown-${PORTVERSION:R}-py${PYTHON_VER}.egg

PLIST_SUB+=	EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \
		TRACDOWN_EGG=${TRACDOWN_EGG} \
		TRACDOWN_EGG_VER="TracDown==${PORTVERSION:R}"
@


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


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
@- Change to my FreeBSD.org email

Approved by:     clsung (mentor)
@
text
@d24 3
@


1.1
log
@Add trac-down 0.0.1.r11, a Trac plugin for listing released downloads.

PR:		ports/109339
Submitted by:	Li-Wen Hsu <lwhsu at lwhsu.org>
@
text
@d15 1
a15 1
MAINTAINER=	lwhsu@@lwhsu.org
@

