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/xlogo | |
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}.
Diffstat (limited to 'x11/xlogo')
-rw-r--r-- | x11/xlogo/Makefile | 20 | ||||
-rw-r--r-- | x11/xlogo/distinfo | 3 | ||||
-rw-r--r-- | x11/xlogo/pkg-descr | 4 | ||||
-rw-r--r-- | x11/xlogo/pkg-plist | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11/xlogo/Makefile b/x11/xlogo/Makefile new file mode 100644 index 000000000000..c599b449df1a --- /dev/null +++ b/x11/xlogo/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xlogo +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xlogo +PORTVERSION= 1.0.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Displays the X Window System logo. + +XORG_CAT= app +USE_XORG= xrender xft xext xt xaw xp xprintutil + +MAN1= xlogo.1 + +.include <bsd.port.mk> diff --git a/x11/xlogo/distinfo b/x11/xlogo/distinfo new file mode 100644 index 000000000000..a1d249922a91 --- /dev/null +++ b/x11/xlogo/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/xlogo-1.0.1.tar.bz2) = 4c5482552f38a7d42398a694cc9b2ee6 +SHA256 (xorg/app/xlogo-1.0.1.tar.bz2) = de59f9be3d45fe93f445f39bec3cea09753a671e56863ce77e3a797d2df526b2 +SIZE (xorg/app/xlogo-1.0.1.tar.bz2) = 87107 diff --git a/x11/xlogo/pkg-descr b/x11/xlogo/pkg-descr new file mode 100644 index 000000000000..c93a929dc517 --- /dev/null +++ b/x11/xlogo/pkg-descr @@ -0,0 +1,4 @@ +This package contains xlogo, which displays the X Window System logo. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/xlogo/pkg-plist b/x11/xlogo/pkg-plist new file mode 100644 index 000000000000..22312613f56e --- /dev/null +++ b/x11/xlogo/pkg-plist @@ -0,0 +1,4 @@ +bin/xlogo +share/X11/app-defaults/XLogo +share/X11/app-defaults/XLogo-color +@dirrmtry share/X11/app-defaults |