Files
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00

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}