aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-04-02 23:11:11 +0000
committerPatrick Li <pat@FreeBSD.org>2002-04-02 23:11:11 +0000
commit528851127a1ec984b4d28105f1c26b702d193cd9 (patch)
tree132c1c2e4a6787656294c8e7d7f86a31327df250
parentcb34b54f3ec5e36aaa9fe2dcb1c072d438a7895d (diff)
downloadports-528851127a1ec984b4d28105f1c26b702d193cd9.tar.gz
ports-528851127a1ec984b4d28105f1c26b702d193cd9.zip
Notes
-rw-r--r--www/Makefile1
-rw-r--r--www/linemode/Makefile27
-rw-r--r--www/linemode/distinfo2
-rw-r--r--www/linemode/files/patch-aa35
-rw-r--r--www/linemode/files/patch-ab18
-rw-r--r--www/linemode/pkg-comment1
-rw-r--r--www/linemode/pkg-descr24
-rw-r--r--www/linemode/pkg-plist1
8 files changed, 0 insertions, 109 deletions
diff --git a/www/Makefile b/www/Makefile
index c3dd2466d70f..38b311020f6f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -120,7 +120,6 @@
SUBDIR += libwww
SUBDIR += libxpg4-ns
SUBDIR += linbot
- SUBDIR += linemode
SUBDIR += links
SUBDIR += linux-flashplugin
SUBDIR += linux-lesstif-ns
diff --git a/www/linemode/Makefile b/www/linemode/Makefile
deleted file mode 100644
index d5589c52a75a..000000000000
--- a/www/linemode/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: linemode
-# Whom: NIIMI Satoshi <sa2c@and.or.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= linemode
-PORTVERSION= 4.0D
-CATEGORIES= www
-MASTER_SITES= ftp://ftp.w3.org/pub/linemode/old/ \
- ftp://ftp.w3.org/pub/libwww/old/ \
- ftp://ftp-eu.w3.org/pub/linemode/old/ \
- ftp://ftp-eu.w3.org/pub/libwww/old/
-DISTFILES= w3c-libwww-${PORTVERSION}.tar.gz \
- www_${PORTVERSION}_src.tar.gz
-
-MAINTAINER= ports@FreeBSD.org
-
-WRKSRC= ${WRKDIR}/WWW
-
-do-build:
- cd ${WRKSRC}; ./BUILD linemode
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/LineMode/freebsd/www ${PREFIX}/bin/
-
-.include <bsd.port.mk>
diff --git a/www/linemode/distinfo b/www/linemode/distinfo
deleted file mode 100644
index fafacb980aaf..000000000000
--- a/www/linemode/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (w3c-libwww-4.0D.tar.gz) = ac5a02be08b0b618d506bca35bc8d060
-MD5 (www_4.0D_src.tar.gz) = 8cc325c3b8e8b6bf4df1ddd734b6771e
diff --git a/www/linemode/files/patch-aa b/www/linemode/files/patch-aa
deleted file mode 100644
index 798184d1e1c8..000000000000
--- a/www/linemode/files/patch-aa
+++ /dev/null
@@ -1,35 +0,0 @@
---- ./Library/Implementation/HTString.c.orig Sun Mar 31 18:52:30 2002
-+++ ./Library/Implementation/HTString.c Sun Mar 31 18:53:07 2002
-@@ -62,32 +62,6 @@
- }
-
-
--/*
--** strcasestr(s1,s2) -- like strstr(s1,s2) but case-insensitive.
--*/
--PUBLIC char * strcasestr (char * s1, char * s2)
--{
-- char * ptr = s1;
--
-- if (!s1 || !s2 || !*s2) return s1;
--
-- while (*ptr) {
-- if (TOUPPER(*ptr) == TOUPPER(*s2)) {
-- char * cur1 = ptr + 1;
-- char * cur2 = s2 + 1;
-- while (*cur1 && *cur2 && TOUPPER(*cur1) == TOUPPER(*cur2)) {
-- cur1++;
-- cur2++;
-- }
-- if (!*cur2) return ptr;
-- }
-- ptr++;
-- }
-- return NULL;
--}
--
--
--
- /* Allocate a new copy of a string, and returns it
- */
- PUBLIC char * HTSACopy (char ** dest, CONST char * src)
diff --git a/www/linemode/files/patch-ab b/www/linemode/files/patch-ab
deleted file mode 100644
index 80b5a48b73a4..000000000000
--- a/www/linemode/files/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./Library/Implementation/HTString.h.orig Sun Mar 31 18:52:36 2002
-+++ ./Library/Implementation/HTString.h Sun Mar 31 18:52:50 2002
-@@ -61,14 +61,6 @@
- */
- extern char * HTStrMatch (CONST char * tmpl, CONST char * name);
- extern char * HTStrCaseMatch (CONST char * tmpl, CONST char * name);
--/*
--
--Case-insensitive strstr
--
-- This works like strstr() but is not case-sensitive.
--
-- */
--extern char * strcasestr (char * s1, char * s2);
- /*
-
- Strip white space off a string
-
diff --git a/www/linemode/pkg-comment b/www/linemode/pkg-comment
deleted file mode 100644
index bae906bd7809..000000000000
--- a/www/linemode/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-WWW LineMode Browser from the W3 Consortium (W3C)
diff --git a/www/linemode/pkg-descr b/www/linemode/pkg-descr
deleted file mode 100644
index ed917948eb50..000000000000
--- a/www/linemode/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-
- WELCOME TO THE WORLD-WIDE WEB LINE MODE BROWSER
- ===============================================
-
-(c) COPYRIGHT CERN 1994.
-Please first read the full copyright statement in the file COPYRIGHT.
-
-The CERN Line Mode Browser is a character based World-Wide Web
-Browser. It is developed for use on dumb terminals and as a test tool
-for the CERN Common Code Library. It can be run in interactive mode,
-non- interactive mode and as a proxy client. Furthermore it gives a
-variety of possibilities for data format conversion, filtering etc. It
-is primarily intended as a test-tool for quick access to the Web or
-used in batch jobs.
-
-For more information on the Line Mode Browser, please look at the page
-
-WWW: http://info.cern.ch/hypertext/WWW/LineMode/Status.html
-
-Have fun!
-
---
-
-www-bug@info.cern.ch, November 1994
diff --git a/www/linemode/pkg-plist b/www/linemode/pkg-plist
deleted file mode 100644
index 74517fdeb16a..000000000000
--- a/www/linemode/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/www