ports/contrib (3.6): dircproxy: remove, this seems buggy
commit e03468257d8e6987057a39c2f68663f26c18219e Author: Steffen Nurpmeso <steffen@sdaoden.eu> Date: Fri Jan 1 20:22:50 2021 +0100 dircproxy: remove, this seems buggy diff --git a/dircproxy/.footprint b/dircproxy/.footprint deleted file mode 100644 index 342928180..000000000 --- a/dircproxy/.footprint +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/dircproxy --rwxr-xr-x root/root usr/bin/dircproxy-crypt -drwxr-xr-x root/root usr/etc/ --rw-r--r-- root/root usr/etc/dircproxyrc.sample -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/dircproxy-crypt.1.gz --rw-r--r-- root/root usr/share/man/man1/dircproxy.1.gz diff --git a/dircproxy/.signature b/dircproxy/.signature deleted file mode 100644 index 18467a5e1..000000000 --- a/dircproxy/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/crux-contrib.pub -RWSagIOpLGJF3/qFx9XUKxkOogbjALokFzFr8AnDKWeWlgIM9l2aH0rk5WI2ERLrZLJdJ+fkh1H7DbqQgrFejV4ITbbmc7Hq1Qs= -SHA256 (Pkgfile) = d4c2d17c1633253647083b3f63a5b29647594b36cd24d4d17b65dae44e38ef13 -SHA256 (.footprint) = 128f34d7704775d83d0af3e51e8594ea8fd769d1c00f3d7febeefcf517a12405 -SHA256 (dircproxy-20200918.tar.gz) = bf39dbb83f0632b58eb12d85079cda00923cdea398b6d01c449b671f1ce49297 diff --git a/dircproxy/Pkgfile b/dircproxy/Pkgfile deleted file mode 100644 index 06a6d2dd6..000000000 --- a/dircproxy/Pkgfile +++ /dev/null @@ -1,27 +0,0 @@ -# Description: An IRC proxy server -# URL: https://github.com/w8tvi/dircproxy -# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu - -name=dircproxy -version=20200918 -gitver=dc563b3299da17f59ae0e410ed1de4b73f014bd7 -release=1 -source=(https://github.com/w8tvi/$name/archive/$gitver/$name-$version.tar.gz) - -build() { - cd $name-$gitver - - ./autogen.sh - - ./configure --prefix=/usr \ - --sysconfdir=/usr/etc/ - - make - - make DESTDIR=$PKG install - install -d $PKG/usr/etc - mv $PKG/usr/share/$name/${name}rc.sample $PKG/usr/etc/ - rm -rf $PKG/usr/share/$name -} - -# s-sh-mode
participants (1)
-
crux@crux.nu