mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
AjaXplorer is a software that can turn any web server into a powerfull
file management system and an alternative to mainstream cloud storage providers. WWW: http://ajaxplorer.info/
This commit is contained in:
parent
95bf33a556
commit
e645ec7bc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319563
@ -14,6 +14,7 @@
|
||||
SUBDIR += ach
|
||||
SUBDIR += admuser
|
||||
SUBDIR += adzap
|
||||
SUBDIR += ajaxplorer
|
||||
SUBDIR += amphetadesk
|
||||
SUBDIR += analog
|
||||
SUBDIR += anyremote2html
|
||||
|
30
www/ajaxplorer/Makefile
Normal file
30
www/ajaxplorer/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ajaxplorer
|
||||
PORTVERSION= 4.2.3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/stable-channel/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}-core-${PORTVERSION}
|
||||
|
||||
MAINTAINER= madpilot@FreeBSD.org
|
||||
COMMENT= Ajax web file management system
|
||||
|
||||
LICENSE= AGPLv3
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PHP= dom mcrypt gd
|
||||
USE_DOS2UNIX= yes
|
||||
DOS2UNIX_REGEX= .*\.php
|
||||
WANT_PHP_WEB= yes
|
||||
SUB_FILES= pkg-deinstall pkg-message
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${WWWDIR}
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} "* .htaccess" ${WWWDIR})
|
||||
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
||||
|
||||
post-install:
|
||||
@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/ajaxplorer/distinfo
Normal file
2
www/ajaxplorer/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (ajaxplorer-core-4.2.3.tar.gz) = 58907f55c0dee0c87af1008e4fad726ef1bd096f78536bab8941f5ef0b02ee0c
|
||||
SIZE (ajaxplorer-core-4.2.3.tar.gz) = 5311026
|
21
www/ajaxplorer/files/pkg-deinstall.in
Normal file
21
www/ajaxplorer/files/pkg-deinstall.in
Normal file
@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
|
||||
if [ "$2" != "POST-DEINSTALL" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ -d %%WWWDIR%% ]; then
|
||||
wf=`find %%WWWDIR%% -not -type d | wc -l`
|
||||
|
||||
if [ $wf -ne 0 ]; then
|
||||
echo "NOTE:"
|
||||
echo "There are still some configuration, state and/or data files left"
|
||||
echo "in %%WWWDIR%%."
|
||||
echo "If you want to completely remove ajaxplorer use"
|
||||
echo "'rm -rf %%WWWDIR%%' to delete them."
|
||||
echo
|
||||
fi
|
||||
fi
|
||||
|
||||
exit 0
|
10
www/ajaxplorer/files/pkg-message.in
Normal file
10
www/ajaxplorer/files/pkg-message.in
Normal file
@ -0,0 +1,10 @@
|
||||
************************************************************************
|
||||
|
||||
Ajaxplorer has been installed in %%WWWDIR%%.
|
||||
|
||||
You need to configure your webserver to publish that directory.
|
||||
|
||||
Please also read http://ajaxplorer.info/documentation/administration/
|
||||
for further details on how to secure and configure your installation.
|
||||
|
||||
************************************************************************
|
5
www/ajaxplorer/pkg-descr
Normal file
5
www/ajaxplorer/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
AjaXplorer is a software that can turn any web server into a powerfull
|
||||
file management system and an alternative to mainstream cloud storage
|
||||
providers.
|
||||
|
||||
WWW: http://ajaxplorer.info/
|
2809
www/ajaxplorer/pkg-plist
Normal file
2809
www/ajaxplorer/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user