1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Dmitry Marakasov 30bf2a4a63 RapidXml is an attempt to create the fastest XML parser possible,
while retaining useability, portability and reasonable W3C
compatibility. It is an in-situ parser written in modern C++, with
parsing speed approaching that of strlen function executed on the
same data.

RapidXml has been around since 2006, and is being used by lots of
people. HTC uses it in some of its mobile phones.

If you are looking for a stable and fast parser, look no further.
Integration with your project will be trivial, because entire library
is contained in a single header file, and requires no building or
configuration.

WWW: http://rapidxml.sourceforge.net/
2014-05-13 23:01:26 +00:00
accessibility
arabic
archivers
astro
audio
benchmarks
biology
cad
chinese
comms
converters
databases - Stage. 2014-05-13 22:30:06 +00:00
deskutils
devel Stagify 2014-05-13 22:48:45 +00:00
dns
editors Add staging support. 2014-05-13 21:00:40 +00:00
emulators Update emulators/i386-wine-devel to 1.7.18. 2014-05-13 19:47:43 +00:00
finance
french Chase the upgrade of Code_Aster ans stagify. 2014-05-13 21:49:55 +00:00
ftp
games - Fix STAGEDIR, add USES desthack, change MAKE_ARGS 2014-05-13 21:31:41 +00:00
german Fix stagification 2014-05-13 21:13:31 +00:00
graphics
hebrew
hungarian
irc - Stage. 2014-05-13 20:42:02 +00:00
japanese Fix stagification 2014-05-13 21:13:31 +00:00
java Add staging support. 2014-05-13 19:39:45 +00:00
Keywords
korean
lang lang/gcc-aux: Bring in latest diffs-* 2014-05-13 21:19:35 +00:00
mail
math 1- Upgrade to 4.10.0: this version is required by french/aster; 2014-05-13 21:45:49 +00:00
misc Update to tzdata2014c 2014-05-13 21:19:21 +00:00
Mk
multimedia
net Fix for stagify. 2014-05-13 20:57:32 +00:00
net-im
net-mgmt
net-p2p
news - Update to 2.19 2014-05-13 16:41:50 +00:00
palm
polish Fix stagification 2014-05-13 21:13:31 +00:00
ports-mgmt
portuguese Fix stagification 2014-05-13 21:13:31 +00:00
print
russian
science Deprecate ports BROKEN for more than 6 months 2014-05-13 16:59:52 +00:00
security Formally create the /var/run/fail2ban directory 2014-05-13 18:30:23 +00:00
shells
sysutils
Templates
textproc RapidXml is an attempt to create the fastest XML parser possible, 2014-05-13 23:01:26 +00:00
Tools
ukrainian
vietnamese
www Convert to staging. 2014-05-13 19:22:52 +00:00
x11
x11-clocks
x11-drivers
x11-fm
x11-fonts Fix X Font Service Protocol and Font metadata file handling vulnabilities 2014-05-13 16:32:45 +00:00
x11-servers
x11-themes
x11-toolkits
x11-wm
.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.