aboutsummaryrefslogtreecommitdiff
path: root/www/elinks-devel
diff options
context:
space:
mode:
Diffstat (limited to 'www/elinks-devel')
-rw-r--r--www/elinks-devel/Makefile23
-rw-r--r--www/elinks-devel/distinfo1
-rw-r--r--www/elinks-devel/files/patch-ab14
-rw-r--r--www/elinks-devel/files/patch-default.c11
-rw-r--r--www/elinks-devel/pkg-comment1
-rw-r--r--www/elinks-devel/pkg-descr23
-rw-r--r--www/elinks-devel/pkg-plist1
7 files changed, 0 insertions, 74 deletions
diff --git a/www/elinks-devel/Makefile b/www/elinks-devel/Makefile
deleted file mode 100644
index cbc8945a7d08..000000000000
--- a/www/elinks-devel/Makefile
+++ /dev/null
@@ -1,23 +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.96
-PORTEPOCH= 1
-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/ \
- http://links.sourceforge.net/download/
-
-MAINTAINER= demon@FreeBSD.org
-
-GNU_CONFIGURE= yes
-
-MAN1= links.1
-
-.include <bsd.port.mk>
diff --git a/www/elinks-devel/distinfo b/www/elinks-devel/distinfo
deleted file mode 100644
index b4bfd04cf030..000000000000
--- a/www/elinks-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (links-0.96.tar.gz) = 1c3502f3a3a5b79312cd296fb3d60544
diff --git a/www/elinks-devel/files/patch-ab b/www/elinks-devel/files/patch-ab
deleted file mode 100644
index c977c5f01f78..000000000000
--- a/www/elinks-devel/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-devel/files/patch-default.c b/www/elinks-devel/files/patch-default.c
deleted file mode 100644
index f525fdc05692..000000000000
--- a/www/elinks-devel/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-devel/pkg-comment b/www/elinks-devel/pkg-comment
deleted file mode 100644
index c02d23d5888f..000000000000
--- a/www/elinks-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Lynx-like text WWW browser
diff --git a/www/elinks-devel/pkg-descr b/www/elinks-devel/pkg-descr
deleted file mode 100644
index 0a03e6e67397..000000000000
--- a/www/elinks-devel/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-devel/pkg-plist b/www/elinks-devel/pkg-plist
deleted file mode 100644
index 191550099363..000000000000
--- a/www/elinks-devel/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/links