diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-12 23:37:42 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-12 23:37:42 +0000 |
commit | 347d2cb3a58d9308ad376a88db9424c86e40ad02 (patch) | |
tree | e7e07bf20716d1bfcca20497fd686d6fc0ff6e78 /www/elinks | |
parent | 3409d0ae2fcb7fb9f22e3c7a8891c4c9b436a85a (diff) | |
download | ports-347d2cb3a58d9308ad376a88db9424c86e40ad02.tar.gz ports-347d2cb3a58d9308ad376a88db9424c86e40ad02.zip |
Update port to 0.83
PR: 16681
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=25720
Diffstat (limited to 'www/elinks')
-rw-r--r-- | www/elinks/Makefile | 9 | ||||
-rw-r--r-- | www/elinks/distinfo | 2 | ||||
-rw-r--r-- | www/elinks/pkg-descr | 18 |
3 files changed, 21 insertions, 8 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 4dff09df8785..64a46239a496 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -1,21 +1,18 @@ # New ports collection makefile for: links -# Version required: 0.82 +# Version required: 0.83 # Date created: 21 January 2000 # Whom: Michael Vasilenko <acid@stu.cn.ua> # # $FreeBSD$ # -DISTNAME= links-0.82 +DISTNAME= links-0.83 CATEGORIES= www MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \ - http://www.add.com.pl/download/ + http://www.add.com.pl/links/download/ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/links ${PREFIX}/bin - .include <bsd.port.mk> diff --git a/www/elinks/distinfo b/www/elinks/distinfo index fc9144ab0f11..f8dc1b86c8df 100644 --- a/www/elinks/distinfo +++ b/www/elinks/distinfo @@ -1 +1 @@ -MD5 (links-0.82.tar.gz) = 00dd134d0717064d3d440197099222e4 +MD5 (links-0.83.tar.gz) = 5fa47d1508b8466dc8f1957195eec925 diff --git a/www/elinks/pkg-descr b/www/elinks/pkg-descr index 67a3441e60f6..0a03e6e67397 100644 --- a/www/elinks/pkg-descr +++ b/www/elinks/pkg-descr @@ -1,7 +1,23 @@ Lynx-like text WWW browser with many features like displaying tables, menus, etc. -WWW: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links +Keys: ESC display menu + ^C quit + ^P, ^N scroll up, down + [, ] scroll left, right + up, down select link + -> follow link + <- go back + g go to url + / search + ? search back + n find next + N find previous + = document info + \ document source + d download + +WWW: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/ - Michael Vasilenko acid@stu.cn.ua |