mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add new port (dockapp to monitor disk usage)
This commit is contained in:
parent
5630cdc079
commit
00d488263d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181186
@ -686,6 +686,7 @@
|
||||
SUBDIR += wmcpuload
|
||||
SUBDIR += wmcube
|
||||
SUBDIR += wmcube-gdk
|
||||
SUBDIR += wmdiskmon
|
||||
SUBDIR += wmfire
|
||||
SUBDIR += wmflame
|
||||
SUBDIR += wmfsm
|
||||
|
24
sysutils/wmdiskmon/Makefile
Normal file
24
sysutils/wmdiskmon/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: wmdiskmon
|
||||
# Date created: Sun Dec 31 19:29:23 UTC 2006
|
||||
# Whom: pat
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wmdiskmon
|
||||
PORTVERSION= 0.0.2
|
||||
CATEGORIES= sysutils windowmaker
|
||||
MASTER_SITES= http://tnemeth.free.fr/projets/programmes/
|
||||
|
||||
MAINTAINER= pat@FreeBSD.org
|
||||
COMMENT= Disk usage monitor dockapp
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=""
|
||||
|
||||
MAN1= ${PORTNAME}.1
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/wmdiskmon/distinfo
Normal file
3
sysutils/wmdiskmon/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (wmdiskmon-0.0.2.tar.gz) = 4b02066a58752c3e7100abc0544c2c66
|
||||
SHA256 (wmdiskmon-0.0.2.tar.gz) = 7f785aa2575c980bb2732fd69d53daeab6b2047b9e5dc3548d909145779fe06e
|
||||
SIZE (wmdiskmon-0.0.2.tar.gz) = 91996
|
4
sysutils/wmdiskmon/pkg-descr
Normal file
4
sysutils/wmdiskmon/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A dockapp that monitors your disk usage.
|
||||
|
||||
Author: Thomas Nemeth <tnemeth@free.fr>
|
||||
WWW: http://tnemeth.free.fr/projets/dockapps.html
|
Loading…
Reference in New Issue
Block a user