diff options
author | pav <pav@FreeBSD.org> | 2005-07-19 20:44:31 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-19 20:44:31 +0000 |
commit | bbe78d46366e8cb28f1cfec5a048cf60bbf43056 (patch) | |
tree | c7420a791fa66597e143b1942aeff34017bb2f3c /www | |
parent | 8c7d1e02c643cbd3589cdd6e855116bdb9b61904 (diff) | |
download | FreeBSD-ports-bbe78d46366e8cb28f1cfec5a048cf60bbf43056.zip FreeBSD-ports-bbe78d46366e8cb28f1cfec5a048cf60bbf43056.tar.gz |
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>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/eventum/Makefile | 39 | ||||
-rw-r--r-- | www/eventum/distinfo | 2 | ||||
-rw-r--r-- | www/eventum/pkg-descr | 9 |
4 files changed, 51 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 0b8c72d..f2ef8dd 100644 --- a/www/Makefile +++ b/www/Makefile @@ -106,6 +106,7 @@ SUBDIR += epiphany SUBDIR += epiphany-extensions SUBDIR += erwn + SUBDIR += eventum SUBDIR += evg SUBDIR += evolution-webcal SUBDIR += fcgi diff --git a/www/eventum/Makefile b/www/eventum/Makefile new file mode 100644 index 0000000..6d619ce --- /dev/null +++ b/www/eventum/Makefile @@ -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> diff --git a/www/eventum/distinfo b/www/eventum/distinfo new file mode 100644 index 0000000..42c81c5 --- /dev/null +++ b/www/eventum/distinfo @@ -0,0 +1,2 @@ +MD5 (eventum-1.5.4.tar.gz) = 0de0b1cfe4b92179cb7a52a819871856 +SIZE (eventum-1.5.4.tar.gz) = 836318 diff --git a/www/eventum/pkg-descr b/www/eventum/pkg-descr new file mode 100644 index 0000000..711a5f3 --- /dev/null +++ b/www/eventum/pkg-descr @@ -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 |