mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
New port: xcompmgr, a sample compositing manager which can do translucent
windows, shadows, and fading menus/windows.
This commit is contained in:
parent
60c1fc233b
commit
4e60a4ccd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125020
@ -109,6 +109,7 @@
|
||||
SUBDIR += wmi
|
||||
SUBDIR += wmthemeinstall
|
||||
SUBDIR += wmx
|
||||
SUBDIR += xcompmgr
|
||||
SUBDIR += xfce
|
||||
SUBDIR += xfce4
|
||||
SUBDIR += xfce4-desktop
|
||||
|
21
x11-wm/xcompmgr/Makefile
Normal file
21
x11-wm/xcompmgr/Makefile
Normal file
@ -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>
|
2
x11-wm/xcompmgr/distinfo
Normal file
2
x11-wm/xcompmgr/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (xcompmgr-1.1.1.tar.gz) = 4df902be076a697954c12f2f4c1374a1
|
||||
SIZE (xcompmgr-1.1.1.tar.gz) = 87131
|
9
x11-wm/xcompmgr/pkg-descr
Normal file
9
x11-wm/xcompmgr/pkg-descr
Normal file
@ -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
|
1
x11-wm/xcompmgr/pkg-plist
Normal file
1
x11-wm/xcompmgr/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/xcompmgr
|
Loading…
Reference in New Issue
Block a user