diff options
Diffstat (limited to 'www/elinks')
-rw-r--r-- | www/elinks/Makefile | 22 | ||||
-rw-r--r-- | www/elinks/distinfo | 1 | ||||
-rw-r--r-- | www/elinks/files/patch-ab | 14 | ||||
-rw-r--r-- | www/elinks/files/patch-default.c | 11 | ||||
-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, 73 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile deleted file mode 100644 index c63e0c2ad21f..000000000000 --- a/www/elinks/Makefile +++ /dev/null @@ -1,22 +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.95 -PORTREVISION= 2 -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= demon@FreeBSD.org - -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 d30a429dd139..000000000000 --- a/www/elinks/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (links-0.95.tar.gz) = fcc0a036f68d76350d2723f5bb7f1a84 diff --git a/www/elinks/files/patch-ab b/www/elinks/files/patch-ab deleted file mode 100644 index c977c5f01f78..000000000000 --- a/www/elinks/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- kbd.c.orig Thu Jan 11 13:26:36 2001 -+++ kbd.c Thu Jan 11 13:28:37 2001 -@@ -479,9 +479,9 @@ - case 'B': ev.x = KBD_DOWN; break; - case 'C': ev.x = KBD_RIGHT; break; - case 'D': ev.x = KBD_LEFT; break; -- case 'F': -+ case 'F': ev.x = KBD_END; break; - case 'e': ev.x = KBD_END; break; -- case 'H': -+ case 'H': ev.x = KBD_HOME; break; - case 0: ev.x = KBD_HOME; break; - case 'I': ev.x = KBD_PAGE_UP; break; - case 'G': ev.x = KBD_PAGE_DOWN; break; diff --git a/www/elinks/files/patch-default.c b/www/elinks/files/patch-default.c deleted file mode 100644 index f525fdc05692..000000000000 --- a/www/elinks/files/patch-default.c +++ /dev/null @@ -1,11 +0,0 @@ ---- default.c.orig Sun Dec 31 14:26:52 2000 -+++ default.c Tue Mar 20 09:32:18 2001 -@@ -265,7 +265,7 @@ - get_system_name(); - links_home = get_home(&first_use); - if (!links_home) { -- fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n\007"); -+ fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n"); - sleep(3); - return; - } 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 |