dvtm: dropped unmaintained port

This commit is contained in:
Tim Biermann 2021-10-31 09:32:04 +01:00
parent d0b0916db4
commit 81a5fcedce
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 0 additions and 50 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}

View File

@ -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.