FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 4:52 PM BST
Port details
boost-libs 1.48.0 devel on this many watch lists=28 search for ports that depend on this port
Free portable C++ libraries (without Boost.Python)
Maintained by: churanov.port.maintainer@gmail.com search for ports maintained by this maintainer
Port Added: 28 Jul 2009 11:45:32
License: not specified in port


Boost provides free peer-reviewed portable C++ source libraries.

The emphasis is on libraries that work well with the C++ Standard
Library. Boost libraries are intended to be widely useful, and usable
across a broad spectrum of applications. The Boost license encourages
both commercial and non-commercial use.

The goal is to establish "existing practice" and provide reference
implementations so that Boost libraries are suitable for eventual
standardization. Ten Boost libraries are already included in the C++
Standards Committee's Library Technical Report (TR1) and will be in
the new C++0x Standard now being finalized. C++0x will also include
several more Boost libraries in addition to those from TR1. More Boost
libraries are proposed for TR2.

NOTE: This package does not contain Boost.Python, it's in
'devel/boost-python-libs'.

WWW:  http://www.boost.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/boost-jam
Required Libraries: devel/icu

Required by:
for Build

for Libraries

for Run

To install the port: cd /usr/ports/devel/boost-libs/ && make install clean
To add the package: pkg_add -r boost-libs


Configuration Options
===> The following configuration options are available for boost-libs-1.48.0:
     VERBOSE_BUILD=off (default) "Show compiler messages"
     DEBUG=off (default) "Build debugging symbols"
     ICU=on (default) "Boost.Regex with ICU unicode support"
     OPTIMIZED_CFLAGS=off (default) "Enable -O3 optimization"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/project/boost/boost/1.48.0/
http://sunet.dl.sourceforge.net/project/boost/boost/1.48.0/
http://iweb.dl.sourceforge.net/project/boost/boost/1.48.0/
http://switch.dl.sourceforge.net/project/boost/boost/1.48.0/
http://surfnet.dl.sourceforge.net/project/boost/boost/1.48.0/
http://kent.dl.sourceforge.net/project/boost/boost/1.48.0/
http://freefr.dl.sourceforge.net/project/boost/boost/1.48.0/
http://voxel.dl.sourceforge.net/project/boost/boost/1.48.0/
http://jaist.dl.sourceforge.net/project/boost/boost/1.48.0/
http://osdn.dl.sourceforge.net/project/boost/boost/1.48.0/
http://nchc.dl.sourceforge.net/project/boost/boost/1.48.0/
http://ncu.dl.sourceforge.net/project/boost/boost/1.48.0/
http://transact.dl.sourceforge.net/project/boost/boost/1.48.0/
http://softlayer.dl.sourceforge.net/project/boost/boost/1.48.0/
http://internode.dl.sourceforge.net/project/boost/boost/1.48.0/
http://ufpr.dl.sourceforge.net/project/boost/boost/1.48.0/
http://waix.dl.sourceforge.net/project/boost/boost/1.48.0/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Port Moves
  • port moved here from devel/boost on 2009-07-28
    REASON: Boost ports were split and sliced

Number of commits found: 16

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
17 May 2012 09:05:38
Original commit files touched by this commit  1.48.0
makc search for other commits by this committer
Fix SIZE field

Reported by:    sunpoet
16 May 2012 16:07:24
Original commit files touched by this commit  1.48.0
makc search for other commits by this committer
Update boost ports to 1.48.0

