From f967e239428a7351afa78c5800ab7f63e8095e27 Mon Sep 17 00:00:00 2001 From: asami Date: Mon, 17 Apr 1995 05:58:41 +0000 Subject: Linemode http browser, 3.0. You can use it on a dumb terminal too! Submitted by: NIIMI Satoshi --- www/linemode/Makefile | 22 ++++++++++++++++++++++ www/linemode/distinfo | 2 ++ www/linemode/pkg-comment | 1 + www/linemode/pkg-descr | 24 ++++++++++++++++++++++++ www/linemode/pkg-plist | 3 +++ 5 files changed, 52 insertions(+) create mode 100644 www/linemode/Makefile create mode 100644 www/linemode/distinfo create mode 100644 www/linemode/pkg-comment create mode 100644 www/linemode/pkg-descr create mode 100644 www/linemode/pkg-plist (limited to 'www') diff --git a/www/linemode/Makefile b/www/linemode/Makefile new file mode 100644 index 0000000..202d2ee --- /dev/null +++ b/www/linemode/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: cern_linemode +# Version required: 3.0 / 3.0 +# Date created: 17 April 1995 +# Whom: NIIMI Satoshi +# +# $Id$ +# + +DISTNAME= WWW +PKGNAME= cern_linemode-3.0 +CATEGORIES+= networking +MASTER_SITES= ftp://ftp.w3.org/pub/www/src/ +# ^is this correct? +DISTFILES= WWWLineMode_3.0.tar.Z WWWLibrary_3.0.tar.Z + +PATCH_STRIP= -p1 + +install: build + install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${WRKSRC}/LineMode/unix/www ${PREFIX}/bin + +.include diff --git a/www/linemode/distinfo b/www/linemode/distinfo new file mode 100644 index 0000000..db2393f --- /dev/null +++ b/www/linemode/distinfo @@ -0,0 +1,2 @@ +MD5 (WWWLineMode_3.0.tar.Z) = c2e923e5c80c521525ecede6ca814b64 +MD5 (WWWLibrary_3.0.tar.Z) = 6febb252e71612ec539c79d5fe6e695a diff --git a/www/linemode/pkg-comment b/www/linemode/pkg-comment new file mode 100644 index 0000000..962780d --- /dev/null +++ b/www/linemode/pkg-comment @@ -0,0 +1 @@ +WWW LineMode Browser from Cern (version 3.0) diff --git a/www/linemode/pkg-descr b/www/linemode/pkg-descr new file mode 100644 index 0000000..e7ffcdb --- /dev/null +++ b/www/linemode/pkg-descr @@ -0,0 +1,24 @@ + + WELCOME TO THE WORLD-WIDE WEB LINE MODE BROWSER + =============================================== + +(c) COPYRIGHT CERN 1994. +Please first read the full copyright statement in the file COPYRIGH. + +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 + + 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 new file mode 100644 index 0000000..6ee151e --- /dev/null +++ b/www/linemode/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/local +@mode 755 +bin/www -- cgit v1.1