aboutsummaryrefslogtreecommitdiff
path: root/devel/cpp-netlib
Commit message (Collapse)AuthorAgeFilesLines
* - Build shared librariesRyan Steinmetz2015-11-142-4/+13
| | | | | | | | | | - Bump PORTREVISION PR: 204544 Requested by: pi@ Notes: svn path=/head/; revision=401582
* - Update to 0.11.2Ryan Steinmetz2015-09-252-4/+3
| | | | Notes: svn path=/head/; revision=397863
* - Add LICENSE_FILEDmitry Marakasov2015-09-181-7/+2
| | | | | | | | | - Drop 8.x support Approved by: portmgr blanket Notes: svn path=/head/; revision=397238
* - Require FreeBSD 9.x or higherRyan Steinmetz2015-05-141-1/+7
| | | | Notes: svn path=/head/; revision=386343
* - Fix style issuesRyan Steinmetz2015-05-141-9/+11
| | | | | | | - Disable examples to resolve build failure Notes: svn path=/head/; revision=386333
* Cleanup GH_*Mathieu Arnold2015-05-092-4/+4
| | | | | | | | Approved by: zi Sponsored by: Absolight Notes: svn path=/head/; revision=385892
* - New port: devel/cpp-netlib:Ryan Steinmetz2015-05-094-0/+267
cpp-netlib is a collection of network related routines/implementations geared towards providing a robust cross-platform networking library. cpp-netlib offers the following implementations: * Common Message Type -- A generic message type which can be used to encapsulate and store message related information, used by all network implementations as the primary means of data exchange. * Network protocol message parsers -- A collection of parsers which generate message objects from strings. * Adapters and Wrappers -- A collection of Adapters and wrappers aimed towards making the message type STL friendly. * Network protocol client and server implementations -- A collection of network protocol implementations that include embeddable client and server types. WWW: https://github.com/cpp-netlib/cpp-netlib/ Notes: svn path=/head/; revision=385861