- New port: deskutils/fengoffice

It is a complete solution for every organization to create, collaborate, share
and publish all its internal and external documents.

You and your team can create and collaborate on:

- Text documents
- Spreadsheets (coming soon)
- Presentations
- Task Lists
- E-mails
- Calendars
- Web Links
- Contacts

WWW:    http://www.fengoffice.com/
This commit is contained in:
Jose Alonso Cardenas Marquez 2011-06-24 20:20:30 +00:00
parent 28469c3c93
commit 1c0a1fd27d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276220
6 changed files with 4164 additions and 3598 deletions

View File

@ -64,6 +64,7 @@
SUBDIR += everygui
SUBDIR += evolution-jescs
SUBDIR += fbreader
SUBDIR += fengoffice
SUBDIR += fet
SUBDIR += freemind
SUBDIR += fusenshi

View File

@ -5,14 +5,14 @@
# $FreeBSD$
#
PORTNAME= opengoo
PORTVERSION= 1.5.2
PORTNAME= fengoffice
PORTVERSION= 1.7.5
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}_${PORTVERSION}
MASTER_SITES= SF/opengoo/${PORTNAME}/${PORTNAME}_${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= acm@FreeBSD.org
COMMENT= An open source web office
COMMENT= An open source web-based collaboration software
USE_ZIP= yes
NO_BUILD= yes
@ -24,18 +24,17 @@ WANT_PHP_WEB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
SUB_FILES= pkg-message
OPENGOO_DIR= www/${PORTNAME}
OPENGOO_WWWDIR= ${PREFIX}/${OPENGOO_DIR}
FENGOFFICE_DIR= www/${PORTNAME}
FENGOFFICE_WWWDIR= ${PREFIX}/${FENGOFFICE_DIR}
post-extract:
@${MKDIR} ${WRKDIR}/${PORTNAME}-docs
@${MV} ${WRKSRC}/readme.txt ${WRKDIR}/${PORTNAME}-docs/README
@${RM} ${WRKSRC}/.project ${WRKSRC}/license.txt
do-install:
@${MKDIR} ${OPENGOO_WWWDIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${OPENGOO_WWWDIR}
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${OPENGOO_WWWDIR}
@${MKDIR} ${FENGOFFICE_WWWDIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${FENGOFFICE_WWWDIR}
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${FENGOFFICE_WWWDIR}
.if !defined (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-docs/README ${DOCSDIR}

View File

@ -1,2 +1,2 @@
SHA256 (opengoo_1.5.2.zip) = ed482b7259c529769e338daddb582598214ca67add7296c7cadf068cdc0225df
SIZE (opengoo_1.5.2.zip) = 6970062
SHA256 (fengoffice_1.7.5.zip) = 80ad31bfc3896b43598fa1e69ae3e4199b77a650da9b60de53d310ee73d80d80
SIZE (fengoffice_1.7.5.zip) = 8663690

View File

@ -1,6 +1,6 @@
###############################################################################
The OpenGoo open source weboffice was installed
The FengOffice open source weboffice was installed
1) Please read the documentation about of how configure opengoo in your system
at:

View File

@ -12,4 +12,4 @@ You and your team can create and collaborate on:
- Web Links
- Contacts
WWW: http://www.opengoo.org/
WWW: http://www.fengoffice.com/

File diff suppressed because it is too large Load Diff