1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

net/ppptraf: "author has abandoned this program"

This commit is contained in:
Erwin Lansing 2009-08-08 16:34:08 +00:00
parent b4cfea5053
commit b5f7ececf8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239169
7 changed files with 1 additions and 80 deletions

1
MOVED
View File

@ -4133,3 +4133,4 @@ devel/libltdl15|devel/libltdl22|2009-08-02|Update to libltdl22
editors/koffice-i18n-sr@Latn|editors/koffice-i18n-sr_Latn|2009-08-02|Use editors/koffice-i18n-sr_Latn
misc/kde3-i18n-sr@Latn|misc/kde3-i18n-sr_Latn|2009-08-02|Use misc/kde3-i18n-sr_Latn
lang/tinycobol||2009-08-08|Has expired: no longer being developed; consider using lang/open-cobol instead
net/ppptraf||2009-08-08|Removed: "author has abandoned this program"

View File

@ -752,7 +752,6 @@
SUBDIR += pppd23
SUBDIR += pppload
SUBDIR += pppoa
SUBDIR += ppptraf
SUBDIR += pptpclient
SUBDIR += ptpd
SUBDIR += prosearch

View File

@ -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>

View File

@ -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

View File

@ -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:

View File

@ -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)

View File

@ -1,2 +0,0 @@
sbin/ppptraf
etc/ppptraf.conf.sample