diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-20 01:55:54 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-20 01:55:54 +0000 |
commit | eb9442ea80ffa1c361aae62b1223a2b92847c1e9 (patch) | |
tree | f8fc546bc9456eff3fb0f584b46f63a2d09982f0 /www/chimera2 | |
parent | 3e790a10b5986696d132230c686648f335f94f60 (diff) | |
download | ports-eb9442ea80ffa1c361aae62b1223a2b92847c1e9.tar.gz ports-eb9442ea80ffa1c361aae62b1223a2b92847c1e9.zip |
Chimera client from Jean-Marc Zucconi
Submitted by: jmz
Notes
Notes:
svn path=/head/; revision=248
Diffstat (limited to 'www/chimera2')
-rw-r--r-- | www/chimera2/Makefile | 9 | ||||
-rw-r--r-- | www/chimera2/files/patch-aa | 14 | ||||
-rw-r--r-- | www/chimera2/pkg-comment | 1 | ||||
-rw-r--r-- | www/chimera2/pkg-descr | 3 | ||||
-rw-r--r-- | www/chimera2/pkg-plist | 23 |
5 files changed, 50 insertions, 0 deletions
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 |