Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2013 03:29:29 +0800 (CST)
From:      John Chen <johnpupu@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177001: [NEW PORT] www/owncloud: Personal cloud which runs on your own server
Message-ID:  <201303151929.r2FJTTqQ033652@www.johnpupu.tw>
Resent-Message-ID: <201303151930.r2FJU09R007781@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177001
>Category:       ports
>Synopsis:       [NEW PORT] www/owncloud: Personal cloud which runs on your own server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 15 19:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Chen
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
Watcher
>Environment:
System: FreeBSD www.johnpupu.tw 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10
>Description:
Owncloud is a system for the creation and management of personal 
cloud resources.

WWW: http://owncloud.org

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	owncloud5
#	owncloud5/files
#	owncloud5/files/pkg-message.in
#	owncloud5/Makefile
#	owncloud5/distinfo
#	owncloud5/pkg-descr
#
echo c - owncloud5
mkdir -p owncloud5 > /dev/null 2>&1
echo c - owncloud5/files
mkdir -p owncloud5/files > /dev/null 2>&1
echo x - owncloud5/files/pkg-message.in
sed 's/^X//' >owncloud5/files/pkg-message.in << '15e801ab258897a52827fbafe914a715'
X
X***********************************************************************
X*                         POST INSTALL CONFIGURATION                  *
X***********************************************************************
X
XPlease note that everything has been installed in %%WWWDIR%%.
X
XRead %%WWWDIR%%/README.
X
XYou will probably want to add an alias to your httpd.conf file, something
Xlike this:
X
X    	Alias /owncloud %%WWWDIR%%
X	AcceptPathInfo On
X	<Directory %%WWWDIR%%>
X	    AllowOverride All
X	    Order Allow,Deny
X	    Allow from all
X	</Directory>
X
XAnd restart Apache.
15e801ab258897a52827fbafe914a715
echo x - owncloud5/Makefile
sed 's/^X//' >owncloud5/Makefile << 'a5298c8a023194b374e3b0b4cb52bc2c'
X# $FreeBSD$
X
XPORTNAME=	owncloud
XPORTVERSION=	5.0.0
XCATEGORIES=	www
XMASTER_SITES=	http://download.owncloud.org/community/
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	johnpupu@gmail.com
XCOMMENT=	Personal cloud which runs on your own server
X
XBUILD_DEPENDS=	mp3info:${PORTSDIR}/audio/mp3info
XRUN_DEPENDS:=	${BUILD_DEPENDS}
X
XUSE_BZIP2=	yes
XUSE_PHP=	ctype curl dom fileinfo gd hash iconv json mbstring mysql \
X		pdo pdo_mysql pdo_sqlite session simplexml sqlite3 xml zip \
X		zlib
XWANT_PHP_WEB=	yes
XDEFAULT_PHP_VER=5
X
XWWWDOCROOT?=	www
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
XNO_BUILD=	yes
XSUB_FILES=	pkg-message
X
Xdo-install:
X	${MKDIR} ${WWWDIR}
X	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
X	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X	@cd ${WRKSRC} && \
X	    ${FIND} -s -d . -type f -print | \
X		${SED} -e "s#^\.#${WWWDIR_REL}#" >> ${TMPPLIST}
X	@cd ${WRKSRC} && \
X	    ${FIND} -s -d . -type d  -print | \
X		${SED} -e "s#^\.#@dirrm ${WWWDIR_REL}#" >> ${TMPPLIST}
X
X.include <bsd.port.mk>
a5298c8a023194b374e3b0b4cb52bc2c
echo x - owncloud5/distinfo
sed 's/^X//' >owncloud5/distinfo << '12598f9d82b841eb1f37b6c7d3274aac'
XSHA256 (owncloud-5.0.0.tar.bz2) = 2ae05bd95a67050bf5d0dcbb88c644bf613d2a7be3ba111d83c25e1d8ae06727
XSIZE (owncloud-5.0.0.tar.bz2) = 13799361
12598f9d82b841eb1f37b6c7d3274aac
echo x - owncloud5/pkg-descr
sed 's/^X//' >owncloud5/pkg-descr << '7ab8494f500f1792530cb44bce56df5d'
XOwncloud is a system for the creation and management of personal 
Xcloud resources.
X
XWWW: http://owncloud.org
7ab8494f500f1792530cb44bce56df5d
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303151929.r2FJTTqQ033652>