netcat: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 17:45:57 +00:00
parent 6c8aa2460e
commit 2228f9fb1d
3 changed files with 0 additions and 34 deletions

View File

@ -1,8 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/nc -> netcat
-rwxr-xr-x root/root usr/bin/netcat
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/netcat.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UhdyV3UXhDlp8S7X2oJi8v2BFprKS1131p2mDRU63zrE5uoAD+1tRwLydjZD1kHA2VGsTBNUN1WrrKUMWXT7Qo=
SHA256 (Pkgfile) = 90bdf260ae833249c33a5c964c378180b183c3c09630b406714c52fa8a016f6f
SHA256 (.footprint) = 516e1457d995fe8de5c444576996b12f1adba09e132b40929e47b285b9b65859
SHA256 (netcat-0.7.1.tar.bz2) = b55af0bbdf5acc02d1eb6ab18da2acd77a400bafd074489003f3df09676332bb

View File

@ -1,21 +0,0 @@
# Description: Read and write data across network connections
# URL: http://netcat.sourceforge.net
# Maintainer: Fredrik Rinnestam, fredrik at crux dot guru
# Depends on:
name=netcat
version=0.7.1
release=3
source=(http://download.sourceforge.net/netcat/netcat-0.7.1.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{share/locale,info}
}