diff options
author | anholt <anholt@FreeBSD.org> | 2004-12-24 07:25:35 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-12-24 07:25:35 +0800 |
commit | af20516a5bab418f2cfb6c7a09b77ff4cd0a17d1 (patch) | |
tree | d9399456b03ebfc3e18f25c63345ce0b64dbaf53 /x11-wm | |
parent | 3535d6efd27e1194a57b139620b5421eda06aae5 (diff) | |
download | freebsd-ports-gnome-af20516a5bab418f2cfb6c7a09b77ff4cd0a17d1.tar.gz freebsd-ports-gnome-af20516a5bab418f2cfb6c7a09b77ff4cd0a17d1.tar.zst freebsd-ports-gnome-af20516a5bab418f2cfb6c7a09b77ff4cd0a17d1.zip |
New port: xcompmgr, a sample compositing manager which can do translucent
windows, shadows, and fading menus/windows.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-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 |
5 files changed, 34 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 7cda89a4491f..28f01c1ff434 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -109,6 +109,7 @@ SUBDIR += wmi SUBDIR += wmthemeinstall SUBDIR += wmx + SUBDIR += xcompmgr SUBDIR += xfce SUBDIR += xfce4 SUBDIR += xfce4-desktop 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 |