1 | PortSystem 1.0 |
---|
2 | name abyss |
---|
3 | version 0.3 |
---|
4 | categories www |
---|
5 | maintainers pguyot@kallisys.net |
---|
6 | description HTTP/1.1 compliant web server for |
---|
7 | long_description \ |
---|
8 | ABYSS aims to be a fully HTTP/1.1 compliant web server. \ |
---|
9 | Its main design goals are speed, low resource usage and \ |
---|
10 | portability. ABYSS works on most UNIX based systems and \ |
---|
11 | on Win32 systems (Win95/98/2000/NT). |
---|
12 | homepage http://abyss.sourceforge.net/ |
---|
13 | platforms darwin |
---|
14 | master_sites sourceforge:abyss |
---|
15 | checksums md5 ca2dc7618e17dae8eea23c02dd3bbf9d |
---|
16 | patchfiles patch-src-data.c patch-src-server.c |
---|
17 | worksrcdir ${name} |
---|
18 | configure {} |
---|
19 | build { system "cd ${worksrcpath}/src/ && make" } |
---|
20 | destroot { |
---|
21 | system "install -o root -m 0755 -p ${worksrcpath}/bin/abyss ${destroot}${prefix}/bin/" |
---|
22 | system "install -d -o root -m 0755 ${destroot}${prefix}/etc/abyss/" |
---|
23 | system "install -o root -m 0644 -p ${worksrcpath}/conf/* ${destroot}${prefix}/etc/abyss/" |
---|
24 | } |
---|