aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-08-08 16:34:08 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-08-08 16:34:08 +0000
commitb5f7ececf868bfa04661b0619bfc84f1ab3dca94 (patch)
treef4756d0ed053a0dee83da253bb44b7e1c21e73b5 /net
parentb4cfea5053198afb726f7afd643ec8d611c1c3a4 (diff)
downloadports-b5f7ececf868bfa04661b0619bfc84f1ab3dca94.tar.gz
ports-b5f7ececf868bfa04661b0619bfc84f1ab3dca94.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/ppptraf/Makefile23
-rw-r--r--net/ppptraf/distinfo3
-rw-r--r--net/ppptraf/files/patch-aa37
-rw-r--r--net/ppptraf/pkg-descr14
-rw-r--r--net/ppptraf/pkg-plist2
6 files changed, 0 insertions, 80 deletions
diff --git a/net/Makefile b/net/Makefile
index cfbd5020640e..9d6df99a9e5b 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -752,7 +752,6 @@
SUBDIR += pppd23
SUBDIR += pppload
SUBDIR += pppoa
- SUBDIR += ppptraf
SUBDIR += pptpclient
SUBDIR += ptpd
SUBDIR += prosearch
diff --git a/net/ppptraf/Makefile b/net/ppptraf/Makefile
deleted file mode 100644
index 78745e0acafa..000000000000
--- a/net/ppptraf/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: ppptraf
-# Date created: 9 February 2000
-# Whom: diskiller@cnbinc.com
-#
-# $FreeBSD$
-#
-
-PORTNAME= ppptraf
-PORTVERSION= 1.0
-CATEGORIES= net
-MASTER_SITES= http://people.FreeBSD.org/~dburr/distfiles/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A ncurses based PPP Traffic (bytes in/out) monitoring program
-
-DEPRECATED= "author has abandoned this program"
-
-#MAN1= ppptraf.1
-
-post-patch:
- ${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," ${WRKSRC}/Makefile
-
-.include <bsd.port.mk>
diff --git a/net/ppptraf/distinfo b/net/ppptraf/distinfo
deleted file mode 100644
index 3c3d4728e203..000000000000
--- a/net/ppptraf/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ppptraf-1.0.tar.gz) = 9c397c199cde9009cbd2cd69cbbb191a
-SHA256 (ppptraf-1.0.tar.gz) = bed274641d76b7bea36ab1ae3ec4d9f7e3eaacc0ffd26d6651b46e47d03ef858
-SIZE (ppptraf-1.0.tar.gz) = 13150
diff --git a/net/ppptraf/files/patch-aa b/net/ppptraf/files/patch-aa
deleted file mode 100644
index f149224b58ed..000000000000
--- a/net/ppptraf/files/patch-aa
+++ /dev/null
@@ -1,37 +0,0 @@
---- Makefile.orig 2000-02-09 10:18:28.000000000 -0500
-+++ Makefile 2009-06-30 11:47:12.000000000 -0400
-@@ -2,11 +2,12 @@
- ## Customizable Shit #######################################
- ############################################################
-
--CC = gcc
-+CC ?= gcc
- OUTNAME = ppptraf
-
- #XCFLAGS = -DDEBUG
--XCFLAGS = -O3 -pedantic -fomit-frame-pointer
-+CFLAGS ?= -O3 -fomit-frame-pointer
-+CFLAGS += -pedantic
- #XCFLAGS = -g
- #XLIBS = -ldl ? -lpthread ?
-
-@@ -21,7 +22,7 @@
- #LIBS = -lpthread -lncurses
-
- # FreeBSD
--CFLAGS =
-+#CFLAGS =
- LIBS = -pthread -lncurses
-
- # Solaris
-@@ -55,8 +56,8 @@
- rm -rf $(OUTNAME)
-
- install:
-- install -c -s $(OUTNAME) /usr/local/sbin
-- install -c ppptraf.conf.sample /usr/local/etc
-+ install -c -s $(OUTNAME) $(PREFIX)/sbin
-+ install -c ppptraf.conf.sample $(PREFIX)/etc
-
-
- depend:
diff --git a/net/ppptraf/pkg-descr b/net/ppptraf/pkg-descr
deleted file mode 100644
index 69ebf3962519..000000000000
--- a/net/ppptraf/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-This is PPPTraf 1.0
-
-PPPTraf is a ncurses program used to monitor bytes in/out over a PPP
-connection. If ran on a router, and supplied with all IPs on the lan,
-a table is drawn showing the bytes in/out (sent/received) for all
-hosts on the LAN, and a total. This program was primarily written for
-people that are charged by volume (bytes received).
-
-I'm looking for feedback, as i have some big improvements planned.
-
-WWW: http://www.diskiller.net/projects/ppptraf.php
-
-- diskiller
-(diskiller@diskiller.net)
diff --git a/net/ppptraf/pkg-plist b/net/ppptraf/pkg-plist
deleted file mode 100644
index 7f6ceec24bb2..000000000000
--- a/net/ppptraf/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-sbin/ppptraf
-etc/ppptraf.conf.sample