Changeset 81137
- Timestamp:
- 07/25/11 18:05:58 (4 years ago)
- Location:
- trunk/dports/net
- Files:
-
- 4 edited
-
libtorrent-devel/Portfile (modified) (2 diffs)
-
libtorrent/Portfile (modified) (2 diffs)
-
rtorrent-devel/Portfile (modified) (1 diff)
-
rtorrent/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/libtorrent-devel/Portfile
r81128 r81137 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortSystem 1.0 4 5 5 name libtorrent-devel6 set real_name libtorrent7 version 0.12.98 categories net9 platforms darwin10 maintainers gmail.com:gardnermj11 license GPL6 name libtorrent-devel 7 set real_name libtorrent 8 version 0.12.9 9 categories net 10 platforms darwin 11 maintainers gmail.com:gardnermj 12 license GPL 12 13 13 description BitTorrent library (unstable release)14 description BitTorrent library (unstable release) 14 15 15 long_description \ 16 libTorrent is a BitTorrent library written in C++ for \ 17 *nix. It is designed to avoid redundant copying and \ 18 storing of data that other clients and libraries suffer from. \ 19 This is the "unstable" release of libTorrent. 16 long_description libTorrent is a BitTorrent library written in C++ for \ 17 *nix. It is designed to avoid redundant copying and \ 18 storing of data that other clients and libraries suffer from. \ 19 This is the "unstable" release of libTorrent. 20 20 21 homepage http://libtorrent.rakshasa.no/22 master_sites ${homepage}downloads/23 distname ${real_name}-${version}21 homepage http://libtorrent.rakshasa.no/ 22 master_sites ${homepage}downloads/ 23 distname ${real_name}-${version} 24 24 25 checksums sha1 176a836c6e685e4dad71ac08c0e09caaa5b7757c \26 rmd160 a898e882da94977973d62f34a5dd82577fd83cf525 checksums sha1 176a836c6e685e4dad71ac08c0e09caaa5b7757c \ 26 rmd160 a898e882da94977973d62f34a5dd82577fd83cf5 27 27 28 depends_build port:zlib \29 port:pkgconfig28 depends_build port:zlib \ 29 port:pkgconfig 30 30 31 depends_lib port:openssl \32 port:libsigcxx231 depends_lib port:openssl \ 32 port:libsigcxx2 33 33 34 configure.args --disable-debug \35 --enable-ipv6 \36 --with-kqueue34 configure.args --disable-debug \ 35 --enable-ipv6 \ 36 --with-kqueue 37 37 38 38 post-destroot { … … 43 43 } 44 44 45 livecheck.type regex46 livecheck.url [lindex ${master_sites} 0]47 livecheck.regex ${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}45 livecheck.type regex 46 livecheck.url [lindex ${master_sites} 0] 47 livecheck.regex ${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix} -
trunk/dports/net/libtorrent/Portfile
r81128 r81137 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortSystem 1.0 4 5 5 name libtorrent6 version 0.12.67 revision 18 categories net9 platforms darwin10 maintainers gmail.com:gardnermj11 license GPL6 name libtorrent 7 version 0.12.6 8 revision 1 9 categories net 10 platforms darwin 11 maintainers gmail.com:gardnermj 12 license GPL 12 13 13 description BitTorrent library14 description BitTorrent library 14 15 15 long_description \ 16 libTorrent is a BitTorrent library written in C++ for \ 17 *nix. It is designed to avoid redundant copying and \ 18 storing of data that other clients and libraries suffer from. 16 long_description libTorrent is a BitTorrent library written in C++ for \ 17 *nix. It is designed to avoid redundant copying and \ 18 storing of data that other clients and libraries suffer from. 19 19 20 homepage http://libtorrent.rakshasa.no/21 master_sites ${homepage}downloads/20 homepage http://libtorrent.rakshasa.no/ 21 master_sites ${homepage}downloads/ 22 22 23 checksums md5037499ed708aaf72988cee60e5a8d96b \24 sha1bf7082f98bd6281493cba94a456697fb88c2c21b \25 rmd16062f0c9737d4ca9621c42d673ea997f9d3687553023 checksums md5 037499ed708aaf72988cee60e5a8d96b \ 24 sha1 bf7082f98bd6281493cba94a456697fb88c2c21b \ 25 rmd160 62f0c9737d4ca9621c42d673ea997f9d36875530 26 26 27 depends_build port:zlib \28 port:pkgconfig27 depends_build port:zlib \ 28 port:pkgconfig 29 29 30 depends_lib port:openssl \31 port:libsigcxx230 depends_lib port:openssl \ 31 port:libsigcxx2 32 32 33 configure.args --disable-debug \34 --enable-ipv6 \35 --with-kqueue33 configure.args --disable-debug \ 34 --enable-ipv6 \ 35 --with-kqueue 36 36 37 37 post-destroot { … … 42 42 } 43 43 44 livecheck.type regex45 livecheck.url ${homepage}46 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)44 livecheck.type regex 45 livecheck.url ${homepage} 46 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*) -
trunk/dports/net/rtorrent-devel/Portfile
r81128 r81137 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortSystem 1.0 4 5 5 name rtorrent-devel6 set real_name rtorrent7 version 0.8.98 categories net9 platforms darwin10 maintainers gmail.com:gardnermj11 license GPL6 name rtorrent-devel 7 set real_name rtorrent 8 version 0.8.9 9 categories net 10 platforms darwin 11 maintainers gmail.com:gardnermj 12 license GPL 12 13 13 description console-based BitTorrent client (unstable release) 14 long_description rTorrent is a console-based BitTorrent client. It aims to \ 15 be a fully-featured and efficient client with the ability to \ 16 run in the background using screen. It supports fast-resume \ 17 and session management. \ 18 This is the "unstable" release of rTorrent. 14 description console-based BitTorrent client (unstable release) 19 15 20 homepage http://libtorrent.rakshasa.no/ 21 master_sites ${homepage}downloads/ 22 distname ${real_name}-${version} 16 long_description rTorrent is a console-based BitTorrent client. It aims to \ 17 be a fully-featured and efficient client with the ability to \ 18 run in the background using screen. It supports fast-resume \ 19 and session management. \ 20 This is the "unstable" release of rTorrent. 23 21 24 checksums sha1 0ac51c185e98b5a386e5f1a07bca9a9963e2d6ce \ 25 rmd160 d79eacf6d63d13514c07c1c35a662fea5f35aef1 22 homepage http://libtorrent.rakshasa.no/ 23 master_sites ${homepage}downloads/ 24 distname ${real_name}-${version} 26 25 27 depends_lib port:curl \ 28 port:libsigcxx2 \ 29 port:libtorrent-devel \ 30 port:ncurses \ 31 port:openssl \ 32 port:zlib 26 checksums sha1 0ac51c185e98b5a386e5f1a07bca9a9963e2d6ce \ 27 rmd160 d79eacf6d63d13514c07c1c35a662fea5f35aef1 33 28 34 configure.args --mandir=${prefix}/share/man \ 35 --disable-debug \ 36 --enable-ipv6 29 depends_lib port:curl \ 30 port:libsigcxx2 \ 31 port:libtorrent-devel \ 32 port:ncurses \ 33 port:openssl \ 34 port:zlib 35 36 configure.args --mandir=${prefix}/share/man \ 37 --disable-debug \ 38 --enable-ipv6 37 39 38 40 variant xmlrpc description {Enable XMLRPC interface} { 39 configure.args-append --with-xmlrpc-c40 depends_lib-append port:xmlrpc-c41 configure.args-append --with-xmlrpc-c 42 depends_lib-append port:xmlrpc-c 41 43 } 42 44 43 livecheck.type regex44 livecheck.url [lindex ${master_sites} 0]45 livecheck.regex ${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}45 livecheck.type regex 46 livecheck.url [lindex ${master_sites} 0] 47 livecheck.regex ${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix} -
trunk/dports/net/rtorrent/Portfile
r81128 r81137 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortSystem 1.0 4 5 5 name rtorrent6 set real_name rtorrent7 version 0.8.68 revision 19 categories net10 platforms darwin11 maintainers gmail.com:gardnermj12 license GPL6 name rtorrent 7 set real_name rtorrent 8 version 0.8.6 9 revision 1 10 categories net 11 platforms darwin 12 maintainers gmail.com:gardnermj 13 license GPL 13 14 14 description console-based BitTorrent client 15 long_description rTorrent is a console-based BitTorrent client. It aims to \ 16 be a fully-featured and efficient client with the ability to \ 17 run in the background using screen. It supports fast-resume \ 18 and session management. 15 description console-based BitTorrent client 19 16 20 homepage http://libtorrent.rakshasa.no/ 21 master_sites ${homepage}downloads/ 22 distname ${real_name}-${version} 23 checksums md5 b804c45c01c40312926bcea6b55bb084 \ 24 sha1 ffce3959ba91738bb444d689db3db1e2375b14ce \ 25 rmd160 3d5109d4ee26c663b376e0b9f610ab6055c57ba9 17 long_description rTorrent is a console-based BitTorrent client. It aims to \ 18 be a fully-featured and efficient client with the ability to \ 19 run in the background using screen. It supports fast-resume \ 20 and session management. 26 21 27 depends_lib port:curl \ 28 port:libsigcxx2 \ 29 port:libtorrent \ 30 port:ncurses \ 31 port:openssl \ 32 port:zlib 22 homepage http://libtorrent.rakshasa.no/ 23 master_sites ${homepage}downloads/ 24 distname ${real_name}-${version} 33 25 34 c onfigure.args --mandir=${prefix}/share/man\35 --disable-debug\36 --enable-ipv626 checksums md5 b804c45c01c40312926bcea6b55bb084 \ 27 sha1 ffce3959ba91738bb444d689db3db1e2375b14ce \ 28 rmd160 3d5109d4ee26c663b376e0b9f610ab6055c57ba9 37 29 38 livecheck.name ${real_name} 30 depends_lib port:curl \ 31 port:libsigcxx2 \ 32 port:libtorrent \ 33 port:ncurses \ 34 port:openssl \ 35 port:zlib 36 37 configure.args --mandir=${prefix}/share/man \ 38 --disable-debug \ 39 --enable-ipv6 39 40 40 41 variant xmlrpc description {Enable XMLRPC interface} { 41 configure.args-append --with-xmlrpc-c42 depends_lib-append port:xmlrpc-c42 configure.args-append --with-xmlrpc-c 43 depends_lib-append port:xmlrpc-c 43 44 } 44 45 if {[variant_isset xmlrpc]} { … … 46 47 } 47 48 48 livecheck.type regex 49 livecheck.url ${master_sites} 50 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" 49 livecheck.type regex 50 livecheck.name ${real_name} 51 livecheck.url ${master_sites} 52 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}
Note: See TracChangeset
for help on using the changeset viewer.

