Remove www/opengoo package. Open Goo was rebranded as Feng Office.
This commit is contained in:
parent
c1381d26d1
commit
e9bb4a9b92
6 changed files with 0 additions and 3152 deletions
|
@ -1,10 +0,0 @@
|
|||
# $NetBSD: DEINSTALL,v 1.2 2009/06/14 11:38:34 taca Exp $
|
||||
|
||||
OG_DIR="@PREFIX@/@OG_DIR@"
|
||||
|
||||
case ${STAGE} in
|
||||
DEINSTALL)
|
||||
# remove temporary files.
|
||||
${FIND} ${OG_DIR}/cache ${OG_DIR}/tmp -type f -exec ${RM} -f {} \;
|
||||
;;
|
||||
esac
|
|
@ -1,6 +0,0 @@
|
|||
OpenGoo is an easy to use Open Source Web Office.
|
||||
|
||||
Manage tasks, documents, contacts, e-mail, calendar, and more...
|
||||
Manage project progress, track time, and bill your customers.
|
||||
Access all information from a single and elegant dashboard.
|
||||
Communicate with co-workers, clients and vendors.
|
|
@ -1,11 +0,0 @@
|
|||
# $NetBSD: INSTALL,v 1.2 2009/06/14 13:39:22 taca Exp $
|
||||
|
||||
OG_DIR="@PREFIX@/@OG_DIR@"
|
||||
WWW_USER="@APACHE_USER@"
|
||||
|
||||
case ${STAGE} in
|
||||
POST-INSTALL)
|
||||
# enable to edit language translation.
|
||||
(cd "${OG_DIR}"; ${CHOWN} -R ${WWW_USER} language)
|
||||
;;
|
||||
esac
|
|
@ -1,62 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.12 2009/12/17 00:20:20 taca Exp $
|
||||
#
|
||||
|
||||
DISTNAME= opengoo_1.6
|
||||
PKGNAME= ${DISTNAME:S/_/-/:S/.rc/rc1/}
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opengoo/}
|
||||
EXTRACT_SUFX= .zip
|
||||
DIST_SUBDIR= ${PKGBASE}-20091207
|
||||
|
||||
MAINTAINER= taca@NetBSD.org
|
||||
HOMEPAGE= http://fengoffice.com/web/community/community_index.php
|
||||
COMMENT= Easy to use Open Source Web Office
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.1.0:../../archivers/php-zip
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.1.0:../../textproc/php5-dom
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-imap>=5.1.0:../../mail/php-imap
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}/opengoo
|
||||
USE_TOOLS= pax
|
||||
NO_BUILD= yes
|
||||
|
||||
OWN_DIRS_PERMS+= ${OG_DIR}/public/files ${BINOWN} ${APACHE_GROUP} 0775
|
||||
OWN_DIRS_PERMS+= ${OG_DIR}/upload ${BINOWN} ${APACHE_GROUP} 0770
|
||||
OWN_DIRS_PERMS+= ${OG_DIR}/cache ${BINOWN} ${APACHE_GROUP} 0770
|
||||
OWN_DIRS_PERMS+= ${OG_DIR}/tmp ${BINOWN} ${APACHE_GROUP} 0770
|
||||
OWN_DIRS_PERMS+= ${OG_DIR}/config ${BINOWN} ${APACHE_GROUP} 0770
|
||||
MAKE_DIRS_PERMS+= ${OG_DIR}/tmp/saveatt ${BINOWN} ${APACHE_GROUP} 0770
|
||||
|
||||
BUILD_DEFS+= APACHE_GROUP APACHE_USER
|
||||
FILES_SUBST+= OG_DIR=${OG_DIR} APACHE_USER=${APACHE_USER}
|
||||
PLIST_SUBST+= OG_DIR=${OG_DIR}
|
||||
|
||||
PRINT_PLIST_AWK+= /^${OG_DIR:S|/|\\/|g}/ \
|
||||
{ gsub(/${OG_DIR:S|/|\\/|g}/, "$${OG_DIR}"); \
|
||||
print; next; }
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
OG_DIR?= share/opengoo
|
||||
|
||||
post-extract:
|
||||
cd ${WRKSRC}; ${FIND} . -type f -exec ${CHMOD} -x {} \;
|
||||
|
||||
pre-install:
|
||||
cd ${WRKSRC}; ${RM} -f .htaccess .project \
|
||||
application/views/files/.cvsignore \
|
||||
environment/classes/.cvsignore \
|
||||
config/empty.config.php
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}; ${FIND} . -type f -print | \
|
||||
pax -rw ${DESTDIR}${PREFIX}/${OG_DIR}
|
||||
|
||||
.include "../../lang/php/phpversion.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3058
www/opengoo/PLIST
3058
www/opengoo/PLIST
File diff suppressed because it is too large
Load diff
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.8 2009/12/11 16:32:31 taca Exp $
|
||||
|
||||
SHA1 (opengoo-20091207/opengoo_1.6.zip) = e03d0b2f1cfe7ce39c683e72f133ca4fa82d6e1c
|
||||
RMD160 (opengoo-20091207/opengoo_1.6.zip) = e4a15f4deaedc6c5536b72e1d834d72441aadff4
|
||||
Size (opengoo-20091207/opengoo_1.6.zip) = 7198310 bytes
|
Loading…
Reference in a new issue