PR:             ports/156253
Submitted by:   Alexander Churanov (maintainer)
Approved by:    portmgr (linimon)
02 Mar 2012 10:57:46
Original commit files touched by this commit  1.45.0_2
bapt search for other commits by this committer
add BOOST_HAS_LONG_LONG to clang.hpp this fix code using boost and being built
with clang
Also reported and comitted upstream
(https://svn.boost.org/trac/boost/ticket/6636 thanks dim@)

PR:             ports/165567
Submitted by:   bapt@ (myself)
Approved by:    Alexander Churanov <alexanderchuranov@gmail.com> (maintainer)
miwi@ (responsible of the PR)
16 Jul 2011 05:20:15
Original commit files touched by this commit  1.45.0_1
linimon search for other commits by this committer
Mark as broken on sparc64: invokes i386 asm.
03 Jul 2011 14:59:23
Original commit files touched by this commit  1.45.0_1
ohauer search for other commits by this committer
-remove MD5
08 Jan 2011 07:46:42
Original commit files touched by this commit  1.45.0_1
dougb search for other commits by this committer
Add patches to deal with locale problems

https://svn.boost.org/trac/boost/ticket/4688

PR:             ports/153561
Submitted by:   Mirko Zinn <mail@derzinn.de>
Approved by:    maintainer
27 Dec 2010 20:54:38
Original commit files touched by this commit  1.45.0
pav search for other commits by this committer
- Update to 1.45

PR:             ports/152558
Submitted by:   Armin Pirkovitsch <armin@frozen-zone.org>,
                Alexander Churanov <alexanderchuranov@gmail.com> (maintainer)
27 Dec 2010 20:53:10
Original commit files touched by this commit  1.45.0
pav search for other commits by this committer
- Update to 1.45

PR:             ports/152558
Submitted by:   Armin Pirkovitsch <armin@frozen-zone.org>,
                Alexander Churanov <alexanderchuranov@gmail.com> (maintainer)
15 Dec 2010 11:37:49
Original commit files touched by this commit  1.43.0_2
bapt search for other commits by this committer
Chase devel/icu upgrade
Add an updating note
19 Jul 2010 22:25:04
Original commit files touched by this commit  1.43.0_1
jkim search for other commits by this committer
Fix Boost.Asio to accept 'unsigned long' type ioctl(2) command.

Although POSIX says the type is 'int', all BSD variants (including Mac OS X)
have been using 'unsigned long' type for very long time and its use predates
the standard long enough.  For certain commands (e.g., FIONBIO), the integer
value may get sign-extended on 64-bit platforms (by implicit type promotion)
and it causes annoying warnings from kernel such as this:

WARNING pid 24509 (python2.6): ioctl sign-extension ioctl ffffffff8004667e

Approved by:    churanov.port.maintainer@gmail.com (maintainer timeout)
11 Jun 2010 23:15:26
Original commit files touched by this commit  1.43.0
makc search for other commits by this committer
Update to 1.43.0

PR:             ports/146707
Submitted by:   Armin Pirkovitsch <armin at frozen-zone.org>
Reviewed by:    Alexander Churanov (maintainer)
15 Mar 2010 02:12:53
Original commit files touched by this commit  1.41.0_1
lioux search for other commits by this committer
o Add compile gcc option to make sure that boost compilation toolchain
  acknowledges that gcc versions prior to 4.3.x do not implement
  inclass member initialization.
o This enables net-p2p/libtorrent-rasterbar-14 to build python
  bindings with the base system gcc on FreeBSD 8.x. Previously, we
  would have had to resort gcc 4.3+ ports.
o Bump PORTREVISION

PR:             ports/144336
Approved by:    maintainer (timeout 16 days)
16 Feb 2010 22:41:56
Original commit files touched by this commit  1.41.0
pgollucci search for other commits by this committer
- Fix WITH_PYTHON plist errors
  devel/boost-libs *never* installs python wrappers
  devel/boost-python-libs is used now

PR:             ports/143982
Submitted by:   myself (pgollucci)
Approved by:    Alexander Churanov <alexanderchuranov@gmail.com> (maintainer)

Feature safe:   yes
29 Dec 2009 13:50:29
Original commit files touched by this commit  1.41.0
pav search for other commits by this committer
- Update boost to 1.41

PR:             ports/141749
Submitted by:   Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
04 Dec 2009 08:39:55
Original commit files touched by this commit  1.39.0
linimon search for other commits by this committer
Fix build on sparc64.  No need to bump portrevision.

Tested on:      i386, sparc64
Submitted by:   maintainer
28 Jul 2009 11:45:09
Original commit files touched by this commit  1.39.0
pav search for other commits by this committer
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:             ports/137054
Submitted by:   Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)

Number of commits found: 16

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 11
new 48 hours31
new 7 days57
new fortnight181
new month253

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.164 seconds.