1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
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
accessibility
arabic
archivers - Fix USE_PYTHON 2014-03-15 17:43:25 +00:00
astro
audio
benchmarks
biology
cad
chinese
comms
converters
databases - Update to version 3.8.4.1 [1] 2014-03-15 18:07:47 +00:00
deskutils
devel - Update to 0.5.1 2014-03-15 23:18:33 +00:00
dns
editors
emulators
finance
french
ftp Enable ProFTPD module ports to use own version strings 2014-03-15 16:53:03 +00:00
games - Use USE_CXXSTD=c++11 instead of USE_CXXSTD=gnu++11 and 2014-03-15 21:55:14 +00:00
german
graphics - Add imageworsener 1.2.0 2014-03-15 18:48:53 +00:00
hebrew
hungarian
irc Update to 16.0. 2014-03-15 21:05:38 +00:00
japanese
java
Keywords
korean
lang Update to SWI Prolog 6.6.2 2014-03-15 18:34:09 +00:00
mail - remove bogus '\' 2014-03-15 16:47:53 +00:00
math Update to 2.1.3: bug fixes, new and updated translations 2014-03-15 19:47:35 +00:00
misc - Use USES=tar:tgz 2014-03-15 18:40:26 +00:00
Mk
multimedia
net - Use USES=tar:tgz 2014-03-15 18:41:24 +00:00
net-im
net-mgmt Update to 4.0.4. 2014-03-15 19:53:01 +00:00
net-p2p - Convert USE_GMAKE/BZIP2 to USES 2014-03-15 16:39:46 +00:00
news
palm
polish
ports-mgmt - Update to 1.2.7 2014-03-15 23:41:54 +00:00
portuguese
print
russian
science
security ProFTPD module mod_clamav 2014-03-15 16:54:09 +00:00
shells
sysutils - Update to 1.5.3 2014-03-15 22:05:26 +00:00
Templates
textproc Add new Ada port: textproc/xml_ez_out 2014-03-15 23:43:32 +00:00
Tools
ukrainian
vietnamese
www - Use the more common libpng instead of libmng. 2014-03-15 17:52:53 +00:00
x11
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits - Convert USE_GMAKE/BZIP2 to USES 2014-03-15 16:32:41 +00:00
x11-wm - Fixes resourceleak in i3bar and memoryleak in i3 2014-03-15 20:20:58 +00:00
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED
README
UIDs
UPDATING

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	http://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):


	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.