diff --git a/wyrd/.footprint b/wyrd/.footprint deleted file mode 100644 index cbfcd64b7..000000000 --- a/wyrd/.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/wyrd -drwxr-xr-x root/root usr/etc/ --rw-r--r-- root/root usr/etc/wyrdrc -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/wyrd.1.gz -drwxr-xr-x root/root usr/share/man/man5/ --rw-r--r-- root/root usr/share/man/man5/wyrdrc.5.gz diff --git a/wyrd/.signature b/wyrd/.signature deleted file mode 100644 index 33249f861..000000000 --- a/wyrd/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3zq9OZ/S0Wq6BcOkhnTt/sHdDQU+x3Z6TP0VCViiAcftB9Zc2CB0m8101odCEVN3C0ZiyMoRaBVAZoG3OOWyqg4= -SHA256 (Pkgfile) = 01d17beb2335b95c4a06a93a0e67ec765dc9656829bc91a159eabc02c6112fb0 -SHA256 (.footprint) = 0176c4796da14d3abd21c253c99e6c04ae0ec89413b3c7686a8e6cd0305e8237 -SHA256 (wyrd-1.4.6.tar.gz) = b2b51d6fb38f8b8b3ec30ee72093f791ba9b6fe35418191bc2011d2c8079997e diff --git a/wyrd/Pkgfile b/wyrd/Pkgfile deleted file mode 100644 index b25a66ae3..000000000 --- a/wyrd/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: Text-based front-end to Remind -# URL: http://www.eecs.umich.edu/~pelzlpj/wyrd/ -# Maintainer: Thomas Penteker, tek at serverop dot de -# Packager: James Mills, prologic at shortcircuit dot net dot au -# Depends on: camlp remind - -name=wyrd -version=1.4.6 -release=1 -source=(https://crux.nu/~tek/$name-$version.tar.gz) - -build() { - cd $name-$version - - ./configure --prefix=/usr \ - --sysconfdir=/usr/etc - - make - make DESTDIR=$PKG install -}