summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-04 07:04:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-04 07:04:27 +0000
commit6854fd7cf66c6eddef20a0e088fa0363f4a1de41 (patch)
treece2632a2d549b3edd70686441104e0c360b18e40 /www
parentMake suidperl install on 2.1.* (diff)
Server-side extension to HTML.
PR: 3702 Submitted by: Trefor S. <trefor@flevel.co.uk>
Notes
Notes: svn path=/head/; revision=6752
Diffstat (limited to 'www')
-rw-r--r--www/fxhtml/Makefile16
-rw-r--r--www/fxhtml/distinfo1
-rw-r--r--www/fxhtml/pkg-comment1
-rw-r--r--www/fxhtml/pkg-descr24
-rw-r--r--www/fxhtml/pkg-plist2
5 files changed, 44 insertions, 0 deletions
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. <trefor@flevel.co.uk>
+#
+# $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 <bsd.port.mk>
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