xorg-libxxf86dga: dropped obsolete port

This commit is contained in:
Tim Biermann 2023-05-27 11:05:52 +02:00
parent bbde6fcc66
commit 03b68eeb91
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 59 deletions

View File

@ -1,38 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/X11/
drwxr-xr-x root/root usr/include/X11/extensions/
-rw-r--r-- root/root usr/include/X11/extensions/Xxf86dga.h
-rw-r--r-- root/root usr/include/X11/extensions/xf86dga1.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libXxf86dga.a
-rwxr-xr-x root/root usr/lib/libXxf86dga.la
lrwxrwxrwx root/root usr/lib/libXxf86dga.so -> libXxf86dga.so.1.0.0
lrwxrwxrwx root/root usr/lib/libXxf86dga.so.1 -> libXxf86dga.so.1.0.0
-rwxr-xr-x root/root usr/lib/libXxf86dga.so.1.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xxf86dga.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/XDGA.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAChangePixmapMode.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGACloseFramebuffer.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGACopyArea.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGACopyTransparentArea.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGACreateColormap.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAFillRectangle.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAGetViewportStatus.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAInstallColormap.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAKeyEventToXKeyEvent.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAOpenFramebuffer.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAQueryExtension.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAQueryModes.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGAQueryVersion.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGASelectInput.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGASetClientVersion.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGASetMode.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGASetViewport.3.gz
-rw-r--r-- root/root usr/share/man/man3/XDGASync.3.gz
-rw-r--r-- root/root usr/share/man/man3/XF86DGA.3.gz
-rw-r--r-- root/root usr/share/man/man3/XFree86-DGA.3.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndLb80pXUaHcLdsQFuXGdG6/qJrDqowIWUsdeTVNp1BajIipvcV2CEsbpCPCPzYjDIeW7shCx18Ma0KtJmVLrBws=
SHA256 (Pkgfile) = 6e9b8df070b85b4eac4a7593f670b398588035f65936d12b6dda28cb39debca8
SHA256 (.footprint) = e32831135d9fc2eeed1892ebe1a3a3eebc8f78e0aaa307d2762d77abe0ba1fc8
SHA256 (libXxf86dga-1.1.6.tar.xz) = be44427579808fe3a217d59f51cae756a26913eb6e4c8738ccab65ff56d7980f

View File

@ -1,16 +0,0 @@
# Description: X11 Direct Graphics Access extension library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxext
name=xorg-libxxf86dga
version=1.1.6
release=1
source=(https://www.x.org/releases/individual/lib/libXxf86dga-$version.tar.xz)
build() {
cd libXxf86dga-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}