[Midnightbsd-cvs] mports [23922] trunk/x11-drivers/xorgxrdp: add xorgxrdp

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 26 17:30:10 EDT 2018


Revision: 23922
          http://svnweb.midnightbsd.org/mports/?rev=23922
Author:   laffer1
Date:     2018-08-26 17:30:09 -0400 (Sun, 26 Aug 2018)
Log Message:
-----------
add xorgxrdp

Added Paths:
-----------
    trunk/x11-drivers/xorgxrdp/
    trunk/x11-drivers/xorgxrdp/Makefile
    trunk/x11-drivers/xorgxrdp/distinfo
    trunk/x11-drivers/xorgxrdp/pkg-descr
    trunk/x11-drivers/xorgxrdp/pkg-plist

Added: trunk/x11-drivers/xorgxrdp/Makefile
===================================================================
--- trunk/x11-drivers/xorgxrdp/Makefile	                        (rev 0)
+++ trunk/x11-drivers/xorgxrdp/Makefile	2018-08-26 21:30:09 UTC (rev 23922)
@@ -0,0 +1,42 @@
+# $MidnightBSD$
+# $FreeBSD: head/x11-drivers/xorgxrdp/Makefile 465777 2018-03-28 03:38:52Z meta $
+
+PORTNAME=	xorgxrdp
+PORTVERSION=	0.2.6
+DISTVERSIONPREFIX=	v
+CATEGORIES=	x11-drivers
+DIST_SUBDIR=	xrdp
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	X.Org driver enabling use through an RDP session with xrdp
+
+LICENSE=	mit
+
+RUN_DEPENDS=	xauth:x11/xauth
+BUILD_DEPENDS=	nasm:devel/nasm
+
+USES=		autoreconf libtool:build pkgconfig
+USE_XORG=	dri2proto dri3proto glproto inputproto presentproto randrproto \
+		renderproto resourceproto scrnsaverproto xf86driproto xineramaproto \
+		xorg-server
+USE_LDCONFIG=	yes
+USE_GITHUB=	yes
+GH_ACCOUNT=	neutrinolabs
+GH_PROJECT=	xrdp:xrdp
+GH_TAGNAME=	v0.9.6:xrdp
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+
+CFLAGS+=	-I${LOCALBASE}/include
+LIBS=		-I${LOCALBASE}/lib
+CONFIGURE_ENV=	XRDP_CFLAGS=-I${WRKSRC_xrdp}/common
+
+OPTIONS_DEFINE=	DEBUG
+
+post-patch-DEBUG-on:
+	${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|#define LOG_LEVEL [0-9]*|#define LOG_LEVEL 20|'
+
+pre-configure:
+	@cd ${WRKSRC} && ./bootstrap
+
+.include <bsd.port.mk>


Property changes on: trunk/x11-drivers/xorgxrdp/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-drivers/xorgxrdp/distinfo
===================================================================
--- trunk/x11-drivers/xorgxrdp/distinfo	                        (rev 0)
+++ trunk/x11-drivers/xorgxrdp/distinfo	2018-08-26 21:30:09 UTC (rev 23922)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1535318877
+SHA256 (xrdp/neutrinolabs-xrdp-v0.9.6_GH0.tar.gz) = 68361f4e75fd70a85e258af78af244754dc7190092abfdb9c709e20905de260d
+SIZE (xrdp/neutrinolabs-xrdp-v0.9.6_GH0.tar.gz) = 1878049


Property changes on: trunk/x11-drivers/xorgxrdp/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-drivers/xorgxrdp/pkg-descr
===================================================================
--- trunk/x11-drivers/xorgxrdp/pkg-descr	                        (rev 0)
+++ trunk/x11-drivers/xorgxrdp/pkg-descr	2018-08-26 21:30:09 UTC (rev 23922)
@@ -0,0 +1,3 @@
+xorgxrdp is a set of drivers that enables Xorg to use RDP session with xrdp.
+
+WWW: http://www.xrdp.org/


Property changes on: trunk/x11-drivers/xorgxrdp/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-drivers/xorgxrdp/pkg-plist
===================================================================
--- trunk/x11-drivers/xorgxrdp/pkg-plist	                        (rev 0)
+++ trunk/x11-drivers/xorgxrdp/pkg-plist	2018-08-26 21:30:09 UTC (rev 23922)
@@ -0,0 +1,10 @@
+ at dir /etc/X11/xrdp
+/etc/X11/xrdp/xorg.conf
+lib/xorg/modules/drivers/xrdpdev_drv.a
+lib/xorg/modules/drivers/xrdpdev_drv.so
+lib/xorg/modules/input/xrdpkeyb_drv.a
+lib/xorg/modules/input/xrdpkeyb_drv.so
+lib/xorg/modules/input/xrdpmouse_drv.a
+lib/xorg/modules/input/xrdpmouse_drv.so
+lib/xorg/modules/libxorgxrdp.a
+lib/xorg/modules/libxorgxrdp.so


Property changes on: trunk/x11-drivers/xorgxrdp/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list