commit b2c9ad53367885cb1bca5b60152aaa7d02008946 Author: Tim Biermann <tbier@posteo.de> Date: Sun Jun 27 21:17:06 2021 +0000 libdnet: removed unmaintained port diff --git a/libdnet/.footprint b/libdnet/.footprint deleted file mode 100644 index c44e63ed0..000000000 --- a/libdnet/.footprint +++ /dev/null @@ -1,36 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/dnet-config -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/dnet.h -drwxr-xr-x root/root usr/include/dnet/ --rw-r--r-- root/root usr/include/dnet/addr.h --rw-r--r-- root/root usr/include/dnet/arp.h --rw-r--r-- root/root usr/include/dnet/blob.h --rw-r--r-- root/root usr/include/dnet/eth.h --rw-r--r-- root/root usr/include/dnet/fw.h --rw-r--r-- root/root usr/include/dnet/icmp.h --rw-r--r-- root/root usr/include/dnet/intf.h --rw-r--r-- root/root usr/include/dnet/ip.h --rw-r--r-- root/root usr/include/dnet/ip6.h --rw-r--r-- root/root usr/include/dnet/os.h --rw-r--r-- root/root usr/include/dnet/rand.h --rw-r--r-- root/root usr/include/dnet/route.h --rw-r--r-- root/root usr/include/dnet/sctp.h --rw-r--r-- root/root usr/include/dnet/tcp.h --rw-r--r-- root/root usr/include/dnet/tun.h --rw-r--r-- root/root usr/include/dnet/udp.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libdnet.a --rwxr-xr-x root/root usr/lib/libdnet.la -lrwxrwxrwx root/root usr/lib/libdnet.so -> libdnet.so.1.0.1 -lrwxrwxrwx root/root usr/lib/libdnet.so.1 -> libdnet.so.1.0.1 --rwxr-xr-x root/root usr/lib/libdnet.so.1.0.1 -drwxr-xr-x root/root usr/sbin/ --rwxr-xr-x root/root usr/sbin/dnet -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man3/ --rw-r--r-- root/root usr/share/man/man3/dnet.3.gz -drwxr-xr-x root/root usr/share/man/man8/ --rw-r--r-- root/root usr/share/man/man8/dnet.8.gz diff --git a/libdnet/.signature b/libdnet/.signature deleted file mode 100644 index 65c65828e..000000000 --- a/libdnet/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF300Zlo/MGfMZT0aIDzKGCmiVNAZ42yU6mbNNwCxpgp3lIjE489ycHTSn7VJelnd8XrDA8xbarD6Agxd9jXbyGwQ= -SHA256 (Pkgfile) = 56ad7074d90c9486330d91daeee031d8cf1e0ae14f089eecdb3901ca10f7420c -SHA256 (.footprint) = 166e251fecdd60ab8349f98a51e025ed91aed24dee66e6c2b435014668fae935 -SHA256 (libdnet-1.14.tar.gz) = 592599c54a57102a177270f3a2caabda2c2ac7768b977d7458feba97da923dfe diff --git a/libdnet/Pkgfile b/libdnet/Pkgfile deleted file mode 100644 index 29100221a..000000000 --- a/libdnet/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: daemon and tools to handle all ARP # aspects -# URL: https://github.com/dugsong/libdnet -# Maintainer: Thomas Penteker, tek at serverop dot de -# Depends on: libpcap, libnet - -name=libdnet -version=1.14 -release=1 -source=(https://github.com/dugsong/$name/archive/$name-$version.tar.gz) - -build() { - cd $name-$name-$version - - # fix FS#1144 - autoreconf -i -Iconfig - - ./configure --prefix=/usr - - make - make install DESTDIR=$PKG -}