freebsd-ports/textproc/xml_ez_out/pkg-plist
John Marino 1afb9da9ce Add new Ada port: textproc/xml_ez_out
XML EZ_Out is a small set of packages intended to aid the creation of
XML-formatted output from within Ada programs.  It basically wraps the
tags and data provided to it with XML syntax and writes them to a
user-supplied medium.

This medium can be any sort of writable entity, such as a file, a
memory buffer, or even a communications link, such as a socket.  The
only functionality required of the medium is that it supply a
meaningful "Put" (for writing a string) and "New_Line" procedure.

WWW: http://www.mckae.com/xmlEz.html
2014-03-15 23:43:32 +00:00

20 lines
755 B
Text

include/xml_ez_out/mckae-xml-ez_out-generic_medium.adb
include/xml_ez_out/mckae-xml-ez_out-generic_medium.ads
include/xml_ez_out/mckae-xml-ez_out-string_stream.adb
include/xml_ez_out/mckae-xml-ez_out-string_stream.ads
include/xml_ez_out/mckae-xml-ez_out-text_file.ads
include/xml_ez_out/mckae-xml-ez_out.ads
include/xml_ez_out/mckae-xml.ads
include/xml_ez_out/mckae.ads
lib/gnat/xml_ez_out.gpr
lib/xml_ez_out/libxml_ez_out.a
lib/xml_ez_out/mckae-xml-ez_out-generic_medium.ali
lib/xml_ez_out/mckae-xml-ez_out-string_stream.ali
lib/xml_ez_out/mckae-xml-ez_out-text_file.ali
lib/xml_ez_out/mckae-xml-ez_out.ali
lib/xml_ez_out/mckae-xml.ali
lib/xml_ez_out/mckae.ali
lib/xml_ez_out/tmeztf.ali
@dirrm lib/xml_ez_out
@dirrmtry lib/gnat
@dirrm include/xml_ez_out