ports/opt (3.6): netcat: deleted unmaintained port
commit 2228f9fb1d5eaf6c5910a136bdda02fe64bb9998 Author: Tim Biermann <tbier@posteo.de> Date: Sun Jan 31 17:45:57 2021 +0000 netcat: deleted unmaintained port diff --git a/netcat/.footprint b/netcat/.footprint deleted file mode 100644 index f9516d074..000000000 --- a/netcat/.footprint +++ /dev/null @@ -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 diff --git a/netcat/.signature b/netcat/.signature deleted file mode 100644 index ac81a09f3..000000000 --- a/netcat/.signature +++ /dev/null @@ -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 diff --git a/netcat/Pkgfile b/netcat/Pkgfile deleted file mode 100644 index 0c4b0ba09..000000000 --- a/netcat/Pkgfile +++ /dev/null @@ -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} -}
participants (1)
-
crux@crux.nu