summaryrefslogtreecommitdiff
path: root/www/elinks-devel
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-01-11 03:36:37 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-01-11 03:36:37 +0000
commit063a7320a5a3ea1283ce834279da94de254ca086 (patch)
treee090321ec48959d5bafb3960fe3ada1f8dd37f7a /www/elinks-devel
parentUpdate to 0.19.0 (diff)
screwed this up; i will re-port another time
Notes
Notes: svn path=/head/; revision=72873
Diffstat (limited to 'www/elinks-devel')
-rw-r--r--www/elinks-devel/Makefile23
-rw-r--r--www/elinks-devel/distinfo2
-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-descr19
-rw-r--r--www/elinks-devel/pkg-plist1
7 files changed, 0 insertions, 71 deletions
diff --git a/www/elinks-devel/Makefile b/www/elinks-devel/Makefile
deleted file mode 100644
index 0463a10f1387..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= elinks
-PORTVERSION= 0.3.2
-CATEGORIES= www
-MASTER_SITES= http://elinks.or.cz/download/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
-
-MAINTAINER= jharris@widomaker.com
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --program-prefix=e
-USE_GMAKE= yes
-USE_BZIP2= yes
-
-MAN1= elinks.1
-
-.include <bsd.port.mk>
diff --git a/www/elinks-devel/distinfo b/www/elinks-devel/distinfo
deleted file mode 100644
index 8f70b4fbf919..000000000000
--- a/www/elinks-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (elinks-0.3.2.tar.bz2) = 30e9012d5c9b0c0948f6212537da288c
-MD5 (elinks-0.3.2.tar.bz2.asc) = eaeb77ed86bbfa353b6c067c1ad6b39b
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 ffc54e36bfe4..000000000000
--- a/www/elinks-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Elinks - links text WWW browser with enhancements
diff --git a/www/elinks-devel/pkg-descr b/www/elinks-devel/pkg-descr
deleted file mode 100644
index 2fa1ba857035..000000000000
--- a/www/elinks-devel/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-elinks is the links text WWW browser with many bugfixes and enhancements.
-
-So far elinks adds the following to links:
-
- many bugfixes
- new translations and some updates of the original ones
- some very minor features not worth mentioning here
- code cleanup
- lua support (from links-lua project)
- HTTP referrer support
- updated manpage
- --help lists all options now
- cookie expiration and saving/loading from disk
- ability to modify user-agent string
- unhistory
- support for editing textareas in external editor
- ability to switch off document-specific colors
-
-WWW: http://elinks.or.cz/
diff --git a/www/elinks-devel/pkg-plist b/www/elinks-devel/pkg-plist
deleted file mode 100644
index 73918fdc397d..000000000000
--- a/www/elinks-devel/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/elinks