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/xbiff | |
parent | Document png -- DoS crash vulnerability. (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/xbiff')
-rw-r--r-- | x11/xbiff/Makefile | 20 | ||||
-rw-r--r-- | x11/xbiff/distinfo | 3 | ||||
-rw-r--r-- | x11/xbiff/pkg-descr | 6 |
3 files changed, 29 insertions, 0 deletions
diff --git a/x11/xbiff/Makefile b/x11/xbiff/Makefile new file mode 100644 index 000000000000..5199eee6e1fe --- /dev/null +++ b/x11/xbiff/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xbiff +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xbiff +PORTVERSION= 1.0.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Mailbox flag for X + +XORG_CAT= app +USE_XORG= xbitmaps xext xaw +MAN1= xbiff.1 +PLIST_FILES= bin/xbiff + +.include <bsd.port.mk> diff --git a/x11/xbiff/distinfo b/x11/xbiff/distinfo new file mode 100644 index 000000000000..fdbf55355a2c --- /dev/null +++ b/x11/xbiff/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/xbiff-1.0.1.tar.bz2) = 404f5add4537d22dd109c33e518a5190 +SHA256 (xorg/app/xbiff-1.0.1.tar.bz2) = 9845b1fa8a1cfd408f01fd69b66808068e847cdc925d114c7723c17934a96503 +SIZE (xorg/app/xbiff-1.0.1.tar.bz2) = 83634 diff --git a/x11/xbiff/pkg-descr b/x11/xbiff/pkg-descr new file mode 100644 index 000000000000..ad2c037510bc --- /dev/null +++ b/x11/xbiff/pkg-descr @@ -0,0 +1,6 @@ +This package contains xbiff, which displays a little image of a mailbox in +the X Window System. The flag on the mailbox is down when there is no mail, +and the flag goes up when new mail arrives. + +- Joel Dahl +joel@FreeBSD.org |