wok rev 25135
updated phpfm (0.9.8 -> 1.7.9)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 29 10:56:29 2022 +0100 (2022-06-29) |
parents | 8c3395ca87eb |
children | e0747fd04e6a |
files | phpfm/description.txt phpfm/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/phpfm/description.txt Wed Jun 29 10:56:29 2022 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +PhpFileManager is a complete filesystem management tool on a single file. 1.5 + 1.6 +This is a tool meant for rapid file access, and also to verify the server 1.7 +PHP configuration and security. 1.8 +The script can be renamed and deployed on an unique known url, and offers 1.9 +password protection.
2.1 --- a/phpfm/receipt Wed Jun 29 10:51:43 2022 +0100 2.2 +++ b/phpfm/receipt Wed Jun 29 10:56:29 2022 +0100 2.3 @@ -1,14 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="phpfm" 2.7 -SOURCE="phpFileManager" 2.8 -VERSION="0.9.8" 2.9 +VERSION="1.7.9" 2.10 CATEGORY="misc" 2.11 SHORT_DESC="PHP Filesystem Management Tool in a single file." 2.12 MAINTAINER="pascal.bellard@slitaz.org" 2.13 -LICENSE="GPL2 LGPL2.1 MPL" 2.14 +LICENSE="LGPL3" 2.15 +WEB_SITE="https://sourceforge.net/projects/phpfm/" 2.16 + 2.17 +SOURCE="phpFileManager" 2.18 TARBALL="$SOURCE-$VERSION.zip" 2.19 -WEB_SITE="http://phpfm.sourceforge.net/" 2.20 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.21 2.22 DEPENDS="php" 2.23 @@ -23,5 +24,5 @@ 2.24 genpkg_rules() 2.25 { 2.26 mkdir -p $fs/var/www/$PACKAGE 2.27 - cp $src/index.php $fs/var/www/$PACKAGE/ 2.28 + cp $src/index.php $fs/var/www/$PACKAGE/ 2.29 }