Port details |
- cas C++ Application Server
- 3.8.0 www =0 3.5.6_3Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2011-12-25 19:26:10
- Last Update: 2024-10-18 20:03:30
- Commit Hash: 71caea3
- Also Listed In: devel
- License: BSD3CLAUSE
- WWW:
- https://github.com/CommunicoPublic/cas
- Description:
- CAS is a fast, powerful, and extensible HTTP and XML/JSON/BSON-RPC
application server, written in C++.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/cas/ && make install clean
- To add the package, run one of these commands:
- pkg install www/cas
- pkg install cas
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cas
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1467392942
SHA256 (CommunicoPublic-cas-3.8.0-4fbf8e3_GH0.tar.gz) = 2d2feaa0cd54c129138bcdcdc70b4b1ab0b16270287bc8b029ad1b91c2d5e369
SIZE (CommunicoPublic-cas-3.8.0-4fbf8e3_GH0.tar.gz) = 179314
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- apxs : www/apache24
- Runtime dependencies:
-
- apxs : www/apache24
- Library dependencies:
-
- libctpp2.so : textproc/ctpp2
- libexpat.so : textproc/expat2
- libpcre.so : devel/pcre
- libcurl.so : ftp/curl
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cas-3.8.0:
APACHE=on: Apache server support
EXAMPLES=on: Build and/or install examples
XMLRPC=on: Build cURL-based XMLRPC client
===> Use 'make config' to modify these settings
- Options name:
- www_cas
- USES:
- cmake:insource iconv ssl apache
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.8.0 18 Oct 2024 20:03:30 |
Alexey Dokuchaev (danfe) |
www/cas: resurrect^Wreadd the port and update to latest version
- Unbreak and update to version 3.8.0 (fetched from GitHub)
- Drop the options which did not pull additional dependencies
and simply controlled what would be packaged (this is what
subpackages are for)
- Amend the port description based on the debian/control file |
3.5.6_3 02 Sep 2014 10:47:10 |
bapt |
Remove non staged ports without pending PR from www |
3.5.6_3 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
3.5.6_3 02 Jul 2014 17:17:21 |
bapt |
Second batch at resetting maintainership on ports that have not been staged and
without any pending PR
With hat: portmgr |
3.5.6_3 18 May 2014 15:36:38 |
antoine |
Mark BROKEN: Fails to build
/usr/bin/c++ -Dcas_EXPORTS -Wall -pedantic -Wno-long-long -Winline
-finline-functions -Wno-inline --param large-function-growth=7000 --param
inline-unit-growth=200 --param max-inline-insns-single=15000 -O3 -funroll-loops
-O2 -pipe -fno-strict-aliasing -fPIC
-I/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/include -I/usr/local/include
-I/usr/local/include/ctpp2 -I/usr/local/include/apr-1 -I/usr/local/include/db48
-I/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/SAPI/Apache2
-I/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/SAPI/util
-I/usr/local/include/apache22 -o CMakeFiles/cas.dir/src/ASXMLRPCClient.cpp.o -c
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp: In function
'void CAS::DumpXMPRPCData(const CTPP::CDT&, CTPP::OutputCollector*)':
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:193: error:
'ConstIterator' is not a member of 'CTPP::CDT'
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:193: error:
expected `;' before 'itHash'
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:194: error:
'itHash' was not declared in this scope
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp: In constructor
'CAS::ASXMLRPCClient::ASXMLRPCClient(const std::string&, UINT_32, UINT_32,
UINT_32, const CTPP::CDT&, const std::string&)':
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:303: error:
'ConstIterator' is not a member of 'CTPP::CDT'
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:303: error:
expected `;' before 'itoHeaders'
/wrkdirs/usr/ports/www/cas/work/cas-3.5.6/src/ASXMLRPCClient.cpp:304: error:
'itoHeaders' was not declared in this scope
*** [CMakeFiles/cas.dir/src/ASXMLRPCClient.cpp.o] Error code 1
With hat: portmgr |
3.5.6_3 13 Dec 2013 11:27:38 |
bapt |
Remove no-op WITHOUT_NLS |
3.5.6_3 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
3.5.6_2 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
14 Aug 2013 22:35:54
|
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.5.6_2 11 Jul 2013 16:26:27 |
sunpoet |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
3.5.6_1 03 Jun 2013 08:41:07 |
rm |
- update to 2.8.3
- pass maintainership to submitter because of continuing timeouts
- chase the update in dependend ports
PR: 178717
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
Approved by: maintainer timeout (17 days) |
3.5.6 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
3.5.6 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
3.5.6 21 Feb 2013 17:46:03 |
pawel |
Update to version 3.5.6
PR: ports/175451
Submitted by: Alexander Lunkov <lunkov@gmail.com> (maintainer) |
10 Dec 2012 19:11:12
|
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
3.5.5_1 01 Oct 2012 18:35:12 |
rm |
- update to 2.8.2
- optionify the port
- chase the update in dependend ports:
- textproc/py-pyctpp2
- www/cas
while here:
- trim Makefile header
- tab -> space change in pkg-descr:WWW
PR: 170610
Submitted by: Veniamin Gvozdikov <g.veniamin at googlemail dot com>
Approved by: maintainer timeout (> 1 month) |
3.5.5 22 Sep 2012 21:15:51 |
ohauer |
- USE_APACHE= s/22+/22/
- adopt new Makefile header
Port build fails on local exp-run with apache24 with
error: 'conn_rec' has no member named 'remote_ip'
or various other apache22 specific functions/parameters
with hat apache@ |
3.5.5 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
3.5.5 22 Jun 2012 05:09:56 |
rm |
- update to 3.5.5
PR: 168849
Submitted by: Veniamin Gvozdikov <g.veniamin at googlemail dot com>
Approved by: maintainer timeout (2 weeks) |
3.5.3 01 Jan 2012 16:47:41 |
ohauer |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
3.5.3 25 Dec 2011 19:25:29 |
eadler |
C++ Application Server, version 2
WWW: http://ctpp.havoc.ru/
PR: ports/162880
Submitted by: Alexander Lunkov <lunkov@gmail.com> |