Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 2008 15:10:56 GMT
From:      Max Brazhnikov <makc@issp.ac.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/123795: new port: x11-servers/xorg-xephyr
Message-ID:  <200805181510.m4IFAusK095183@www.freebsd.org>
Resent-Message-ID: <200805181520.m4IFK1fL076816@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123795
>Category:       ports
>Synopsis:       new port: x11-servers/xorg-xephyr
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 18 15:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Thu Apr 17 12:14:46 MSD 2008     makc@luna.dio.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
Add new port xorg-xephyr.
Xephyr is Xnest replacement. Unlike Xnest it supports modern X extensions (even if host server doesn't) such as Composite, Damage, randr (no GLX support now).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	xorg-xephyr
#	xorg-xephyr/Makefile
#	xorg-xephyr/distinfo
#	xorg-xephyr/pkg-descr
#
echo c - xorg-xephyr
mkdir -p xorg-xephyr > /dev/null 2>&1
echo x - xorg-xephyr/Makefile
sed 's/^X//' >xorg-xephyr/Makefile << 'END-of-xorg-xephyr/Makefile'
X# New ports collection makefile for:	xorg-xephyr
X# Date created:		2008-05-18
X# Whom:			Max Brazhnikov <makc@issp.ac.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xorg-xephyr
XPORTVERSION=	1.4
XCATEGORIES=	x11-servers
X
XMAINTAINER=	x11@FreeBSD.org
XCOMMENT=	A kdrive based X server from X.Org
X
XXORG_CAT=	xserver
X
XLIB_DEPENDS=	drm:${PORTSDIR}/graphics/libdrm
XUSE_XORG=	x11 xf86driproto glproto randrproto renderproto fixesproto \
X		damageproto xcmiscproto xtrans inputproto \
X		xf86bigfontproto scrnsaverproto bigreqsproto \
X		resourceproto fontsproto videoproto \
X		compositeproto trapproto recordproto \
X		xineramaproto evieproto xkbfile xfont \
X		xau xdmcp xext fontenc pixman
X
XCONFIGURE_ARGS=	--enable-kdrive --enable-xephyr	--disable-dmx --disable-xvfb \
X		--disable-xorg --disable-xnest --disable-xprint \
X		--localstatedir=/var
X
XPLIST_FILES=	bin/Xephyr
X
XOPTIONS=	HAL	"Compile with HAL config support" on
X
X.include <bsd.port.pre.mk>
X
X.if !defined(WITHOUT_HAL)
XLIB_DEPENDS+=	hal.1:${PORTSDIR}/sysutils/hal
XCONFIGURE_ARGS+=	--enable-config-hal=yes
X.else
XCONFIGURE_ARGS+=	--enable-config-hal=no
X.endif
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/hw/kdrive/ephyr/Xephyr ${PREFIX}/bin/
X
X.include <bsd.port.post.mk>
END-of-xorg-xephyr/Makefile
echo x - xorg-xephyr/distinfo
sed 's/^X//' >xorg-xephyr/distinfo << 'END-of-xorg-xephyr/distinfo'
XMD5 (xorg/xserver/xorg-server-1.4.tar.bz2) = a06d9fe4f9f1d459ae02657f9ce64220
XSHA256 (xorg/xserver/xorg-server-1.4.tar.bz2) = 51b142df328d427143705371f139a08ff3bcd6efe0eab91f4178ca4017c0ebc2
XSIZE (xorg/xserver/xorg-server-1.4.tar.bz2) = 6179392
END-of-xorg-xephyr/distinfo
echo x - xorg-xephyr/pkg-descr
sed 's/^X//' >xorg-xephyr/pkg-descr << 'END-of-xorg-xephyr/pkg-descr'
XXephyr is a a kdrive server that outputs to a window on a pre-existing
X'host' X display. Think Xnest but with support for modern extensions
Xlike composite, damage and randr.
X
XWWW: http://www.x.org/
END-of-xorg-xephyr/pkg-descr
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805181510.m4IFAusK095183>