pkgsrc/www/php-owncloud/Makefile

58 lines
1.5 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.40 2013/11/22 14:34:33 ryoon Exp $
#
DISTNAME= owncloud-5.0.13
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://download.owncloud.org/community/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://owncloud.org/
COMMENT= Web services under your control
LICENSE= gnu-agpl-v3
EXTRACT_USING= bsdtar
Update to 4.0.4 * php-sqlite is no longer needed at least fresh installation * Tested with php54 and apache24 * php-xml is needed * Update MESSAGE Changelog: Version 4.0.4 June 28rd 2012 Fix assigning several groups to a user. Fix LDAP connector with AD servers Conserve some memory in Contacts App Fix a warning in Gallery when deleting files Fix a bug in the music scanner Version 4.0.3 June 23rd 2012 Added a check if the .htaccess file is working and the data directory is protected or not. Added a check if a user is allowed to edit a bookmark or not. Fix the bookmarklet Fix the timezone in the datepicker Fix mimetype detection for cdr files Fix the filecache for the /Shared folder Fix a potential data corruption bug in the encryption app Don¡­t show other users filenames during filesystem cache rebuild Fix several XSS bugs Performance improvements for WebDAV and Desktop Syncing Fix quota calculation Improve the LDAP integration and group management Fix problems with the pdf viewer Fix user account migration Implement several CSRF security checks Fix a gallery bug where first picture is repeated in the last picture. Lot¡­s of calendar fixes Fix problem with ¡È/¡É in filenames Updated translations Several fixes in Contacts Lot¡­s of fixes in the Tasks App Fix a bug in the filesystem cache with ghost entries Version 4.0.2 June 11th 2012 Lot¡Çs of gallery fixes More 3rd party apps visible Fixed update notifications Several calendar fixes Several XSS fixes in calendar Several improvements in contacts Fix infinite redirect during setup for windows hosts Several XSS fixes in contacts New user password salting Several LDAP fixes Fix duplicate emails in sharing Improved compatibility with Android browser Fixed calendar links Fixed logging Allow ¡È/¡É in filenames Updated translations Fixed reverse proxy and custom hosts configuration Fix contact photo editing Don¡Çt allow renaming, deleting and resharing of shared folder
2012-07-10 15:20:19 +02:00
DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.3.0:../../textproc/php-dom
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.3.0:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=5.3.0:../../converters/php-iconv
Update to 4.0.4 * php-sqlite is no longer needed at least fresh installation * Tested with php54 and apache24 * php-xml is needed * Update MESSAGE Changelog: Version 4.0.4 June 28rd 2012 Fix assigning several groups to a user. Fix LDAP connector with AD servers Conserve some memory in Contacts App Fix a warning in Gallery when deleting files Fix a bug in the music scanner Version 4.0.3 June 23rd 2012 Added a check if the .htaccess file is working and the data directory is protected or not. Added a check if a user is allowed to edit a bookmark or not. Fix the bookmarklet Fix the timezone in the datepicker Fix mimetype detection for cdr files Fix the filecache for the /Shared folder Fix a potential data corruption bug in the encryption app Don¡­t show other users filenames during filesystem cache rebuild Fix several XSS bugs Performance improvements for WebDAV and Desktop Syncing Fix quota calculation Improve the LDAP integration and group management Fix problems with the pdf viewer Fix user account migration Implement several CSRF security checks Fix a gallery bug where first picture is repeated in the last picture. Lot¡­s of calendar fixes Fix problem with ¡È/¡É in filenames Updated translations Several fixes in Contacts Lot¡­s of fixes in the Tasks App Fix a bug in the filesystem cache with ghost entries Version 4.0.2 June 11th 2012 Lot¡Çs of gallery fixes More 3rd party apps visible Fixed update notifications Several calendar fixes Several XSS fixes in calendar Several improvements in contacts Fix infinite redirect during setup for windows hosts Several XSS fixes in contacts New user password salting Several LDAP fixes Fix duplicate emails in sharing Improved compatibility with Android browser Fixed calendar links Fixed logging Allow ¡È/¡É in filenames Updated translations Fixed reverse proxy and custom hosts configuration Fix contact photo editing Don¡Çt allow renaming, deleting and resharing of shared folder
2012-07-10 15:20:19 +02:00
DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.3.0:../../textproc/php-json
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.3.0:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.3.0:../../archivers/php-zip
DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.3.0:../../archivers/php-zlib
DEPENDS+= ${PHP_PKG_PREFIX}-pdo>=5.3.0:../../databases/php-pdo
.include "options.mk"
WRKSRC= ${WRKDIR}/owncloud
USE_LANGUAGES= # none
NO_BUILD= yes
USE_TOOLS+= pax
OC_DIR= share/owncloud
INSTALLATION_DIRS= ${OC_DIR}
2012-12-24 02:40:59 +01:00
.include "../../mk/bsd.prefs.mk"
APACHE_USER?= www
APACHE_GROUP?= www
PKG_GROUPS= ${APACHE_GROUP}
PKG_USERS= ${APACHE_USER}:${APACHE_GROUP}
2012-12-24 02:40:59 +01:00
PKG_USERS_VARS= APACHE_USER
PKG_GROUPS_VARS= APACHE_GROUP
BUILD_DEFS+= APACHE_GROUP APACHE_USER
FILES_SUBST+= WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \
OC_DIR=${OC_DIR}
do-install:
cd ${WRKDIR} && ${FIND} owncloud -type f \! -name '*.orig' -print | \
pax -rw -pmp ${DESTDIR}${PREFIX}/share
.include "../../lang/php/phpversion.mk"
.include "../../mk/bsd.pkg.mk"