aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-16 13:11:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-16 13:11:40 +0000
commitb3582faa04a727905e18ad9845df8b6d9bf77a79 (patch)
tree3aa2b898d58257f40eb3bbd571a23e52938e106f
parentfe34fd15c165d505be99a679db598b7b2ba9bb84 (diff)
downloadports-b3582faa04a727905e18ad9845df8b6d9bf77a79.tar.gz
ports-b3582faa04a727905e18ad9845df8b6d9bf77a79.zip
MFH: r336625
Remove expired port: 2013-12-13 net-p2p/libtorrent-rasterbar-15: Unusable, development ceased
Notes
Notes: svn path=/branches/2014Q1/; revision=336633
-rw-r--r--MOVED1
-rw-r--r--net-p2p/Makefile1
-rw-r--r--net-p2p/libtorrent-rasterbar-15/Makefile93
-rw-r--r--net-p2p/libtorrent-rasterbar-15/distinfo2
-rw-r--r--net-p2p/libtorrent-rasterbar-15/pkg-descr12
-rw-r--r--net-p2p/libtorrent-rasterbar-15/pkg-plist168
6 files changed, 1 insertions, 276 deletions
diff --git a/MOVED b/MOVED
index eb296c9dd5b8..5683eebc76bc 100644
--- a/MOVED
+++ b/MOVED
@@ -5305,3 +5305,4 @@ security/snortsms||2013-12-15|Has expired: Not active since several years.
sysutils/hammerhead||2013-12-15|Has expired: Development no more active
net-p2p/libtorrent-rasterbar-15-python||2013-12-15|Has expired: Unusable, development ceased
graphics/openexr_ctl||2013-12-15|Has expired: Now distributed with ampasCTL-1.5
+net-p2p/libtorrent-rasterbar-15||2013-12-16|Has expired: Unusable, development ceased
diff --git a/net-p2p/Makefile b/net-p2p/Makefile
index ee2bc32e6da7..94d108488e0e 100644
--- a/net-p2p/Makefile
+++ b/net-p2p/Makefile
@@ -46,7 +46,6 @@
SUBDIR += libtorrent
SUBDIR += libtorrent-devel
SUBDIR += libtorrent-rasterbar
- SUBDIR += libtorrent-rasterbar-15
SUBDIR += libtorrent-rasterbar-python
SUBDIR += linux-jigdo
SUBDIR += linuxdcpp
diff --git a/net-p2p/libtorrent-rasterbar-15/Makefile b/net-p2p/libtorrent-rasterbar-15/Makefile
deleted file mode 100644
index feeeaedd2b5a..000000000000
--- a/net-p2p/libtorrent-rasterbar-15/Makefile
+++ /dev/null
@@ -1,93 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= libtorrent-rasterbar
-PORTVERSION= 0.15.9
-PORTREVISION?= 4
-CATEGORIES?= net-p2p ipv6
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
-PROJECTHOST= libtorrent
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT?= C++ library implementing a BitTorrent client
-
-DEPRECATED= Unusable, development ceased
-EXPIRATION_DATE=2013-12-13
-BROKEN= Does not build with recent boost
-
-CONFLICTS+= libtorrent-rasterbar-0.1[46789].*
-
-NO_LATEST_LINK= yes
-
-BUILD_DEPENDS= pkgconf>0:${PORTSDIR}/devel/pkgconf
-LIB_DEPENDS+= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \
- libGeoIP.so:${PORTSDIR}/net/GeoIP
-
-USES= pathfix
-USE_OPENSSL= yes
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --disable-debug \
- --disable-static \
- --enable-dht \
- --enable-encryption \
- --enable-pool-allocators \
- --enable-deprecated-functions \
- --with-boost=${LOCALBASE} \
- --with-boost-system=boost_system \
- --with-boost-filesystem=boost_filesystem \
- --with-boost-thread=boost_thread \
- --enable-geoip \
- --with-libgeoip \
- --with-openssl=${OPENSSLBASE} \
- --with-zlib=system
-
-USE_LDCONFIG= yes
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes" && defined(USE_PYTHON)
-CONFIGURE_ARGS+= --enable-python-binding \
- --with-boost-python=boost_python
-.else
-CONFIGURE_ARGS+= --disable-python-binding
-.endif
-
-pre-patch:
- @${MV} ${WRKSRC}/include/libtorrent/alloca.hpp \
- ${WRKSRC}/include/libtorrent/alloca.hpp.Dist
- @${SED} -e 's#alloca.h#stdlib.h#g' \
- ${WRKSRC}/include/libtorrent/alloca.hpp.Dist > \
- ${WRKSRC}/include/libtorrent/alloca.hpp
- @${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Dist
- @${SED} -e 's#COMPILETIME_OPTIONS+="#COMPILETIME_OPTIONS="$$COMPILETIME_OPTIONS #g' \
- ${WRKSRC}/configure.Dist > ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's:BOOST_FILESYSTEM_VERSION=2:BOOST_FILESYSTEM_VERSION=3:g' \
- -e 's:BOOST_FILESYSTEM_VERSION 2:BOOST_FILESYSTEM_VERSION 3:g' \
- -e 's:\[BOOST_FILESYSTEM_VERSION\],\[2\]:[BOOST_FILESYSTEM_VERSION],[3]:g' \
- ${WRKSRC}/bindings/python/setup.py \
- ${WRKSRC}/configure \
- ${WRKSRC}/Jamfile \
- ${WRKSRC}/libtorrent-rasterbar-cmake.pc \
- ${WRKSRC}/libtorrent-rasterbar.pc
-
-
-.if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes"
-post-patch: slave-post-patch
-.endif
-
-.if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes"
-post-install: slave-post-install
-.else
-post-install:
-.endif
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/*.css ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/*.gif ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/*.jpg ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/docs/*.png ${DOCSDIR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/net-p2p/libtorrent-rasterbar-15/distinfo b/net-p2p/libtorrent-rasterbar-15/distinfo
deleted file mode 100644
index d02a718ec8fb..000000000000
--- a/net-p2p/libtorrent-rasterbar-15/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libtorrent-rasterbar-0.15.9.tar.gz) = a2ea68011e9933c7deb473268122f016171d24f0f35e744fbdadd14bf6bac23d
-SIZE (libtorrent-rasterbar-0.15.9.tar.gz) = 2619950
diff --git a/net-p2p/libtorrent-rasterbar-15/pkg-descr b/net-p2p/libtorrent-rasterbar-15/pkg-descr
deleted file mode 100644
index f59169567953..000000000000
--- a/net-p2p/libtorrent-rasterbar-15/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-libtorrent is a C++ library that aims to be a good alternative to all the
-other bittorrent implementations around. It is a library and not a full
-featured client.
-
-The main goals of libtorrent are:
- * to be cpu efficient
- * to be memory efficient
- * to be very easy to use
-
-Note that this is NOT the same library as the libtorrent port!
-
-WWW: http://www.rasterbar.com/products/libtorrent/index.html
diff --git a/net-p2p/libtorrent-rasterbar-15/pkg-plist b/net-p2p/libtorrent-rasterbar-15/pkg-plist
deleted file mode 100644
index 6062d03f61d7..000000000000
--- a/net-p2p/libtorrent-rasterbar-15/pkg-plist
+++ /dev/null
@@ -1,168 +0,0 @@
-include/libtorrent/ConvertUTF.h
-include/libtorrent/alert.hpp
-include/libtorrent/alert_types.hpp
-include/libtorrent/alloca.hpp
-include/libtorrent/allocator.hpp
-include/libtorrent/assert.hpp
-include/libtorrent/aux_/session_impl.hpp
-include/libtorrent/bandwidth_limit.hpp
-include/libtorrent/bandwidth_manager.hpp
-include/libtorrent/bandwidth_queue_entry.hpp
-include/libtorrent/bencode.hpp
-include/libtorrent/bitfield.hpp
-include/libtorrent/broadcast_socket.hpp
-include/libtorrent/bt_peer_connection.hpp
-include/libtorrent/buffer.hpp
-include/libtorrent/chained_buffer.hpp
-include/libtorrent/config.hpp
-include/libtorrent/connection_queue.hpp
-include/libtorrent/create_torrent.hpp
-include/libtorrent/debug.hpp
-include/libtorrent/disk_buffer_holder.hpp
-include/libtorrent/disk_io_thread.hpp
-include/libtorrent/entry.hpp
-include/libtorrent/enum_net.hpp
-include/libtorrent/error_code.hpp
-include/libtorrent/escape_string.hpp
-include/libtorrent/extensions.hpp
-include/libtorrent/extensions/logger.hpp
-include/libtorrent/extensions/lt_trackers.hpp
-include/libtorrent/extensions/metadata_transfer.hpp
-include/libtorrent/extensions/smart_ban.hpp
-include/libtorrent/extensions/ut_metadata.hpp
-include/libtorrent/extensions/ut_pex.hpp
-include/libtorrent/file.hpp
-include/libtorrent/file_pool.hpp
-include/libtorrent/file_storage.hpp
-include/libtorrent/fingerprint.hpp
-include/libtorrent/gzip.hpp
-include/libtorrent/hasher.hpp
-include/libtorrent/http_connection.hpp
-include/libtorrent/http_parser.hpp
-include/libtorrent/http_seed_connection.hpp
-include/libtorrent/http_stream.hpp
-include/libtorrent/http_tracker_connection.hpp
-include/libtorrent/identify_client.hpp
-include/libtorrent/instantiate_connection.hpp
-include/libtorrent/intrusive_ptr_base.hpp
-include/libtorrent/invariant_check.hpp
-include/libtorrent/io.hpp
-include/libtorrent/ip_filter.hpp
-include/libtorrent/kademlia/closest_nodes.hpp
-include/libtorrent/kademlia/dht_tracker.hpp
-include/libtorrent/kademlia/find_data.hpp
-include/libtorrent/kademlia/logging.hpp
-include/libtorrent/kademlia/msg.hpp
-include/libtorrent/kademlia/node.hpp
-include/libtorrent/kademlia/node_entry.hpp
-include/libtorrent/kademlia/node_id.hpp
-include/libtorrent/kademlia/observer.hpp
-include/libtorrent/kademlia/refresh.hpp
-include/libtorrent/kademlia/routing_table.hpp
-include/libtorrent/kademlia/rpc_manager.hpp
-include/libtorrent/kademlia/traversal_algorithm.hpp
-include/libtorrent/lazy_entry.hpp
-include/libtorrent/lsd.hpp
-include/libtorrent/magnet_uri.hpp
-include/libtorrent/natpmp.hpp
-include/libtorrent/parse_url.hpp
-include/libtorrent/pch.hpp
-include/libtorrent/pe_crypto.hpp
-include/libtorrent/peer.hpp
-include/libtorrent/peer_connection.hpp
-include/libtorrent/peer_id.hpp
-include/libtorrent/peer_info.hpp
-include/libtorrent/peer_request.hpp
-include/libtorrent/piece_block_progress.hpp
-include/libtorrent/piece_picker.hpp
-include/libtorrent/policy.hpp
-include/libtorrent/proxy_base.hpp
-include/libtorrent/random_sample.hpp
-include/libtorrent/session.hpp
-include/libtorrent/session_settings.hpp
-include/libtorrent/session_status.hpp
-include/libtorrent/size_type.hpp
-include/libtorrent/socket.hpp
-include/libtorrent/socket_type.hpp
-include/libtorrent/socks5_stream.hpp
-include/libtorrent/ssl_stream.hpp
-include/libtorrent/stat.hpp
-include/libtorrent/storage.hpp
-include/libtorrent/time.hpp
-include/libtorrent/torrent.hpp
-include/libtorrent/torrent_handle.hpp
-include/libtorrent/torrent_info.hpp
-include/libtorrent/tracker_manager.hpp
-include/libtorrent/udp_socket.hpp
-include/libtorrent/udp_tracker_connection.hpp
-include/libtorrent/upnp.hpp
-include/libtorrent/utf8.hpp
-include/libtorrent/variant_stream.hpp
-include/libtorrent/version.hpp
-include/libtorrent/web_peer_connection.hpp
-include/libtorrent/xml_parse.hpp
-lib/libtorrent-rasterbar.la
-lib/libtorrent-rasterbar.so
-lib/libtorrent-rasterbar.so.6
-libdata/pkgconfig/libtorrent-rasterbar.pc
-%%PORTDOCS%%%%DOCSDIR%%/Linkage.png
-%%PORTDOCS%%%%DOCSDIR%%/arctic_thumb.png
-%%PORTDOCS%%%%DOCSDIR%%/bitbuddy_thumb.jpg
-%%PORTDOCS%%%%DOCSDIR%%/bitfox.png
-%%PORTDOCS%%%%DOCSDIR%%/bitrocket_thumb.png
-%%PORTDOCS%%%%DOCSDIR%%/bitscast_thumb.png
-%%PORTDOCS%%%%DOCSDIR%%/bitslug_thumb.png
-%%PORTDOCS%%%%DOCSDIR%%/btg_thumb.jpg
-%%PORTDOCS%%%%DOCSDIR%%/bubba.png
-%%PORTDOCS%%%%DOCSDIR%%/building.html
-%%PORTDOCS%%%%DOCSDIR%%/client_test.html
-%%PORTDOCS%%%%DOCSDIR%%/client_test.png
-%%PORTDOCS%%%%DOCSDIR%%/deluge.png
-%%PORTDOCS%%%%DOCSDIR%%/dht_extensions.html
-%%PORTDOCS%%%%DOCSDIR%%/disk_access.png
-%%PORTDOCS%%%%DOCSDIR%%/disk_buffer.png
-%%PORTDOCS%%%%DOCSDIR%%/disk_buffer_before_optimization.png
-%%PORTDOCS%%%%DOCSDIR%%/disk_buffer_sample.png
-%%PORTDOCS%%%%DOCSDIR%%/disk_io.png
-%%PORTDOCS%%%%DOCSDIR%%/electric_sheep_thumb.jpg
-%%PORTDOCS%%%%DOCSDIR%%/examples.html
-%%PORTDOCS%%%%DOCSDIR%%/extension_protocol.html
-%%PORTDOCS%%%%DOCSDIR%%/fatrat.png
-%%PORTDOCS%%%%DOCSDIR%%/fdm.png
-%%PORTDOCS%%%%DOCSDIR%%/features.html
-%%PORTDOCS%%%%DOCSDIR%%/firetorrent.png
-%%PORTDOCS%%%%DOCSDIR%%/flush.jpg
-%%PORTDOCS%%%%DOCSDIR%%/halite_thumb.png
-%%PORTDOCS%%%%DOCSDIR%%/im_thumb.jpg
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/leechcraft.png
-%%PORTDOCS%%%%DOCSDIR%%/libtorrent_plugins.html
-%%PORTDOCS%%%%DOCSDIR%%/libtorrent_screen.png
-%%PORTDOCS%%%%DOCSDIR%%/limewire.png
-%%PORTDOCS%%%%DOCSDIR%%/lince.png
-%%PORTDOCS%%%%DOCSDIR%%/make_torrent.html
-%%PORTDOCS%%%%DOCSDIR%%/manual.html
-%%PORTDOCS%%%%DOCSDIR%%/merkle_tree.png
-%%PORTDOCS%%%%DOCSDIR%%/miro.jpg
-%%PORTDOCS%%%%DOCSDIR%%/moopolice_thumb.gif
-%%PORTDOCS%%%%DOCSDIR%%/projects.html
-%%PORTDOCS%%%%DOCSDIR%%/pump.png
-%%PORTDOCS%%%%DOCSDIR%%/python_binding.html
-%%PORTDOCS%%%%DOCSDIR%%/qbittorrent_thumb.jpg
-%%PORTDOCS%%%%DOCSDIR%%/read_disk_buffers.png
-%%PORTDOCS%%%%DOCSDIR%%/running_tests.html
-%%PORTDOCS%%%%DOCSDIR%%/session_stats_peers.png
-%%PORTDOCS%%%%DOCSDIR%%/storage.png
-%%PORTDOCS%%%%DOCSDIR%%/style.css
-%%PORTDOCS%%%%DOCSDIR%%/tuning.html
-%%PORTDOCS%%%%DOCSDIR%%/tvblob.jpg
-%%PORTDOCS%%%%DOCSDIR%%/tvitty.jpg
-%%PORTDOCS%%%%DOCSDIR%%/udp_tracker_protocol.html
-%%PORTDOCS%%%%DOCSDIR%%/unicode_support.png
-%%PORTDOCS%%%%DOCSDIR%%/write_disk_buffers.png
-%%PORTDOCS%%%%DOCSDIR%%/ziptorrent_thumb.gif
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm include/libtorrent/aux_
-@dirrm include/libtorrent/extensions
-@dirrm include/libtorrent/kademlia
-@dirrm include/libtorrent