# 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