mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Initial import of pppload-1.0
This commit is contained in:
parent
1c52e8f403
commit
a1c646a35a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9758
23
net/pppload/Makefile
Normal file
23
net/pppload/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: pppload
|
||||
# Version required: 1.0
|
||||
# Date created: 30 January 1998
|
||||
# Whom: Sean Cole <scole@aracnet.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1998/02/16 09:10:52 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pppload-1.0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://sunsite.unc.edu/pub/Linux/system/network/serial/ppp/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.ORG
|
||||
|
||||
BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt
|
||||
LIB_DEPENDS= qt:${PORTSDIR}/x11/qt
|
||||
|
||||
MAN1= pppload.1
|
||||
|
||||
BROKEN= install
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/pppload/distinfo
Normal file
1
net/pppload/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pppload-1.0.tar.gz) = 5f6ef60f2a70386e85655e5b117ee93c
|
1197
net/pppload/files/patch-aa
Normal file
1197
net/pppload/files/patch-aa
Normal file
File diff suppressed because it is too large
Load Diff
1
net/pppload/pkg-comment
Normal file
1
net/pppload/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Display the current throughput of a particular network device in a window.
|
3
net/pppload/pkg-descr
Normal file
3
net/pppload/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is a port of pppload, in which the current throughput of a network
|
||||
device is displayed in a x-window. Any network device whose statistics
|
||||
can be accessed through netstat can be displayed in a nicely colored graph.
|
2
net/pppload/pkg-plist
Normal file
2
net/pppload/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/pppload
|
||||
man/man1/pppload.1.gz
|
Loading…
Reference in New Issue
Block a user