diff options
Diffstat (limited to 'www/elinks')
-rw-r--r-- | www/elinks/Makefile | 21 | ||||
-rw-r--r-- | www/elinks/distinfo | 1 | ||||
-rw-r--r-- | www/elinks/files/patch-aa | 11 | ||||
-rw-r--r-- | www/elinks/files/patch-ab | 17 | ||||
-rw-r--r-- | www/elinks/pkg-comment | 1 | ||||
-rw-r--r-- | www/elinks/pkg-descr | 23 | ||||
-rw-r--r-- | www/elinks/pkg-plist | 1 |
7 files changed, 0 insertions, 75 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile deleted file mode 100644 index bc2c2297d0e3..000000000000 --- a/www/elinks/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: links -# Date created: 21 January 2000 -# Whom: Michael Vasilenko <acid@stu.cn.ua> -# -# $FreeBSD$ -# - -PORTNAME= links -PORTVERSION= 0.92 -CATEGORIES= www -MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \ - http://www.add.com.pl/links/download/ \ - http://ice.dammit.lt/links/download/ - -MAINTAINER= dima@Chg.RU - -GNU_CONFIGURE= yes - -MAN1= links.1 - -.include <bsd.port.mk> diff --git a/www/elinks/distinfo b/www/elinks/distinfo deleted file mode 100644 index 4d4665877e1a..000000000000 --- a/www/elinks/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (links-0.92.tar.gz) = 376b659ef42bbb5dab79c41e366e94bf diff --git a/www/elinks/files/patch-aa b/www/elinks/files/patch-aa deleted file mode 100644 index 7170c081e528..000000000000 --- a/www/elinks/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- default.c.orig Thu Jun 22 10:37:36 2000 -+++ default.c Tue Sep 5 09:34:12 2000 -@@ -538,7 +538,7 @@ - } - mem_free(w); - if (!(w = get_word(&c))) goto err; -- if (strlen(w) != 1 || w[0] < '0' || w[0] > '2') goto err_f; -+ if (strlen(w) != 1 || w[0] < '0' || w[0] > '3') goto err_f; - ts->mode = w[0] - '0'; - mem_free(w); - if (!(w = get_word(&c))) goto err; diff --git a/www/elinks/files/patch-ab b/www/elinks/files/patch-ab deleted file mode 100644 index 9e15593d726f..000000000000 --- a/www/elinks/files/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ ---- kbd.c.orig Tue Jun 27 19:19:48 2000 -+++ kbd.c Tue Sep 5 09:36:31 2000 -@@ -479,10 +479,10 @@ - case 'B': ev.x = KBD_DOWN; break; - case 'C': ev.x = KBD_RIGHT; break; - case 'D': ev.x = KBD_LEFT; break; -- case 'F': -- case 'e': ev.x = KBD_END; break; -- case 'H': -- case 0: ev.x = KBD_HOME; break; -+ case 'I': ev.x = KBD_PAGE_UP; break; -+ case 'G': ev.x = KBD_PAGE_DOWN; break; -+ case 'F': ev.x = KBD_END; break; -+ case 'H': ev.x = KBD_HOME; break; - case 'z': switch (v) { - case 247: ev.x = KBD_INS; break; - case 214: ev.x = KBD_HOME; break; diff --git a/www/elinks/pkg-comment b/www/elinks/pkg-comment deleted file mode 100644 index c02d23d5888f..000000000000 --- a/www/elinks/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Lynx-like text WWW browser diff --git a/www/elinks/pkg-descr b/www/elinks/pkg-descr deleted file mode 100644 index 0a03e6e67397..000000000000 --- a/www/elinks/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -Lynx-like text WWW browser with many features like displaying tables, -menus, etc. - -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 diff --git a/www/elinks/pkg-plist b/www/elinks/pkg-plist deleted file mode 100644 index 191550099363..000000000000 --- a/www/elinks/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/links |