quvi: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 18:44:14 +00:00
parent e7db068a8d
commit 73f742feb7
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 36 deletions

View File

@ -1,13 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/quvi
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/quvi-dump.1.gz
-rw-r--r-- root/root usr/share/man/man1/quvi-get.1.gz
-rw-r--r-- root/root usr/share/man/man1/quvi-info.1.gz
-rw-r--r-- root/root usr/share/man/man1/quvi-scan.1.gz
-rw-r--r-- root/root usr/share/man/man1/quvi.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/quvirc.5.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wfUg3f/JH+11Ph8fitWdmFXc2BVTXb9PE+fSF9z3wamxbOExcv8AWncE1MgKa0NP8V0iHLEolBC8V/+w4+w/QE=
SHA256 (Pkgfile) = e720cfc74ca40380d3867c503fb18ef749d8536ff7babd0424e37f810e78b4f1
SHA256 (.footprint) = bd9246ff8d9c212b51aafb36d66f9e2a2950b8c6c7a52f10f8623d40baa8c5f1
SHA256 (quvi-0.9.5.tar.xz) = cb3918aad990b9bc49828a5071159646247199a63de0dd4c706adc5c8cd0a2c0

View File

@ -1,18 +0,0 @@
# Description: Command-line tool for parsing video download links.
# URL: http://quvi.sourceforge.net/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: libquvi
name=quvi
version=0.9.5
release=1
source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.xz)
build () {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}