[53759] trunk/dports/www

snc at macports.org snc at macports.org
Mon Jul 13 05:41:50 PDT 2009


Revision: 53759
          http://trac.macports.org/changeset/53759
Author:   snc at macports.org
Date:     2009-07-13 05:41:49 -0700 (Mon, 13 Jul 2009)
Log Message:
-----------
created libmicrohttpd, taking as openmaintainer, #20269

Added Paths:
-----------
    trunk/dports/www/libmicrohttpd/
    trunk/dports/www/libmicrohttpd/Portfile

Added: trunk/dports/www/libmicrohttpd/Portfile
===================================================================
--- trunk/dports/www/libmicrohttpd/Portfile	                        (rev 0)
+++ trunk/dports/www/libmicrohttpd/Portfile	2009-07-13 12:41:49 UTC (rev 53759)
@@ -0,0 +1,26 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+
+name                libmicrohttpd
+version             0.4.2
+categories          www
+maintainers         snc openmaintainer
+description         Light HTTP/1.1 server library.
+long_description    \
+                    GNU libmicrohttpd is a small C library that is \
+                    supposed to make it easy to run an HTTP server as \
+                    part of another application. GNU libmicrohttpd is \
+                    free software and part of the GNU project.
+homepage            http://www.gnu.org/software/libmicrohttpd/
+platforms           darwin
+master_sites        ftp://ftp.gnu.org/gnu/libmicrohttpd/
+
+checksums           md5    2853d8f32417e3c5f3b18fda38f96e52 \
+                    sha1   e79349031795176bfb0fb816c4fc401a91811aaf \
+                    rmd160 e12aef144ef3cdc5bce115dacac1a19e4cf4e1f1
+
+livecheck.check     regex
+livecheck.url       http://ftp.gnu.org/gnu/libmicrohttpd/
+livecheck.regex     "${name}-(\\d+\\.\\d+(\\.\\d+)?)"


Property changes on: trunk/dports/www/libmicrohttpd/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090713/94688dd5/attachment.html>


More information about the macports-changes mailing list