summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2011-10-02 14:11:51 +0000
committerwiz <wiz>2011-10-02 14:11:51 +0000
commitada7d782a1ec4f0204fd44cb47cef5b6c7b35482 (patch)
treecc2c30901b2f5a7482d970c9f7fd3e321ff7c80f /net
parent55801085a70bfc0c395854ef88e6be349c239d0e (diff)
downloadpkgsrc-ada7d782a1ec4f0204fd44cb47cef5b6c7b35482.tar.gz
Remove packages scheduled to be deleted according to the pkgsrc-2011Q2
release notes.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile4
-rw-r--r--net/ctorrent/DESCR6
-rw-r--r--net/ctorrent/Makefile20
-rw-r--r--net/ctorrent/PLIST2
-rw-r--r--net/ctorrent/distinfo9
-rw-r--r--net/ctorrent/patches/patch-aa22
-rw-r--r--net/ctorrent/patches/patch-ab12
-rw-r--r--net/ctorrent/patches/patch-ac12
-rw-r--r--net/ctorrent/patches/patch-ad13
-rw-r--r--net/ntop1/DESCR10
-rw-r--r--net/ntop1/Makefile24
-rw-r--r--net/ntop1/PLIST3
-rw-r--r--net/ntop1/distinfo9
-rw-r--r--net/ntop1/patches/patch-aa22
-rw-r--r--net/ntop1/patches/patch-ab108
-rw-r--r--net/ntop1/patches/patch-ac28
-rw-r--r--net/ntop1/patches/patch-ad80
17 files changed, 1 insertions, 383 deletions
diff --git a/net/Makefile b/net/Makefile
index b94bd09b9a0..7862faaf38f 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.883 2011/09/16 11:59:00 obache Exp $
+# $NetBSD: Makefile,v 1.884 2011/10/02 14:11:52 wiz Exp $
#
COMMENT= Networking tools
@@ -70,7 +70,6 @@ SUBDIR+= connect
SUBDIR+= corkscrew
SUBDIR+= couriertcpd
SUBDIR+= csup
-SUBDIR+= ctorrent
SUBDIR+= dante
SUBDIR+= darkstat
SUBDIR+= dc_gui2
@@ -314,7 +313,6 @@ SUBDIR+= nsd
SUBDIR+= nslint
SUBDIR+= nstx
SUBDIR+= ntop
-SUBDIR+= ntop1
SUBDIR+= ntp4
SUBDIR+= ocamlnet
SUBDIR+= ocsinventory-agent
diff --git a/net/ctorrent/DESCR b/net/ctorrent/DESCR
deleted file mode 100644
index 5c69243e408..00000000000
--- a/net/ctorrent/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-CTorrent is a BitTorrent client written in the C programming language.
-It currently runs on most Linux variants, MacOS and FreeBSD, but
-hopefully on Windows as well! CTorrent is built as a console program,
-which means that it doesn't require any graphical components (such as an
-X server) on the machine you are running it on, you can even run it
-remotely through a terminal if you wish.
diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile
deleted file mode 100644
index 8f959b8a1b0..00000000000
--- a/net/ctorrent/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2010/01/17 12:02:31 wiz Exp $
-
-DISTNAME= ctorrent-1.3.4
-PKGREVISION= 3
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ctorrent/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://ctorrent.sourceforge.net/
-COMMENT= Bittorrent client for the console
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-USE_LANGUAGES= c c++
-USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
-
-.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/ctorrent/PLIST b/net/ctorrent/PLIST
deleted file mode 100644
index da21be2382d..00000000000
--- a/net/ctorrent/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/25 17:20:47 wiz Exp $
-bin/ctorrent
diff --git a/net/ctorrent/distinfo b/net/ctorrent/distinfo
deleted file mode 100644
index e3ed584d0cc..00000000000
--- a/net/ctorrent/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.7 2005/11/07 21:32:27 tv Exp $
-
-SHA1 (ctorrent-1.3.4.tar.bz2) = bf1ea430513dc6de48de5ac429cdac57ceab738d
-RMD160 (ctorrent-1.3.4.tar.bz2) = 0cf6a89e8e29a1c3fad087e1c666941c6ecd73b9
-Size (ctorrent-1.3.4.tar.bz2) = 87333 bytes
-SHA1 (patch-aa) = e20e81beba3a3a98ce27c36e4542edb0a9ea1d04
-SHA1 (patch-ab) = cfa80ca0d3f030837334ac9cc27c437dfd9adbf6
-SHA1 (patch-ac) = 40396b3d538cb37219ddd1bfe207f294e70b5ed1
-SHA1 (patch-ad) = 8e270120390e8bd64a5ac0ee6b9ea6da69aab5dd
diff --git a/net/ctorrent/patches/patch-aa b/net/ctorrent/patches/patch-aa
deleted file mode 100644
index c7f50dc14ed..00000000000
--- a/net/ctorrent/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2005/01/04 11:10:10 wiz Exp $
-
---- configure.orig 2004-09-09 01:10:51.000000000 +0200
-+++ configure
-@@ -3159,7 +3159,7 @@ if test "${ac_cv_lib_ssl_SHA1_Init+set}"
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lssl $LIBS"
-+LIBS="-lssl -lcrypto $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
- /* confdefs.h. */
-@@ -3212,7 +3212,7 @@ if test $ac_cv_lib_ssl_SHA1_Init = yes;
- #define HAVE_LIBSSL 1
- _ACEOF
-
-- LIBS="-lssl $LIBS"
-+ LIBS="-lssl -lcrypto $LIBS"
-
- else
-
diff --git a/net/ctorrent/patches/patch-ab b/net/ctorrent/patches/patch-ab
deleted file mode 100644
index b378d66a081..00000000000
--- a/net/ctorrent/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2004/11/22 15:45:18 adam Exp $
-
---- peerlist.cpp.orig 2004-09-08 23:10:51.000000000 +0000
-+++ peerlist.cpp
-@@ -360,6 +360,7 @@ int PeerList::Initial_ListenPort()
- struct sockaddr_in lis_addr;
- memset(&lis_addr,0, sizeof(sockaddr_in));
- lis_addr.sin_addr.s_addr = INADDR_ANY;
-+ lis_addr.sin_family = AF_INET;
-
- m_listen_sock = socket(AF_INET,SOCK_STREAM,0);
-
diff --git a/net/ctorrent/patches/patch-ac b/net/ctorrent/patches/patch-ac
deleted file mode 100644
index 9ec4c20a2f8..00000000000
--- a/net/ctorrent/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2005/11/07 21:32:27 tv Exp $
-
---- peerlist.h.orig 2004-09-08 19:10:51.000000000 -0400
-+++ peerlist.h
-@@ -2,6 +2,7 @@
- #define PEERLIST_H
-
- #include <sys/types.h>
-+#include <sys/time.h>
- #include "./def.h"
- #include "./peer.h"
- #include "./rate.h"
diff --git a/net/ctorrent/patches/patch-ad b/net/ctorrent/patches/patch-ad
deleted file mode 100644
index 552e87e18c5..00000000000
--- a/net/ctorrent/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2005/11/07 21:32:27 tv Exp $
-
---- tracker.h.orig 2004-09-08 19:10:51.000000000 -0400
-+++ tracker.h
-@@ -2,7 +2,7 @@
- #define TRACKER_H
-
- #include <sys/types.h>
--
-+#include <sys/time.h>
- #include "./def.h"
- #include "./bufio.h"
-
diff --git a/net/ntop1/DESCR b/net/ntop1/DESCR
deleted file mode 100644
index 0cf209b3d48..00000000000
--- a/net/ntop1/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-ntop is a tool that shows the network usage, similar to what the
-popular top Unix command does. ntop has been written in a portable
-way in order to virtually run on every Unix platform.
-
-ntop can be used in both interactive or web mode. In the first case,
-ntop displays the network status on the user's terminal whereas in
-web mode a web browser (e.g. netscape) can attach to ntop (that acts
-as a web server) and get a dump of the network status. In the latter
-case, ntop can be seen as a simple RMON-like agent with an embedded
-web interface.
diff --git a/net/ntop1/Makefile b/net/ntop1/Makefile
deleted file mode 100644
index 9addac8fd09..00000000000
--- a/net/ntop1/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2007/12/22 11:48:09 obache Exp $
-
-DISTNAME= ntop-1.1
-PKGREVISION= 4
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/
-EXTRACT_SUFX= -src.tar.gz
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.ntop.org/
-COMMENT= Shows network usage (similar to "top" for processes)
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-threads=no
-
-INSTALL_TARGET= install install-man
-INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-.include "../../net/libpcap/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/ntop1/PLIST b/net/ntop1/PLIST
deleted file mode 100644
index 36933a90a78..00000000000
--- a/net/ntop1/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/06 11:44:16 adam Exp $
-sbin/ntop
-man/man8/ntop.8
diff --git a/net/ntop1/distinfo b/net/ntop1/distinfo
deleted file mode 100644
index 4f2ed4331a6..00000000000
--- a/net/ntop1/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 12:13:57 agc Exp $
-
-SHA1 (ntop-1.1-src.tar.gz) = b244f025709cfcdae14d59e78778e2daf2e7bc55
-RMD160 (ntop-1.1-src.tar.gz) = 7a755c1bd6546d660f69d6345785acfe49105e7f
-Size (ntop-1.1-src.tar.gz) = 220950 bytes
-SHA1 (patch-aa) = 1d9002e962061ddc174cb0f904f868ca91070465
-SHA1 (patch-ab) = f0d6be0bde866803f25da5ace473e244514e3d14
-SHA1 (patch-ac) = 1f32b536470e77bf6e029d0933bb375c1b08aee0
-SHA1 (patch-ad) = b2ef6583696880a55888a549ad5d4a7d3c8d49c0
diff --git a/net/ntop1/patches/patch-aa b/net/ntop1/patches/patch-aa
deleted file mode 100644
index 9866b41ff45..00000000000
--- a/net/ntop1/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/01/06 11:44:16 adam Exp $
-
---- Makefile.in.orig Mon May 3 09:03:10 1999
-+++ Makefile.in
-@@ -54,7 +54,7 @@
- DEFS = @DEFS@
-
- # Standard CFLAGS
--CFLAGS = $(CCOPT) $(DEFS) @G_THREAD_CFLAGS@ @LSOF_DEFS@ @OS_DEFS@ $(INCLS)
-+CFLAGS = $(CCOPT) $(DEFS) @G_THREAD_CFLAGS@ @LSOF_DEFS@ @OS_DEFS@ $(INCLS) $(CPPFLAGS)
-
- # Standard LDFLAGS
- LDFLAGS = @LDFLAGS@
-@@ -105,7 +105,7 @@
- report.c: ntop.h
-
- install:
-- $(INSTALL) -m 6550 $(PROG) $(DESTDIR)$(BINDEST)/$(PROG)
-+ $(INSTALL) -m 555 $(PROG) $(DESTDIR)$(BINDEST)/$(PROG)
-
- install-man:
- $(INSTALL) -m 444 $(PROG).8 $(DESTDIR)$(MANDEST)/man8/$(PROG).8
diff --git a/net/ntop1/patches/patch-ab b/net/ntop1/patches/patch-ab
deleted file mode 100644
index 9766ba24a50..00000000000
--- a/net/ntop1/patches/patch-ab
+++ /dev/null
@@ -1,108 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2005/01/06 11:44:16 adam Exp $
-
---- ntop.c.orig Wed Apr 28 19:49:00 1999
-+++ ntop.c
-@@ -254,7 +254,7 @@
- initIPServices();
-
- #ifndef WIN32
-- while ((op = getopt(argc, argv, "df:F:hr:i:p:l:nw:m:")) != EOF)
-+ while ((op = getopt(argc, argv, "df:F:hr:i:p:l:nm:")) != EOF)
- switch (op) {
-
- #ifndef WIN32
-@@ -324,6 +324,7 @@
- numericFlag++;
- break;
-
-+#if 0
- case 'w':
- if(!isdigit(optarg[0])) {
- printf("FATAL ERROR: flag -w expects a numeric argument.\n");
-@@ -332,6 +333,7 @@
- webMode++;
- webPort = atoi(optarg);
- break;
-+#endif
-
- default:
- usage(0);
-@@ -348,11 +350,6 @@
- #endif
-
- #ifndef WIN32
-- if((rFileName == NULL) && (getuid () && geteuid ()) || setuid (0)) {
-- printf("Sorry, you must be superuser in order to run ntop.\n");
-- return(-1);
-- }
--
- if(daemonMode && (!webMode)) {
- printf("WARNING: -d is incompatible with interactive mode.\n");
- } else if(daemonMode)
-@@ -392,13 +389,30 @@
- #ifndef WIN32
- /* Determine the device name if not specified */
- if (device == NULL && (device = pcap_lookupdev(ebuf)) == NULL) {
-- printf(ebuf);
-+ printf("%s\n", ebuf);
- return(-1);
- }
-
- getLocalHostAddress(&localHostAddress, device);
-
- if(rFileName == NULL) {
-+ /* Fire up libpcap */
-+ pcapPtr = pcap_open_live(device, DEFAULT_SNAPLEN, !pflag, 1000, ebuf);
-+ } else {
-+ pcapPtr = pcap_open_offline(rFileName, ebuf);
-+ }
-+
-+ if (pcapPtr == NULL) {
-+ printf("%s\n", ebuf);
-+ return(-1);
-+ }
-+
-+ if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) {
-+ printf("%s\n", ebuf);
-+ return(-1);
-+ }
-+
-+ if(rFileName == NULL) {
- if(webMode) {
- (void)fprintf(stderr, "ntop v.%s %s [%s]"
- #ifndef WIN32
-@@ -418,21 +432,6 @@
- init_curses();
- }
- #endif
--
-- /* Fire up libpcap */
-- pcapPtr = pcap_open_live(device, DEFAULT_SNAPLEN, !pflag, 1000, ebuf);
-- } else {
-- pcapPtr = pcap_open_offline(rFileName, ebuf);
-- }
--
-- if (pcapPtr == NULL) {
-- printf(ebuf);
-- return(-1);
-- }
--
-- if (pcap_lookupnet(device, &localnet, &netmask, ebuf) < 0) {
-- printf(ebuf);
-- return(-1);
- }
- #else /* WIN32 */
- printf("ntop v.%s %s [%s]"
-@@ -458,12 +457,6 @@
- free(localAddresses);
- localAddresses = NULL;
- }
--
--#ifndef WIN32
-- /* Now that the socket is open, throw away potential setuid/setgid */
-- (void)setgid(getgid());
-- (void)setuid(getuid());
--#endif
-
- #ifndef WIN32
- /* get datalink type */
diff --git a/net/ntop1/patches/patch-ac b/net/ntop1/patches/patch-ac
deleted file mode 100644
index 046203fad03..00000000000
--- a/net/ntop1/patches/patch-ac
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2005/01/06 11:44:16 adam Exp $
-
---- pbuf.c.orig Mon May 3 17:43:09 1999
-+++ pbuf.c
-@@ -843,20 +843,18 @@
-
- int checkKeyPressed() {
- int theChar = getch();
-- unsigned char in_char;
- int rc = 1, numScreens;
-
-- if((theChar != EOF)
-- && ((in_char = (unsigned char)theChar)) != 255) {
-+ if((theChar != EOF) && (theChar != ERR)) {
-
- /*
- char buf[32];
-
-- sprintf(buf, ">%c-%d<", in_char, in_char);
-+ sprintf(buf, ">%c-%d<", theChar, theChar);
- mvprintw(0, 40, buf); refresh();
- sleep(2);
- */
-- switch(in_char) {
-+ switch(theChar) {
- case 'q':
- case 'Q':
- cleanup(-1);
diff --git a/net/ntop1/patches/patch-ad b/net/ntop1/patches/patch-ad
deleted file mode 100644
index ee44970141a..00000000000
--- a/net/ntop1/patches/patch-ad
+++ /dev/null
@@ -1,80 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2005/01/06 11:44:17 adam Exp $
-
---- ntop.8.orig 1999-04-13 10:20:11.000000000 +0200
-+++ ntop.8
-@@ -19,8 +19,6 @@ ntop \- display top network users
- .IR "IP protocols to monitor" ]
- .RB [ -i
- .IR interface ]
--.RB [ -w
--.IR port ]
- .RB [ -d ]
- .RB [ -m
- .IR "local subnet" ]
-@@ -34,12 +32,7 @@ ntop \- display top network users
- shows the current network usage. It displays a list of hosts that are
- currently using the network and reports information concerning the (IP and non-IP)
- traffic generated by each host.
--.B ntop
--can be started either in a terminal window (interactive mode) or in
--web mode. In the latter case, a web browser is needed to use the
--program. The traffic is sorted according to the host and the protocol. Whenever
--.B ntop
--is started in web mode (-w flag), multiple remote users can access the traffic information. See below for more information.
-+The traffic is sorted according to the host and the protocol.
- .PP
- .SH "COMMAND\-LINE OPTIONS"
- .It -r
-@@ -77,28 +70,10 @@ Specifies the network interface used by
- .
-
- .It -w
--Starts
--.B ntop
--in web mode. Users can attach their web browsers to the specified port and browse
--traffic information remotely. Supposing to start
--.B ntop
--at the port 3000 (ntop -w 3000), the URL to access is
--http://hostname:3000/. The file ~/.ntop specifies the HTTP
--user/password of those people who are allowed to access ntop. If the
--~/.ntop file is missing no security will be used hence everyone can
--access traffic information. A simple .ntop file is the following:
--.
--#
--# .ntop File format
--#
--# user<tab>/<space>pw
--#
--#
--luca linux
--.
--Please note that an HTTP server is NOT
--needed in order to use the program in interactive mode.
--.
-+Is disabled in this version of ntop for security reasons.
-+See
-+.B http://www.securityfocus.com/advisories/2520
-+for details.
-
- .It -d
- This flag (it has to be used with -w) causes ntop to become a daemon, i.e. it is started in background and detached from the terminal.
-@@ -185,12 +160,6 @@ three
- columns are toggled. Please note that these columns represent either
- the traffic sent or received, according to the the way the list is sorted (see previous
- command).
--
--.SH "WEB VIEWS (Web mode)"
--While
--.B ntop
--is running in web mode (-w flag), multiple users can access the traffic information using conventional web browsers. The main HTML page, is divided is two frames. The left frame allows users to select the traffic view that will be displayed in the right frame. Available sections are: sort traffic by data sent, sort traffic by data received, traffic statistics, active hosts list, remote to local (i.e. inside the subnet defined for the network board from which the program is currently sniffing) IP traffic, local to remote IP traffic, local to local IP traffic, list of active TCP sessions, IP protocol distribution statistics, IP protocol usage, IP traffic matrix.
--
- .
- .SH "FIELD DESCRIPTIONS (Interactive mode)"
- .B ntop
-@@ -247,4 +216,4 @@ at ftp://ftp.ee.lbl.gov/libpcap.tar.Z.
- .
- .
- .SH AUTHOR
--Please send bug reports to the ntop mailing list <ntop@unipi.it>. ntop's author is Luca Deri <deri@unipi.it>.
-\ No newline at end of file
-+Please send bug reports to the ntop mailing list <ntop@unipi.it>. ntop's author is Luca Deri <deri@unipi.it>.