1
0
forked from ports/contrib

openresolv: dropped unmaintained port

This commit is contained in:
Tim Biermann 2021-01-30 15:53:06 +00:00
parent 68ee7483b3
commit cc1b7a4ffe
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 47 deletions

View File

@ -1,22 +0,0 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/resolvconf.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/resolvconf/
-rw-r--r-- root/root usr/lib/resolvconf/dnsmasq
-rw-r--r-- root/root usr/lib/resolvconf/libc
drwxr-xr-x root/root usr/lib/resolvconf/libc.d/
-rw-r--r-- root/root usr/lib/resolvconf/libc.d/avahi-daemon
-rw-r--r-- root/root usr/lib/resolvconf/libc.d/mdnsd
-rw-r--r-- root/root usr/lib/resolvconf/named
-rw-r--r-- root/root usr/lib/resolvconf/pdns_recursor
-rw-r--r-- root/root usr/lib/resolvconf/pdnsd
-rw-r--r-- root/root usr/lib/resolvconf/unbound
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/resolvconf
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man5/
-r--r--r-- root/root usr/share/man/man5/resolvconf.conf.5.gz
drwxr-xr-x root/root usr/share/man/man8/
-r--r--r-- root/root usr/share/man/man8/resolvconf.8.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30kQlrc0ZuV+1FZaVjx98FLxNfG9r9dKLB2ksg6E7PtEbhWlySfwNDjTWwu5r3JbY03iTbIBBHvArEmT/HXt0QA=
SHA256 (Pkgfile) = 18d2dfb1d665a4260b99072bb09ff913ad8369bd7f963f1ced72ed033e67b27c
SHA256 (.footprint) = c8178514d3ed6e801527137c6e9d727064208e4c350ad3878914eb43564954b9
SHA256 (openresolv-3.11.0.tar.xz) = eaea9d1d1e07b3fe81305178d7ef6a8c9e2a9f3b751c9b52077941809058fc3c

View File

@ -1,20 +0,0 @@
# Description: resolv.conf management utility
# URL: http://roy.marples.name/projects/openresolv
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on:
name=openresolv
version=3.11.0
release=1
source=(https://roy.marples.name/downloads/openresolv/openresolv-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
}