Date: Mon, 2 Nov 2009 19:17:39 -0800 (PST) From: Douglas William Thrift <douglas@douglasthrift.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/140235: New port: www/trac-gitplugin Git plugin for Trac Message-ID: <200911030317.nA33HdNv028334@slowhand.douglasthrift.net> Resent-Message-ID: <200911030320.nA33K7e6080526@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140235 >Category: ports >Synopsis: New port: www/trac-gitplugin Git plugin for Trac >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 03:20:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 7.2-RELEASE-p1-jc2 amd64 >Organization: >Environment: System: FreeBSD slowhand.douglasthrift.net 7.2-RELEASE-p1-jc2 FreeBSD 7.2-RELEASE-p1-jc2 #0: Thu Jun 18 15:16:49 PDT 2009 user@jail8.johncompanies.com:/usr/obj/usr/src/sys/jail8 amd64 >Description: GitTrac is a plugin for Trac which enables Git to be used instead of Subversion as the VersioningSystemBackend for Trac. WWW: http://trac-hacks.org/wiki/GitPlugin >How-To-Repeat: >Fix: --- trac-gitplugin.shar begins here --- #!/bin/sh # This is a shell archive echo x trac-gitplugin mkdir -p trac-gitplugin > /dev/null 2>&1 echo x trac-gitplugin/Makefile sed 's/^X//' > trac-gitplugin/Makefile << 'SHAR_END' X# New ports collection makefile for: trac-gitplugin X# Date created: 2 November 2009 X# Whom: Douglas Thrift X# X# $FreeBSD$ X# X XPORTNAME= gitplugin XPORTVERSION= 0.11.0.2.7034 XCATEGORIES= www devel python XMASTER_SITES= http://code.douglasthrift.net/files/${PORTNAME}/ XPKGNAMEPREFIX= trac- XDISTNAME= ${PORTNAME}-r${PORTVERSION:E} X XMAINTAINER= douglas@douglasthrift.net XCOMMENT= Git plugin for Trac X XRUN_DEPENDS= git:${PORTSDIR}/devel/git \ X tracd:${PORTSDIR}/www/trac XBUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools X XUSE_PYTHON= yes XUSE_PYDISTUTILS= easy_install XUSE_ZIP= yes XPYDISTUTILS_PKGNAME= TracGit XPYDISTUTILS_PKGVERSION= ${PORTVERSION:R} XWRKSRC= ${WRKDIR}/${PORTNAME}/${PORTVERSION:C/(.[0-9]+){3}$//} X XPLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% X Xpre-configure: X ${CHMOD} -R a+r ${WRKSRC} X X.include <bsd.port.mk> SHAR_END echo x trac-gitplugin/distinfo sed 's/^X//' > trac-gitplugin/distinfo << 'SHAR_END' XMD5 (gitplugin-r7034.zip) = aa97d9343a43be86f1701375f9a90c1d XSHA256 (gitplugin-r7034.zip) = 1ece50a8a0870e860af24d6d91da7d6140f0a716ba79856514a6fd8532d152ab XSIZE (gitplugin-r7034.zip) = 32645 SHAR_END echo x trac-gitplugin/pkg-descr sed 's/^X//' > trac-gitplugin/pkg-descr << 'SHAR_END' XGitTrac is a plugin for Trac which enables Git to be used instead of Subversion Xas the VersioningSystemBackend for Trac. X XWWW: http://trac-hacks.org/wiki/GitPlugin SHAR_END exit --- trac-gitplugin.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911030317.nA33HdNv028334>