diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-30 21:36:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-30 21:36:28 +0000 |
commit | fbab09fee302574e578e4f0d1b6082cdae4defb4 (patch) | |
tree | 2e89197b88b8a883c56aef7a5d0d89dc5d374850 /net/bnbt/files | |
parent | Upgrade to 1.63.0. (diff) |
Populate newly create net-p2p category with these ports:
ftp/jigdo
net/amule1
net/amule2
net/apollon
net/azureus
net/bnbt
net/btpeer
net/btqueue
net/cdonkey
net/ctorrent
net/dcd
net/dclib
net/dctc
net/dctc-gui
net/dctc-gui-qt
net/edonkey-gui-gtk
net/edonkey-gui-gtk-urlslave
net/fcptools
net/fidelio
net/freenet
net/frost
net/giftcurs
net/giftoxic
net/giftui
net/gift
net/gift-fasttrack
net/gift-gnutella
net/gift-openft
net/gkrellm-gift
net/gnewtellium
net/gnome-btdownload
net/gnunet
net/gtkhx
net/gtk-gnutella
net/gtorrentviewer
net/hagelslag
net/hx
net/i2p
net/javadc
net/kmldonkey
net/ktorrent
net/libbt
net/liberator
net/libfreenet
net/libpdtp
net/libtorrent
net/limewire
net/linux-agsatellite
net/linux-edonkey-core
net/linux-edonkey-server
net/linux-jigdo
net/linux-overnet-core
net/minder
net/mldonkey
net/mldonkey-core
net/mldonkey-core-devel
net/mldonkey-devel
net/mldonkey-gui
net/mldonkey-gui-devel
net/mldonkey-perlreactor
net/mldonkey-sancho
net/mldonkey-serverspy
net/mldonkey-urlslave
net/mutella
net/mute-net
net/mute-net-gui
net/mute-net-text
net/napshare
net/nicotine
net/opendchub
net/peercast
net/phex
net/pyslsk
net/py-bittornado
net/py-bittornado-core
net/py-bittorrent
net/py-bittorrent-core
net/py-bittorrent-core-devel
net/py-bittorrent-devel
net/py-fngrab
net/py-kenosis
net/py-kenosis-bittorrent
net/py-py2play
net/p5-pdonkey
net/qtella
net/qtorrent
net/rtorrent
net/squall
net/torrentflux
net/torrentsniff
net/trackerbt
net/transmission
net/valknut
net/verlihub
net/verlihub-plugins
net/xmule
net/xnap
misc/ed2k
misc/edonkey-tool-hash
misc/linux-edonkey-tool-recovermet
Repocopies by: marcus
Notes
Notes:
svn path=/head/; revision=154851
Diffstat (limited to 'net/bnbt/files')
-rw-r--r-- | net/bnbt/files/bnbt.sh.in | 38 | ||||
-rw-r--r-- | net/bnbt/files/patch-client.cpp | 17 | ||||
-rw-r--r-- | net/bnbt/files/patch-config.cpp | 15 | ||||
-rw-r--r-- | net/bnbt/files/patch-server.cpp | 11 | ||||
-rw-r--r-- | net/bnbt/files/pkg-message.in | 9 |
5 files changed, 0 insertions, 90 deletions
diff --git a/net/bnbt/files/bnbt.sh.in b/net/bnbt/files/bnbt.sh.in deleted file mode 100644 index d9f67bb8fee6..000000000000 --- a/net/bnbt/files/bnbt.sh.in +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: bnbt -# REQUIRE: LOGIN abi -# BEFORE: securelevel -# KEYWORD: FreeBSD shutdown - -# Add the following line to /etc/rc.conf to enable `bnbt': -# -#bnbt_enable="YES" -# -# See bnbt(1) for bnbt_flags -# - -. "%%RC_SUBR%%" - -name="bnbt" -rcvar=`set_rcvar` - -# path to your executable, might be libxec, bin, sbin, ... -command="%%PREFIX%%/bin/$name" - -# extra required arguments -command_args="&" - -# you can check for required_dirs and required_vars too, see rc.subr(8) -# -required_dirs="/var/log/$name" - -# read settings, set default values -load_rc_config "$name" -: ${bnbt_enable="NO"} -: ${bnbt_flags=""} - -run_rc_command "$1" diff --git a/net/bnbt/files/patch-client.cpp b/net/bnbt/files/patch-client.cpp deleted file mode 100644 index da622fab52d6..000000000000 --- a/net/bnbt/files/patch-client.cpp +++ /dev/null @@ -1,17 +0,0 @@ ---- client.cpp Wed Sep 29 21:38:32 2004 -+++ client.cpp.new Sat Oct 23 15:40:05 2004 -@@ -19,6 +19,7 @@ - * - ***/ - -+#include <sys/time.h> - #include <fcntl.h> - - #include "bnbt.h" -@@ -639,4 +640,4 @@ - rsp.strContent.reserve( 1024 ); - rsp.bCompressOK = true; - m_iLast = GetTime( ); --} -\ No newline at end of file -+} diff --git a/net/bnbt/files/patch-config.cpp b/net/bnbt/files/patch-config.cpp deleted file mode 100644 index f9a3636c1bb0..000000000000 --- a/net/bnbt/files/patch-config.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- config.cpp Fri Sep 24 20:01:58 2004 -+++ config.cpp.new Sat Oct 23 14:42:45 2004 -@@ -147,10 +147,10 @@ - CFG_SetString( "bnbt_realm", "BNBT" ); - - if( CFG_GetString( "bnbt_error_log_dir", string( ) ).empty( ) ) -- CFG_SetString( "bnbt_error_log_dir", string( ) ); -+ CFG_SetString( "bnbt_error_log_dir", "/var/log/bnbt/" ); - - if( CFG_GetString( "bnbt_access_log_dir", string( ) ).empty( ) ) -- CFG_SetString( "bnbt_access_log_dir", string( ) ); -+ CFG_SetString( "bnbt_access_log_dir", "/var/log/bnbt/" ); - - if( CFG_GetInt( "bnbt_flush_interval", 0 ) < 1 ) - CFG_SetInt( "bnbt_flush_interval", 100 ); diff --git a/net/bnbt/files/patch-server.cpp b/net/bnbt/files/patch-server.cpp deleted file mode 100644 index 856ac603c773..000000000000 --- a/net/bnbt/files/patch-server.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- server.cpp Fri Sep 10 14:43:24 2004 -+++ server.cpp.new Sat Oct 23 15:40:21 2004 -@@ -19,6 +19,8 @@ - * - ***/ - -+#include <sys/time.h> -+ - #include "bnbt.h" - #include "client.h" - #include "config.h" diff --git a/net/bnbt/files/pkg-message.in b/net/bnbt/files/pkg-message.in deleted file mode 100644 index 5543af77c8df..000000000000 --- a/net/bnbt/files/pkg-message.in +++ /dev/null @@ -1,9 +0,0 @@ -************************************************************ -Bnbt has been successfully installed. - -In order to run bnbt, add the following lines to /etc/rc.conf: - bnbt_enable="YES" - -Then start the server with %%PREFIX%%/etc/rc.d/bnbt.sh start -or reboot. -************************************************************ |