Index: head/Mk/Uses/xorg.mk =================================================================== --- head/Mk/Uses/xorg.mk +++ head/Mk/Uses/xorg.mk @@ -74,6 +74,7 @@ xorgproto \ xp \ xpm \ + xpresent \ xprintapputil \ xprintutil \ xrandr \ @@ -131,6 +132,7 @@ xorgproto_BUILD_DEPENDS= xorgproto>=0:x11/xorgproto xp_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xp.pc:x11/libXp xpm_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xpm.pc:x11/libXpm +xpresent_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xpresent.pc:x11/libXpresent xprintapputil_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xprintapputil.pc:x11/libXprintAppUtil xprintutil_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xprintutil.pc:x11/libXprintUtil xrandr_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xrandr.pc:x11/libXrandr Index: head/x11/Makefile =================================================================== --- head/x11/Makefile +++ head/x11/Makefile @@ -152,6 +152,7 @@ SUBDIR += libXinerama SUBDIR += libXp SUBDIR += libXpm + SUBDIR += libXpresent SUBDIR += libXprintAppUtil SUBDIR += libXprintUtil SUBDIR += libXrandr Index: head/x11/libXpresent/Makefile =================================================================== --- head/x11/libXpresent/Makefile +++ head/x11/libXpresent/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= libXpresent +PORTVERSION= 1.0.0 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= X Present Extension library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= xorg-cat:lib +USE_XORG= x11 xfixes xext xorgproto xrandr + +INSTALL_TARGET= install-strip + +.include Index: head/x11/libXpresent/distinfo =================================================================== --- head/x11/libXpresent/distinfo +++ head/x11/libXpresent/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1566903596 +SHA256 (xorg/lib/libXpresent-1.0.0.tar.bz2) = c11ae015141a9afbe10f4f2b8ee00b11adca6373dc1b9808d7c6c138b2da7b8a +SIZE (xorg/lib/libXpresent-1.0.0.tar.bz2) = 263461 Index: head/x11/libXpresent/pkg-descr =================================================================== --- head/x11/libXpresent/pkg-descr +++ head/x11/libXpresent/pkg-descr @@ -0,0 +1,3 @@ +This package contains the X Composite extension library. + +WWW: https://gitlab.freedesktop.org/xorg/lib/libxpresent Index: head/x11/libXpresent/pkg-plist =================================================================== --- head/x11/libXpresent/pkg-plist +++ head/x11/libXpresent/pkg-plist @@ -0,0 +1,7 @@ +include/X11/extensions/Xpresent.h +lib/libXpresent.a +lib/libXpresent.so +lib/libXpresent.so.1 +lib/libXpresent.so.1.0.0 +libdata/pkgconfig/xpresent.pc +man/man3/Xpresent.3.gz