ports/opt (3.5): elinks: removed (unmaintained), use links instead
commit 963ac12d40f9add7fb8c331e601ebea79b137b5e Author: Juergen Daubert <jue@jue.li> Date: Fri Apr 26 14:15:30 2019 +0200 elinks: removed (unmaintained), use links instead diff --git a/elinks/.footprint b/elinks/.footprint deleted file mode 100644 index dd2f350db..000000000 --- a/elinks/.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/elinks -lrwxrwxrwx root/root usr/bin/links -> elinks -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/elinks.1.gz -drwxr-xr-x root/root usr/share/man/man5/ --rw-r--r-- root/root usr/share/man/man5/elinks.conf.5.gz --rw-r--r-- root/root usr/share/man/man5/elinkskeys.5.gz diff --git a/elinks/.signature b/elinks/.signature deleted file mode 100644 index ff053c914..000000000 --- a/elinks/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/WWkOIL9BnWUsSMnspbhzwl7i0EhYGVXCRNcDUeZH3bq7Y2Xk+8DiGC2aGzsgSLqFZ2ptd5LvssrZYPsykX6AAI= -SHA256 (Pkgfile) = 4c9bfbaf9fd8de240e51483168fa64b5b9d5448de8f8e3133706329462ee4125 -SHA256 (.footprint) = 82e4387df407e523675f70a99072d678b0f9d005c4e575a87d60c1d708a96cc6 -SHA256 (elinks-20170613.tar.xz) = 39ceb54a91d8fe728bfdc4d9d575b63e2a18a63481f1b7d025481cb7be7b16df diff --git a/elinks/Pkgfile b/elinks/Pkgfile deleted file mode 100644 index a6260ca2a..000000000 --- a/elinks/Pkgfile +++ /dev/null @@ -1,28 +0,0 @@ -# Description: Enhanced version of the links textmode WWW browser with frame/table support -# URL: http://elinks.or.cz/ -# Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: openssl zlib expat - -name=elinks -version=20170613 -release=1 -source=(http://crux.nu/files/distfiles/$name-$version.tar.xz) - -build () { - cd $name-$version - - autoreconf -i - - ./configure --prefix=/usr \ - --sysconfdir=/usr/etc \ - --enable-256-colors \ - --enable-html-highlight \ - --disable-nls \ - --with-zlib \ - --without-{x,bzlib,lua} - - make CFLAGS="$CFLAGS -Wno-all" - make DESTDIR=$PKG install - - ln -s elinks $PKG/usr/bin/links -} diff --git a/elinks/README b/elinks/README deleted file mode 100644 index ecf2ce86a..000000000 --- a/elinks/README +++ /dev/null @@ -1,11 +0,0 @@ -README for elinks 0.11.x - -To get a more "common" behaviour of elinks cursor-keys add -the following to ~/.elinks/elinks.conf: - - bind "main" "Up" = "move-cursor-up" - bind "main" "Right" = "move-cursor-right" - bind "main" "Left" = "move-cursor-left" - bind "main" "Down" = "move-cursor-down" - -
participants (1)
-
crux@crux.nu