aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2008-05-19 10:07:50 +0800
committerbeech <beech@FreeBSD.org>2008-05-19 10:07:50 +0800
commit25af8cf9b01f1504da849549fbe900b8d5b04138 (patch)
treeaf72626bbcde7791eaa2b7f006c0725f8893a31c /devel
parentb83659ef70cad4ebb72298c3539d1726835ba664 (diff)
downloadfreebsd-ports-gnome-25af8cf9b01f1504da849549fbe900b8d5b04138.tar.gz
freebsd-ports-gnome-25af8cf9b01f1504da849549fbe900b8d5b04138.tar.zst
freebsd-ports-gnome-25af8cf9b01f1504da849549fbe900b8d5b04138.zip
- 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>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/gittrac/Makefile19
-rw-r--r--devel/gittrac/pkg-message4
3 files changed, 24 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 9a2155c88c2d..5e913fb30d55 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -404,6 +404,7 @@
SUBDIR += gindent
SUBDIR += gio-fam-backend
SUBDIR += git
+ SUBDIR += gittrac
SUBDIR += glade2
SUBDIR += glade3
SUBDIR += glademm
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.