1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name libmicrohttpd |
---|
7 | version 0.4.2 |
---|
8 | categories www |
---|
9 | maintainers nomaintainer |
---|
10 | description Light HTTP/1.1 server library. |
---|
11 | long_description \ |
---|
12 | GNU libmicrohttpd is a small C library that is \ |
---|
13 | supposed to make it easy to run an HTTP server as \ |
---|
14 | part of another application. GNU libmicrohttpd is \ |
---|
15 | free software and part of the GNU project. |
---|
16 | homepage http://www.gnu.org/software/libmicrohttpd/ |
---|
17 | platforms darwin |
---|
18 | master_sites ftp://ftp.gnu.org/gnu/libmicrohttpd/ |
---|
19 | |
---|
20 | checksums md5 2853d8f32417e3c5f3b18fda38f96e52 \ |
---|
21 | sha1 e79349031795176bfb0fb816c4fc401a91811aaf \ |
---|
22 | rmd160 e12aef144ef3cdc5bce115dacac1a19e4cf4e1f1 |
---|