[23164] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 26 13:16:01 PDT 2007


Revision: 23164
          http://trac.macosforge.org/projects/macports/changeset/23164
Author:   pipping at macports.org
Date:     2007-03-26 13:16:01 -0700 (Mon, 26 Mar 2007)

Log Message:
-----------
 * new port

Added Paths:
-----------
    trunk/dports/devel/uriparser/
    trunk/dports/devel/uriparser/Portfile
    trunk/dports/devel/uriparser/files/
    trunk/dports/devel/uriparser/files/patch-UriBase.h

Added: trunk/dports/devel/uriparser/Portfile
===================================================================
--- trunk/dports/devel/uriparser/Portfile	                        (rev 0)
+++ trunk/dports/devel/uriparser/Portfile	2007-03-26 20:16:01 UTC (rev 23164)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem 1.0
+name            uriparser
+version         0.3.0
+categories      devel www
+maintainers     pipping at macports.org
+description     a strictly RFC 3986 compliant parsing library for URIs
+long_description \
+    uriparser is a strictly RFC 3986 compliant parsing library for URIs.    \
+    uriparser is cross-platform, fast, and supports Unicode.
+
+homepage        http://uriparser.sourceforge.net/
+platforms       darwin
+master_sites    sourceforge
+use_bzip2       yes
+checksums       md5 b8780f9be42aa89b59a44fab66c4a0b0 \
+                sha1 95ae05efe7605980522dca135479cdf27a65e441 \
+                rmd160 cf1185c6f08283c0308b58fd9d8c92f74555c777
+patchfiles      patch-UriBase.h
+test.run        yes
+test.target     check


Property changes on: trunk/dports/devel/uriparser/Portfile
___________________________________________________________________
Name: svn:keywords
   + id
Name: svn:eol-style
   + native

Added: trunk/dports/devel/uriparser/files/patch-UriBase.h
===================================================================
--- trunk/dports/devel/uriparser/files/patch-UriBase.h	                        (rev 0)
+++ trunk/dports/devel/uriparser/files/patch-UriBase.h	2007-03-26 20:16:01 UTC (rev 23164)
@@ -0,0 +1,11 @@
+--- include/uriparser/UriBase.h.bak	2007-03-26 22:10:23.000000000 +0200
++++ include/uriparser/UriBase.h	2007-03-26 22:10:39.000000000 +0200
+@@ -116,7 +116,7 @@
+ # include <stdio.h> /* For NULL */
+ # include <ctype.h> /* For wchar_t */
+ # include <string.h> /* For strlen, memset, memcpy */
+-# include <malloc.h> /* For malloc */
++# include <malloc/malloc.h> /* For malloc */
+ #endif /* URI_DOXYGEN */
+ 
+ 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070326/310e59ea/attachment.html


More information about the macports-changes mailing list