From 6854fd7cf66c6eddef20a0e088fa0363f4a1de41 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 4 Jun 1997 07:04:27 +0000 Subject: Server-side extension to HTML. PR: 3702 Submitted by: Trefor S. --- www/fxhtml/Makefile | 16 ++++++++++++++++ www/fxhtml/distinfo | 1 + www/fxhtml/pkg-comment | 1 + www/fxhtml/pkg-descr | 24 ++++++++++++++++++++++++ www/fxhtml/pkg-plist | 2 ++ 5 files changed, 44 insertions(+) create mode 100644 www/fxhtml/Makefile create mode 100644 www/fxhtml/distinfo create mode 100644 www/fxhtml/pkg-comment create mode 100644 www/fxhtml/pkg-descr create mode 100644 www/fxhtml/pkg-plist (limited to 'www') diff --git a/www/fxhtml/Makefile b/www/fxhtml/Makefile new file mode 100644 index 000000000000..1e5490f946ab --- /dev/null +++ b/www/fxhtml/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: fxhtml +# Version required: 1.6.7 +# Date created: 21 August 1994 +# Whom: Trefor S. +# +# $Id$ +# + +DISTNAME= fxhtml-freebsd-1.6.7 +PKGNAME= fxhtml-1.6.7 +CATEGORIES= www +MASTER_SITES= ftp://ftp.flevel.co.uk/pub/fxhtml/ + +MAINTAINER= fxhtml@flevel.co.uk + +.include diff --git a/www/fxhtml/distinfo b/www/fxhtml/distinfo new file mode 100644 index 000000000000..e1b589eeb52e --- /dev/null +++ b/www/fxhtml/distinfo @@ -0,0 +1 @@ +MD5 (fxhtml-freebsd-1.6.7.tar.gz) = 08f47d87df9c411917f555b754bb1fdc diff --git a/www/fxhtml/pkg-comment b/www/fxhtml/pkg-comment new file mode 100644 index 000000000000..d33968630504 --- /dev/null +++ b/www/fxhtml/pkg-comment @@ -0,0 +1 @@ +Server side extension to HTML which eliminates the need for CGI scripts. diff --git a/www/fxhtml/pkg-descr b/www/fxhtml/pkg-descr new file mode 100644 index 000000000000..68a7fca58410 --- /dev/null +++ b/www/fxhtml/pkg-descr @@ -0,0 +1,24 @@ +FxHTML adds an additional layer of extremely powerful HTML commands to +your web server. + +HTML Has the following features:- + + + Automatic session/context handling + + Method POST & Method GET automatically handled + + Choice of Content Types (HTML,TEXT,...) + + Floating point expression handling + + Text handling including search and replace, splitting, substrings and arrays. + + Variable subsitution + + Disk based variable handling + + Procedure calls including recursion capabilities + + Looping constructs + + Database handling including searching facilities and form generation + + Email handling + + File handling + + Interface to shell commands + + Bitmap handling and GIF generation + + Full error tracking system with formatted HTML output + + Common interface to handle files, sockets, devices and pipes. (*) + +See http://www.cybercities.net/fxhtml for more details. + diff --git a/www/fxhtml/pkg-plist b/www/fxhtml/pkg-plist new file mode 100644 index 000000000000..5e4401702c5e --- /dev/null +++ b/www/fxhtml/pkg-plist @@ -0,0 +1,2 @@ +www/data/demo.fx +www/cgi-bin/fxhtml -- cgit v1.2.3