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:
parent
e2b96eab4a
commit
eec6901352
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97635
@ -70,6 +70,7 @@
|
||||
SUBDIR += mhc-xemacs21-mule
|
||||
SUBDIR += mnemo
|
||||
SUBDIR += moneydance
|
||||
SUBDIR += moregroupware
|
||||
SUBDIR += mrproject
|
||||
SUBDIR += multi-backgrounds-daemon
|
||||
SUBDIR += multisync
|
||||
|
42
deskutils/moregroupware/Makefile
Normal file
42
deskutils/moregroupware/Makefile
Normal 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>
|
3
deskutils/moregroupware/distinfo
Normal file
3
deskutils/moregroupware/distinfo
Normal 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
|
12
deskutils/moregroupware/pkg-descr
Normal file
12
deskutils/moregroupware/pkg-descr
Normal 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/
|
3145
deskutils/moregroupware/pkg-plist
Normal file
3145
deskutils/moregroupware/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user