|
Revision 40938, 0.7 KB
(checked in by raimue@…, 7 weeks ago)
|
|
devel/uriparser:
Maintainer update to version 0.7.2, see #16865
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name uriparser |
|---|
| 6 | version 0.7.2 |
|---|
| 7 | categories devel www |
|---|
| 8 | maintainers ed@80386.nl |
|---|
| 9 | description a strictly RFC 3986 compliant parsing library for URIs |
|---|
| 10 | long_description \ |
|---|
| 11 | uriparser is a strictly RFC 3986 compliant parsing library for URIs. \ |
|---|
| 12 | uriparser is cross-platform, fast, and supports Unicode. |
|---|
| 13 | |
|---|
| 14 | homepage http://uriparser.sourceforge.net/ |
|---|
| 15 | platforms darwin |
|---|
| 16 | master_sites sourceforge |
|---|
| 17 | use_bzip2 yes |
|---|
| 18 | checksums md5 0f0d5548b2b881cbee5cb20e44d561c5 \ |
|---|
| 19 | sha1 a08dd236c87abf50a416fd450323e3a0a32d7245 \ |
|---|
| 20 | rmd160 8c03acedab520937625c11fd7c1c833d92fd9953 |
|---|
| 21 | |
|---|
| 22 | configure.cppflags |
|---|
| 23 | |
|---|
| 24 | test.run yes |
|---|
| 25 | test.target check |
|---|
| 26 | |
|---|
| 27 | livecheck.check sourceforge |
|---|