diff options
author | asami <asami@FreeBSD.org> | 1995-04-17 13:58:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-17 13:58:41 +0800 |
commit | f967e239428a7351afa78c5800ab7f63e8095e27 (patch) | |
tree | c033c960ab0a18c4e71929f86e4ab2f57e3ec303 | |
parent | 18274429529e573054f9007ad0adcc44115feadf (diff) | |
download | freebsd-ports-gnome-f967e239428a7351afa78c5800ab7f63e8095e27.tar.gz freebsd-ports-gnome-f967e239428a7351afa78c5800ab7f63e8095e27.tar.zst freebsd-ports-gnome-f967e239428a7351afa78c5800ab7f63e8095e27.zip |
Linemode http browser, 3.0. You can use it on a dumb terminal too!
Submitted by: NIIMI Satoshi <sa2c@st.rim.or.jp>
-rw-r--r-- | www/linemode/Makefile | 22 | ||||
-rw-r--r-- | www/linemode/distinfo | 2 | ||||
-rw-r--r-- | www/linemode/pkg-comment | 1 | ||||
-rw-r--r-- | www/linemode/pkg-descr | 24 | ||||
-rw-r--r-- | www/linemode/pkg-plist | 3 |
5 files changed, 52 insertions, 0 deletions
diff --git a/www/linemode/Makefile b/www/linemode/Makefile new file mode 100644 index 000000000000..202d2eeace1c --- /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 <sa2c@and.or.jp> +# +# $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 <bsd.port.mk> diff --git a/www/linemode/distinfo b/www/linemode/distinfo new file mode 100644 index 000000000000..db2393f59b97 --- /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 000000000000..962780d80f5f --- /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 000000000000..e7ffcdbe0a3d --- /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 000000000000..6ee151e8f2fb --- /dev/null +++ b/www/linemode/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/local +@mode 755 +bin/www |