mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 0.7.4.
- Add ADDONS and PgSQL as OPTION. - Docs are not updated on tar balls anymore, Docuwiki is now integrated in the groupware. - Pass maintainership to submitter. PR: ports/109133 Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
This commit is contained in:
parent
25866fe7f8
commit
f0510bc98f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185103
@ -6,48 +6,55 @@
|
||||
#
|
||||
|
||||
PORTNAME= moregroupware
|
||||
PORTVERSION= 0.7.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.7.4
|
||||
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
|
||||
DISTNAME= ${PORTNAME}-core-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= eksffa@freebsdbrasil.com.br
|
||||
COMMENT= A web based GroupWare system
|
||||
|
||||
# php extensions
|
||||
USE_PHP= \
|
||||
curl \
|
||||
USE_PHP= curl \
|
||||
gd \
|
||||
pcre \
|
||||
session \
|
||||
xml
|
||||
# uses apache , php4 port decides if it is apache 1 or 2
|
||||
|
||||
WANT_PHP_MOD= yes
|
||||
|
||||
OPTIONS= ADDONS "install additional workgroup features (addons)" off \
|
||||
POSTGRESQL "use PostgreSQL instead of MySQL" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
.endif
|
||||
|
||||
.if defined(WITH_POSTGRESQL)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/psql:${PORTSDIR}/databases/postgresql74-server
|
||||
.else
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/mysql:${PORTSDIR}/databases/mysql41-server
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/mysql:${PORTSDIR}/databases/mysql50-server
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MODULES)
|
||||
DISTFILES+= ${PORTNAME}-modules-insecure-${PORTVERSION}${EXTRACT_SUFX}
|
||||
PLIST_SUB+= MODULES=""
|
||||
.if defined (WITH_ADDONS)
|
||||
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
${PORTNAME}-addons-${PORTVERSION}${EXTRACT_SUFX}
|
||||
PLIST_SUB+= ADDONS=""
|
||||
.else
|
||||
PLIST_SUB+= MODULES="@comment "
|
||||
PLIST_SUB+= ADDONS="@comment "
|
||||
.endif
|
||||
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/moregroupware
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME:R}
|
||||
|
||||
do-install:
|
||||
@${CP} -r ${WRKSRC} ${PREFIX}/www/
|
||||
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/moregroupware
|
||||
|
||||
.include <bsd.port.mk>
|
||||
post-install:
|
||||
${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,9 +1,6 @@
|
||||
MD5 (moregroupware-core-0.7.1.tar.gz) = 444602ba99923f394e0c91c5700314d7
|
||||
SHA256 (moregroupware-core-0.7.1.tar.gz) = 597adb175e97cc8fef1332265ef4d68e3c8c40d4d2e8e233f46216770607f61b
|
||||
SIZE (moregroupware-core-0.7.1.tar.gz) = 2277713
|
||||
MD5 (moregroupware-docs-0.7.1.tar.gz) = 0275d25c543992b3392a963b59d82200
|
||||
SHA256 (moregroupware-docs-0.7.1.tar.gz) = 292913e39e25c1cea03502e21c4691978734d41def22dcfcbe6372e4fe788dfd
|
||||
SIZE (moregroupware-docs-0.7.1.tar.gz) = 2113887
|
||||
MD5 (moregroupware-modules-insecure-0.7.1.tar.gz) = 683091342de7dbeaa35c44b5d1126ae0
|
||||
SHA256 (moregroupware-modules-insecure-0.7.1.tar.gz) = d564d22e499dbef486cb31717c00f931e7804cbd913f17061264cd1c3d5b1bf4
|
||||
SIZE (moregroupware-modules-insecure-0.7.1.tar.gz) = 274588
|
||||
MD5 (moregroupware-core-0.7.4.tar.gz) = b30523ab7dd2bf5003cb897be07201b7
|
||||
SHA256 (moregroupware-core-0.7.4.tar.gz) = 8e53d71a25efc0dd1ae34375a5cd2c695c8d423d9304aaa6dc1ee099b41812d7
|
||||
SIZE (moregroupware-core-0.7.4.tar.gz) = 2449394
|
||||
MD5 (moregroupware-addons-0.7.4.tar.gz) = e7f3ca198866c9a2427c12cbbcbdec5b
|
||||
SHA256 (moregroupware-addons-0.7.4.tar.gz) = 94727e64504cc81cea55aa0a580beec5ffab45f480a7ab95300a074ace943f9b
|
||||
SIZE (moregroupware-addons-0.7.4.tar.gz) = 1729115
|
||||
|
@ -1,5 +1,6 @@
|
||||
Moregroupware is a web-based groupware application.
|
||||
Some of the features that are worth being mentioned:
|
||||
|
||||
Contact/address management
|
||||
Webmail
|
||||
full-featured Calendar
|
||||
|
14
deskutils/moregroupware/pkg-message
Normal file
14
deskutils/moregroupware/pkg-message
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
You are suggested to set the following on php.ini:
|
||||
|
||||
include_path should include "."
|
||||
register_globals should be false (off)
|
||||
magic_quotes_gpc should be false (off)
|
||||
|
||||
Important Notices From Release Notes:
|
||||
|
||||
If you start with this system, please use calendar1 instead of
|
||||
calendar2, it has a somewhat unclear future.
|
||||
|
||||
The admin3 is not finished yet, don't use it, or READ THE DOCS
|
||||
if you really want to try it!
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user