mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Server-side extension to HTML.
PR: 3702 Submitted by: Trefor S. <trefor@flevel.co.uk>
This commit is contained in:
parent
d13e692b7f
commit
6854fd7cf6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6752
16
www/fxhtml/Makefile
Normal file
16
www/fxhtml/Makefile
Normal file
@ -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>
|
1
www/fxhtml/distinfo
Normal file
1
www/fxhtml/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (fxhtml-freebsd-1.6.7.tar.gz) = 08f47d87df9c411917f555b754bb1fdc
|
1
www/fxhtml/pkg-comment
Normal file
1
www/fxhtml/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Server side extension to HTML which eliminates the need for CGI scripts.
|
24
www/fxhtml/pkg-descr
Normal file
24
www/fxhtml/pkg-descr
Normal file
@ -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.
|
||||
|
2
www/fxhtml/pkg-plist
Normal file
2
www/fxhtml/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
www/data/demo.fx
|
||||
www/cgi-bin/fxhtml
|
Loading…
Reference in New Issue
Block a user