wyrd: removed, source offline, unmaintained

This commit is contained in:
Tim Biermann 2020-06-20 23:31:09 +00:00
parent 6221a1e4d7
commit e4314d366d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 36 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}