diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-17 05:58:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-17 05:58:41 +0000 |
commit | 53b913b49202f3473deb9d95f8b9c45b9efbed24 (patch) | |
tree | dec5e4969e1e337189887c43c5936fa792c6ac63 /www/linemode | |
parent | c8142a61f7ec7f79039ed1cb290880e859135da4 (diff) | |
download | ports-53b913b49202f3473deb9d95f8b9c45b9efbed24.tar.gz ports-53b913b49202f3473deb9d95f8b9c45b9efbed24.zip |
Notes
Diffstat (limited to 'www/linemode')
-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 |