summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz>2006-12-16 11:26:03 +0000
committerwiz <wiz>2006-12-16 11:26:03 +0000
commitfa947fb211efb1fb2874b9eb53ddf6e5cab759f4 (patch)
tree42e2b7f03f2af310b0bde5babebe53dd7e4e25d2 /www
parentf0c520d7e235dd5c1f626560b53211b6db674d61 (diff)
downloadpkgsrc-fa947fb211efb1fb2874b9eb53ddf6e5cab759f4.tar.gz
Remove elinks04 package for ancient elinks version.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile3
-rw-r--r--www/elinks04/DESCR5
-rw-r--r--www/elinks04/Makefile22
-rw-r--r--www/elinks04/PLIST5
-rw-r--r--www/elinks04/distinfo9
-rw-r--r--www/elinks04/patches/patch-aa22
-rw-r--r--www/elinks04/patches/patch-ab15
-rw-r--r--www/elinks04/patches/patch-ac13
-rw-r--r--www/elinks04/patches/patch-ad40
9 files changed, 1 insertions, 133 deletions
diff --git a/www/Makefile b/www/Makefile
index c3682b46f69..e7ba9a66174 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.490 2006/12/08 23:32:34 xtraeme Exp $
+# $NetBSD: Makefile,v 1.491 2006/12/16 11:26:03 wiz Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -91,7 +91,6 @@ SUBDIR+= drivel
SUBDIR+= drraw
SUBDIR+= drupal
SUBDIR+= elinks
-SUBDIR+= elinks04
SUBDIR+= emacs-w3m
SUBDIR+= epiphany
SUBDIR+= epiphany-extensions
diff --git a/www/elinks04/DESCR b/www/elinks04/DESCR
deleted file mode 100644
index 6ed21d49350..00000000000
--- a/www/elinks04/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-ELinks is an advanced and well-established text-mode web (HTTP/FTP/..) browser
-with a wide range of additional features and extensibility by the possibility
-to plug in own scripts in Lua language. This project aims to provide
-feature-rich version of Links, with more open patches/features inclusion
-policy. This OpenSource project is covered by the GNU General Public License.
diff --git a/www/elinks04/Makefile b/www/elinks04/Makefile
deleted file mode 100644
index 6493fee19f4..00000000000
--- a/www/elinks04/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2006/12/06 21:15:34 reed Exp $
-
-DISTNAME= elinks-0.4.3
-PKGREVISION= 3
-CATEGORIES= www
-MASTER_SITES= http://elinks.or.cz/download/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://elinks.or.cz/
-COMMENT= Extended/Enhanced Links
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --without-x
-SKIP_PORTABILITY_CHECK= yes # The offending code is commented out.
-
-.include "../../archivers/bzip2/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../lang/lua4/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/elinks04/PLIST b/www/elinks04/PLIST
deleted file mode 100644
index 386fd4a2efd..00000000000
--- a/www/elinks04/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/22 11:09:54 recht Exp $
-bin/elinks
-man/man1/elinks.1
-man/man5/elinks.conf.5
-man/man5/elinkskeys.5
diff --git a/www/elinks04/distinfo b/www/elinks04/distinfo
deleted file mode 100644
index 14a001a02c5..00000000000
--- a/www/elinks04/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.3 2006/01/08 19:21:18 joerg Exp $
-
-SHA1 (elinks-0.4.3.tar.bz2) = 714fceaf57327849cdb3986ca937018624af6b5e
-RMD160 (elinks-0.4.3.tar.bz2) = ccf4df27dfab136b69d2f1c29c32cc7df59fa241
-Size (elinks-0.4.3.tar.bz2) = 767828 bytes
-SHA1 (patch-aa) = 848266272ba4a4dfb6490b3c701ee20575121cb0
-SHA1 (patch-ab) = afa6a0000e8fbe2d33669c9b34a3f157c087b42c
-SHA1 (patch-ac) = b0041facbc15997bf272ada854ddfea94ef8158f
-SHA1 (patch-ad) = fd973e1306ab1264b09312b57577963a86aa2c13
diff --git a/www/elinks04/patches/patch-aa b/www/elinks04/patches/patch-aa
deleted file mode 100644
index 46caf955585..00000000000
--- a/www/elinks04/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/01/22 11:09:54 recht Exp $
-
---- configure.orig 2003-12-13 18:28:39.000000000 -0800
-+++ configure 2003-12-13 18:30:09.000000000 -0800
-@@ -4262,7 +4262,7 @@
- if test "$xyz_piggyswitch" = "cow"; then
- LIBS="-llua40 -llualib40 -lm $LIBS_X"
- else
-- LIBS="-llua -llualib -lm $LIBS_X"
-+ LIBS="-llua4 -llualib4 -lm $LIBS_X"
- fi
-
- if test ! -z "$luadir"; then
-@@ -4280,7 +4280,7 @@
- cat > conftest.$ac_ext <<EOF
- #line 4282 "configure"
- #include "confdefs.h"
--#include <lua.h>
-+#include <lua4.h>
- int main() {
- lua_open(0)
- ; return 0; }
diff --git a/www/elinks04/patches/patch-ab b/www/elinks04/patches/patch-ab
deleted file mode 100644
index c0a6f0ccf89..00000000000
--- a/www/elinks04/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/01/22 11:09:54 recht Exp $
-
---- src/lua/core.c.orig
-+++ src/lua/core.c
-@@ -15,8 +15,8 @@
- #include <unistd.h>
- #endif
-
--#include <lua.h>
--#include <lualib.h>
-+#include <lua4.h>
-+#include <lualib4.h>
-
- #include "elinks.h"
-
diff --git a/www/elinks04/patches/patch-ac b/www/elinks04/patches/patch-ac
deleted file mode 100644
index f03ab3562f9..00000000000
--- a/www/elinks04/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2004/01/22 11:09:54 recht Exp $
-
---- src/lua/core.h.orig
-+++ src/lua/core.h
-@@ -5,7 +5,7 @@
-
- #ifdef HAVE_LUA
-
--#include <lua.h> /* This is standart include. */
-+#include <lua4.h> /* This is standart include. */
- #include "document/session.h"
-
- extern lua_State *lua_state;
diff --git a/www/elinks04/patches/patch-ad b/www/elinks04/patches/patch-ad
deleted file mode 100644
index a8a276ddc35..00000000000
--- a/www/elinks04/patches/patch-ad
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/01/08 19:21:18 joerg Exp $
-
---- src/config/kbdbind.c.orig 2003-06-06 23:13:25.000000000 +0000
-+++ src/config/kbdbind.c
-@@ -216,7 +216,7 @@ struct strtonum {
- };
-
- static long
--strtonum(struct strtonum *table, char *str)
-+my_strtonum(struct strtonum *table, char *str)
- {
- struct strtonum *rec;
-
-@@ -263,7 +263,7 @@ static struct strtonum keymap_table[] =
- static int
- read_keymap(unsigned char *keymap)
- {
-- return strtonum(keymap_table, keymap);
-+ return my_strtonum(keymap_table, keymap);
- }
-
- unsigned char *
-@@ -306,7 +306,7 @@ static struct strtonum key_table[] = {
- long
- read_key(unsigned char *key)
- {
-- return (strlen(key) == 1) ? *key : strtonum(key_table, key);
-+ return (strlen(key) == 1) ? *key : my_strtonum(key_table, key);
- }
-
- static unsigned char *
-@@ -440,7 +440,7 @@ static struct strtonum action_table[] =
- static int
- read_action(unsigned char *action)
- {
-- return strtonum(action_table, action);
-+ return my_strtonum(action_table, action);
- }
-
- unsigned char *