Index: head/x11-drivers/Makefile =================================================================== --- head/x11-drivers/Makefile (revision 437149) +++ head/x11-drivers/Makefile (revision 437150) @@ -1,57 +1,58 @@ # $FreeBSD$ # COMMENT = X11 drivers SUBDIR += xf86-input-acecad SUBDIR += xf86-input-egalax SUBDIR += xf86-input-elographics SUBDIR += xf86-input-evdev SUBDIR += xf86-input-fpit SUBDIR += xf86-input-hyperpen SUBDIR += xf86-input-joystick SUBDIR += xf86-input-keyboard SUBDIR += xf86-input-libinput SUBDIR += xf86-input-mouse SUBDIR += xf86-input-mutouch SUBDIR += xf86-input-penmount SUBDIR += xf86-input-synaptics SUBDIR += xf86-input-vmmouse SUBDIR += xf86-input-void SUBDIR += xf86-input-wacom SUBDIR += xf86-video-amdgpu SUBDIR += xf86-video-apm SUBDIR += xf86-video-ark SUBDIR += xf86-video-ast SUBDIR += xf86-video-ati SUBDIR += xf86-video-chips SUBDIR += xf86-video-cirrus SUBDIR += xf86-video-dummy SUBDIR += xf86-video-geode SUBDIR += xf86-video-glint SUBDIR += xf86-video-i128 SUBDIR += xf86-video-i740 SUBDIR += xf86-video-intel SUBDIR += xf86-video-mach64 SUBDIR += xf86-video-mga SUBDIR += xf86-video-neomagic SUBDIR += xf86-video-nv SUBDIR += xf86-video-openchrome SUBDIR += xf86-video-r128 SUBDIR += xf86-video-rendition SUBDIR += xf86-video-s3 SUBDIR += xf86-video-s3virge SUBDIR += xf86-video-savage SUBDIR += xf86-video-scfb SUBDIR += xf86-video-siliconmotion SUBDIR += xf86-video-sis SUBDIR += xf86-video-sunffb SUBDIR += xf86-video-tdfx SUBDIR += xf86-video-trident SUBDIR += xf86-video-tseng SUBDIR += xf86-video-vesa SUBDIR += xf86-video-vmware SUBDIR += xf86-video-voodoo SUBDIR += xorg-drivers + SUBDIR += xorgxrdp .include Index: head/x11-drivers/xorgxrdp/Makefile =================================================================== --- head/x11-drivers/xorgxrdp/Makefile (nonexistent) +++ head/x11-drivers/xorgxrdp/Makefile (revision 437150) @@ -0,0 +1,45 @@ +# Created by: Koichiro IWAO +# $FreeBSD$ + +PORTNAME= xorgxrdp +PORTVERSION= 0.2.0 +DISTVERSIONPREFIX= v +CATEGORIES= x11-drivers +DIST_SUBDIR= xrdp + +MAINTAINER= meta+ports@vmeta.jp +COMMENT= X.Org driver enabling use through an RDP session with xrdp + +LICENSE= MIT + +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= 7cc1dd2: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 + +.include + +post-patch: +.if ${PORT_OPTIONS:MDEBUG} + ${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|#define LOG_LEVEL [0-9]*|#define LOG_LEVEL 20|' +.endif + +pre-configure: + @cd ${WRKSRC} && ./bootstrap + +.include Property changes on: head/x11-drivers/xorgxrdp/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-drivers/xorgxrdp/distinfo =================================================================== --- head/x11-drivers/xorgxrdp/distinfo (nonexistent) +++ head/x11-drivers/xorgxrdp/distinfo (revision 437150) @@ -0,0 +1,5 @@ +TIMESTAMP = 1481518351 +SHA256 (xrdp/neutrinolabs-xorgxrdp-v0.2.0_GH0.tar.gz) = 2a1be0ec3ae7bc7c9700a4da129cb5c56e0f71c7bb7469c08f139589964da2f1 +SIZE (xrdp/neutrinolabs-xorgxrdp-v0.2.0_GH0.tar.gz) = 82328 +SHA256 (xrdp/neutrinolabs-xrdp-7cc1dd2_GH0.tar.gz) = 61b8eabbad2be684bf3750db385b1a1e4058bd30cb6d2489d73f9a7a741a44ec +SIZE (xrdp/neutrinolabs-xrdp-7cc1dd2_GH0.tar.gz) = 1873040 Property changes on: head/x11-drivers/xorgxrdp/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property 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 Index: head/x11-drivers/xorgxrdp/pkg-descr =================================================================== --- head/x11-drivers/xorgxrdp/pkg-descr (nonexistent) +++ head/x11-drivers/xorgxrdp/pkg-descr (revision 437150) @@ -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: head/x11-drivers/xorgxrdp/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property 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 Index: head/x11-drivers/xorgxrdp/pkg-plist =================================================================== --- head/x11-drivers/xorgxrdp/pkg-plist (nonexistent) +++ head/x11-drivers/xorgxrdp/pkg-plist (revision 437150) @@ -0,0 +1,10 @@ +@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: head/x11-drivers/xorgxrdp/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property 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