Port details |
- poco C++ libraries with a network/internet focus
- 1.10.1 devel
=2 Version of this port present on the latest quarterly branch. - Maintainer: henry.hu.sh@gmail.com
 - Port Added: 2006-11-29 23:31:54
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- People watching this port, also watch:: slim, postfix, pgadmin3, telegram-desktop, doxygen
- Also Listed In: net
- License: BSL
- Description:
- The C++ Portable Components currently consist of four libraries.
The Foundation library contains a platform abstraction layer
(including classes for multithreading, file system access, logging,
etc.), as well as a large number of useful utility classes, such
various stream buffer and stream classes, URI handling, and many
more.
The Net library contains network classes (sockets, HTTP, etc.)
The XML library contains an XML parser with SAX2 and DOM interfaces,
as well as an XMLWriter.
The Util library contains classes for working with configuration
files and command line arguments, as well as various utility classes.
WWW: https://pocoproject.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/devel/poco/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/poco
- pkg install poco
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: poco
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1616964872
SHA256 (poco-1.10.1-all.tar.bz2) = 2cde4b50778013ab3b7a522aa59bccaa7e85a8ccfc654a354c4d9611b6ce1758
SIZE (poco-1.10.1-all.tar.bz2) = 5313561
- 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
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libpcre.so : devel/pcre
- libexpat.so : textproc/expat2
- libmysqlclient.so.20 : databases/mysql57-client
- libsqlite3.so : databases/sqlite3
- This port is required by:
- for Libraries
-
- graphics/osgearth
- multimedia/nymphcast
- multimedia/nymphcastlib
- multimedia/nymphrpc
- security/clamfs
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- ===> The following configuration options are available for poco-1.10.1:
MYSQL=on: MySQL database support
REDIS=on: Redis key-value store database support
SQLITE=on: SQLite database support
SSL=on: SSL protocol support
TEST=off: Build and/or run tests
====> ODBC database backend: you can only select none or one of them
IODBC=off: ODBC backend via iODBC
UNIXODBC=off: ODBC backend via unixODBC
===> Use 'make config' to modify these settings
- Options name:
- devel_poco
- USES:
- cmake compiler:c++14-lang cpe localbase pkgconfig tar:bz2 mysql sqlite ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:35 1.10.1 |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
29 Oct 2021 09:50:18 1.10.1 |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
08 Oct 2021 08:57:28 1.10.1 |
Bernhard Froehlich (decke)  |
devel/poco: Add CPE information
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 1.10.1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
29 Mar 2021 16:14:17
1.10.1 |
arrowd  |
devel/poco: Update to 1.10.1
PR: 254554
Reviewed by: daniel.engberg.lists@pyret.net
Approved by: Henry Hu <henry.hu.sh@gmail.com> |
26 Jul 2019 20:46:57
1.9.0_1 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
07 Apr 2019 20:14:01
1.9.0 |
yuri  |
devel/poco: Update 1.8.0.1 -> 1.9.0
Bump databases/clickhouse and graphics/osgearth.
PR: 236134
Submitted by: henry.hu.sh@gmail.com (maintainer) |
12 Dec 2018 01:35:36
1.8.0.1_2 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
29 Jul 2018 22:18:46
1.8.0.1_1 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
02 Jun 2018 19:40:59
1.8.0.1 |
linimon  |
Adjust USES to fix building on gcc-based archs (in particular, powerpc64).
On the clang architectures, these changes have no effect: the baser
compiler already includes the needed features.
While here, remove now-redundant CXXFLAGS statements and pet portlint
(no other content change).
Tested on both powerpc64 and amd64.
Approved by: portmgr (tier-2 blanket) |
04 Dec 2017 15:35:37
1.8.0.1 |
swills  |
devel/poco: update to 1.8.0.1
PR: 224062
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer) |
23 Jul 2017 17:21:38
1.7.8_1 |
riggs  |
Fix build / plist when SSL OPTION is not selected
PR: 219506
Submitted by: henry.hu.sh@gmail.com (maintainer)
MFH: 2017Q3 (ports-secteam build fix blanket) |
14 Mar 2017 10:34:48
1.7.8 |
jrm  |
devel/poco: Fix build when the TEST option is on by removing patches that
were first added to fix build on 9.x.
PR: 217714
Reported by: henry.hu.sh@gmail.com (maintainer)
Approved by: swills (mentor, implicit) |
12 Mar 2017 15:27:13
1.7.8 |
jrm  |
devel/poco: update to 1.7.8
Upstream release notes: https://pocoproject.org/blog/?p=1037
PR: 217714
Submitted by: henry.hu.sh@gmail.com (new maintainer)
Approved by: swills (mentor, implicit) |
15 Sep 2016 01:41:28
1.7.2 |
swills  |
Unmark broken on powerpc64
These ports built successfully |
21 Apr 2016 16:43:15
1.7.2 |
swills  |
many ports: mark broken on powerpc64 |
01 Apr 2016 14:00:57
1.7.2 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
23 Mar 2016 14:05:48
1.7.2 |
mat  |
Update to 1.7.2.
PR: 208206
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
15 Mar 2016 15:06:34
1.7.0 |
mat  |
Update to 1.7.0.
PR: 207987
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
25 Feb 2016 12:16:33
1.6.0 |
rakuco  |
Fix the build on 9.3-i386 by working around base GCC's limitations.
Add the "LL" suffix to constants that base GCC thinks are too big.
PR: 207486
MFH: 2016Q1 |
25 Feb 2016 12:14:01
1.6.0 |
rakuco  |
Set ALL_TARGET to poco.
The "all" target builds samples and tests regardless of whether they were
disabled in the configuration script (consequently not honoring the options set
in the port).
MFH: 2016Q1 |
25 Feb 2016 12:13:00
1.6.0 |
rakuco  |
Reassign wes@'s ports to the pool.
This commit bit was taken in for safekeeping in 2011 with r269228. For some
reason I don't understand there are commits from him in 2011 and 2012 after
that happened, but in any case his last commit was in mid-2012 and he isn't
active in Bugzilla. |
27 Jun 2015 14:21:12
1.6.0 |
amdmi3  |
- Mark BROKEN on 9.x i386:
src/StringTest.cpp:929: error: integer constant is too large for 'long' type
Submitted by: pkg-fallout
Approved by: portmgr blanket |
15 May 2015 19:11:43
1.6.0 |
brd  |
Update devel/poco to 1.6.0
PR: 198908
Submitted by: brd
Approved by: bdrewery (mentor), maintainer timeout |
27 Oct 2014 11:03:01
1.4.3 |
bapt  |
Cleanup plist |
20 Jun 2014 11:17:30
1.4.3 |
amdmi3  |
- Remove bogus include file to fix stage
Approved by: portmgr blanket |
07 Jun 2014 12:07:36
1.4.3 |
danfe  |
- Provide a more descriptive COMMENT (taken from the sf.net page)
- Do not abuse GNU_CONFIGURE knob for non-GNU, custom configure script
- Stagify; cleanup; define LICENSE (BSL); utilize OPTIONS helpers, etc.
(applicable to `devel/poco-ssl' port only) |
07 Jun 2014 09:25:59
1.4.3 |
danfe  |
Stagify; cleanup Makefile; define LICENSE (BSL); utilize OPTIONS helpers.
NB: New version 1.4.6p4 is available |
20 Sep 2013 17:13:47
1.4.3 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
02 Aug 2013 05:30:02
1.4.3 |
bapt  |
Fix build without gcc |
23 May 2013 02:27:22
1.4.3 |
jgh  |
- adoption of optionsNG
- trim historical headers
Approved by: portmgr (miwi) |
20 May 2012 09:01:06
1.4.3 |
pav  |
- Fix package by removing OS X specific items from pkg-plist
Reported by: pointyhat |
10 May 2012 18:49:27
1.4.3 |
wes  |
Register conflict with ssl/db version of Poco.
Provide config options to disable building test suites and samples. |
10 May 2012 16:44:30
1.4.3 |
wes  |
Update to Poco 1.4.3p1, fix plist. |
09 Aug 2011 18:16:06
1.4.1 |
wes  |
Re-take maintainership of Poco ports. |
23 Feb 2011 08:34:56
1.4.1 |
wen  |
- Update to 1.4.1 |
16 Feb 2011 03:46:50
1.3.6 |
tabthorpe  |
Reassign ports to the pool, thanks for your service, we hope to see you
back. |
04 Dec 2009 06:32:02
1.3.6 |
wes  |
Update to 1.3.6, fix broken plist. |
22 Aug 2009 00:18:43
1.3.3p1 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
25 Jan 2009 21:03:19
1.3.3p1 |
pav  |
- Mark BROKEN: bad plist
Reported by: pointyhat |
11 Jan 2009 06:52:44
1.3.3p1 |
wes  |
Upgrade POCO to 1.3.3p1.
MFC after: 1 week |
18 Feb 2008 17:21:43
1.3.2 |
wes  |
- Updated to 1.3.2;
- Use SF macro;
- Sort pkg-plist;
- Add NOTE to UPDATING.
As submitted by Felippe, but I left the MASTER_SITE_SUBDIR setting because
I couldn't fetch from SourceForge without it. If you experience download
problems, please email me.
PR: ports/120595
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
MFC after: 1 week |
29 Jan 2007 23:31:48
1.2.8 |
wes  |
These include files got missed in the transition to 1.2.8, where SSL support
was removed to a separate version of POCO. |
15 Jan 2007 04:11:21
1.2.8 |
wes  |
Change the version number in the Makefile too, dummy!
Noticed by: Bug Magnet autobuilder |
12 Jan 2007 08:28:33
1.2.7 |
wes  |
Update to 1.2.8. |
02 Dec 2006 15:29:03
1.2.5 |
wes  |
Clean up after myself properly. |
29 Nov 2006 23:25:10
1.2.5 |
wes  |
The C++ Portable Components consists of four libraries providing a
platform abstraction layer for system interfaces, an XML parser
with SAX2 and DOM interfaces and an XML writer, classes for working
with configuration files and command line arguments, and a number
of network protocols. |