From 94adef10b61d1a9e815866554be6d43bf907845c Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 19 Jul 2005 20:44:31 +0000 Subject: 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 --- www/eventum/Makefile | 39 +++++++++++++++++++++++++++++++++++++++ www/eventum/distinfo | 2 ++ www/eventum/pkg-descr | 9 +++++++++ 3 files changed, 50 insertions(+) create mode 100644 www/eventum/Makefile create mode 100644 www/eventum/distinfo create mode 100644 www/eventum/pkg-descr (limited to 'www/eventum') diff --git a/www/eventum/Makefile b/www/eventum/Makefile new file mode 100644 index 000000000000..6d619ce5ffb7 --- /dev/null +++ b/www/eventum/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: eventum +# Date created: 2005-07-18 +# Whom: Babak Farrokhi +# +# $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 diff --git a/www/eventum/distinfo b/www/eventum/distinfo new file mode 100644 index 000000000000..42c81c565afd --- /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 000000000000..711a5f31616c --- /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 -- cgit v1.2.3