diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2011-11-02 09:08:32 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2011-11-02 09:08:32 +0800 |
commit | 85b2a204f1eb6368c253d578621d4334e42e836b (patch) | |
tree | 2208c5838241e587dda65608189cb0ed3a1bfc2d /www | |
parent | f3cacf1a2ecb3f9aaf744d58b2a357fcbdaed57d (diff) | |
download | freebsd-ports-gnome-85b2a204f1eb6368c253d578621d4334e42e836b.tar.gz freebsd-ports-gnome-85b2a204f1eb6368c253d578621d4334e42e836b.tar.zst freebsd-ports-gnome-85b2a204f1eb6368c253d578621d4334e42e836b.zip |
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/
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/redmine-backlogs/Makefile | 27 | ||||
-rw-r--r-- | www/redmine-backlogs/distinfo | 2 | ||||
-rw-r--r-- | www/redmine-backlogs/pkg-descr | 6 |
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/ |