summaryrefslogtreecommitdiff
path: root/www/arena
diff options
context:
space:
mode:
authortv <tv>1998-07-15 01:01:35 +0000
committertv <tv>1998-07-15 01:01:35 +0000
commitd5ecd251cc42e40753a340699173a57e49be1184 (patch)
treef423268d318a83f14723d42d48e7f1ad47aeedee /www/arena
parentb3f981f1c3a0ea5d0aabe58297398d1c15ce6297 (diff)
downloadpkgsrc-d5ecd251cc42e40753a340699173a57e49be1184.tar.gz
Import of FreeBSD's arena pkg. Patches to follow.
Diffstat (limited to 'www/arena')
-rw-r--r--www/arena/Makefile35
-rw-r--r--www/arena/files/md51
-rw-r--r--www/arena/patches/patch-aa29
-rw-r--r--www/arena/patches/patch-ac29
-rw-r--r--www/arena/patches/patch-ae12
-rw-r--r--www/arena/pkg/COMMENT1
-rw-r--r--www/arena/pkg/DESCR7
-rw-r--r--www/arena/pkg/PLIST1
8 files changed, 115 insertions, 0 deletions
diff --git a/www/arena/Makefile b/www/arena/Makefile
new file mode 100644
index 00000000000..d2f7d5a4315
--- /dev/null
+++ b/www/arena/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: arena
+# Version required: i18n beta-3b
+# Date created: Dec 1 1995
+# Whom: ache
+#
+# $Id: Makefile,v 1.1.1.1 1998/07/15 01:01:35 tv Exp $
+#
+
+DISTNAME= arena-CJK-beta3a
+PKGNAME= arena-i18n-beta3b
+CATEGORIES= www
+MASTER_SITES= ftp://ftp-eu.w3.org/pub/Arena/beta-3/
+
+MAINTAINER= ache@FreeBSD.ORG
+
+LIB_DEPENDS+= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png
+
+BROKEN= png upgrade
+
+WRKSRC= ${WRKDIR}/WWW
+
+do-build:
+ cd ${WRKSRC}/Library/freebsd; ${MAKE}
+ cd ${WRKSRC}/Arena/freebsd; \
+ ${MAKE} PREFIX=${PREFIX} LFLAGS=-L${PREFIX}/lib \
+ XLIBDIR=${X11BASE}/lib \
+ JPEGDIR=${WRKSRC} PNGDIR=${WRKSRC} ZLIBDIR=${WRKSRC} \
+ JPEGLIB=-ljpeg PNGLIB=-lpng ZLIB=-lz
+
+do-install:
+ cd ${WRKSRC}/Arena/freebsd; \
+ ${INSTALL} -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} -s arena ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/www/arena/files/md5 b/www/arena/files/md5
new file mode 100644
index 00000000000..867f1e54575
--- /dev/null
+++ b/www/arena/files/md5
@@ -0,0 +1 @@
+MD5 (arena-CJK-beta3a.tar.gz) = 9d9c5b45ac56bfa55ba6016cca03eb18
diff --git a/www/arena/patches/patch-aa b/www/arena/patches/patch-aa
new file mode 100644
index 00000000000..2eb52fe737e
--- /dev/null
+++ b/www/arena/patches/patch-aa
@@ -0,0 +1,29 @@
+*** Arena/freebsd/Makefile.orig Thu Apr 25 06:39:15 1996
+--- Arena/freebsd/Makefile Sat Nov 16 04:46:01 1996
+***************
+*** 8,19 ****
+ ASIS_MACH = hardware/os
+
+
+! CFLAGS = -DDEBUG -D__BSD__ -I/usr/X11/include \
+ -DCALL_CLIENT_BUG \
+ -DCLONE -DFIND -DJPEG \
+! -O -g -fwritable-strings -DI18N -DSTYLE_BACKGROUND -DSTYLE_COLOR
+ LFLAGS =
+! CC = gcc
+
+ # Directory for installed binary:
+ BINDIR = /usr/local/bin
+--- 8,19 ----
+ ASIS_MACH = hardware/os
+
+
+! CFLAGS+= -DDEBUG -D__BSD__ -I${X11BASE}/include -I${PREFIX}/include \
+ -DCALL_CLIENT_BUG \
+ -DCLONE -DFIND -DJPEG \
+! -fwritable-strings -DI18N -DSTYLE_BACKGROUND -DSTYLE_COLOR
+ LFLAGS =
+! #CC = gcc
+
+ # Directory for installed binary:
+ BINDIR = /usr/local/bin
diff --git a/www/arena/patches/patch-ac b/www/arena/patches/patch-ac
new file mode 100644
index 00000000000..0079bbe2977
--- /dev/null
+++ b/www/arena/patches/patch-ac
@@ -0,0 +1,29 @@
+*** Library/freebsd/Makefile.bak Thu Apr 25 05:56:24 1996
+--- Library/freebsd/Makefile Sat Nov 16 04:34:05 1996
+***************
+*** 8,19 ****
+ ASIS_MACH = hardware/os
+
+
+! CFLAGS = -DDEBUG -D__BSD__ -I/usr/X11/include \
+ -DCALL_CLIENT_BUG \
+ -DCLONE -DFIND -DJPEG \
+! -O -g -fwritable-strings -DI18N -DSTYLE_BACKGROUND -DSTYLE_COLOR
+ LFLAGS =
+! CC = gcc
+
+ # Directory for installed binary:
+ BINDIR = /usr/local/bin
+--- 8,19 ----
+ ASIS_MACH = hardware/os
+
+
+! CFLAGS+= -DDEBUG -D__BSD__ -I${X11BASE}/include \
+ -DCALL_CLIENT_BUG \
+ -DCLONE -DFIND -DJPEG \
+! -fwritable-strings -DI18N -DSTYLE_BACKGROUND -DSTYLE_COLOR
+ LFLAGS =
+! #CC = gcc
+
+ # Directory for installed binary:
+ BINDIR = /usr/local/bin
diff --git a/www/arena/patches/patch-ae b/www/arena/patches/patch-ae
new file mode 100644
index 00000000000..a6b215204ee
--- /dev/null
+++ b/www/arena/patches/patch-ae
@@ -0,0 +1,12 @@
+--- ./Arena/Implementation/icon.c.org Thu Mar 21 07:28:53 1996
++++ ./Arena/Implementation/icon.c Tue Apr 30 00:22:54 1996
+@@ -46,7 +46,9 @@
+ #if defined __QNX__ || (defined(sco) && !defined(sco_os5))
+ #define index strchr
+ #else
++#if !defined(index)
+ extern char *index();
++#endif
+ #endif
+
+ static char basis_64[] =
diff --git a/www/arena/pkg/COMMENT b/www/arena/pkg/COMMENT
new file mode 100644
index 00000000000..b862ff270d0
--- /dev/null
+++ b/www/arena/pkg/COMMENT
@@ -0,0 +1 @@
+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 00000000000..1ce114e00e7
--- /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 00000000000..6771154b96d
--- /dev/null
+++ b/www/arena/pkg/PLIST
@@ -0,0 +1 @@
+bin/arena