1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/www/cppcms/pkg-descr
Sunpoet Po-Chuan Hsieh 4d1346e9ee Update to 1.2.1
- Simplify MASTER_SITES
- Fix LICENSE: it's MIT since 1.2
- Pet portlint: move BROKEN_* upward
- Sort USES
- Convert to options helper
- Use CMAKE_BOOL
- Silence patch messages
- Do not silence installation messages
- Update pkg-descr
- Take maintainership

Changes:	http://cppcms.com/wikipp/en/page/releases_1x
2018-05-19 11:06:25 +00:00

10 lines
476 B
Plaintext

CppCMS is a free high performance web development framework (not a CMS) aimed at
rapid web application development. It differs from most other web development
frameworks like: Python Django, Java Servlets in the following ways:
- It is designed and tuned to handle extremely high loads.
- It uses modern C++ as the primary development language in order to achieve the
first goal.
- It is designed for developing both Web Sites and Web Services.
WWW: http://www.cppcms.com/