Add eGroupWare (repocopied from phpgroupware).
This commit is contained in:
parent
e267296ddc
commit
26439a86cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117281
@ -16,6 +16,7 @@
|
||||
SUBDIR += dlume
|
||||
SUBDIR += dragstack
|
||||
SUBDIR += drivel
|
||||
SUBDIR += egroupware
|
||||
SUBDIR += fusenshi
|
||||
SUBDIR += gaddr
|
||||
SUBDIR += ganttproject
|
||||
|
@ -1,30 +1,58 @@
|
||||
# New ports collection makefile for: phpgroupware
|
||||
# New ports collection makefile for: egroupware
|
||||
# Date created: 27 March 2001
|
||||
# Whom: Jimmy Olgeni <olgeni@uli.it>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= phpgroupware
|
||||
PORTVERSION= 0.9.16.002
|
||||
PORTNAME= eGroupWare
|
||||
PORTVERSION= 1.0.00.004
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= phpgroupware
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
MASTER_SITE_SUBDIR= egroupware
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-2
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= A web based GroupWare system
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
|
||||
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/phpgroupware
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PHP= pcre session xml
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/egroupware
|
||||
|
||||
.if defined(WITH_POSTGRESQL)
|
||||
USE_PHP+= pgsql
|
||||
.endif
|
||||
.if defined(WITH_MBSTRING)
|
||||
USE_PHP+= mbstring
|
||||
.endif
|
||||
.if defined(WITH_IMAP)
|
||||
USE_PHP+= imap
|
||||
.endif
|
||||
.if defined(WITH_GD)
|
||||
USE_PHP+= gd
|
||||
.endif
|
||||
|
||||
DEST= ${PREFIX}/www/data-dist/egroupware
|
||||
|
||||
post-extract:
|
||||
@${FIND} ${WRKSRC} -name CVS -type d | ${XARGS} ${RM} -rf
|
||||
@${FIND} ${WRKSRC} -name CVS -type d | ${XARGS} ${RM} -rf
|
||||
|
||||
do-install:
|
||||
@${CP} -r ${WRKSRC} ${PREFIX}/www/data-dist/
|
||||
@${CP} -r ${WRKSRC} ${PREFIX}/www/data-dist/
|
||||
${CHMOD} g+w ${DEST}/phpgwapi/images ${DEST}/fudforum
|
||||
${CHGRP} ${WWWGRP} ${DEST}/phpgwapi/images ${DEST}/fudforum
|
||||
|
||||
# postgresql.conf
|
||||
# tcpip_socket = true
|
||||
# ports = 5432
|
||||
#
|
||||
# pg_hba.conf
|
||||
# local egroupware trust
|
||||
# host egroupwaredbname all 127.0.0.1 255.255.255 md5
|
||||
#
|
||||
# createuser $dbuser -P -A -d
|
||||
# createdb -U $dbuser $dbname
|
||||
#
|
||||
# Open http://localhost/egroupware/setup/index.php
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (phpgroupware-0.9.16.002.tar.bz2) = e53885fd3e1fd60b2ee587af281a7c02
|
||||
SIZE (phpgroupware-0.9.16.002.tar.bz2) = 17482130
|
||||
MD5 (eGroupWare-1.0.00.004-2.tar.bz2) = b3df0b3dc95f043c22eacf4a92563d8a
|
||||
SIZE (eGroupWare-1.0.00.004-2.tar.bz2) = 10193131
|
||||
|
@ -1,6 +1,6 @@
|
||||
phpGroupWare is a web based GroupWare system. It comes with serveral core
|
||||
apps for email, calendar, todo list, address book, file manager, and a
|
||||
notepad. It also provides a framework for add-on applications to integrate
|
||||
seamlessly in phpGroupWare.
|
||||
eGroupWare is a multi-user, web-based groupware suite developed on a
|
||||
custom set of PHP-based APIs. Currently available modules include:
|
||||
email, addressbook, calendar, infolog (notes, to-do's, phone calls),
|
||||
content management, forum, bookmarks, wiki.
|
||||
|
||||
WWW: http://phpgroupware.org/
|
||||
WWW: http://www.egroupware.org/
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user