mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Add libXpresent:
Xlib-based library for the X Present Extension. Assigning maintainership to x11. Reviewed by: zeising Approved by: x11 (zeising) Differential Revision: https://reviews.freebsd.org/D21526
This commit is contained in:
parent
ccdaca1096
commit
65f4985fd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511744
@ -74,6 +74,7 @@ XORG_MODULES= dmx \
|
||||
xorgproto \
|
||||
xp \
|
||||
xpm \
|
||||
xpresent \
|
||||
xprintapputil \
|
||||
xprintutil \
|
||||
xrandr \
|
||||
@ -131,6 +132,7 @@ xorg-server_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-server.pc:x11-se
|
||||
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
|
||||
|
@ -152,6 +152,7 @@
|
||||
SUBDIR += libXinerama
|
||||
SUBDIR += libXp
|
||||
SUBDIR += libXpm
|
||||
SUBDIR += libXpresent
|
||||
SUBDIR += libXprintAppUtil
|
||||
SUBDIR += libXprintUtil
|
||||
SUBDIR += libXrandr
|
||||
|
18
x11/libXpresent/Makefile
Normal file
18
x11/libXpresent/Makefile
Normal file
@ -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 <bsd.port.mk>
|
3
x11/libXpresent/distinfo
Normal file
3
x11/libXpresent/distinfo
Normal file
@ -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
|
3
x11/libXpresent/pkg-descr
Normal file
3
x11/libXpresent/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This package contains the X Composite extension library.
|
||||
|
||||
WWW: https://gitlab.freedesktop.org/xorg/lib/libxpresent
|
7
x11/libXpresent/pkg-plist
Normal file
7
x11/libXpresent/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user