diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-02-10 14:31:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-02-10 14:31:22 +0000 |
commit | 0c5625a7a0797cbf4033a7548ce99a3856ceda64 (patch) | |
tree | 99be85e197b2106015053ca92afa8b781262ce91 /devel/libpo6/pkg-descr | |
parent | e3076d0e12a97b2ca4c8e2fad9c96f118e13c91c (diff) | |
download | ports-0c5625a7a0797cbf4033a7548ce99a3856ceda64.tar.gz ports-0c5625a7a0797cbf4033a7548ce99a3856ceda64.zip |
Notes
Diffstat (limited to 'devel/libpo6/pkg-descr')
-rw-r--r-- | devel/libpo6/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/libpo6/pkg-descr b/devel/libpo6/pkg-descr new file mode 100644 index 000000000000..bba6eeac95ee --- /dev/null +++ b/devel/libpo6/pkg-descr @@ -0,0 +1,6 @@ +This is a library that includes all the code I tend to carry from project to +project for wrapping POSIX APIs for C++. Where possible, things are +implemented inline so that there is minimal to no cost above and beyond using +the good old C APIs. + +WWW: https://github.com/rescrv/po6 |