1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Whups is Horde's ticket-tracking application. It is very flexible in design,

and can be used for help-desk requests, tracking sofware development, and
anything else that needs to track a set of requests and their status.

WWW: http://www.horde.org/apps/whups/
This commit is contained in:
Martin Matuska 2011-10-11 20:46:18 +00:00
parent 15a10bfec0
commit 52c44a84c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283396
4 changed files with 58 additions and 0 deletions

View File

@ -561,6 +561,7 @@
SUBDIR += horde-whups
SUBDIR += horde4-content
SUBDIR += horde4-timeobjects
SUBDIR += horde4-whups
SUBDIR += hp48cc
SUBDIR += hp48xgcc
SUBDIR += hs-BNFC

View File

@ -0,0 +1,50 @@
# Ports collection makefile for: horde4-whups
# Date created: Oct 11, 2011
# Whom: Martin Matuska (mm@FreeBSD.org)
#
# $FreeBSD$
#
PORTNAME= whups
DISTVERSION= 2.0.0RC1
CATEGORIES= devel www pear
PKGNAMEPREFIX= horde-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde bug tracking/ticketing system
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
LATEST_LINK= horde4-${PORTNAME}
USE_PHP= gettext
USE_HORDE_BUILD= Horde_Role
USE_HORDE_RUN= Horde_Role \
horde \
Horde_Auth \
Horde_Autoloader \
Horde_Compress \
Horde_Core \
Horde_Date \
Horde_Db \
Horde_Exception \
Horde_Form \
Horde_Group \
Horde_Mail \
Horde_Mime \
Horde_Mime_Viewer \
Horde_Notification \
Horde_Perms \
Horde_Prefs \
Horde_Scheduler \
Horde_Share \
Horde_Support \
Horde_Text_Filter \
Horde_Util \
Horde_Vfs \
Horde_View
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/whups-2.0.0RC1.tgz) = 1b9ac0c917aa56dcef909a4ef8ca678d1e3b7b7042a6de4077e0a20bb327ba5e
SIZE (Horde/whups-2.0.0RC1.tgz) = 1325898

View File

@ -0,0 +1,5 @@
Whups is Horde's ticket-tracking application. It is very flexible in design,
and can be used for help-desk requests, tracking sofware development, and
anything else that needs to track a set of requests and their status.
WWW: http://www.horde.org/apps/whups/