mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
25 lines
788 B
Plaintext
25 lines
788 B
Plaintext
PortSystem 1.0
|
|
|
|
name webfs
|
|
version 1.21
|
|
categories www
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
description simple http server for purely static content
|
|
long_description \
|
|
This is a simple http server for purely static content. You can use it \
|
|
to serve the content of a ftp server via http for example. It is also \
|
|
nice to export some files the quick way by starting a http server in a \
|
|
few seconds, without editing some config file first.
|
|
homepage http://linux.bytesex.org/misc/webfs.html
|
|
platforms darwin
|
|
|
|
master_sites http://dl.bytesex.org/releases/webfs/
|
|
checksums md5 6dc125fe160479404147e7bbfc781dbc
|
|
|
|
patchfiles patch-ls.c
|
|
|
|
use_configure no
|
|
|
|
destroot.destdir-append prefix=${prefix}
|