mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
9bfd47d88c
Submitted by: Aron Schlesinger (maintainer)
89 lines
3.1 KiB
Plaintext
89 lines
3.1 KiB
Plaintext
%%WWWDIR%%/.htaccess
|
|
%%WWWDIR%%/add.php
|
|
%%WWWDIR%%/add_user.php
|
|
%%WWWDIR%%/ajax.js
|
|
%%WWWDIR%%/ajax.php
|
|
%%WWWDIR%%/auth.php
|
|
%%WWWDIR%%/book.php
|
|
%%WWWDIR%%/export.php
|
|
%%WWWDIR%%/foot.php
|
|
%%WWWDIR%%/functions.js
|
|
%%WWWDIR%%/img/b1-add_hv.png
|
|
%%WWWDIR%%/img/b1-add_nm.png
|
|
%%WWWDIR%%/img/b1-block.png
|
|
%%WWWDIR%%/img/b1-block_hv.png
|
|
%%WWWDIR%%/img/b1-block_nm.png
|
|
%%WWWDIR%%/img/b1-blockw.png
|
|
%%WWWDIR%%/img/b1-blockw_hv.png
|
|
%%WWWDIR%%/img/b1-blockw_nm.png
|
|
%%WWWDIR%%/img/b1-list.png
|
|
%%WWWDIR%%/img/b1-list_hv.png
|
|
%%WWWDIR%%/img/b1-list_nm.png
|
|
%%WWWDIR%%/img/b1-markall_hv.png
|
|
%%WWWDIR%%/img/b1-markall_nm.png
|
|
%%WWWDIR%%/img/b1-sname.png
|
|
%%WWWDIR%%/img/b1-sname_hv.png
|
|
%%WWWDIR%%/img/b1-sname_nm.png
|
|
%%WWWDIR%%/img/b1-sscore.png
|
|
%%WWWDIR%%/img/b1-sscore_hv.png
|
|
%%WWWDIR%%/img/b1-sscore_nm.png
|
|
%%WWWDIR%%/img/b2-edit_hv.png
|
|
%%WWWDIR%%/img/b2-edit_nm.png
|
|
%%WWWDIR%%/img/b2-mark_hv.png
|
|
%%WWWDIR%%/img/b2-mark_nm.png
|
|
%%WWWDIR%%/img/b2-update_hv.png
|
|
%%WWWDIR%%/img/b2-update_nm.png
|
|
%%WWWDIR%%/img/b2-x_hv.png
|
|
%%WWWDIR%%/img/b2-x_nm.png
|
|
%%WWWDIR%%/img/feedhdbg.png
|
|
%%WWWDIR%%/img/hdrbg.png
|
|
%%WWWDIR%%/img/loading.gif
|
|
%%WWWDIR%%/img/more-seen.png
|
|
%%WWWDIR%%/img/more.png
|
|
%%WWWDIR%%/img/morew_hv.png
|
|
%%WWWDIR%%/img/morew_nm.png
|
|
%%WWWDIR%%/img/rnews-logo.png
|
|
%%WWWDIR%%/img/screenshot-0.90-sm-g.jpg
|
|
%%WWWDIR%%/img/xml.png
|
|
%%WWWDIR%%/inc/.htaccess
|
|
%%WWWDIR%%/inc/cl_cat.php
|
|
%%WWWDIR%%/inc/cl_config.php
|
|
%%WWWDIR%%/inc/cl_db.php
|
|
%%WWWDIR%%/inc/cl_feed.php
|
|
%%WWWDIR%%/inc/cl_feedlink.php
|
|
%%WWWDIR%%/inc/cl_user.php
|
|
%%WWWDIR%%/inc/config.php
|
|
%%WWWDIR%%/inc/functions.php
|
|
%%WWWDIR%%/inc/kses.php
|
|
%%WWWDIR%%/inc/opml.php
|
|
%%WWWDIR%%/inc/output.php
|
|
%%WWWDIR%%/inc/rss.php
|
|
%%WWWDIR%%/inc/security.php
|
|
%%WWWDIR%%/inc/upgrade.php
|
|
%%WWWDIR%%/index.php
|
|
%%WWWDIR%%/install.php
|
|
%%WWWDIR%%/magpierss/extlib/Snoopy.class.inc
|
|
%%WWWDIR%%/magpierss/rss_cache.inc
|
|
%%WWWDIR%%/magpierss/rss_fetch.inc
|
|
%%WWWDIR%%/magpierss/rss_parse.inc
|
|
%%WWWDIR%%/magpierss/rss_utils.inc
|
|
%%WWWDIR%%/prefs.php
|
|
%%WWWDIR%%/redirect.php
|
|
%%WWWDIR%%/rnews-ie6.css
|
|
%%WWWDIR%%/rnews-side.css
|
|
%%WWWDIR%%/rollover.js
|
|
%%WWWDIR%%/search.php
|
|
@exec if [ ! -f %D/%%WWWDIR%%/inc/config.php ]; then install -o root -g wheel -m 444 %D/%%WWWDIR%%/inc/config.php.sample %D/%%WWWDIR%%/inc/config.php; /usr/sbin/chown www %D/%%WWWDIR%%/inc/config.php; /bin/chmod u+w %D/%%WWWDIR%%/inc/config.php; fi
|
|
@exec if [ ! -f %D/%%WWWDIR%%/inc/config_user.php ]; then install -o root -g wheel -m 444 %D/%%WWWDIR%%/inc/config_user.php.sample %D/%%WWWDIR%%/inc/config_user.php; /usr/sbin/chown www %D/%%WWWDIR%%/inc/config_user.php; /bin/chmod u+w %D/%%WWWDIR%%/inc/config_user.php; fi
|
|
@unexec if cmp -s %D/%%WWWDIR%%/inc/config.php.sample %D/%%WWWDIR%%/inc/config.php; then /bin/rm -f %D/%%WWWDIR%%/inc/config.php; fi
|
|
%%WWWDIR%%/inc/config.php.sample
|
|
@unexec if cmp -s %D/%%WWWDIR%%/inc/config_user.php.sample %D/%%WWWDIR%%/inc/config_user.php; then /bin/rm -f %D/%%WWWDIR%%/inc/config_user.php; fi
|
|
%%WWWDIR%%/inc/config_user.php.sample
|
|
@unexec if [ $(ls %D/%%WWWDIR%%/img/feeds/|wc -w) -eq 0 ]; then /bin/rm -rf %D/%%WWWDIR%%/img/feeds;fi
|
|
@dirrm %%WWWDIR%%/img
|
|
@dirrm %%WWWDIR%%/inc
|
|
@dirrm %%WWWDIR%%/magpierss/cache
|
|
@dirrm %%WWWDIR%%/magpierss/extlib
|
|
@dirrm %%WWWDIR%%/magpierss
|
|
@dirrm %%WWWDIR%%
|