This website requires JavaScript.
Explore
Help
Register
Sign in
kpriv
/
freebsd-ports
Watch
1
Star
0
Fork
You've already forked freebsd-ports
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
84f5c1a7de
freebsd-ports
/
devel
/
xxl
/
pkg-plist
6 lines
71 B
Text
Raw
Normal View
History
Unescape
Escape
New port - devel/xxl 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. PR: 56128 Submitted by: Robert Schlotterbeck <rws@suki.rs.tarrant.tx.us>
2003-08-29 13:50:08 +02:00
include/xxl.h
lib/libxxl.a
Use libtool port instead of included version to avoid objformat a.out botch
2007-02-01 03:42:05 +01:00
lib/libxxl.la
New port - devel/xxl 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. PR: 56128 Submitted by: Robert Schlotterbeck <rws@suki.rs.tarrant.tx.us>
2003-08-29 13:50:08 +02:00
lib/libxxl.so
- Update to 1.0.1 PR: ports/99416 Submitted by: miwi Approved by: markus (co mentor), maintainer timeout
2006-07-19 09:21:13 +02:00
lib/libxxl.so.2
Reference in a new issue
Copy permalink