diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-04-02 23:11:11 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-04-02 23:11:11 +0000 |
commit | 528851127a1ec984b4d28105f1c26b702d193cd9 (patch) | |
tree | 132c1c2e4a6787656294c8e7d7f86a31327df250 /www/linemode | |
parent | cb34b54f3ec5e36aaa9fe2dcb1c072d438a7895d (diff) | |
download | ports-528851127a1ec984b4d28105f1c26b702d193cd9.tar.gz ports-528851127a1ec984b4d28105f1c26b702d193cd9.zip |
Remove this outdated port. The linemode browser is now part of the
www/libwww package.
PR: 36652
Submitted by: Tilman Linneweh <tilman@arved.de>
Notes
Notes:
svn path=/head/; revision=57243
Diffstat (limited to 'www/linemode')
-rw-r--r-- | www/linemode/Makefile | 27 | ||||
-rw-r--r-- | www/linemode/distinfo | 2 | ||||
-rw-r--r-- | www/linemode/files/patch-aa | 35 | ||||
-rw-r--r-- | www/linemode/files/patch-ab | 18 | ||||
-rw-r--r-- | www/linemode/pkg-comment | 1 | ||||
-rw-r--r-- | www/linemode/pkg-descr | 24 | ||||
-rw-r--r-- | www/linemode/pkg-plist | 1 |
7 files changed, 0 insertions, 108 deletions
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 |