diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/xload | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes:
svn path=/head/; revision=191544
Diffstat (limited to 'x11/xload')
-rw-r--r-- | x11/xload/Makefile | 20 | ||||
-rw-r--r-- | x11/xload/distinfo | 3 | ||||
-rw-r--r-- | x11/xload/pkg-descr | 5 | ||||
-rw-r--r-- | x11/xload/pkg-plist | 3 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11/xload/Makefile b/x11/xload/Makefile new file mode 100644 index 000000000000..f376cf09c397 --- /dev/null +++ b/x11/xload/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xload +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xload +PORTVERSION= 1.0.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= System load average display for X + +XORG_CAT= app +USE_XORG= xt xaw + +MAN1= xload.1 + +.include <bsd.port.mk> diff --git a/x11/xload/distinfo b/x11/xload/distinfo new file mode 100644 index 000000000000..0d0380a2025c --- /dev/null +++ b/x11/xload/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/xload-1.0.1.tar.bz2) = ba013813f9c21eb015559466f8d02a44 +SHA256 (xorg/app/xload-1.0.1.tar.bz2) = 8d51184d6b18eea2f64e0c5b88cd95edff8353ce6529e780f95b1f2347babbf2 +SIZE (xorg/app/xload-1.0.1.tar.bz2) = 87468 diff --git a/x11/xload/pkg-descr b/x11/xload/pkg-descr new file mode 100644 index 000000000000..800b8523dcf0 --- /dev/null +++ b/x11/xload/pkg-descr @@ -0,0 +1,5 @@ +This pckage contains xload, the X Window System system load average +display application. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/xload/pkg-plist b/x11/xload/pkg-plist new file mode 100644 index 000000000000..7aa1f18cb26a --- /dev/null +++ b/x11/xload/pkg-plist @@ -0,0 +1,3 @@ +bin/xload +share/X11/app-defaults/XLoad +@dirrmtry share/X11/app-defaults |