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/
This commit is contained in:
parent
c5c511a886
commit
d34b69ba4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284889
4 changed files with 36 additions and 0 deletions
|
@ -1576,6 +1576,7 @@
|
|||
SUBDIR += quixote
|
||||
SUBDIR += red5
|
||||
SUBDIR += redmine
|
||||
SUBDIR += redmine-backlogs
|
||||
SUBDIR += redmine-basecamp
|
||||
SUBDIR += redmine-http-auth
|
||||
SUBDIR += rejik
|
||||
|
|
27
www/redmine-backlogs/Makefile
Normal file
27
www/redmine-backlogs/Makefile
Normal file
|
@ -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"
|
2
www/redmine-backlogs/distinfo
Normal file
2
www/redmine-backlogs/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (backlogs-0.6.16.tar.gz) = 7749e79fa8f03d88d0e29f0c1b8c07acf1d16e0e8af0e6848614d350ca774fe9
|
||||
SIZE (backlogs-0.6.16.tar.gz) = 6062357
|
6
www/redmine-backlogs/pkg-descr
Normal file
6
www/redmine-backlogs/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue