1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name mongoose |
---|
5 | version 2.8 |
---|
6 | categories www |
---|
7 | maintainers nomaintainer |
---|
8 | description lightweight web server |
---|
9 | long_description \ |
---|
10 | Mongoose is simple, easy to use, embeddable web server with CGI, \ |
---|
11 | SSL, cookies support. It is written in C, as one single source \ |
---|
12 | file mongoose.c. It compiles both in UNIX and Windows environments. \ |
---|
13 | It is a good choice to serve Web based GUI for various \ |
---|
14 | applications, where other sophisticated servers like Apache, IIS \ |
---|
15 | etc are too big, hard to install and configure or overcomplicated. \ |
---|
16 | It is good for implementing a web interface for daemons. Ideal for \ |
---|
17 | web-oriented software demos. Beginner (and not just beginner) web \ |
---|
18 | developers may find it very useful as well: Mongoose serves PHP, \ |
---|
19 | Perl and other CGI applications without any additional \ |
---|
20 | configuration. Regardless its small size, Mongoose is fully \ |
---|
21 | functional and is ready to be used in production environment. |
---|
22 | homepage http://code.google.com/p/mongoose |
---|
23 | platforms darwin |
---|
24 | master_sites http://mongoose.googlecode.com/files/ |
---|
25 | extract.suffix .tgz |
---|
26 | checksums md5 b72e937a356d3f3cd80cfe6653f0168d |
---|
27 | worksrcdir mongoose |
---|
28 | use_configure no |
---|
29 | build.target mac |
---|
30 | |
---|
31 | destroot { |
---|
32 | xinstall ${worksrcpath}/mongoose ${destroot}${prefix}/bin |
---|
33 | xinstall ${worksrcpath}/mongoose.1 ${destroot}${prefix}/share/man/man1 |
---|
34 | } |
---|