summaryrefslogtreecommitdiff
path: root/www/vrweb
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-11-17 06:31:01 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-11-17 06:31:01 +0000
commit5c8496e834bc7be9f5016f37b3cc8b6675a67a74 (patch)
tree5b6435b0e187425e3d962c2581779604dfb757b8 /www/vrweb
parentFix md5. The distfile must have changed again, since the md5 was (diff)
A VRML browser.
PR: 3997 Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
Notes
Notes: svn path=/head/; revision=8675
Diffstat (limited to 'www/vrweb')
-rw-r--r--www/vrweb/Makefile39
-rw-r--r--www/vrweb/distinfo2
-rw-r--r--www/vrweb/files/patch-aa14
-rw-r--r--www/vrweb/files/patch-ab12
-rw-r--r--www/vrweb/pkg-comment1
-rw-r--r--www/vrweb/pkg-descr17
-rw-r--r--www/vrweb/pkg-plist28
7 files changed, 113 insertions, 0 deletions
diff --git a/www/vrweb/Makefile b/www/vrweb/Makefile
new file mode 100644
index 000000000000..6312c08ea069
--- /dev/null
+++ b/www/vrweb/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: vrweb
+# Version required: 1.5
+# Date created: 20 June 1997
+# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= vrweb-1.5
+CATEGORIES= www
+MASTER_SITES= http://sunsite.unc.edu/pub/packages/infosystems/WWW/VRML/VRweb/UNIX/vrweb-1.5/
+DISTFILES= vrweb-src-1.5.tar.gz help-1.5.tar.gz
+
+MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
+
+USE_GMAKE= yes
+USE_X11= yes
+
+do-configure:
+ (cd ${WRKSRC}; \
+ ln -s `which ${GMAKE}` ${WRKSRC}/config/scripts/make; \
+ ${WRKSRC}/makeall -r; \
+ ${WRKSRC}/makeall -m; )
+
+do-build:
+ (cd ${WRKSRC}; \
+ ${WRKSRC}/makeall -i; )
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/installed/harmony/bin/FREEBSD/vrweb-mesa \
+ ${PREFIX}/bin/vrweb
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/vrweb
+ ${CP} -R ${WRKDIR}/help/* ${PREFIX}/share/doc/vrweb
+ ${MKDIR} ${PREFIX}/share/doc/vrweb/icons
+ ${CP} ${WRKDIR}/icons/* ${PREFIX}/share/doc/vrweb/icons
+.endif
+
+.include <bsd.port.mk>
diff --git a/www/vrweb/distinfo b/www/vrweb/distinfo
new file mode 100644
index 000000000000..b0ecca84363a
--- /dev/null
+++ b/www/vrweb/distinfo
@@ -0,0 +1,2 @@
+MD5 (vrweb-src-1.5.tar.gz) = 48c9867d538bda770a288834bb63e90d
+MD5 (help-1.5.tar.gz) = 658d46bc14a7178a61b81dd5e89b3505
diff --git a/www/vrweb/files/patch-aa b/www/vrweb/files/patch-aa
new file mode 100644
index 000000000000..89fa63bf6429
--- /dev/null
+++ b/www/vrweb/files/patch-aa
@@ -0,0 +1,14 @@
+*** src/common/utils/unixsocket.C.orig Mon Jun 23 02:12:28 1997
+--- src/common/utils/unixsocket.C Mon Jun 23 02:17:04 1997
+***************
+*** 67,72 ****
+--- 67,75 ----
+ #if defined(BSDI)
+ # define DONT_HAVE_SENDFD
+ #endif
++ #if defined(FreeBSD)
++ # define DONT_HAVE_SENDFD
++ #endif
+
+ #if ! (defined HAVE_SENDFD || defined DONT_HAVE_SENDFD)
+ #error SEND_FD
diff --git a/www/vrweb/files/patch-ab b/www/vrweb/files/patch-ab
new file mode 100644
index 000000000000..b7557a7ea16c
--- /dev/null
+++ b/www/vrweb/files/patch-ab
@@ -0,0 +1,12 @@
+*** src/common/OS/directory.C.orig Mon Jun 23 02:29:52 1997
+--- src/common/OS/directory.C Mon Jun 23 02:31:27 1997
+***************
+*** 32,37 ****
+--- 32,38 ----
+ * includes <sys/dir.h>, which is silly because <sys/dir.h>
+ * needs <sys/types.h>.
+ */
++ #include <machine/types.h>
+ #include "types.h"
+ #ifdef apollo
+ #include <sys/dir.h>
diff --git a/www/vrweb/pkg-comment b/www/vrweb/pkg-comment
new file mode 100644
index 000000000000..917a59c426f4
--- /dev/null
+++ b/www/vrweb/pkg-comment
@@ -0,0 +1 @@
+a browser for a VRML 1.0 format file
diff --git a/www/vrweb/pkg-descr b/www/vrweb/pkg-descr
new file mode 100644
index 000000000000..2417e2451d4b
--- /dev/null
+++ b/www/vrweb/pkg-descr
@@ -0,0 +1,17 @@
+VRweb is a browser for VRML 1.0.
+
+VRweb homepage is:
+ http://www.iicm.edu/vrweb/
+
+VRML sample files in:
+ http://www.iicm.edu/vrml
+
+You need texture files for some samples. Get
+http://www.iicm.edu/0x811b9908_0x002e3f24
+http://www.iicm.edu/0x811b9908_0x002e3c4a
+
+and untar them in your directory.
+
+tar xzvf 0x811b9908_0x002e3f24
+tar xzvf 0x811b9908_0x002e3c4a
+
diff --git a/www/vrweb/pkg-plist b/www/vrweb/pkg-plist
new file mode 100644
index 000000000000..669ff28d7855
--- /dev/null
+++ b/www/vrweb/pkg-plist
@@ -0,0 +1,28 @@
+bin/vrweb
+share/doc/vrweb/README-help
+share/doc/vrweb/anchors.html
+share/doc/vrweb/basics.html
+share/doc/vrweb/custom.html
+share/doc/vrweb/display.html
+share/doc/vrweb/edit.html
+share/doc/vrweb/editdlg.html
+share/doc/vrweb/icons/harmonylogo.tif
+share/doc/vrweb/icons/harmonymask.xbm
+share/doc/vrweb/icons/hyperg.tif
+share/doc/vrweb/icons/hyperg_mask.xbm
+share/doc/vrweb/install.html
+share/doc/vrweb/keybd.html
+share/doc/vrweb/keybd1c.html
+share/doc/vrweb/mouse.html
+share/doc/vrweb/navigate/index.html
+share/doc/vrweb/navigate/modes.html
+share/doc/vrweb/statline.gif
+share/doc/vrweb/toolbar.gif
+share/doc/vrweb/vrweb.gif
+share/doc/vrweb/vrwebbg.gif
+share/doc/vrweb/vrwebhlp.html
+share/doc/vrweb/vrwebsmall.gif
+share/doc/vrweb/whatsnew.html
+@dirrm share/doc/vrweb/icons
+@dirrm share/doc/vrweb/navigate
+@dirrm share/doc/vrweb