freebsd-ports/devel/xxl/pkg-descr
Marcelo Araujo 6208182dfa - Update MASTER_SITES.
- Add LICENSE.
- Add MAKE_JOBS_SAFE.
- Add regression-test.

PR:		ports/172503
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Reviewed by:	myself
2012-12-13 11:53:08 +00:00

11 lines
560 B
Text

XXL is a library for C and C++ that provides exception handling and asset
management. Asset management is integrated with the exception handling
mechanism such that assets may be automatically cleaned up if an exception
is thrown, which allows for much simplified program structure with respect
to error handling.
By allowing XXL to track assets and using its exception handling features,
the programmer no longer has to check error conditions on every function
call and cleanup the assets on failure because XXL does the work.
WWW: http://www.zork.org/xxl/