Changeset 79753
- Timestamp:
- 06/24/11 14:52:43 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/www/serf/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/www/serf/Portfile
r79752 r79753 3 3 PortSystem 1.0 4 4 5 name serf6 version 0.7.27 categories www8 maintainers blair9 description C-based HTTP client library5 name serf 6 version 0.7.2 7 categories www 8 maintainers blair 9 description C-based HTTP client library 10 10 11 long_description The serf library is a C-based HTTP client library \12 built upon the Apache Portable Runtime (APR) \13 library. It multiplexes connections, running the \14 read/write communication asynchronously. Memory \15 copies and transformations are kept to a minimum to \16 provide high performance operation.11 long_description The serf library is a C-based HTTP client library \ 12 built upon the Apache Portable Runtime (APR) \ 13 library. It multiplexes connections, running the \ 14 read/write communication asynchronously. Memory \ 15 copies and transformations are kept to a minimum to \ 16 provide high performance operation. 17 17 18 homepage http://code.google.com/p/serf/19 master_sites http://serf.googlecode.com/files/20 use_bzip2 yes21 use_parallel_build yes22 checksums md5 66ed12163b14b704888e628ee38e9581 \23 sha1 132fbb13d50c4f849231eee79dcada8cde3ecad2 \24 rmd160 6b586ced49b7195e80595d3d1eb29af08d1afc3218 homepage http://code.google.com/p/serf/ 19 master_sites http://serf.googlecode.com/files/ 20 use_bzip2 yes 21 use_parallel_build yes 22 checksums md5 66ed12163b14b704888e628ee38e9581 \ 23 sha1 132fbb13d50c4f849231eee79dcada8cde3ecad2 \ 24 rmd160 6b586ced49b7195e80595d3d1eb29af08d1afc32 25 25 26 platforms darwin26 platforms darwin 27 27 28 depends_lib port:apr port:apr-util port:openssl28 depends_lib port:apr port:apr-util port:openssl 29 29 30 configure.args --with-apr=${prefix}/bin/apr-1-config \31 --with-apr-util=${prefix}/bin/apu-1-config30 configure.args --with-apr=${prefix}/bin/apr-1-config \ 31 --with-apr-util=${prefix}/bin/apu-1-config 32 32 33 configure.ccache no33 configure.ccache no 34 34 35 test.run yes36 test.target check35 test.run yes 36 test.target check 37 37 38 38 post-destroot { 39 set sharedir ${destroot}${prefix}/share40 set docdir ${sharedir}/doc/${name}39 set sharedir ${destroot}${prefix}/share 40 set docdir ${sharedir}/doc/${name} 41 41 42 xinstall -m 755 -d ${docdir}42 xinstall -m 755 -d ${docdir} 43 43 44 foreach f {CHANGES LICENSE NOTICE README} {45 file copy ${worksrcpath}/${f} ${docdir}46 }44 foreach f {CHANGES LICENSE NOTICE README} { 45 file copy ${worksrcpath}/${f} ${docdir} 46 } 47 47 } 48 48
Note: See TracChangeset
for help on using the changeset viewer.

