ports/contrib (3.6): dvtm: dropped unmaintained port
commit 81a5fcedce6113d8d6b5611d0177dd3f9d4fcdab Author: Tim Biermann <tbier@posteo.de> Date: Sun Oct 31 09:32:04 2021 +0100 dvtm: dropped unmaintained port diff --git a/dvtm/.footprint b/dvtm/.footprint deleted file mode 100644 index 6a587b1dc..000000000 --- a/dvtm/.footprint +++ /dev/null @@ -1,8 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/dvtm --rwxr-xr-x root/root usr/bin/dvtm-status -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/dvtm.1.gz diff --git a/dvtm/.signature b/dvtm/.signature deleted file mode 100644 index 56325f1b5..000000000 --- a/dvtm/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39gJw2WHNuT1q1KhtmZYAUh5OjdosD62Y7s6jOOv6WrL2blDDlWKuauyXakfhQYnvJw9wPjD4ZJUtgc8TU4Iiw4= -SHA256 (Pkgfile) = 4a76e00df75de0b5a6145ca9c48077aab453432519846fba115f3fac83dc0791 -SHA256 (.footprint) = 5844e2099c90a39108885338f2e5aea59133601e10503ad7b7f171b9f83145de -SHA256 (dvtm-0.15.tar.gz) = 8f2015c05e2ad82f12ae4cf12b363d34f527a4bbc8c369667f239e4542e1e510 diff --git a/dvtm/Pkgfile b/dvtm/Pkgfile deleted file mode 100644 index a00ec2b4e..000000000 --- a/dvtm/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# Description: dynamic virtual terminal manager -# URL: http://www.brain-dump.org/projects/dvtm -# Maintainer: John Vogel, jvogel4 at stny dot rr dot com -# Depends on: ncurses - -name=dvtm -version=0.15 -release=2 -source=(http://www.brain-dump.org/projects/$name/$name-$version.tar.gz) - -build () { - cd "$name-$version" - - if [ -f $PKGMK_ROOT/config.h ]; then - cp $SRC/config.h . - fi - - make - make DESTDIR=$PKG PREFIX=/usr install - - # remove redundant terminfo files that conflict with ncurses - rm -rf $PKG/usr/share/terminfo -} diff --git a/dvtm/README b/dvtm/README deleted file mode 100644 index 1667ff146..000000000 --- a/dvtm/README +++ /dev/null @@ -1,14 +0,0 @@ -The configuration of dvtm 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 dvtm-$version/config.def.h to -dvtm's port directory, and edit to suit your preferences. Then, -when you call pkgmk in the dvtm 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 dvtm 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 dvtm is to create a custom and -(preferably) private port that contains your custom config and also -might include patches for added features.
participants (1)
-
crux@crux.nu