1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

This a plugin for Trac which enables Mercurial to be used instead of Subversion

as the VersioningSystemBackend for Trac.

WWW: http://trac.edgewall.org/wiki/TracMercurial
This commit is contained in:
Brooks Davis 2009-01-23 23:27:08 +00:00
parent ff7c902ed2
commit 434db3c661
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226742
4 changed files with 43 additions and 0 deletions

View File

@ -1437,6 +1437,7 @@
SUBDIR += trac-ldap
SUBDIR += trac-macropost
SUBDIR += trac-mastertickets
SUBDIR += trac-mercurial
SUBDIR += trac-nav
SUBDIR += trac-navadd
SUBDIR += trac-pagelist

View File

@ -0,0 +1,35 @@
# New ports collection makefile for: trac-mercurial
# Date created: January 23, 2009
# Whom: Brooks Davis <brooks@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L}
PORTVERSION= 0.11.0.7
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
MAINTAINER= brooks@freebsd.org
COMMENT= A plugin to use Mercurial instead of Subversion in Trac
RUN_DEPENDS+= hg:${PORTSDIR}/devel/mercurial \
tracd:${PORTSDIR}/www/trac
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
USE_PYTHON= 2.3+
NO_BUILD= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= TracMercurial
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
PYDISTUTILS_NOEGGINFO= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg
do-build:
@${DO_NADA}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (mercurialplugin-0.11.0.7.tar.gz) = 0e9966e495b8d712927041409c110bd7
SHA256 (mercurialplugin-0.11.0.7.tar.gz) = c24e43b1c7080c8f30972e1baf8664b0b7807e5dcf4b6d276c3612b48e004914
SIZE (mercurialplugin-0.11.0.7.tar.gz) = 20064

View File

@ -0,0 +1,4 @@
This a plugin for Trac which enables Mercurial to be used instead of Subversion
as the VersioningSystemBackend for Trac.
WWW: http://trac.edgewall.org/wiki/TracMercurial