aboutsummaryrefslogtreecommitdiff
path: root/devel/gittrac
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-05-19 02:07:50 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-05-19 02:07:50 +0000
commit91b00c137b5e43eda239b7f8bbbc73ab46c09815 (patch)
treef372a3b8e94f88f996545f17c0ad3745439eea97 /devel/gittrac
parentfff44c1ab5cf049a6cccdc71b8a12012ec2b090b (diff)
- New port gittrac: Web-Based Bug And Patch-Set Tracking System For Git
- Slave port based on devel/cvstrac that implements Trac-like functionality for the Git SCM system. PR: ports/123565 Submitted by: Greg Larkin <glarkin at sourcehosting.net>
Notes
Notes: svn path=/head/; revision=213305
Diffstat (limited to 'devel/gittrac')
-rw-r--r--devel/gittrac/Makefile19
-rw-r--r--devel/gittrac/pkg-message4
2 files changed, 23 insertions, 0 deletions
diff --git a/devel/gittrac/Makefile b/devel/gittrac/Makefile
new file mode 100644
index 000000000000..f7a885e28b3a
--- /dev/null
+++ b/devel/gittrac/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: gittrac
+# Date created: 30 Apr 2008
+# Whom: Greg Larkin <glarkin@sourcehosting.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gittrac
+CATEGORIES= devel
+
+COMMENT= Web-Based Bug And Patch-Set Tracking System For Git
+
+RUN_DEPENDS= git>=0:${PORTSDIR}/devel/git
+
+MASTERDIR= ${.CURDIR}/../cvstrac
+MAKE_ARGS= APPNAME=gittrac
+PKGMESSAGE= ${.CURDIR}/pkg-message
+
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/gittrac/pkg-message b/devel/gittrac/pkg-message
new file mode 100644
index 000000000000..ef086b2c917c
--- /dev/null
+++ b/devel/gittrac/pkg-message
@@ -0,0 +1,4 @@
+
+Please follow the detailed installation instructions in the CVSTrac
+Wiki at http://www.cvstrac.org/cvstrac/wiki?p=GitTrac for information
+on how to get GitTrac up and running in your preferred configuration.