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/xrefresh | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) |
Notes
Diffstat (limited to 'x11/xrefresh')
-rw-r--r-- | x11/xrefresh/Makefile | 22 | ||||
-rw-r--r-- | x11/xrefresh/distinfo | 3 | ||||
-rw-r--r-- | x11/xrefresh/pkg-descr | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/x11/xrefresh/Makefile b/x11/xrefresh/Makefile new file mode 100644 index 000000000000..2214a510b18c --- /dev/null +++ b/x11/xrefresh/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xrefresh +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xrefresh +PORTVERSION= 1.0.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Refresh all or part of an X screen + +XORG_CAT= app +USE_XORG= x11 + +PLIST_FILES= bin/xrefresh + +MAN1= xrefresh.1 + +.include <bsd.port.mk> diff --git a/x11/xrefresh/distinfo b/x11/xrefresh/distinfo new file mode 100644 index 000000000000..c17a1d26377c --- /dev/null +++ b/x11/xrefresh/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/xrefresh-1.0.2.tar.bz2) = 1228f890f86148e4e6ae22aa73118cbb +SHA256 (xorg/app/xrefresh-1.0.2.tar.bz2) = 522831fd29c0b250f29735a01b02e96e311f200a675e45c8b3d187b6f86b32f5 +SIZE (xorg/app/xrefresh-1.0.2.tar.bz2) = 80590 diff --git a/x11/xrefresh/pkg-descr b/x11/xrefresh/pkg-descr new file mode 100644 index 000000000000..da1d4e7969ed --- /dev/null +++ b/x11/xrefresh/pkg-descr @@ -0,0 +1,5 @@ +This package contains xrefresh, which is a simple X program that causes +all or part of your screen to be repainted. + +- Joel Dahl +joel@FreeBSD.org |