summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-12-01 22:05:32 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-12-01 22:05:32 +0000
commit56c910342c12fbe0302a6249c181782be07ce562 (patch)
treed0df29dd4cc02f063169116c29501dedd76d5fcb /www
parentwndex moved from sbin to bin, where it belongs (diff)
Arena - experimental HTML 3 browser, supports math and style sheets
Notes
Notes: svn path=/head/; revision=2510
Diffstat (limited to 'www')
-rw-r--r--www/arena/Makefile28
-rw-r--r--www/arena/distinfo1
-rw-r--r--www/arena/pkg-comment1
-rw-r--r--www/arena/pkg-descr7
-rw-r--r--www/arena/pkg-plist2
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