[Midnightbsd-cvs] mports [21662] trunk/net: add uriparser

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 14 23:33:38 EDT 2016


Revision: 21662
          http://svnweb.midnightbsd.org/mports/?rev=21662
Author:   laffer1
Date:     2016-08-14 23:33:38 -0400 (Sun, 14 Aug 2016)
Log Message:
-----------
add uriparser

Modified Paths:
--------------
    trunk/net/Makefile

Added Paths:
-----------
    trunk/net/uriparser/
    trunk/net/uriparser/Makefile
    trunk/net/uriparser/distinfo
    trunk/net/uriparser/files/
    trunk/net/uriparser/files/patch-tool_uriparse.c
    trunk/net/uriparser/pkg-descr
    trunk/net/uriparser/pkg-plist

Modified: trunk/net/Makefile
===================================================================
--- trunk/net/Makefile	2016-08-15 03:32:14 UTC (rev 21661)
+++ trunk/net/Makefile	2016-08-15 03:33:38 UTC (rev 21662)
@@ -133,6 +133,7 @@
 SUBDIR += tsocks
 SUBDIR += uhttpmock
 SUBDIR += ulxmlrpcpp
+SUBDIR += uriparser
 SUBDIR += ushare
 SUBDIR += vinagre
 SUBDIR += vino

Added: trunk/net/uriparser/Makefile
===================================================================
--- trunk/net/uriparser/Makefile	                        (rev 0)
+++ trunk/net/uriparser/Makefile	2016-08-15 03:33:38 UTC (rev 21662)
@@ -0,0 +1,24 @@
+# Created by: Ed Schouten <ed at FreeBSD.org>
+# $FreeBSD: head/net/uriparser/Makefile 400218 2015-10-27 07:33:47Z ed $
+# $MidnightBSD$
+
+PORTNAME=	uriparser
+PORTVERSION=	0.8.4
+CATEGORIES=	net
+MASTER_SITES=	SF/${PORTNAME}/Sources/${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	URI parsing library
+
+LICENSE=	bsd3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-doc --disable-test
+INSTALL_TARGET=	install-strip
+USES=		libtool pathfix tar:bzip2
+USE_LDCONFIG=	yes
+
+MAKE_JOBS_UNSAFE=yes
+
+.include <bsd.port.mk>


Property changes on: trunk/net/uriparser/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/uriparser/distinfo
===================================================================
--- trunk/net/uriparser/distinfo	                        (rev 0)
+++ trunk/net/uriparser/distinfo	2016-08-15 03:33:38 UTC (rev 21662)
@@ -0,0 +1,2 @@
+SHA256 (uriparser-0.8.4.tar.bz2) = ce7ccda4136974889231e8426a785e7578e66a6283009cfd13f1b24a5e657b23
+SIZE (uriparser-0.8.4.tar.bz2) = 358408


Property changes on: trunk/net/uriparser/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/uriparser/files/patch-tool_uriparse.c
===================================================================
--- trunk/net/uriparser/files/patch-tool_uriparse.c	                        (rev 0)
+++ trunk/net/uriparser/files/patch-tool_uriparse.c	2016-08-15 03:33:38 UTC (rev 21662)
@@ -0,0 +1,10 @@
+--- tool/uriparse.c
++++ tool/uriparse.c
+@@ -36,6 +36,7 @@
+  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+  * OF THE POSSIBILITY OF SUCH DAMAGE.
+  */
++#include <sys/socket.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <uriparser/Uri.h>


Property changes on: trunk/net/uriparser/files/patch-tool_uriparse.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/uriparser/pkg-descr
===================================================================
--- trunk/net/uriparser/pkg-descr	                        (rev 0)
+++ trunk/net/uriparser/pkg-descr	2016-08-15 03:33:38 UTC (rev 21662)
@@ -0,0 +1,3 @@
+uriparser is an RFC 3986 URI parsing library written in C++.
+
+WWW: http://uriparser.sourceforge.net/


Property changes on: trunk/net/uriparser/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/uriparser/pkg-plist
===================================================================
--- trunk/net/uriparser/pkg-plist	                        (rev 0)
+++ trunk/net/uriparser/pkg-plist	2016-08-15 03:33:38 UTC (rev 21662)
@@ -0,0 +1,12 @@
+bin/uriparse
+include/uriparser/Uri.h
+include/uriparser/UriBase.h
+include/uriparser/UriDefsAnsi.h
+include/uriparser/UriDefsConfig.h
+include/uriparser/UriDefsUnicode.h
+include/uriparser/UriIp4.h
+lib/liburiparser.a
+lib/liburiparser.so
+lib/liburiparser.so.1
+lib/liburiparser.so.1.0.20
+libdata/pkgconfig/liburiparser.pc


Property changes on: trunk/net/uriparser/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list