summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2011-11-02 01:08:32 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2011-11-02 01:08:32 +0000
commitd34b69ba4e578568759b457f4b4364c16b16577b (patch)
treef0d7c01ef2dcc6f8f3173818765d50fd742d13d2
parent- Port audio/libmpdclient updated to 2.6 (diff)
Backlogs is a Redmine plugin that's designed to do just enough so your team
can work in an agile way. It's still a work in progress, but we're already using it on a daily basis and continually improve on it. We hope you'll find it useful too! WWW: http://www.redminebacklogs.net/
Notes
Notes: svn path=/head/; revision=284889
-rw-r--r--www/Makefile1
-rw-r--r--www/redmine-backlogs/Makefile27
-rw-r--r--www/redmine-backlogs/distinfo2
-rw-r--r--www/redmine-backlogs/pkg-descr6
4 files changed, 36 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 10a903b166e0..f371207c582c 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1576,6 +1576,7 @@
SUBDIR += quixote
SUBDIR += red5
SUBDIR += redmine
+ SUBDIR += redmine-backlogs
SUBDIR += redmine-basecamp
SUBDIR += redmine-http-auth
SUBDIR += rejik
diff --git a/www/redmine-backlogs/Makefile b/www/redmine-backlogs/Makefile
new file mode 100644
index 000000000000..94d2e598cc41
--- /dev/null
+++ b/www/redmine-backlogs/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: redmine-backlogs
+# Date created: 2011-11-01
+# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= backlogs
+PORTVERSION= 0.6.16
+CATEGORIES= www
+MASTER_SITES= http://people.freebsd.org/~pgollucci/ \
+ LOCAL/pgollucci
+
+MAINTAINER= pgollucci@FreeBSD.org
+COMMENT= Agile plugin for Redmine
+
+RUN_DEPENDS+= rubygem-icalendar>=0.4.2:${PORTSDIR}/devel/rubygem-icalendar \
+ rubygem-prawn>=0:${PORTSDIR}/print/rubygem-prawn \
+ rubygem-holidays>=0:${PORTSDIR}/devel/rubygem-holidays \
+ rubygem-open-uri-cached>=0:${PORTSDIR}/net/rubygem-open-uri-cached \
+ rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri
+
+WRKSRC= ${WRKDIR}/relaxdiego-redmine_backlogs-061c9ac
+
+REDMINE_PLUGIN_NAME= redmine_backlogs
+
+.include "${.CURDIR}/../../www/redmine/bsd.redmine.mk"
diff --git a/www/redmine-backlogs/distinfo b/www/redmine-backlogs/distinfo
new file mode 100644
index 000000000000..9aedbdd6af2c
--- /dev/null
+++ b/www/redmine-backlogs/distinfo
@@ -0,0 +1,2 @@
+SHA256 (backlogs-0.6.16.tar.gz) = 7749e79fa8f03d88d0e29f0c1b8c07acf1d16e0e8af0e6848614d350ca774fe9
+SIZE (backlogs-0.6.16.tar.gz) = 6062357
diff --git a/www/redmine-backlogs/pkg-descr b/www/redmine-backlogs/pkg-descr
new file mode 100644
index 000000000000..4e2f667657f8
--- /dev/null
+++ b/www/redmine-backlogs/pkg-descr
@@ -0,0 +1,6 @@
+Backlogs is a Redmine plugin that's designed to do just enough so your team
+can work in an agile way. It's still a work in progress, but we're already
+using it on a daily basis and continually improve on it. We hope you'll
+find it useful too!
+
+WWW: http://www.redminebacklogs.net/