mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 2.1.2
PR: ports/86984 Submitted by: maintainer
This commit is contained in:
parent
ffa46da1d3
commit
b388b08907
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144400
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= AutoIndex
|
||||
PORTVERSION= 2.1.0
|
||||
PORTVERSION= 2.1.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= autoindex
|
||||
@ -16,40 +16,28 @@ COMMENT= PHP 5.x script that makes a table that lists the files in a directory
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
LATEST_LINK= autoindex2
|
||||
|
||||
USE_PHP= yes
|
||||
DEFAULT_PHP_VER= 5
|
||||
BROKEN_WITH_PHP= 4
|
||||
CONFLICTS= AutoIndex-1*
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_SUB+= INSTALLDIR=${INSTALLDIR}
|
||||
|
||||
pre-fetch:
|
||||
.if !defined(INSTALLDIR)
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Define INSTALLDIR to override default of 'www/data/${PORTNAME}'."
|
||||
@${ECHO_MSG} ""
|
||||
.endif
|
||||
|
||||
INSTALLDIR?= www/data/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/www/data/${PORTNAME}
|
||||
@${MKDIR} ${PREFIX}/www/data/${PORTNAME}/classes
|
||||
@${MKDIR} ${PREFIX}/www/data/${PORTNAME}/index_icons
|
||||
@${MKDIR} ${PREFIX}/www/data/${PORTNAME}/index_icons/apache
|
||||
@${MKDIR} ${PREFIX}/www/data/${PORTNAME}/index_icons/kde
|
||||
@${MKDIR} ${PREFIX}/www/data/${PORTNAME}/index_icons/osx
|
||||
@${MKDIR} ${PREFIX}/www/data/${PORTNAME}/index_icons/winxp
|
||||
@${MKDIR} ${PREFIX}/www/data/${PORTNAME}/languages
|
||||
@${MKDIR} ${PREFIX}/www/data/${PORTNAME}/templates
|
||||
@${MKDIR} ${PREFIX}/www/data/${PORTNAME}/templates/default
|
||||
@${MKDIR} ${PREFIX}/www/data/${PORTNAME}/templates/simple_image_gallery
|
||||
${INSTALL_DATA} ${WRKSRC}/.htpasswd.autoindex ${PREFIX}/www/data/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.php ${PREFIX}/www/data/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/hidden_files ${PREFIX}/www/data/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.html ${PREFIX}/www/data/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/classes/* ${PREFIX}/www/data/${PORTNAME}/classes
|
||||
${INSTALL_DATA} ${WRKSRC}/index_icons/apache/* ${PREFIX}/www/data/${PORTNAME}/index_icons/apache
|
||||
${INSTALL_DATA} ${WRKSRC}/index_icons/kde/* ${PREFIX}/www/data/${PORTNAME}/index_icons/kde
|
||||
${INSTALL_DATA} ${WRKSRC}/index_icons/osx/* ${PREFIX}/www/data/${PORTNAME}/index_icons/osx
|
||||
${INSTALL_DATA} ${WRKSRC}/index_icons/winxp/* ${PREFIX}/www/data/${PORTNAME}/index_icons/winxp
|
||||
${INSTALL_DATA} ${WRKSRC}/languages/* ${PREFIX}/www/data/${PORTNAME}/languages
|
||||
${INSTALL_DATA} ${WRKSRC}/templates/readme.html ${PREFIX}/www/data/${PORTNAME}/templates
|
||||
${INSTALL_DATA} ${WRKSRC}/templates/default/* ${PREFIX}/www/data/${PORTNAME}/templates/default
|
||||
${INSTALL_DATA} ${WRKSRC}/templates/simple_image_gallery/* ${PREFIX}/www/data/${PORTNAME}/templates/simple_image_gallery
|
||||
@${MKDIR} ${PREFIX}/${INSTALLDIR}
|
||||
@${CP} -Rp ${WRKSRC}/* ${PREFIX}/${INSTALLDIR}
|
||||
@${CP} -p ${WRKSRC}/.htpasswd.autoindex ${PREFIX}/${INSTALLDIR}/.htpasswd.autoindex-dist
|
||||
@${CHMOD} 666 ${PREFIX}/${INSTALLDIR}/config.php
|
||||
@${ECHO_CMD} ""
|
||||
|
||||
post-install:
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (AutoIndex-2.1.0.tar.gz) = f2fc376d4f40c7197d4d3ec036db649e
|
||||
SIZE (AutoIndex-2.1.0.tar.gz) = 111582
|
||||
MD5 (AutoIndex-2.1.2.tar.gz) = 798939b8547c9518072eb347a9584847
|
||||
SIZE (AutoIndex-2.1.2.tar.gz) = 119393
|
||||
|
@ -5,5 +5,4 @@ file descriptions, and more. Designed to work with PHP 5.x.
|
||||
|
||||
WWW: http://autoindex.sourceforge.net/
|
||||
|
||||
- DanGer
|
||||
danger@wilbury.sk
|
||||
- Daniel Gerzo <danger@rulez.sk>
|
||||
|
@ -1,6 +1,11 @@
|
||||
*****************************************************************
|
||||
|
||||
Please visit 'http://{host.domain}/AutoIndex/' in a web
|
||||
browser and follow the configuration instructions.
|
||||
To configure and run this script, please point your web
|
||||
browser to the index.php file. To use all the default
|
||||
values, just click the button at the bottom, or customize
|
||||
it however you want.
|
||||
|
||||
Information about the use of each variable is in
|
||||
readme.html file.
|
||||
|
||||
*****************************************************************
|
||||
|
@ -1,199 +1,202 @@
|
||||
www/data/AutoIndex/.htpasswd.autoindex
|
||||
www/data/AutoIndex/config.php
|
||||
www/data/AutoIndex/hidden_files
|
||||
www/data/AutoIndex/change_log.html
|
||||
www/data/AutoIndex/index.php
|
||||
www/data/AutoIndex/license.html
|
||||
www/data/AutoIndex/readme.html
|
||||
www/data/AutoIndex/classes/Accounts.php
|
||||
www/data/AutoIndex/classes/Admin.php
|
||||
www/data/AutoIndex/classes/ConfigData.php
|
||||
www/data/AutoIndex/classes/DirectoryList.php
|
||||
www/data/AutoIndex/classes/DirectoryListDetailed.php
|
||||
www/data/AutoIndex/classes/DirItem.php
|
||||
www/data/AutoIndex/classes/Display.php
|
||||
www/data/AutoIndex/classes/ExceptionDisplay.php
|
||||
www/data/AutoIndex/classes/FileItem.php
|
||||
www/data/AutoIndex/classes/Ftp.php
|
||||
www/data/AutoIndex/classes/Htaccess.php
|
||||
www/data/AutoIndex/classes/Icon.php
|
||||
www/data/AutoIndex/classes/Image.php
|
||||
www/data/AutoIndex/classes/Item.php
|
||||
www/data/AutoIndex/classes/Logging.php
|
||||
www/data/AutoIndex/classes/MimeType.php
|
||||
www/data/AutoIndex/classes/Search.php
|
||||
www/data/AutoIndex/classes/Size.php
|
||||
www/data/AutoIndex/classes/Stats.php
|
||||
www/data/AutoIndex/classes/Tar.php
|
||||
www/data/AutoIndex/classes/Template.php
|
||||
www/data/AutoIndex/classes/TemplateFiles.php
|
||||
www/data/AutoIndex/classes/TemplateInfo.php
|
||||
www/data/AutoIndex/classes/Upload.php
|
||||
www/data/AutoIndex/classes/Url.php
|
||||
www/data/AutoIndex/classes/User.php
|
||||
www/data/AutoIndex/classes/UserLoggedIn.php
|
||||
www/data/AutoIndex/index_icons/apache/back.png
|
||||
www/data/AutoIndex/index_icons/apache/binary.png
|
||||
www/data/AutoIndex/index_icons/apache/binhex.png
|
||||
www/data/AutoIndex/index_icons/apache/cd.png
|
||||
www/data/AutoIndex/index_icons/apache/comp.png
|
||||
www/data/AutoIndex/index_icons/apache/compressed.png
|
||||
www/data/AutoIndex/index_icons/apache/dir.png
|
||||
www/data/AutoIndex/index_icons/apache/dll.png
|
||||
www/data/AutoIndex/index_icons/apache/doc.png
|
||||
www/data/AutoIndex/index_icons/apache/generic.png
|
||||
www/data/AutoIndex/index_icons/apache/image.png
|
||||
www/data/AutoIndex/index_icons/apache/java.png
|
||||
www/data/AutoIndex/index_icons/apache/js.png
|
||||
www/data/AutoIndex/index_icons/apache/key.png
|
||||
www/data/AutoIndex/index_icons/apache/login.png
|
||||
www/data/AutoIndex/index_icons/apache/mov.png
|
||||
www/data/AutoIndex/index_icons/apache/movie.png
|
||||
www/data/AutoIndex/index_icons/apache/new.png
|
||||
www/data/AutoIndex/index_icons/apache/pdf.png
|
||||
www/data/AutoIndex/index_icons/apache/php.png
|
||||
www/data/AutoIndex/index_icons/apache/ppt.png
|
||||
www/data/AutoIndex/index_icons/apache/ps.png
|
||||
www/data/AutoIndex/index_icons/apache/search.png
|
||||
www/data/AutoIndex/index_icons/apache/sound.png
|
||||
www/data/AutoIndex/index_icons/apache/tar.png
|
||||
www/data/AutoIndex/index_icons/apache/text.png
|
||||
www/data/AutoIndex/index_icons/apache/unknown.png
|
||||
www/data/AutoIndex/index_icons/apache/uu.png
|
||||
www/data/AutoIndex/index_icons/apache/web.png
|
||||
www/data/AutoIndex/index_icons/apache/xls.png
|
||||
www/data/AutoIndex/index_icons/kde/back.png
|
||||
www/data/AutoIndex/index_icons/kde/binary.png
|
||||
www/data/AutoIndex/index_icons/kde/binhex.png
|
||||
www/data/AutoIndex/index_icons/kde/cd.png
|
||||
www/data/AutoIndex/index_icons/kde/comp.png
|
||||
www/data/AutoIndex/index_icons/kde/compressed.png
|
||||
www/data/AutoIndex/index_icons/kde/dir.png
|
||||
www/data/AutoIndex/index_icons/kde/dll.png
|
||||
www/data/AutoIndex/index_icons/kde/doc.png
|
||||
www/data/AutoIndex/index_icons/kde/generic.png
|
||||
www/data/AutoIndex/index_icons/kde/image.png
|
||||
www/data/AutoIndex/index_icons/kde/java.png
|
||||
www/data/AutoIndex/index_icons/kde/js.png
|
||||
www/data/AutoIndex/index_icons/kde/key.png
|
||||
www/data/AutoIndex/index_icons/kde/login.png
|
||||
www/data/AutoIndex/index_icons/kde/mov.png
|
||||
www/data/AutoIndex/index_icons/kde/movie.png
|
||||
www/data/AutoIndex/index_icons/kde/new.png
|
||||
www/data/AutoIndex/index_icons/kde/pdf.png
|
||||
www/data/AutoIndex/index_icons/kde/php.png
|
||||
www/data/AutoIndex/index_icons/kde/ppt.png
|
||||
www/data/AutoIndex/index_icons/kde/ps.png
|
||||
www/data/AutoIndex/index_icons/kde/search.png
|
||||
www/data/AutoIndex/index_icons/kde/sound.png
|
||||
www/data/AutoIndex/index_icons/kde/tar.png
|
||||
www/data/AutoIndex/index_icons/kde/text.png
|
||||
www/data/AutoIndex/index_icons/kde/unknown.png
|
||||
www/data/AutoIndex/index_icons/kde/uu.png
|
||||
www/data/AutoIndex/index_icons/kde/web.png
|
||||
www/data/AutoIndex/index_icons/kde/xls.png
|
||||
www/data/AutoIndex/index_icons/osx/back.png
|
||||
www/data/AutoIndex/index_icons/osx/binary.png
|
||||
www/data/AutoIndex/index_icons/osx/binhex.png
|
||||
www/data/AutoIndex/index_icons/osx/cd.png
|
||||
www/data/AutoIndex/index_icons/osx/comp.png
|
||||
www/data/AutoIndex/index_icons/osx/compressed.png
|
||||
www/data/AutoIndex/index_icons/osx/dir.png
|
||||
www/data/AutoIndex/index_icons/osx/dll.png
|
||||
www/data/AutoIndex/index_icons/osx/doc.png
|
||||
www/data/AutoIndex/index_icons/osx/generic.png
|
||||
www/data/AutoIndex/index_icons/osx/image.png
|
||||
www/data/AutoIndex/index_icons/osx/java.png
|
||||
www/data/AutoIndex/index_icons/osx/js.png
|
||||
www/data/AutoIndex/index_icons/osx/key.png
|
||||
www/data/AutoIndex/index_icons/osx/login.png
|
||||
www/data/AutoIndex/index_icons/osx/mov.png
|
||||
www/data/AutoIndex/index_icons/osx/movie.png
|
||||
www/data/AutoIndex/index_icons/osx/new.png
|
||||
www/data/AutoIndex/index_icons/osx/pdf.png
|
||||
www/data/AutoIndex/index_icons/osx/php.png
|
||||
www/data/AutoIndex/index_icons/osx/ppt.png
|
||||
www/data/AutoIndex/index_icons/osx/ps.png
|
||||
www/data/AutoIndex/index_icons/osx/search.png
|
||||
www/data/AutoIndex/index_icons/osx/sound.png
|
||||
www/data/AutoIndex/index_icons/osx/tar.png
|
||||
www/data/AutoIndex/index_icons/osx/text.png
|
||||
www/data/AutoIndex/index_icons/osx/unknown.png
|
||||
www/data/AutoIndex/index_icons/osx/uu.png
|
||||
www/data/AutoIndex/index_icons/osx/web.png
|
||||
www/data/AutoIndex/index_icons/osx/xls.png
|
||||
www/data/AutoIndex/index_icons/winxp/back.png
|
||||
www/data/AutoIndex/index_icons/winxp/binary.png
|
||||
www/data/AutoIndex/index_icons/winxp/binhex.png
|
||||
www/data/AutoIndex/index_icons/winxp/cd.png
|
||||
www/data/AutoIndex/index_icons/winxp/comp.png
|
||||
www/data/AutoIndex/index_icons/winxp/compressed.png
|
||||
www/data/AutoIndex/index_icons/winxp/dir.png
|
||||
www/data/AutoIndex/index_icons/winxp/dll.png
|
||||
www/data/AutoIndex/index_icons/winxp/doc.png
|
||||
www/data/AutoIndex/index_icons/winxp/generic.png
|
||||
www/data/AutoIndex/index_icons/winxp/image.png
|
||||
www/data/AutoIndex/index_icons/winxp/java.png
|
||||
www/data/AutoIndex/index_icons/winxp/js.png
|
||||
www/data/AutoIndex/index_icons/winxp/key.png
|
||||
www/data/AutoIndex/index_icons/winxp/login.png
|
||||
www/data/AutoIndex/index_icons/winxp/mov.png
|
||||
www/data/AutoIndex/index_icons/winxp/movie.png
|
||||
www/data/AutoIndex/index_icons/winxp/new.png
|
||||
www/data/AutoIndex/index_icons/winxp/pdf.png
|
||||
www/data/AutoIndex/index_icons/winxp/php.png
|
||||
www/data/AutoIndex/index_icons/winxp/ppt.png
|
||||
www/data/AutoIndex/index_icons/winxp/ps.png
|
||||
www/data/AutoIndex/index_icons/winxp/search.png
|
||||
www/data/AutoIndex/index_icons/winxp/sound.png
|
||||
www/data/AutoIndex/index_icons/winxp/tar.png
|
||||
www/data/AutoIndex/index_icons/winxp/text.png
|
||||
www/data/AutoIndex/index_icons/winxp/unknown.png
|
||||
www/data/AutoIndex/index_icons/winxp/uu.png
|
||||
www/data/AutoIndex/index_icons/winxp/web.png
|
||||
www/data/AutoIndex/index_icons/winxp/xls.png
|
||||
www/data/AutoIndex/languages/al.txt
|
||||
www/data/AutoIndex/languages/ar.txt
|
||||
www/data/AutoIndex/languages/bg.txt
|
||||
www/data/AutoIndex/languages/ca.txt
|
||||
www/data/AutoIndex/languages/de.txt
|
||||
www/data/AutoIndex/languages/en.txt
|
||||
www/data/AutoIndex/languages/es.txt
|
||||
www/data/AutoIndex/languages/fr.txt
|
||||
www/data/AutoIndex/languages/hu.txt
|
||||
www/data/AutoIndex/languages/it.txt
|
||||
www/data/AutoIndex/languages/ko.txt
|
||||
www/data/AutoIndex/languages/ms.txt
|
||||
www/data/AutoIndex/languages/nl.txt
|
||||
www/data/AutoIndex/languages/no.txt
|
||||
www/data/AutoIndex/languages/pl.txt
|
||||
www/data/AutoIndex/languages/pt_BR.txt
|
||||
www/data/AutoIndex/languages/ru.txt
|
||||
www/data/AutoIndex/languages/th.txt
|
||||
www/data/AutoIndex/languages/tr.txt
|
||||
www/data/AutoIndex/templates/default/alternate.css
|
||||
www/data/AutoIndex/templates/default/default.css
|
||||
www/data/AutoIndex/templates/default/each_file (alternative with direct links).tpl
|
||||
www/data/AutoIndex/templates/default/each_file.tpl
|
||||
www/data/AutoIndex/templates/default/global_footer.tpl
|
||||
www/data/AutoIndex/templates/default/global_header.tpl
|
||||
www/data/AutoIndex/templates/default/table_footer.tpl
|
||||
www/data/AutoIndex/templates/default/table_header.tpl
|
||||
www/data/AutoIndex/templates/simple_image_gallery/default.css
|
||||
www/data/AutoIndex/templates/simple_image_gallery/each_file.tpl
|
||||
www/data/AutoIndex/templates/simple_image_gallery/global_footer.tpl
|
||||
www/data/AutoIndex/templates/simple_image_gallery/global_header.tpl
|
||||
www/data/AutoIndex/templates/simple_image_gallery/table_footer.tpl
|
||||
www/data/AutoIndex/templates/simple_image_gallery/table_header.tpl
|
||||
www/data/AutoIndex/templates/readme.html
|
||||
@dirrm www/data/AutoIndex/classes
|
||||
@dirrm www/data/AutoIndex/index_icons/apache
|
||||
@dirrm www/data/AutoIndex/index_icons/kde
|
||||
@dirrm www/data/AutoIndex/index_icons/osx
|
||||
@dirrm www/data/AutoIndex/index_icons/winxp
|
||||
@dirrm www/data/AutoIndex/index_icons
|
||||
@dirrm www/data/AutoIndex/languages
|
||||
@dirrm www/data/AutoIndex/templates/default
|
||||
@dirrm www/data/AutoIndex/templates/simple_image_gallery
|
||||
@dirrm www/data/AutoIndex/templates
|
||||
@dirrm www/data/AutoIndex
|
||||
%%INSTALLDIR%%/.htpasswd.autoindex-dist
|
||||
%%INSTALLDIR%%/config.php
|
||||
%%INSTALLDIR%%/hidden_files
|
||||
%%INSTALLDIR%%/change_log.html
|
||||
%%INSTALLDIR%%/index.php
|
||||
%%INSTALLDIR%%/license.html
|
||||
%%INSTALLDIR%%/readme.html
|
||||
%%INSTALLDIR%%/classes/Accounts.php
|
||||
%%INSTALLDIR%%/classes/Admin.php
|
||||
%%INSTALLDIR%%/classes/ConfigData.php
|
||||
%%INSTALLDIR%%/classes/DirectoryList.php
|
||||
%%INSTALLDIR%%/classes/DirectoryListDetailed.php
|
||||
%%INSTALLDIR%%/classes/DirItem.php
|
||||
%%INSTALLDIR%%/classes/Display.php
|
||||
%%INSTALLDIR%%/classes/ExceptionDisplay.php
|
||||
%%INSTALLDIR%%/classes/FileItem.php
|
||||
%%INSTALLDIR%%/classes/Ftp.php
|
||||
%%INSTALLDIR%%/classes/Htaccess.php
|
||||
%%INSTALLDIR%%/classes/Icon.php
|
||||
%%INSTALLDIR%%/classes/Image.php
|
||||
%%INSTALLDIR%%/classes/Item.php
|
||||
%%INSTALLDIR%%/classes/Logging.php
|
||||
%%INSTALLDIR%%/classes/MimeType.php
|
||||
%%INSTALLDIR%%/classes/Search.php
|
||||
%%INSTALLDIR%%/classes/Size.php
|
||||
%%INSTALLDIR%%/classes/Stats.php
|
||||
%%INSTALLDIR%%/classes/Tar.php
|
||||
%%INSTALLDIR%%/classes/Template.php
|
||||
%%INSTALLDIR%%/classes/TemplateFiles.php
|
||||
%%INSTALLDIR%%/classes/TemplateInfo.php
|
||||
%%INSTALLDIR%%/classes/Upload.php
|
||||
%%INSTALLDIR%%/classes/Url.php
|
||||
%%INSTALLDIR%%/classes/User.php
|
||||
%%INSTALLDIR%%/classes/UserLoggedIn.php
|
||||
%%INSTALLDIR%%/index_icons/apache/back.png
|
||||
%%INSTALLDIR%%/index_icons/apache/binary.png
|
||||
%%INSTALLDIR%%/index_icons/apache/binhex.png
|
||||
%%INSTALLDIR%%/index_icons/apache/cd.png
|
||||
%%INSTALLDIR%%/index_icons/apache/comp.png
|
||||
%%INSTALLDIR%%/index_icons/apache/compressed.png
|
||||
%%INSTALLDIR%%/index_icons/apache/dir.png
|
||||
%%INSTALLDIR%%/index_icons/apache/dll.png
|
||||
%%INSTALLDIR%%/index_icons/apache/doc.png
|
||||
%%INSTALLDIR%%/index_icons/apache/generic.png
|
||||
%%INSTALLDIR%%/index_icons/apache/image.png
|
||||
%%INSTALLDIR%%/index_icons/apache/java.png
|
||||
%%INSTALLDIR%%/index_icons/apache/js.png
|
||||
%%INSTALLDIR%%/index_icons/apache/key.png
|
||||
%%INSTALLDIR%%/index_icons/apache/login.png
|
||||
%%INSTALLDIR%%/index_icons/apache/mov.png
|
||||
%%INSTALLDIR%%/index_icons/apache/movie.png
|
||||
%%INSTALLDIR%%/index_icons/apache/new.png
|
||||
%%INSTALLDIR%%/index_icons/apache/pdf.png
|
||||
%%INSTALLDIR%%/index_icons/apache/php.png
|
||||
%%INSTALLDIR%%/index_icons/apache/ppt.png
|
||||
%%INSTALLDIR%%/index_icons/apache/ps.png
|
||||
%%INSTALLDIR%%/index_icons/apache/search.png
|
||||
%%INSTALLDIR%%/index_icons/apache/sound.png
|
||||
%%INSTALLDIR%%/index_icons/apache/tar.png
|
||||
%%INSTALLDIR%%/index_icons/apache/text.png
|
||||
%%INSTALLDIR%%/index_icons/apache/unknown.png
|
||||
%%INSTALLDIR%%/index_icons/apache/uu.png
|
||||
%%INSTALLDIR%%/index_icons/apache/web.png
|
||||
%%INSTALLDIR%%/index_icons/apache/xls.png
|
||||
%%INSTALLDIR%%/index_icons/kde/back.png
|
||||
%%INSTALLDIR%%/index_icons/kde/binary.png
|
||||
%%INSTALLDIR%%/index_icons/kde/binhex.png
|
||||
%%INSTALLDIR%%/index_icons/kde/cd.png
|
||||
%%INSTALLDIR%%/index_icons/kde/comp.png
|
||||
%%INSTALLDIR%%/index_icons/kde/compressed.png
|
||||
%%INSTALLDIR%%/index_icons/kde/dir.png
|
||||
%%INSTALLDIR%%/index_icons/kde/dll.png
|
||||
%%INSTALLDIR%%/index_icons/kde/doc.png
|
||||
%%INSTALLDIR%%/index_icons/kde/generic.png
|
||||
%%INSTALLDIR%%/index_icons/kde/image.png
|
||||
%%INSTALLDIR%%/index_icons/kde/java.png
|
||||
%%INSTALLDIR%%/index_icons/kde/js.png
|
||||
%%INSTALLDIR%%/index_icons/kde/key.png
|
||||
%%INSTALLDIR%%/index_icons/kde/login.png
|
||||
%%INSTALLDIR%%/index_icons/kde/mov.png
|
||||
%%INSTALLDIR%%/index_icons/kde/movie.png
|
||||
%%INSTALLDIR%%/index_icons/kde/new.png
|
||||
%%INSTALLDIR%%/index_icons/kde/pdf.png
|
||||
%%INSTALLDIR%%/index_icons/kde/php.png
|
||||
%%INSTALLDIR%%/index_icons/kde/ppt.png
|
||||
%%INSTALLDIR%%/index_icons/kde/ps.png
|
||||
%%INSTALLDIR%%/index_icons/kde/search.png
|
||||
%%INSTALLDIR%%/index_icons/kde/sound.png
|
||||
%%INSTALLDIR%%/index_icons/kde/tar.png
|
||||
%%INSTALLDIR%%/index_icons/kde/text.png
|
||||
%%INSTALLDIR%%/index_icons/kde/unknown.png
|
||||
%%INSTALLDIR%%/index_icons/kde/uu.png
|
||||
%%INSTALLDIR%%/index_icons/kde/web.png
|
||||
%%INSTALLDIR%%/index_icons/kde/xls.png
|
||||
%%INSTALLDIR%%/index_icons/osx/back.png
|
||||
%%INSTALLDIR%%/index_icons/osx/binary.png
|
||||
%%INSTALLDIR%%/index_icons/osx/binhex.png
|
||||
%%INSTALLDIR%%/index_icons/osx/cd.png
|
||||
%%INSTALLDIR%%/index_icons/osx/comp.png
|
||||
%%INSTALLDIR%%/index_icons/osx/compressed.png
|
||||
%%INSTALLDIR%%/index_icons/osx/dir.png
|
||||
%%INSTALLDIR%%/index_icons/osx/dll.png
|
||||
%%INSTALLDIR%%/index_icons/osx/doc.png
|
||||
%%INSTALLDIR%%/index_icons/osx/generic.png
|
||||
%%INSTALLDIR%%/index_icons/osx/image.png
|
||||
%%INSTALLDIR%%/index_icons/osx/java.png
|
||||
%%INSTALLDIR%%/index_icons/osx/js.png
|
||||
%%INSTALLDIR%%/index_icons/osx/key.png
|
||||
%%INSTALLDIR%%/index_icons/osx/login.png
|
||||
%%INSTALLDIR%%/index_icons/osx/mov.png
|
||||
%%INSTALLDIR%%/index_icons/osx/movie.png
|
||||
%%INSTALLDIR%%/index_icons/osx/new.png
|
||||
%%INSTALLDIR%%/index_icons/osx/pdf.png
|
||||
%%INSTALLDIR%%/index_icons/osx/php.png
|
||||
%%INSTALLDIR%%/index_icons/osx/ppt.png
|
||||
%%INSTALLDIR%%/index_icons/osx/ps.png
|
||||
%%INSTALLDIR%%/index_icons/osx/search.png
|
||||
%%INSTALLDIR%%/index_icons/osx/sound.png
|
||||
%%INSTALLDIR%%/index_icons/osx/tar.png
|
||||
%%INSTALLDIR%%/index_icons/osx/text.png
|
||||
%%INSTALLDIR%%/index_icons/osx/unknown.png
|
||||
%%INSTALLDIR%%/index_icons/osx/uu.png
|
||||
%%INSTALLDIR%%/index_icons/osx/web.png
|
||||
%%INSTALLDIR%%/index_icons/osx/xls.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/back.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/binary.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/binhex.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/cd.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/comp.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/compressed.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/dir.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/dll.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/doc.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/generic.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/image.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/java.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/js.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/key.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/login.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/mov.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/movie.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/new.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/pdf.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/php.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/ppt.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/ps.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/search.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/sound.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/tar.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/text.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/unknown.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/uu.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/web.png
|
||||
%%INSTALLDIR%%/index_icons/winxp/xls.png
|
||||
%%INSTALLDIR%%/languages/al.txt
|
||||
%%INSTALLDIR%%/languages/ar.txt
|
||||
%%INSTALLDIR%%/languages/bg.txt
|
||||
%%INSTALLDIR%%/languages/ca.txt
|
||||
%%INSTALLDIR%%/languages/cz.txt
|
||||
%%INSTALLDIR%%/languages/de.txt
|
||||
%%INSTALLDIR%%/languages/en.txt
|
||||
%%INSTALLDIR%%/languages/es.txt
|
||||
%%INSTALLDIR%%/languages/fr.txt
|
||||
%%INSTALLDIR%%/languages/hu.txt
|
||||
%%INSTALLDIR%%/languages/it.txt
|
||||
%%INSTALLDIR%%/languages/ko.txt
|
||||
%%INSTALLDIR%%/languages/ms.txt
|
||||
%%INSTALLDIR%%/languages/nl.txt
|
||||
%%INSTALLDIR%%/languages/no.txt
|
||||
%%INSTALLDIR%%/languages/pl.txt
|
||||
%%INSTALLDIR%%/languages/pt_BR.txt
|
||||
%%INSTALLDIR%%/languages/ru.txt
|
||||
%%INSTALLDIR%%/languages/sk.txt
|
||||
%%INSTALLDIR%%/languages/sv.txt
|
||||
%%INSTALLDIR%%/languages/th.txt
|
||||
%%INSTALLDIR%%/languages/tr.txt
|
||||
%%INSTALLDIR%%/templates/default/alternate.css
|
||||
%%INSTALLDIR%%/templates/default/default.css
|
||||
%%INSTALLDIR%%/templates/default/each_file (alternative with direct links).tpl
|
||||
%%INSTALLDIR%%/templates/default/each_file.tpl
|
||||
%%INSTALLDIR%%/templates/default/global_footer.tpl
|
||||
%%INSTALLDIR%%/templates/default/global_header.tpl
|
||||
%%INSTALLDIR%%/templates/default/table_footer.tpl
|
||||
%%INSTALLDIR%%/templates/default/table_header.tpl
|
||||
%%INSTALLDIR%%/templates/simple_image_gallery/default.css
|
||||
%%INSTALLDIR%%/templates/simple_image_gallery/each_file.tpl
|
||||
%%INSTALLDIR%%/templates/simple_image_gallery/global_footer.tpl
|
||||
%%INSTALLDIR%%/templates/simple_image_gallery/global_header.tpl
|
||||
%%INSTALLDIR%%/templates/simple_image_gallery/table_footer.tpl
|
||||
%%INSTALLDIR%%/templates/simple_image_gallery/table_header.tpl
|
||||
%%INSTALLDIR%%/templates/readme.html
|
||||
@dirrm %%INSTALLDIR%%/classes
|
||||
@dirrm %%INSTALLDIR%%/index_icons/apache
|
||||
@dirrm %%INSTALLDIR%%/index_icons/kde
|
||||
@dirrm %%INSTALLDIR%%/index_icons/osx
|
||||
@dirrm %%INSTALLDIR%%/index_icons/winxp
|
||||
@dirrm %%INSTALLDIR%%/index_icons
|
||||
@dirrm %%INSTALLDIR%%/languages
|
||||
@dirrm %%INSTALLDIR%%/templates/default
|
||||
@dirrm %%INSTALLDIR%%/templates/simple_image_gallery
|
||||
@dirrm %%INSTALLDIR%%/templates
|
||||
@dirrm %%INSTALLDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user