diff options
author | clsung <clsung@FreeBSD.org> | 2007-04-04 17:19:24 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-04-04 17:19:24 +0800 |
commit | 2dba006090746315252f33522a2eba0703d2ebb5 (patch) | |
tree | a910ee0b18f1b0c0a20c2bac1c45fe1cd6adc98d | |
parent | b98203ad7e3d75a5ad40819e274d64710bb8f052 (diff) | |
download | freebsd-ports-gnome-2dba006090746315252f33522a2eba0703d2ebb5.tar.gz freebsd-ports-gnome-2dba006090746315252f33522a2eba0703d2ebb5.tar.zst freebsd-ports-gnome-2dba006090746315252f33522a2eba0703d2ebb5.zip |
Add uriparser 0.3.3, URI parsing library.
PR: ports/111052
Submitted by: Ed Schouten <ed at fxq.nl>
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/uriparser/Makefile | 21 | ||||
-rw-r--r-- | net/uriparser/distinfo | 3 | ||||
-rw-r--r-- | net/uriparser/pkg-descr | 3 | ||||
-rw-r--r-- | net/uriparser/pkg-plist | 10 |
5 files changed, 38 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 91761a21b1d7..9d5a14d9c8b5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -867,6 +867,7 @@ SUBDIR += uplog SUBDIR += uproxy SUBDIR += urelay + SUBDIR += uriparser SUBDIR += urlendec SUBDIR += ushare SUBDIR += utftpd diff --git a/net/uriparser/Makefile b/net/uriparser/Makefile new file mode 100644 index 000000000000..31ee8fa7061e --- /dev/null +++ b/net/uriparser/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: uriparser +# Date Created: 31 Mar 2007 +# Whom: Ed Schouten <ed@fxq.nl> +# +# $FreeBSD$ +# + +PORTNAME= uriparser +PORTVERSION= 0.3.3 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= uriparser + +MAINTAINER= ed@fxq.nl +COMMENT= URI parsing library + +GNU_CONFIGURE= yes +USE_BZIP2= yes +CFLAGS+= -fPIC + +.include <bsd.port.mk> diff --git a/net/uriparser/distinfo b/net/uriparser/distinfo new file mode 100644 index 000000000000..a97226c25791 --- /dev/null +++ b/net/uriparser/distinfo @@ -0,0 +1,3 @@ +MD5 (uriparser-0.3.3.tar.bz2) = 8165a88502c1e4d71b7fc43fc802a732 +SHA256 (uriparser-0.3.3.tar.bz2) = 09b9ebe6b2631b4c9788a995e5cd6605a69f0552a7afc1c21d614b0ef168ae22 +SIZE (uriparser-0.3.3.tar.bz2) = 161626 diff --git a/net/uriparser/pkg-descr b/net/uriparser/pkg-descr new file mode 100644 index 000000000000..097209b59b6a --- /dev/null +++ b/net/uriparser/pkg-descr @@ -0,0 +1,3 @@ +uriparser is an RFC 3986 URI parsing library written in C++. + +WWW: http://uriparser.sourceforge.net/ diff --git a/net/uriparser/pkg-plist b/net/uriparser/pkg-plist new file mode 100644 index 000000000000..e70c38fffba6 --- /dev/null +++ b/net/uriparser/pkg-plist @@ -0,0 +1,10 @@ +include/uriparser.h +include/uriparser/Uri.h +include/uriparser/UriBase.h +include/uriparser/UriDefsAnsi.h +include/uriparser/UriDefsConfig.h +include/uriparser/UriDefsUnicode.h +include/uriparser/UriIp4.h +include/uriparser/UriIp4Base.h +lib/liburiparser.a +@dirrm include/uriparser |