diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-12-23 23:25:35 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-12-23 23:25:35 +0000 |
commit | 4e60a4ccd43f29a14cb7dbc0aa62e6446ae7b9bf (patch) | |
tree | 7fd99ce9e998ddc9cfe275b74c8caf7608a67a81 /x11-wm/xcompmgr | |
parent | 60c1fc233b22395640dd1bd6794e26971e2455c2 (diff) | |
download | ports-4e60a4ccd43f29a14cb7dbc0aa62e6446ae7b9bf.tar.gz ports-4e60a4ccd43f29a14cb7dbc0aa62e6446ae7b9bf.zip |
Notes
Diffstat (limited to 'x11-wm/xcompmgr')
-rw-r--r-- | x11-wm/xcompmgr/Makefile | 21 | ||||
-rw-r--r-- | x11-wm/xcompmgr/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/xcompmgr/pkg-descr | 9 | ||||
-rw-r--r-- | x11-wm/xcompmgr/pkg-plist | 1 |
4 files changed, 33 insertions, 0 deletions
diff --git a/x11-wm/xcompmgr/Makefile b/x11-wm/xcompmgr/Makefile new file mode 100644 index 000000000000..ccc97d0f0eda --- /dev/null +++ b/x11-wm/xcompmgr/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xcompmgr +# Date Created: 16 Oct, 2004 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xcompmgr +PORTVERSION= 1.1.1 +CATEGORIES= x11-wm +MASTER_SITES= http://xapps.freedesktop.org/release/ + +MAINTAINER= anholt@FreeBSD.org +COMMENT= A sample X compositing manager + +USE_XLIB= yes +GNU_CONFIGURE= yes + +MAN1= xcompmgr.1 + +.include <bsd.port.mk> diff --git a/x11-wm/xcompmgr/distinfo b/x11-wm/xcompmgr/distinfo new file mode 100644 index 000000000000..bca873321e9a --- /dev/null +++ b/x11-wm/xcompmgr/distinfo @@ -0,0 +1,2 @@ +MD5 (xcompmgr-1.1.1.tar.gz) = 4df902be076a697954c12f2f4c1374a1 +SIZE (xcompmgr-1.1.1.tar.gz) = 87131 diff --git a/x11-wm/xcompmgr/pkg-descr b/x11-wm/xcompmgr/pkg-descr new file mode 100644 index 000000000000..6fc5e44865e9 --- /dev/null +++ b/x11-wm/xcompmgr/pkg-descr @@ -0,0 +1,9 @@ +This package contains the sample X Compositing Manager, which uses the +Composite, Damage, Fixes, and Render extensions to create shadows around +windows, translucent windows and menus, and fading effects, when run on a +capable X Server. + +WWW: http://www.freedesktop.org/Software/xapps + +- Eric Anholt +anholt@FreeBSD.org diff --git a/x11-wm/xcompmgr/pkg-plist b/x11-wm/xcompmgr/pkg-plist new file mode 100644 index 000000000000..1ee17203bbf1 --- /dev/null +++ b/x11-wm/xcompmgr/pkg-plist @@ -0,0 +1 @@ +bin/xcompmgr |