urlview: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:13:10 +00:00
parent b0591b9447
commit a60e901f7a
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 0 additions and 46 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/urlview
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/urlview.1.gz

View File

@ -1,6 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35lJn46WZOzukkRxtVQPm82ThJZcb2SpmbMnnjTQwSlrvg766GQEcVdrp9/pK/nXLGhY85BfNdJNVUicNYFVrAQ=
SHA256 (Pkgfile) = af813a0201fa5fbde6c343b7ce2281f235d12318a8a2d98f6a1aaaebb997145b
SHA256 (.footprint) = 5d72ff8fed30a2bdabd95bbcd368a5ee7b473ae10db6f809a820826e58d90f0f
SHA256 (urlview-0.9.tar.gz) = 74d18026e84e3cd70a3fdd1a7247a68031b0c1c1c6d761d64b7063ff71091cc3
SHA256 (urlview-0.9.patch) = 06c90f34f6e9f9bc096aee1d262bf38944a2b7c2501f694ba0a93593f4db7d17

View File

@ -1,22 +0,0 @@
# Description: Extracts URLs from text
# URL: ftp://ftp.mutt.org/pub/mutt/contrib/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: ncurses
name=urlview
version=0.9
release=2
source=(ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/${name}-${version}.tar.gz \
${name}-${version}.patch)
build () {
cd $name-$version
mkdir -p $PKG/usr/share/man/man1
patch -p1 < ../$name-$version.patch
./configure --prefix=/usr \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
}

View File

@ -1,11 +0,0 @@
--- urlview-0.9/Makefile.in 2000-07-04 12:16:37.000000000 +0200
+++ urlview-0.9-new/Makefile.in 2006-04-18 15:11:29.000000000 +0200
@@ -318,7 +318,7 @@
install-data-local:
- $(INSTALL_DATA) urlview.man $(mandir)/man1/urlview.1
+ $(INSTALL_DATA) urlview.man $(DESTDIR)$(mandir)/man1/urlview.1
# how to create a target for uninstall-data-local???