From 368a25422d5921c00e328f3f72af8de71c4fb21e Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Mon, 20 Jan 2020 14:21:31 +0000 Subject: [PATCH] cvsps: dropped unmaintained port --- cvsps/.footprint | 6 ------ cvsps/.signature | 5 ----- cvsps/Pkgfile | 17 ----------------- 3 files changed, 28 deletions(-) delete mode 100644 cvsps/.footprint delete mode 100644 cvsps/.signature delete mode 100644 cvsps/Pkgfile diff --git a/cvsps/.footprint b/cvsps/.footprint deleted file mode 100644 index 1173a7320..000000000 --- a/cvsps/.footprint +++ /dev/null @@ -1,6 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/cvsps -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/cvsps.1.gz diff --git a/cvsps/.signature b/cvsps/.signature deleted file mode 100644 index 3780479a3..000000000 --- a/cvsps/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/B8tlp/NTpVTmQ23odzGao7zrW0DXXIKxH9Ro0PSgebGFMhM6iQ9vwWYJTYTO2Yp5HbHg/CoWmVJszCUZgV7wM= -SHA256 (Pkgfile) = 3494958d08ce5690a0456e0039d6f39c0fbb7d6a1ebaa3e1057bf6057de42ed1 -SHA256 (.footprint) = a03138f3f3be7c514e219aa5c9feafdc943cc733268cd2ff4ebf2014661ce450 -SHA256 (cvsps-2.1.tar.gz) = 91d3198b33463861a581686d5fcf99a5c484e7c4d819384c04fda9cafec1075a diff --git a/cvsps/Pkgfile b/cvsps/Pkgfile deleted file mode 100644 index 274e43a19..000000000 --- a/cvsps/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: CVS patchset generator -# URL: http://www.cobite.com/cvsps/ -# Maintainer: Moritz Wilhelmy, moritz plus crux at wzff dot de -# Packager: Antti Nykanen, aon at iki dot fi -# Depends on: - -name=cvsps -version=2.1 -release=1 -source=(http://www.cobite.com/$name/$name-$version.tar.gz) - -build() { - cd $name-$version - sed -i 's:share/man:man:g' Makefile - make - make prefix=$PKG/usr install -}