head	1.6;
access;
symbols
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2010.10.11.16.38.58;	author garga;	state dead;
branches;
next	1.5;

1.5
date	2010.08.24.08.11.06;	author decke;	state Exp;
branches;
next	1.4;

1.4
date	2010.05.18.04.07.59;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2010.05.05.21.52.28;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2009.09.01.00.03.45;	author amdmi3;	state Exp;
branches;
next	1.1;

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


desc
@@


1.6
log
@Retire expired port:

2010-10-10 www/trac-multirepos: Multiple repositories support has been merged in trunk, please use Trac 0.12+ (www/trac) instead
@
text
@# New ports collection makefile for:	trac-multirepos
# Date created:				Tue 07 May 2009
# Whom:					Alexey V. Degtyarev <alexey@@renatasystems.org>
#
# $FreeBSD: ports/www/trac-multirepos/Makefile,v 1.5 2010/08/24 08:11:06 decke Exp $
#

PORTNAME=	multirepos
PORTVERSION=	0.12.8514
PORTREVISION=	2
CATEGORIES=	www devel python
MASTER_SITES=	ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/
PKGNAMEPREFIX=	trac-
DISTNAME=	Trac-${PORTNAME}-${PORTVERSION}

MAINTAINER=	alexey@@renatasystems.org
COMMENT=	Multiple repositories Trac version

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Genshi-devel>=0.6:${PORTSDIR}/textproc/py-genshi-devel
RUN_DEPENDS=	${BUILD_DEPENDS}

DEPRECATED=	Multiple repositories support has been merged in trunk, please use Trac 0.12+ (www/trac) instead
EXPIRATION_DATE=	2010-10-10

OPTIONS=	SILVERCITY "Use Silvercity for syntax highlighting" On \
		DOCUTILS   "Allow additional text markup" On \
		PYGMENTS   "Use generic syntax highlighter" On \
		TZ         "Process Time Zones" On \
		PGSQL	   "Use PostgreSQL instead of SQLite3" Off \
		SUBVERSION "Support for subversion RCS" On

CONFLICTS=	ja-trac-0.* trac-0.11.*

USE_RC_SUBR=	tracd

USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install

WRKSRC=		${WRKDIR}/${PORTNAME}

PYDISTUTILS_PKGNAME=	Trac
PYDISTUTILS_NOEGGINFO=	yes
PYDISTUTILS_PKGVERSION=	${PORTVERSION:R}${PORTNAME}

SUB_LIST=	PYTHON_CMD=${PYTHON_CMD}
SUB_FILES=	tracd

# This target is only meant to be used by the port maintainer.
x-generate-plist:
	(${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX} \
	| ${SED} -E \
		's,.*share/nls/.+$$,,g \
		;s,@@dirrm share/man(/.*)?$$,,g \
		;s,${PYTHON_SITELIBDIR:S,^${PYTHONBASE}/,,},%%PYTHON_SITELIBDIR%%,g \
		;s,${DATADIR_REL},%%DATADIR%%,g \
		;s,${EXAMPLESDIR_REL},%%EXAMPLESDIR%%,g \
		;s,${PYEASYINSTALL_EGG},%%PYEASYINSTALL_EGG%%,g \
		;s,@@dirrm (%%PYTHON_SITELIBDIR%%|${PYTHON_LIBDIR:S,${PYTHONBASE}/,,})$$,,g \
		' | ${TR} -s '\n') > temp-pkg-plist

pre-install:
	${REINPLACE_CMD} -i '' -e 's|/usr/bin/python|${PYTHON_CMD}|' \
		${WRKSRC}/cgi-bin/trac.fcgi ${WRKSRC}/cgi-bin/trac.cgi

post-install:
	${MKDIR} ${EXAMPLESDIR}
. for d in rpm workflow
	${MKDIR} ${EXAMPLESDIR}/${d}
	${INSTALL_DATA} ${WRKSRC}/contrib/${d}/* ${EXAMPLESDIR}/${d}/
	${RM} -rf ${WRKSRC}/contrib/${d}
. endfor
	${INSTALL_DATA} ${WRKSRC}/contrib/* ${EXAMPLESDIR}
	${MKDIR} ${DATADIR}/cgi-bin
	${INSTALL_SCRIPT} ${WRKSRC}/cgi-bin/* ${DATADIR}/cgi-bin
	${CAT} ${PKGMESSAGE}

.include <bsd.port.pre.mk>

.if defined(WITH_SILVERCITY)
RUN_DEPENDS+=	${LOCALBASE}/bin/source2html.py:${PORTSDIR}/textproc/silvercity
.endif

.if defined(WITH_DOCUTILS)
RUN_DEPENDS+=	${LOCALBASE}/bin/rst2html:${PORTSDIR}/textproc/py-docutils
.endif

.if defined(WITH_PYGMENTS)
RUN_DEPENDS+=	${LOCALBASE}/bin/pygmentize:${PORTSDIR}/textproc/py-pygments
.endif

.if defined(WITH_TZ)
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
.endif

.if defined(WITH_PGSQL)
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/psycopg2/__init__.py:${PORTSDIR}/databases/py-psycopg2
.else
. if ${PYTHON_REL} < 250
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23
. else
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
. endif
.endif

.if !defined(WITHOUT_SUBVERSION)
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/svn/__init__.py:${PORTSDIR}/devel/py-subversion
.endif

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


1.5
log
@- Mark DEPRECATED and set EXPIRATION_DATE to 2010-10-10

PR:		ports/149906
Submitted by:	Alexey V. Degtyarev <alexey at renatasystems dot org> (maintainer)
Approved by:	beat (co-mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


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

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d22 3
@


1.3
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.2
log
@- Update to 0.12.8514

PR:		138391
Submitted by:	Alexey V.Degtyarev <alexey@@renatasystems.org> (maintainer)
@
text
@d10 1
@


1.1
log
@Multiple repositories Trac version
----------------------------------

This branch adds support for accessing multiple repositories inside one Trac
project and based on 0.12 development version of Trac.

Trac uses a minimalistic approach to web-based software project management.
Our mission; to help developers write great software while staying out of
the way.  Trac should impose as little as possible on a team's established
development process and policies.

What is Trac?

    * An integrated system for managing software projects
    * An enhanced wiki
    * A flexible web-based issue tracker
    * An interface to the Subversion revision control system

At the core of Trac lies an integrated wiki and issue/bug database.  Using
wiki markup, all objects managed by Trac can directly link to other
issues/bug reports, code changesets, documentation and files.

WWW: http://trac.edgewall.org/

PR:		ports/134314
Submitted by:	Alexey V. Degtyarev <alexey at renatasystems.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.12.8173
@

