From 0f725ce31548b955e3c5f11179c149df4894d4dd Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Thu, 4 Mar 2021 09:08:55 +0000 Subject: [PATCH] tabbed: deleted unmaintained port --- tabbed/.footprint | 7 ------- tabbed/.signature | 5 ----- tabbed/Pkgfile | 20 -------------------- tabbed/README | 14 -------------- 4 files changed, 46 deletions(-) delete mode 100644 tabbed/.footprint delete mode 100644 tabbed/.signature delete mode 100644 tabbed/Pkgfile delete mode 100644 tabbed/README diff --git a/tabbed/.footprint b/tabbed/.footprint deleted file mode 100644 index 61fc757f9..000000000 --- a/tabbed/.footprint +++ /dev/null @@ -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 diff --git a/tabbed/.signature b/tabbed/.signature deleted file mode 100644 index e448e8875..000000000 --- a/tabbed/.signature +++ /dev/null @@ -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 diff --git a/tabbed/Pkgfile b/tabbed/Pkgfile deleted file mode 100644 index 707963762..000000000 --- a/tabbed/Pkgfile +++ /dev/null @@ -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 -} diff --git a/tabbed/README b/tabbed/README deleted file mode 100644 index 473940a67..000000000 --- a/tabbed/README +++ /dev/null @@ -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/.