Chimera client from Jean-Marc Zucconi

Submitted by:	jmz
This commit is contained in:
Jordan K. Hubbard 1994-10-20 01:55:54 +00:00
parent 3e790a10b5
commit eb9442ea80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248
11 changed files with 115 additions and 0 deletions

9
www/chimera/Makefile Normal file
View File

@ -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>

View File

@ -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. */

1
www/chimera/pkg-comment Normal file
View File

@ -0,0 +1 @@
chimera - X/Athena World-Wide Web Client. Version 1.60

3
www/chimera/pkg-descr Normal file
View File

@ -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.

23
www/chimera/pkg-plist Normal file
View File

@ -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

15
www/chimera/scripts/configure vendored Normal file
View File

@ -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;

9
www/chimera2/Makefile Normal file
View File

@ -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>

View File

@ -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. */

1
www/chimera2/pkg-comment Normal file
View File

@ -0,0 +1 @@
chimera - X/Athena World-Wide Web Client. Version 1.60

3
www/chimera2/pkg-descr Normal file
View File

@ -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.

23
www/chimera2/pkg-plist Normal file
View File

@ -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