cvsps: dropped unmaintained port

This commit is contained in:
Tim Biermann 2020-01-20 14:21:31 +00:00
parent 91a87a6d8b
commit 368a25422d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 28 deletions

View File

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

View File

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

View File

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