From 84e2f3753feaf5d07004e5d3ca59406c43172f73 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 24 Jan 2005 17:13:36 +0000 Subject: A new port for the PHP based groupware application. PHProjekt is a modular application for the coordination of group activities and to share informations and document via intranet and internet. Components of PHProjekt: Group calendar, project management, time card system, file management, contact manager, mail client and 9 other modules. PHProjekt supports many protocols like ldap, soap and webdav and is available for 36 languages and 6 databases. PR: ports/76572 Submitted by: Gerrit Beine --- deskutils/Makefile | 1 + deskutils/phprojekt/Makefile | 36 ++++++++++++++++++++++++++++++++++++ deskutils/phprojekt/distinfo | 2 ++ deskutils/phprojekt/pkg-descr | 10 ++++++++++ 4 files changed, 49 insertions(+) create mode 100644 deskutils/phprojekt/Makefile create mode 100644 deskutils/phprojekt/distinfo create mode 100644 deskutils/phprojekt/pkg-descr (limited to 'deskutils') diff --git a/deskutils/Makefile b/deskutils/Makefile index 2fe8d0566bd4..f5a0bbd40c71 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -106,6 +106,7 @@ SUBDIR += pal SUBDIR += phpgroupware SUBDIR += phpicalendar + SUBDIR += phprojekt SUBDIR += plan SUBDIR += planner SUBDIR += plans diff --git a/deskutils/phprojekt/Makefile b/deskutils/phprojekt/Makefile new file mode 100644 index 000000000000..1e6522e5aaf6 --- /dev/null +++ b/deskutils/phprojekt/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: deskutils/phprojekt +# Date created: January 33th 2005 +# Whom: Gerrit Beine +# +# $FreeBSD$ +# + +PORTNAME= phprojekt +PORTVERSION= 4.2.3 +CATEGORIES= deskutils www +MASTER_SITES= http://www.phprojekt.com/download/ +DISTNAME= ${PORTNAME} + +MAINTAINER= tux@pinguru.net +COMMENT= An open source groupware suite + +.if defined(WITH_APACHE2) +RUN_DEPENDS= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4 +.else +RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 +.endif + +NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g} + +do-install: + @${CP} -r ${WRKSRC} ${PREFIX}/www/${PORTNAME} + @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/${PORTNAME} + +post-install: + @${FIND} ${WRKSRC}/${file} -not -type d \ + | ${SED} -ne 's,^${WRKSRC},www/${PORTNAME},p' >> ${TMPPLIST} + @${FIND} -d ${WRKSRC}/${file} -type d \ + | ${SED} -ne 's,^${WRKSRC},@dirrm www/${PORTNAME},p' >> ${TMPPLIST} + +.include diff --git a/deskutils/phprojekt/distinfo b/deskutils/phprojekt/distinfo new file mode 100644 index 000000000000..b2c1067a1dfa --- /dev/null +++ b/deskutils/phprojekt/distinfo @@ -0,0 +1,2 @@ +MD5 (phprojekt.tar.gz) = fadc44a750d97d2a2963c21d3a502d24 +SIZE (phprojekt.tar.gz) = 1017804 diff --git a/deskutils/phprojekt/pkg-descr b/deskutils/phprojekt/pkg-descr new file mode 100644 index 000000000000..3d7287e06afb --- /dev/null +++ b/deskutils/phprojekt/pkg-descr @@ -0,0 +1,10 @@ +PHProjekt - an open source groupware suite + +PHProjekt is a modular application for the coordination of group activities and +to share informations and document via intranet and internet. +Components of PHProjekt: Group calendar, project management, time card system, +file management, contact manager, mail client and 9 other modules. +PHProjekt supports many protocols like ldap, soap and webdav and is available +for 36 languages and 6 databases. + +WWW: http://www.phprojekt.com/ -- cgit v1.2.3