mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Eventum is a user-friendly and flexible issue tracking system
that can be used by a support department to track incoming technical support requests, or by a software development team to quickly organize tasks and bugs. PR: ports/83690 Submitted by: Babak Farrokhi <babak@farrokhi.net>
This commit is contained in:
parent
3045d29cc6
commit
94adef10b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139620
@ -106,6 +106,7 @@
|
||||
SUBDIR += epiphany
|
||||
SUBDIR += epiphany-extensions
|
||||
SUBDIR += erwn
|
||||
SUBDIR += eventum
|
||||
SUBDIR += evg
|
||||
SUBDIR += evolution-webcal
|
||||
SUBDIR += fcgi
|
||||
|
39
www/eventum/Makefile
Normal file
39
www/eventum/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection makefile for: eventum
|
||||
# Date created: 2005-07-18
|
||||
# Whom: Babak Farrokhi <babak@farrokhi.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= eventum
|
||||
PORTVERSION= 1.5.4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_MYSQL}
|
||||
MASTER_SITE_SUBDIR= eventum
|
||||
|
||||
MAINTAINER= babak@farrokhi.net
|
||||
COMMENT= Eventum issue tracking system
|
||||
|
||||
NO_BUILD= YES
|
||||
USE_PHP= pcre session mysql gd
|
||||
WANT_PHP_WEB= YES
|
||||
PLIST_SUB+= EVENTUM=${EVENTUM}
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
|
||||
EVENTUM?= www/data-dist/eventum
|
||||
PLIST_SUB+= EVENTUM=${EVENTUM}
|
||||
|
||||
pre-install:
|
||||
@cd ${WRKSRC} && ${FIND} -s * -type f | \
|
||||
${SED} -e 's|^|${EVENTUM}/|' > ${PLIST} \
|
||||
&& ${FIND} -d * -type d | \
|
||||
${SED} -e 's|^|@dirrm ${EVENTUM}/|' >> ${PLIST} \
|
||||
&& ${ECHO_CMD} @dirrm ${EVENTUM} >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/${EVENTUM}
|
||||
${CP} -R ${WRKSRC}/ ${PREFIX}/${EVENTUM}
|
||||
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${EVENTUM}
|
||||
${CHMOD} -R 755 ${PREFIX}/${EVENTUM}
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/eventum/distinfo
Normal file
2
www/eventum/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (eventum-1.5.4.tar.gz) = 0de0b1cfe4b92179cb7a52a819871856
|
||||
SIZE (eventum-1.5.4.tar.gz) = 836318
|
9
www/eventum/pkg-descr
Normal file
9
www/eventum/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Eventum is a user-friendly and flexible issue tracking system
|
||||
that can be used by a support department to track incoming
|
||||
technical support requests, or by a software development team
|
||||
to quickly organize tasks and bugs.
|
||||
|
||||
WWW: http://www.mysql.com/products/eventum
|
||||
|
||||
- Babak Farrokhi
|
||||
babak@farrokhi.net
|
Loading…
Reference in New Issue
Block a user