mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d07bfd3b8f
- Convert to new options framework - Remove unneeded library version numbers - Pet portlint - No functional changes
88 lines
2.5 KiB
Plaintext
88 lines
2.5 KiB
Plaintext
bin/clearxs
|
|
bin/httpd
|
|
bin/httpdc
|
|
bin/readxs
|
|
bin/xsindex
|
|
bin/xspasswd
|
|
%%WWWDIR%%/cgi-bin/error
|
|
%%WWWDIR%%/cgi-bin/gfxcount
|
|
%%WWWDIR%%/cgi-bin/imagemap
|
|
%%WWWDIR%%/cgi-bin/xschpass
|
|
%%ETCDIR%%/httpd.conf.sample
|
|
%%ETCDIR%%/mime.index
|
|
%%ETCDIR%%/script.methods.sample
|
|
%%ETCDIR%%/compress.methods.sample
|
|
%%DATADIR%%/contrib/SSL-Makefile
|
|
%%DATADIR%%/contrib/agentstats.pl
|
|
%%DATADIR%%/contrib/caroot.pem
|
|
%%DATADIR%%/contrib/logrotate.sh
|
|
%%DATADIR%%/contrib/persistent.pl
|
|
%%DATADIR%%/contrib/powered-by-xs.gif
|
|
%%DATADIR%%/contrib/wwwstats.pl
|
|
%%DATADIR%%/gfxcount/digital0.ppm
|
|
%%DATADIR%%/gfxcount/digital1.ppm
|
|
%%DATADIR%%/gfxcount/digital2.ppm
|
|
%%DATADIR%%/gfxcount/digital3.ppm
|
|
%%DATADIR%%/gfxcount/digital4.ppm
|
|
%%DATADIR%%/gfxcount/digital5.ppm
|
|
%%DATADIR%%/gfxcount/digital6.ppm
|
|
%%DATADIR%%/gfxcount/digital7.ppm
|
|
%%DATADIR%%/gfxcount/digital8.ppm
|
|
%%DATADIR%%/gfxcount/digital9.ppm
|
|
%%DATADIR%%/gfxcount/large0.ppm
|
|
%%DATADIR%%/gfxcount/large1.ppm
|
|
%%DATADIR%%/gfxcount/large2.ppm
|
|
%%DATADIR%%/gfxcount/large3.ppm
|
|
%%DATADIR%%/gfxcount/large4.ppm
|
|
%%DATADIR%%/gfxcount/large5.ppm
|
|
%%DATADIR%%/gfxcount/large6.ppm
|
|
%%DATADIR%%/gfxcount/large7.ppm
|
|
%%DATADIR%%/gfxcount/large8.ppm
|
|
%%DATADIR%%/gfxcount/large9.ppm
|
|
%%DATADIR%%/gfxcount/largecol0.ppm
|
|
%%DATADIR%%/gfxcount/largecol1.ppm
|
|
%%DATADIR%%/gfxcount/largecol2.ppm
|
|
%%DATADIR%%/gfxcount/largecol3.ppm
|
|
%%DATADIR%%/gfxcount/largecol4.ppm
|
|
%%DATADIR%%/gfxcount/largecol5.ppm
|
|
%%DATADIR%%/gfxcount/largecol6.ppm
|
|
%%DATADIR%%/gfxcount/largecol7.ppm
|
|
%%DATADIR%%/gfxcount/largecol8.ppm
|
|
%%DATADIR%%/gfxcount/largecol9.ppm
|
|
%%DATADIR%%/icons/xs-audio.gif
|
|
%%DATADIR%%/icons/xs-back.gif
|
|
%%DATADIR%%/icons/xs-base.gif
|
|
%%DATADIR%%/icons/xs-bin.gif
|
|
%%DATADIR%%/icons/xs-dir.gif
|
|
%%DATADIR%%/icons/xs-gif.gif
|
|
%%DATADIR%%/icons/xs-html.gif
|
|
%%DATADIR%%/icons/xs-image.gif
|
|
%%DATADIR%%/icons/xs-jpeg.gif
|
|
%%DATADIR%%/icons/xs-ps.gif
|
|
%%DATADIR%%/icons/xs-tar.gif
|
|
%%DATADIR%%/icons/xs-txt.gif
|
|
%%DATADIR%%/icons/xs-unknown.gif
|
|
%%DATADIR%%/icons/xs-video.gif
|
|
%%DATADIR%%/icons/xs-zip.gif
|
|
%%PERL%%libexec/xshttpd/mod_perl.so
|
|
%%LDAP%%libexec/xshttpd/mod_ldap.so
|
|
libexec/xshttpd/mod_bzip2.so
|
|
libexec/xshttpd/mod_compress.so
|
|
libexec/xshttpd/mod_gzip.so
|
|
libexec/xshttpd/mod_htcpcp.so
|
|
libexec/xshttpd/mod_magic.so
|
|
libexec/xshttpd/mod_rpaf.so
|
|
@exec mkdir -p %%WWWDIR%%/htdocs
|
|
@exec mkdir -p /var/log/xshttpd
|
|
@dirrm %%DATADIR%%/contrib
|
|
@dirrm %%DATADIR%%/gfxcount
|
|
@dirrmtry %%DATADIR%%/icons
|
|
@dirrmtry %%DATADIR%%/logs
|
|
@dirrmtry %%DATADIR%%
|
|
@dirrmtry %%WWWDIR%%/cgi-bin
|
|
@dirrmtry %%WWWDIR%%/htdocs
|
|
@dirrmtry %%WWWDIR%%
|
|
@dirrmtry %%ETCDIR%%
|
|
@dirrmtry libexec/xshttpd
|
|
@unexec rmdir /var/log/xshttpd 2>/dev/null || true
|