tabbed: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:08:55 +00:00
parent 106d97fda2
commit 0f725ce315
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 0 additions and 46 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/tabbed
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/tabbed.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38t22lu2LUKfs6BH+5uaYXCC/qlDrv3TtA0UjY2E+Sgj2DSMyeq7BkQzi8BPwgDckYojz1EJ6m6X9/6RdPz53Q0=
SHA256 (Pkgfile) = 6b8ccaddf1c4b525acaaff7632c2a17e8e8d466a47d1acd83bf3f158ceddd369
SHA256 (.footprint) = fe3b64ecc7dfd8cb41db9f7c9413838451390cc68fb45a4eceacb82636d6f2ec
SHA256 (tabbed-0.6.tar.gz) = 7651ea3acbec5d6a25469e8665da7fc70aba2b4fa61a2a6a5449eafdfd641c42

View File

@ -1,20 +0,0 @@
# Description: Simple generic tabbed fronted to xembed aware applications
# URL: https://tools.suckless.org/tabbed/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: xorg-libx11
name=tabbed
version=0.6
release=2
source=(http://dl.suckless.org/tools/$name-$version.tar.gz)
build () {
cd $name-$version
if [ -f $PKGMK_ROOT/config.h ]; then
cp $PKGMK_ROOT/config.h .
fi
make CC=gcc
make DESTDIR=$PKG PREFIX=/usr install
}

View File

@ -1,14 +0,0 @@
The configuration of tabbed is done by creating a custom config.h
and (re)compiling the source code. To create a custom config.h,
unpack the tarball, copy the file tabbed-$version/config.def.h to
tabbed's port directory, and edit to suit your preferences. Then,
when you call pkgmk in the tabbed port directory, the custom
config.h will be detected and copied into the source before
compilation. I recommend that you save a copy your custom config.h
some where other than the tabbed port directory, so that your changes
won't get nuked when updating ports or performing a prtsweep or
prtwash (see opt/prt-utils for more information about those two).
Another solution for customizing tabbed is to create a custom and
(preferably) private port that contains your custom config and also
might include patches, such as from https://suckless.org/patches/.