xwinfo: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 18:30:51 +00:00
parent ca577c501c
commit fca99b6484
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 31 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xwinfo
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/xwinfo.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31uRQTiWCKtib9L0Lt/PNHbLJZBAvsVaYA6Jg6X5/3xpypAoLRwXBd1aKAmBBuMiXUSJJJNFz4PkJXhSQQhi9QM=
SHA256 (Pkgfile) = b8d54089f6f6d796de08fd19b906d07ff6266ae32f52e8182d66394adbc4c63e
SHA256 (.footprint) = 34acb40fb2ea2d713cff6b0608b46fc96e86ca1551d3d09bf569f32a51aaea96
SHA256 (xwinfo-6cd58a9.tar.gz) = 52b99477a527b6fa59c9e04820e0bd0bd8b7eb11e606a5b1c385bf977a7782a4

View File

@ -1,19 +0,0 @@
# Description: Print X window information
# URL: https://github.com/baskerville/xwinfo
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: xorg-libxcb xorg-xcb-util-wm
name=xwinfo
version=6cd58a9
release=1
source=(https://github.com/baskerville/xwinfo/archive/$version/$name-$version.tar.gz)
build() {
cd $name-${version}*
make
make PREFIX=/usr DESTDIR=$PKG install
# fix permissions
chmod -R g-w $PKG/*
}