mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
- New port svntrac
- Slave port based on devel/cvstrac that implements Trac-like functionality for the Subversion SCM system. PR: ports/123651 Submitted by: Greg Larkin <glarkin at sourcehosting.net>
This commit is contained in:
parent
91b00c137b
commit
31530afdbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213307
@ -2360,6 +2360,7 @@
|
||||
SUBDIR += svn_load_dirs
|
||||
SUBDIR += svndelta
|
||||
SUBDIR += svnkit
|
||||
SUBDIR += svntrac
|
||||
SUBDIR += swig11
|
||||
SUBDIR += swig13
|
||||
SUBDIR += synfig
|
||||
|
19
devel/svntrac/Makefile
Normal file
19
devel/svntrac/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# New ports collection makefile for: svntrac
|
||||
# Date created: 13 May 2008
|
||||
# Whom: Greg Larkin <glarkin@sourcehosting.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= svntrac
|
||||
CATEGORIES= devel
|
||||
|
||||
COMMENT= Web-Based Bug And Patch-Set Tracking System For Subversion
|
||||
|
||||
RUN_DEPENDS= subversion>=0:${PORTSDIR}/devel/subversion
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../cvstrac
|
||||
MAKE_ARGS= APPNAME=svntrac
|
||||
PKGMESSAGE= ${.CURDIR}/pkg-message
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
4
devel/svntrac/pkg-message
Normal file
4
devel/svntrac/pkg-message
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
Please follow the detailed installation instructions in the CVSTrac
|
||||
Wiki at http://www.cvstrac.org/cvstrac/wiki?p=SvnTrac for information
|
||||
on how to get SvnTrac up and running in your preferred configuration.
|
Loading…
Reference in New Issue
Block a user