Changeset 81129
- Timestamp:
- 07/25/11 17:06:42 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/xmlrpc-c/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/xmlrpc-c/Portfile
r78387 r81129 2 2 # $Id$ 3 3 4 PortSystem 1.04 PortSystem 1.0 5 5 6 name xmlrpc-c 7 version 1.16.34 8 categories devel www 9 maintainers nomaintainer 10 description Lightweight RPC library based on XML and HTTP 11 long_description XML-RPC is a quick-and-easy way to make procedure calls \ 12 over the Internet. It converts the procedure call into \ 13 XML document, sends it to a remote server using HTTP, and \ 14 gets back the response as XML. \ 15 This library provides a modular implementation of XML-RPC \ 16 for C and C++. 17 homepage http://xmlrpc-c.sourceforge.net/ 18 platforms darwin 19 master_sites sourceforge 6 name xmlrpc-c 7 version 1.16.34 8 categories devel www 9 platforms darwin 10 maintainers nomaintainer 20 11 21 checksums md5 41347f56aca5806e81164d3470812918 \ 22 sha1 e4fa13bc8609134f74ba60597c9a12e28565e094 \ 23 rmd160 bb1cce17997875fce483fcab7136dfa6a494f8e6 12 description Lightweight RPC library based on XML and HTTP 24 13 25 extract.suffix .tgz 14 long_description XML-RPC is a quick-and-easy way to make procedure calls \ 15 over the Internet. It converts the procedure call into \ 16 XML document, sends it to a remote server using HTTP, and \ 17 gets back the response as XML. \ 18 This library provides a modular implementation of XML-RPC \ 19 for C and C++. 26 20 27 depends_lib port:libwww \ 28 port:openssl \ 29 port:curl 21 homepage http://xmlrpc-c.sourceforge.net/ 22 master_sites sourceforge 23 24 checksums md5 41347f56aca5806e81164d3470812918 \ 25 sha1 e4fa13bc8609134f74ba60597c9a12e28565e094 \ 26 rmd160 bb1cce17997875fce483fcab7136dfa6a494f8e6 27 28 extract.suffix .tgz 29 30 depends_lib port:libwww \ 31 port:openssl \ 32 port:curl 30 33 31 34 platform darwin { … … 33 36 } 34 37 35 universal_variant no38 universal_variant no 36 39 37 livecheck.url http://sourceforge.net/export/rss2_projfiles.php?group_id=1684738 livecheck.distname Xmlrpc-c stable40 livecheck.url http://sourceforge.net/export/rss2_projfiles.php?group_id=16847 41 livecheck.distname Xmlrpc-c stable
Note: See TracChangeset
for help on using the changeset viewer.

