Path to this page:
./
devel/poco,
POCO C++ Foundation libraries
Branch: pkgsrc-2011Q3,
Version: 1.4.0,
Package name: poco-1.4.0,
Maintainer: pkgsrc-usersThe POCO C++ Libraries (POCO stands for POrtable COmponents) are
open source C++ class libraries that simplify and accelerate the
development of network-centric, portable applications in C++. The
libraries integrate perfectly with the C++ Standard Library and
fill many of the functional gaps left open by it. Their modular
and efficient design and implementation makes the POCO C++ Libraries
extremely well suited for embedded development, an area where the
C++ programming language is becoming increasingly popular, due to
its suitability for both low-level (device I/O, interrupt handlers,
etc.) and high-level object-oriented development. Of course, the
POCO C++ Libraries are also ready for enterprise-level challenges.
Required to run:[
devel/pcre]
Required to build:[
devel/gmake] [
pkgtools/x11-links]
Master sites:
SHA1: 6e7dbf895d76227047974ba7b3390d5452a0a7c7
RMD160: ee3ddbe0311b7aaca61046e964ef6550e52634d5
Filesize: 3768.03 KB
Version history: (Expand)
- (2011-10-04) Package added to pkgsrc.se, version poco-1.4.0 (created)
CVS history: (Expand)
2011-10-19 15:47:09 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Pullup ticket #3571 - requested by sbd
devel/poco: build fix
Revisions pulled up:
- devel/poco/distinfo 1.5
- devel/poco/patches/patch-build_config_Linux 1.1
---
Module Name: pkgsrc
Committed By: sbd
Date: Mon Oct 17 07:56:57 UTC 2011
Modified Files:
pkgsrc/devel/poco: distinfo
Added Files:
pkgsrc/devel/poco/patches: patch-build_config_Linux
Log message:
Build a full set of shared library search paths on Linux just like \
"FreeBSD".
|
2011-10-19 15:17:20 by Matthias Scheler | Files touched by this commit (4) |
Log message:
Pullup ticket #3564 - requested by obache
pkgsrc/devel/poco: build fix
Revisions pulled up:
- devel/poco/Makefile 1.3
- devel/poco/Makefile.common 1.4
- devel/poco/distinfo 1.3
- devel/poco/patches/patch-Foundation_include_Poco_Platform.h 1.1
---
Module Name: pkgsrc
Committed By: obache
Date: Sun Oct 16 08:18:53 UTC 2011
Modified Files:
pkgsrc/devel/poco: Makefile Makefile.common distinfo
Added Files:
pkgsrc/devel/poco/patches: patch-Foundation_include_Poco_Platform.h
Log message:
Add DragonFly BSD support.
PR pkg/45475 by Samuel J. Greear.
|