aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-04-11 01:40:51 +0800
committermiwi <miwi@FreeBSD.org>2007-04-11 01:40:51 +0800
commit53cea4891329676c187124f87812374b1a4a678c (patch)
tree6e900120747785f229c28390cc3dbead6db5794f /net-mgmt
parentf9a2b2d001c1695a98b0f2fd6847d6596e6394db (diff)
downloadfreebsd-ports-graphics-53cea4891329676c187124f87812374b1a4a678c.tar.gz
freebsd-ports-graphics-53cea4891329676c187124f87812374b1a4a678c.tar.zst
freebsd-ports-graphics-53cea4891329676c187124f87812374b1a4a678c.zip
2007-03-27 emulators/kmamerun: Project was abandoned 4 years ago and expects an old version of XMAME, please use other frontends instead (like gxmame)
2007-03-28 graphics/hobbes-icons-xpm: Archaic port 2007-04-10 japanese/firefox-ja: Incomplete pkg-plist 2007-04-10 japanese/lookup-xemacs: Does not install 2007-04-10 lang/linux-hla: Does not compile 2007-04-10 mail/vmailmgr: Incomplete pkg-plist 2007-04-10 multimedia/qvamps: Touches filesystem prior to 'make install' 2007-03-10 net-mgmt/sting: Broken on all supported versions of FreeBSD 2007-04-10 net-mgmt/tas: Incomplete pkg-plist 2007-04-10 net-p2p/verlihub-plugins: Does not configure, it needs at least verlihub 1.0 2007-04-10 news/inn-stable: Fails to patch 2007-04-10 palm/malsync: Does not build with new pilot-link 2007-04-10 russian/elm.language: Leaves behind files on deinstall 2007-04-10 russian/pine.language: Leaves behind config file on deinstall 2007-04-01 science/py-scipy03: Replaced by py-scipy 2007-04-10 security/php4-cryptopp: Does not compile
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile2
-rw-r--r--net-mgmt/sting/Makefile34
-rw-r--r--net-mgmt/sting/distinfo3
-rw-r--r--net-mgmt/sting/files/patch-aa19
-rw-r--r--net-mgmt/sting/files/patch-ab11
-rw-r--r--net-mgmt/sting/files/patch-ac11
-rw-r--r--net-mgmt/sting/pkg-descr10
-rw-r--r--net-mgmt/sting/pkg-plist2
-rw-r--r--net-mgmt/tas/Makefile25
-rw-r--r--net-mgmt/tas/distinfo3
-rw-r--r--net-mgmt/tas/pkg-descr23
-rw-r--r--net-mgmt/tas/pkg-plist27
12 files changed, 0 insertions, 170 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index b0f0c965326..51d91bcd449 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -207,10 +207,8 @@
SUBDIR += slate
SUBDIR += snmptt
SUBDIR += softflowd
- SUBDIR += sting
SUBDIR += subcalc
SUBDIR += sysmon
- SUBDIR += tas
SUBDIR += tcpreplay
SUBDIR += tcptrack
SUBDIR += tknetmon
diff --git a/net-mgmt/sting/Makefile b/net-mgmt/sting/Makefile
deleted file mode 100644
index 8ca412797fc..00000000000
--- a/net-mgmt/sting/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: sting
-# Date created: 10 May 2000
-# Whom: benno@netizen.com.au
-#
-# $FreeBSD$
-#
-
-PORTNAME= sting
-PORTVERSION= 0.7
-CATEGORIES= net-mgmt
-MASTER_SITES= http://www.cs.ucsd.edu/~savage/sting/
-DISTNAME= sting
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A tool that measures end-to-end TCP connection characteristics
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-DEPRECATED= Broken on all supported versions of FreeBSD
-EXPIRATION_DATE=2007-03-10
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113 || defined(IPFW2)
-BROKEN= "Does not work with ipfw2"
-.endif
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sting ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.sting
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/net-mgmt/sting/distinfo b/net-mgmt/sting/distinfo
deleted file mode 100644
index 7238d1472af..00000000000
--- a/net-mgmt/sting/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (sting.tar.gz) = 7b0d22f96bbde22f94ed5eb0f4a39e29
-SHA256 (sting.tar.gz) = 7e1a2f2e61d98e9bd0b5fed4e24f81663dcd2e2f524c7fbf900468dbfdd3f129
-SIZE (sting.tar.gz) = 143749
diff --git a/net-mgmt/sting/files/patch-aa b/net-mgmt/sting/files/patch-aa
deleted file mode 100644
index 97e617a7d8c..00000000000
--- a/net-mgmt/sting/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.orig Thu Nov 4 11:00:22 1999
-+++ Makefile Sat Jul 1 16:27:33 2000
-@@ -37,12 +37,13 @@
- HDR = inet.h capture.h gmt2local.h distribtion.h
-
- LIBPCAP = ./libpcap-0.4
--CC = gcc
-+CC ?= gcc
-+CFLAGS ?= -O -pipe
- OBJS = version.o $(SRC:.c=.o)
- INCLS = -I. -I$(LIBPCAP)
- DEFS = -DRETSIGTYPE=void -DHAVE_SIGACTION=1
--CFLAGS = -Wall $(CCOPT) $(DEFS) $(INCLS)
--LIBS = -lm $(LIBPCAP)/libpcap.a
-+CFLAGS += -Wall $(DEFS) $(INCLS)
-+LIBS = -lm -lpcap
-
- all: sting
-
diff --git a/net-mgmt/sting/files/patch-ab b/net-mgmt/sting/files/patch-ab
deleted file mode 100644
index 11ec20827f7..00000000000
--- a/net-mgmt/sting/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- gmt2local.c Fri Nov 5 06:00:22 1999
-+++ gmt2local.c.new Wed May 10 11:10:05 2000
-@@ -32,7 +32,7 @@
- #include <time.h>
- #endif
-
--#include "gnuc.h"
-+/* #include "gnuc.h" */
- #ifdef HAVE_OS_PROTO_H
- #include "os-proto.h"
- #endif
diff --git a/net-mgmt/sting/files/patch-ac b/net-mgmt/sting/files/patch-ac
deleted file mode 100644
index 346d2c9cb3e..00000000000
--- a/net-mgmt/sting/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- setsignal.c Fri Nov 5 06:00:22 1999
-+++ setsignal.c.new Wed May 10 11:10:59 2000
-@@ -34,7 +34,7 @@
- #include <string.h>
- #endif
-
--#include "gnuc.h"
-+/* #include "gnuc.h" */
- #ifdef HAVE_OS_PROTO_H
- #include "os-proto.h"
- #endif
diff --git a/net-mgmt/sting/pkg-descr b/net-mgmt/sting/pkg-descr
deleted file mode 100644
index f68d17121f3..00000000000
--- a/net-mgmt/sting/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-sting is a TCP-based network measurement tool that measures end-to-end
-network path characteristics. sting is unique because it can estimate
-one-way properties, such as loss rate, through careful manipulation and
-observation of TCP behavior. In addition, using TCP allows sting to
-leverage the existing Internet infrastructure -- any TCP server can be
-used as a de facto measurement service -- and it avoids increasing
-problems with ICMP-based network measurement (blocking, spoofing, rate
-limiting, etc).
-
-WWW: http://www.cs.ucsd.edu/~savage/sting/
diff --git a/net-mgmt/sting/pkg-plist b/net-mgmt/sting/pkg-plist
deleted file mode 100644
index 8fb50dd6461..00000000000
--- a/net-mgmt/sting/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/sting
-share/doc/README.sting
diff --git a/net-mgmt/tas/Makefile b/net-mgmt/tas/Makefile
deleted file mode 100644
index f8054d99787..00000000000
--- a/net-mgmt/tas/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: tas
-# Date created: 25 December 2000
-# Whom: Anton Voronin <anton@urc.ac.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tas
-PORTVERSION= 1.2.1
-CATEGORIES= net-mgmt
-MASTER_SITES= http://www.chelcom.ru/~anton/projects/tas/
-DISTNAME= tas-${PORTVERSION}
-
-MAINTAINER= anton@chelcom.ru
-COMMENT= Traffic accounting system
-
-BROKEN= Incomplete pkg-plist
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2007-04-10
-
-WRKSRC= ${WRKDIR}/tas
-
-NO_BUILD= YES
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/tas/distinfo b/net-mgmt/tas/distinfo
deleted file mode 100644
index f3dd78dc7ec..00000000000
--- a/net-mgmt/tas/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (tas-1.2.1.tar.gz) = 82d6c8b3b1ec8b8f1444f5bc0fc42760
-SHA256 (tas-1.2.1.tar.gz) = 7ea4388daf0deeafccdb6cb0592b84920df74eefe6e4e52c5fa20b01a10694f9
-SIZE (tas-1.2.1.tar.gz) = 178137
diff --git a/net-mgmt/tas/pkg-descr b/net-mgmt/tas/pkg-descr
deleted file mode 100644
index b9c03d909fd..00000000000
--- a/net-mgmt/tas/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-TAS is a traffic accounting system that picks up ip and application level
-traffic statistics, stores it and processes to build reports. Report is a set
-of user-defined tables. Table columns and rows are groups of hosts (traffic
-sources or destinations) aggregated according to the rules defined by user.
-What TAS can let you, in a few words:
-- Do traffic accounting on IP-level and application level
-- Store all accounting data for the desirable number of months for later
- data extraction
-- Generate complex reports (in HTML or plain text) according to the
- specified rules either on periodic basis or on demand
-- Have a convinient web interface for easy definition of report rules and
- quick report generation
-What TAS is not intended for:
-- Time accounting
-- Accounting for non IP or IP-based traffic
-- Accounting by username (in case of password-based internet access)
-- Charging/Pricing/Billing/Client management
-- Gathering traffic accounting information from the router interfaces
- like trafd, bpft, ipacctd, or ipa do (TAS is just a front-end for such kind
- of programs)
-- Reports generation for arbitrary time intervals
-
-WWW: http://rnoc.urc.ac.ru/~anton/projects/tas/TAS.html
diff --git a/net-mgmt/tas/pkg-plist b/net-mgmt/tas/pkg-plist
deleted file mode 100644
index a18e11a9535..00000000000
--- a/net-mgmt/tas/pkg-plist
+++ /dev/null
@@ -1,27 +0,0 @@
-etc/periodic/daily/accounting
-etc/periodic/monthly/accounting
-etc/tas/AcctLog.conf.sample
-etc/tas/accounting.conf.sample
-etc/tas/cgi.conf.en
-etc/tas/cgi.conf.ru
-etc/tas/tas.conf.sample
-sbin/AcctConvert
-sbin/AcctFetch
-sbin/AcctJoin
-sbin/AcctLog
-sbin/AcctMailgate
-sbin/AcctMax
-sbin/AcctSendmail
-sbin/AcctSquid
-share/doc/tas/TAS.html
-share/doc/tas/model.png
-share/doc/tas/newcolumn.png
-share/doc/tas/newlist.png
-share/doc/tas/report.html
-share/tas/cgi/AcctLog.cgi
-share/tas/cgi/Client.cgi
-@unexec if [ -L %D/etc/tas/cgi.conf ] ; then /bin/rm %D/etc/tas/cgi.conf ; fi
-@dirrm etc/tas
-@dirrm share/doc/tas
-@dirrm share/tas/cgi
-@dirrm share/tas