1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

[NEW PORT] deskutils/moregroupware: A web based GroupWare system

Another groupware system:

	Moregroupware is a web-based groupware application.
	Some of the features that are worth being mentioned:
		Contact/address management
		Webmail
		full-featured Calendar
		ToDo management
		News
		Project management
		Some preferences for each module
		Skins based on Cascading Style Sheets

	WWW: http://moregroupware.sourceforge.net/

PR:		ports/60715,ports/59157
Submitted by:	Rob Evers <rob@debank.tv>,Sebastian Yepes F. [ESN] <esn@x123.info>
This commit is contained in:
Edwin Groothuis 2004-01-08 02:35:25 +00:00
parent e2b96eab4a
commit eec6901352
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97635
5 changed files with 3203 additions and 0 deletions

View File

@ -70,6 +70,7 @@
SUBDIR += mhc-xemacs21-mule
SUBDIR += mnemo
SUBDIR += moneydance
SUBDIR += moregroupware
SUBDIR += mrproject
SUBDIR += multi-backgrounds-daemon
SUBDIR += multisync

View File

@ -0,0 +1,42 @@
# New ports collection makefile for: deskutils/moregroupware
# Date created: December 30th 2003
# Whom: Rob Evers <rob@debank.tv>
#
# $FreeBSD$
#
PORTNAME= moregroupware
PORTVERSION= 0.7.1
CATEGORIES= deskutils www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= moregroupware
DISTNAME= ${PORTNAME}-core-${PORTVERSION}${EXTRACT_SUFX}
.if !defined(NOPORTDOCS)
DISTFILES= ${PORTNAME}-core-${PORTVERSION}${EXTRACT_SUFX} \
${PORTNAME}-docs-${PORTVERSION}${EXTRACT_SUFX}
.endif
MAINTAINER= rob@debank.tv
COMMENT= A web based GroupWare system
.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
.if defined(WITH_MODULES)
DISTFILES+= ${PORTNAME}-modules-insecure-${PORTVERSION}${EXTRACT_SUFX}
PLIST_SUB+= MODULES=""
.else
PLIST_SUB+= MODULES="@comment "
.endif
NO_BUILD= yes
WRKSRC= ${WRKDIR}/moregroupware
do-install:
@${CP} -r ${WRKSRC} ${PREFIX}/www/
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/moregroupware
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (moregroupware-core-0.7.1.tar.gz) = cb66c8264760c7c51c1b3f7f6f268295
MD5 (moregroupware-docs-0.7.1.tar.gz) = 0275d25c543992b3392a963b59d82200
MD5 (moregroupware-modules-insecure-0.7.1.tar.gz) = 683091342de7dbeaa35c44b5d1126ae0

View File

@ -0,0 +1,12 @@
Moregroupware is a web-based groupware application.
Some of the features that are worth being mentioned:
Contact/address management
Webmail
full-featured Calendar
ToDo management
News
Project management
Some preferences for each module
Skins based on Cascading Style Sheets
WWW: http://moregroupware.sourceforge.net/

File diff suppressed because it is too large Load Diff