mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fix MASTER_SITES
- Add WWW in pkg-descr - Utilize PLIST_FILES PR: ports/155801 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
902ccede05
commit
831c0e9161
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271536
3 changed files with 11 additions and 13 deletions
|
@ -10,24 +10,22 @@ PORTNAME= xcpustate
|
||||||
PORTVERSION= 2.9
|
PORTVERSION= 2.9
|
||||||
PORTREVISION= 2
|
PORTREVISION= 2
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/jdd/xcpustate/ \
|
MASTER_SITES= http://ftp.cs.toronto.edu/pub/jdd/xcpustate/
|
||||||
${MASTER_SITE_XCONTRIB}
|
|
||||||
MASTER_SITE_SUBDIR= utilities
|
|
||||||
EXTRACT_SUFX= .shar
|
EXTRACT_SUFX= .shar
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= System monitoring utility graphicaly showing cpu load and status
|
COMMENT= System monitoring utility graphicaly showing cpu load and status
|
||||||
|
|
||||||
DEPRECATED= Upstream disapear and distfile is no more available
|
|
||||||
EXPIRATION_DATE= 2011-05-01
|
|
||||||
|
|
||||||
EXTRACT_CMD= ${CAT}
|
EXTRACT_CMD= ${CAT}
|
||||||
EXTRACT_BEFORE_ARGS=
|
EXTRACT_BEFORE_ARGS= # none
|
||||||
EXTRACT_AFTER_ARGS= |sh
|
EXTRACT_AFTER_ARGS= | ${SH}
|
||||||
USE_IMAKE= yes
|
|
||||||
USE_XORG= ice sm x11 xaw xext xmu xt
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
|
|
||||||
MAN1= xcpustate.1
|
USE_XORG= ice sm x11 xaw xext xmu xt
|
||||||
|
USE_IMAKE= yes
|
||||||
|
|
||||||
|
MAN1= ${PORTNAME}.1
|
||||||
|
PLIST_FILES= bin/${PORTNAME}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -4,3 +4,5 @@ monitors disk performance.
|
||||||
|
|
||||||
It can also display information about remote hosts using the RSTAT RPC
|
It can also display information about remote hosts using the RSTAT RPC
|
||||||
protocol, as perfmeter does.
|
protocol, as perfmeter does.
|
||||||
|
|
||||||
|
WWW: http://www.cs.toronto.edu/~jdd/
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
@comment $FreeBSD$
|
|
||||||
bin/xcpustate
|
|
Loading…
Add table
Reference in a new issue