forked from Lainports/freebsd-ports
AWS is a complete framework to develop web based applications. The main part of the framework is the embedded web server. This small yet powerful web server can be embedded into your application so your application will be able to talk with a standard web browser such as Microsoft Internet Explorer or Netscape Communicator. Around this web server, a lot of services have been developed. The framework includes: * seb parameters module * session server * SOAP support * WSDL generation from Ada * template parser * AJAX support * HTTPS/SSL support * large server support * virtual hosting support * server push * directory browser * status page * log module * hotplug module * light communications API * configuration API * client API * web page service * SMTP support * LDAP support * Jabber support WWW: http://libre.adacore.com/libre/tools/aws/ PR: ports/153828 Submitted by: John Marino <freebsdml@marino.st>
18 lines
717 B
Text
18 lines
717 B
Text
--- templates_parser/docs/makefile.orig 2010-12-21 00:47:27.000000000 +0100
|
|
+++ templates_parser/docs/makefile 2010-12-21 00:49:10.000000000 +0100
|
|
@@ -50,7 +50,7 @@
|
|
GFLAGS = -I../src -I../include
|
|
|
|
DOCS = templates_parser.info templates_parser.html \
|
|
- templates_parser.txt templates_parser.pdf
|
|
+ templates_parser.txt
|
|
|
|
APIFILES = ../src/templates_parser.ads.texi \
|
|
../src/templates_parser-debug.ads.texi \
|
|
@@ -146,5 +146,5 @@
|
|
*.aux *.cp* *.fn *.ky *.pg *.toc *.tp *.vr *.dvi *.log \
|
|
*.exe templates_parser*.ads.texi ada.sed \
|
|
templates_parser.tar.gz
|
|
- -rm -f templates_parser.html templates_parser.pdf \
|
|
+ -rm -f templates_parser.html \
|
|
templates_parser.info* templates_parser.txt
|