diff options
author | ache <ache@FreeBSD.org> | 1995-12-02 06:05:32 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-12-02 06:05:32 +0800 |
commit | e1f296cdd7ca3ab2cf0a67ee60849410f223fb68 (patch) | |
tree | 96b07352d33b41e32cb746d49203d11db946a9f0 /www | |
parent | 2cfeb88d6a312aa847ad74d6f5961992dc8e9bf1 (diff) | |
download | freebsd-ports-gnome-e1f296cdd7ca3ab2cf0a67ee60849410f223fb68.tar.gz freebsd-ports-gnome-e1f296cdd7ca3ab2cf0a67ee60849410f223fb68.tar.zst freebsd-ports-gnome-e1f296cdd7ca3ab2cf0a67ee60849410f223fb68.zip |
Arena - experimental HTML 3 browser, supports math and style sheets
Diffstat (limited to 'www')
-rw-r--r-- | www/arena/Makefile | 28 | ||||
-rw-r--r-- | www/arena/distinfo | 1 | ||||
-rw-r--r-- | www/arena/pkg-comment | 1 | ||||
-rw-r--r-- | www/arena/pkg-descr | 7 | ||||
-rw-r--r-- | www/arena/pkg-plist | 2 |
5 files changed, 39 insertions, 0 deletions
diff --git a/www/arena/Makefile b/www/arena/Makefile new file mode 100644 index 000000000000..2d6929f519d5 --- /dev/null +++ b/www/arena/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: arena +# Version required: 0.97g +# Date created: Dec 1 1995 +# Whom: ache +# +# $Id: Makefile,v 1.9 1995/11/27 04:10:27 asami Exp $ +# + +DISTNAME= arena-0.97g +CATEGORIES+= www x11 +MASTER_SITES= ftp://ftp.w3.org/pub/arena/ +DISTFILES= arena-freebsd2.gz +EXTRACT_CMD= gunzip +EXTRACT_BEFORE_ARGS= < +EXTRACT_AFTER_ARGS= > arena +NO_BUILD= yes +NO_CONFIGURE= yes +NO_PATCH= yes + +MAINTAINER= ache@FreeBSD.ORG + +NO_WRKSUBDIR= yes + +do-install: + cd ${WRKDIR}; \ + ${INSTALL} -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} -s arena ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/www/arena/distinfo b/www/arena/distinfo new file mode 100644 index 000000000000..ce633c55cb74 --- /dev/null +++ b/www/arena/distinfo @@ -0,0 +1 @@ +MD5 (arena-freebsd2.gz) = 07f01e31afb77dca8385017437acdf8c diff --git a/www/arena/pkg-comment b/www/arena/pkg-comment new file mode 100644 index 000000000000..61856b47586f --- /dev/null +++ b/www/arena/pkg-comment @@ -0,0 +1 @@ +Arena - experimental HTML 3 browser, supports math and style sheets diff --git a/www/arena/pkg-descr b/www/arena/pkg-descr new file mode 100644 index 000000000000..1ce114e00e78 --- /dev/null +++ b/www/arena/pkg-descr @@ -0,0 +1,7 @@ +Arena's primary purpose is to be a testbed for new features of the +web. In the past, we have implemented HTML3 features including tables +and math. Currently, style sheets are in focus along with new graphics +formats such as PNG. Also, Arena is a testing tool for the W3C +Reference Library. The library provides a common platform which +will ensure future compatibility on the web. If you are a +browser vendor, it will save you time. diff --git a/www/arena/pkg-plist b/www/arena/pkg-plist new file mode 100644 index 000000000000..c3cb08ea5f62 --- /dev/null +++ b/www/arena/pkg-plist @@ -0,0 +1,2 @@ +@cwd /usr/local +bin/arena |