pidentd: deleted unmaintained port

This commit is contained in:
Tim Biermann 2020-01-20 15:25:09 +00:00
parent 067bc692db
commit 50fa515ef5
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 30 deletions

View File

@ -1,9 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/identd.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/ibench
-rwxr-xr-x root/root usr/sbin/idecrypt
-rwxr-xr-x root/root usr/sbin/identd
-rwxr-xr-x root/root usr/sbin/ikeygen

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3ylIrPRXh8l42JdmSstCbLG4VfZ+ZEPRxzrP+8sm61tyj1Zu8vYwwdqi6SX0Sk85LlZ3uOMoSIBLsTaQ+sCbYQw=
SHA256 (Pkgfile) = a8a9404eb7f36401eb91bd44bb52cae9f71ead85243361f29b677edfe6e01276
SHA256 (.footprint) = 00596e196bfdb6caf1e1b8167ca8b2ec00607c32c0ef9e97e56274b1b03d0b63
SHA256 (pidentd-3.0.19.tar.gz) = 4c57574f3f64aca62a852935a17055999f1b6a61ab5b01b6e5201c8887293b30

View File

@ -1,16 +0,0 @@
# Description: Much improved ident daemon.
# URL: ftp://ftp.stack.nl/pub/users/johans/pidentd
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: James Mills, prologic at shortcircuit dot net dot au
name=pidentd
version=3.0.19
release=1
source=(ftp://ftp.stack.nl/pub/users/johans/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=$PKG/usr
make
make DESTDIR=$PKG install
}