summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-20 01:55:54 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-20 01:55:54 +0000
commiteb9442ea80ffa1c361aae62b1223a2b92847c1e9 (patch)
treef8fc546bc9456eff3fb0f584b46f63a2d09982f0 /www
parentChanges from Jean-Marc Zucconi to obey PREFIX properly. (diff)
Chimera client from Jean-Marc Zucconi
Submitted by: jmz
Notes
Notes: svn path=/head/; revision=248
Diffstat (limited to 'www')
-rw-r--r--www/chimera/Makefile9
-rw-r--r--www/chimera/files/patch-aa14
-rw-r--r--www/chimera/pkg-comment1
-rw-r--r--www/chimera/pkg-descr3
-rw-r--r--www/chimera/pkg-plist23
-rw-r--r--www/chimera/scripts/configure15
-rw-r--r--www/chimera2/Makefile9
-rw-r--r--www/chimera2/files/patch-aa14
-rw-r--r--www/chimera2/pkg-comment1
-rw-r--r--www/chimera2/pkg-descr3
-rw-r--r--www/chimera2/pkg-plist23
11 files changed, 115 insertions, 0 deletions
diff --git a/www/chimera/Makefile b/www/chimera/Makefile
new file mode 100644
index 000000000000..362163e3ef18
--- /dev/null
+++ b/www/chimera/Makefile
@@ -0,0 +1,9 @@
+DISTNAME= chimera-1.60
+USE_IMAKE= yes
+MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/
+
+pre-install:
+ @mkdir -p ${PREFIX}/man/man1
+ @install -c -m 644 ${WRKSRC}/src/chimera.man ${PREFIX}/man/man1/chimera.1
+
+.include <bsd.port.mk>
diff --git a/www/chimera/files/patch-aa b/www/chimera/files/patch-aa
new file mode 100644
index 000000000000..fa72a559f000
--- /dev/null
+++ b/www/chimera/files/patch-aa
@@ -0,0 +1,14 @@
+*** libhtmlw/HTML-PSformat.c~ Wed Sep 14 19:53:22 1994
+--- libhtmlw/HTML-PSformat.c Tue Oct 18 14:41:47 1994
+***************
+*** 47,53 ****
+--- 47,55 ----
+ #include <stdio.h>
+ #include <ctype.h>
+ #include <math.h>
++ #ifndef __FreeBSD__
+ #include <malloc.h>
++ #endif
+ #include "HTMLP.h"
+
+ /* Fix thanks to robm. */
diff --git a/www/chimera/pkg-comment b/www/chimera/pkg-comment
new file mode 100644
index 000000000000..4017d90f8df3
--- /dev/null
+++ b/www/chimera/pkg-comment
@@ -0,0 +1 @@
+chimera - X/Athena World-Wide Web Client. Version 1.60
diff --git a/www/chimera/pkg-descr b/www/chimera/pkg-descr
new file mode 100644
index 000000000000..ea36f39fb360
--- /dev/null
+++ b/www/chimera/pkg-descr
@@ -0,0 +1,3 @@
+Chimera is a program which allows a user to access World-Wide Web servers
+and other information servers. It presents the user with a point-and-click
+graphical interface using the X Window System and the Athena Widgets.
diff --git a/www/chimera/pkg-plist b/www/chimera/pkg-plist
new file mode 100644
index 000000000000..36a35ce91a8e
--- /dev/null
+++ b/www/chimera/pkg-plist
@@ -0,0 +1,23 @@
+@cd /usr/local
+@owner bin
+@mode 755
+bin/chimera
+bin/giftrans
+@mode 444
+lib/convert
+lib/help.html
+lib/home.html
+lib/mailcap
+lib/mime.types
+lib/protocol
+lib/chimera/Chimera
+@mode 755
+lib/chimera/chimera-giftoppm
+lib/chimera/do3270
+lib/chimera/dotelnet
+lib/chimera/playaudio
+lib/chimera/pstopxm
+lib/chimera/textencode
+lib/chimera/wrapencode
+@mode 644
+man/man1/chimera.1
diff --git a/www/chimera/scripts/configure b/www/chimera/scripts/configure
new file mode 100644
index 000000000000..3791d59b0f3e
--- /dev/null
+++ b/www/chimera/scripts/configure
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+cd $WRKSRC || exit 1;
+
+cp options.h.dist options.h || exit 1;
+
+cp Common.tmpl.dist Common.tmpl || exit 1;
+cat >>Common.tmpl<<EOF || exit 1;
+CBINDIR = $PREFIX/bin
+CUTILDIR = $PREFIX/lib/chimera
+CLIBDIR = $PREFIX/lib
+CMANDIR = $PREFIX/man/man1
+XAPPLOADDIR = $PREFIX/lib/chimera
+EOF
+exit 0;
diff --git a/www/chimera2/Makefile b/www/chimera2/Makefile
new file mode 100644
index 000000000000..362163e3ef18
--- /dev/null
+++ b/www/chimera2/Makefile
@@ -0,0 +1,9 @@
+DISTNAME= chimera-1.60
+USE_IMAKE= yes
+MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/
+
+pre-install:
+ @mkdir -p ${PREFIX}/man/man1
+ @install -c -m 644 ${WRKSRC}/src/chimera.man ${PREFIX}/man/man1/chimera.1
+
+.include <bsd.port.mk>
diff --git a/www/chimera2/files/patch-aa b/www/chimera2/files/patch-aa
new file mode 100644
index 000000000000..fa72a559f000
--- /dev/null
+++ b/www/chimera2/files/patch-aa
@@ -0,0 +1,14 @@
+*** libhtmlw/HTML-PSformat.c~ Wed Sep 14 19:53:22 1994
+--- libhtmlw/HTML-PSformat.c Tue Oct 18 14:41:47 1994
+***************
+*** 47,53 ****
+--- 47,55 ----
+ #include <stdio.h>
+ #include <ctype.h>
+ #include <math.h>
++ #ifndef __FreeBSD__
+ #include <malloc.h>
++ #endif
+ #include "HTMLP.h"
+
+ /* Fix thanks to robm. */
diff --git a/www/chimera2/pkg-comment b/www/chimera2/pkg-comment
new file mode 100644
index 000000000000..4017d90f8df3
--- /dev/null
+++ b/www/chimera2/pkg-comment
@@ -0,0 +1 @@
+chimera - X/Athena World-Wide Web Client. Version 1.60
diff --git a/www/chimera2/pkg-descr b/www/chimera2/pkg-descr
new file mode 100644
index 000000000000..ea36f39fb360
--- /dev/null
+++ b/www/chimera2/pkg-descr
@@ -0,0 +1,3 @@
+Chimera is a program which allows a user to access World-Wide Web servers
+and other information servers. It presents the user with a point-and-click
+graphical interface using the X Window System and the Athena Widgets.
diff --git a/www/chimera2/pkg-plist b/www/chimera2/pkg-plist
new file mode 100644
index 000000000000..36a35ce91a8e
--- /dev/null
+++ b/www/chimera2/pkg-plist
@@ -0,0 +1,23 @@
+@cd /usr/local
+@owner bin
+@mode 755
+bin/chimera
+bin/giftrans
+@mode 444
+lib/convert
+lib/help.html
+lib/home.html
+lib/mailcap
+lib/mime.types
+lib/protocol
+lib/chimera/Chimera
+@mode 755
+lib/chimera/chimera-giftoppm
+lib/chimera/do3270
+lib/chimera/dotelnet
+lib/chimera/playaudio
+lib/chimera/pstopxm
+lib/chimera/textencode
+lib/chimera/wrapencode
+@mode 644
+man/man1/chimera.1