Port details |
- pure-stldict Pure interface to C++ STL map/unordered_map
- 0.8_1 devel
=0 0.8_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on expiring devel/llvm35
This port expired on: 2019-08-31
- Maintainer: lichray@gmail.com
- Port Added: 2012-01-26 20:18:57
- Last Update: 2019-09-01 15:40:05
- SVN Revision: 510697
- License: LGPL3+
- WWW:
- https://puredocs.bitbucket.io/pure-stldict.html
- Description:
- This package provides a light-weight, no frills interface to the C++
dictionary containers map and unordered_map. The stldict module makes
these data structures available in Pure land and equips them with a
(more or less) idiomatic Pure container interface.
WWW: https://puredocs.bitbucket.io/pure-stldict.html
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pure-stldict>0:devel/pure-stldict
- No installation instructions:
- This port has been deleted.
- PKGNAME: pure-stldict
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pure/pure-stldict-0.8.tar.gz) = 5b894ae6dc574c7022258e2732bea649c82c959ec4d0be13fb5a3e8ba8488f28
SIZE (pure/pure-stldict-0.8.tar.gz) = 69024
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- gmake : devel/gmake
- Library dependencies:
-
- libpure.so : lang/pure
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pure-stldict-0.8_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- compiler:c++0x pkgconfig pure
- 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 |
0.8_1 01 Sep 2019 15:40:05 |
rene |
Remove expired ports:
2019-08-31 devel/pure-stldict: Depends on expiring devel/llvm35
2019-08-31 lang/dmd1: No longer supported upstream
2019-08-31 lang/gprolog: Abandonware upstream (more than five years), fails in
various ways with remotely recent compilers
2019-08-31 math/pure-mpfr: Depends on expiring devel/llvm35
2019-08-31 math/pure-rational: Depends on expiring devel/llvm35
2019-08-31 net/pure-sockets: Depends on expiring devel/llvm35
2019-08-31 textproc/pure-csv: Depends on expiring devel/llvm35
2019-08-31 textproc/pure-xml: Depends on expiring devel/llvm35
2019-08-31 x11-toolkits/pure-tk: Depends on expiring devel/llvm35
2019-08-31 databases/pure-sql3: Depends on expiring devel/llvm35
2019-08-31 devel/pure-readline: Depends on expiring devel/llvm35
2019-08-31 devel/pure-stllib: Depends on expiring devel/llvm35 |
0.8_1 26 Jul 2019 20:46:57 |
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 |
0.8 08 Jun 2019 11:46:55 |
antoine |
Chase llvm35 expiration |
0.8 13 Mar 2019 04:20:42 |
linimon |
Fix build on gcc-based architectures:
cc1plus: unrecognized command line option "-std=c++0x"
Approved by: portmgr (tier-2 blanket) |
0.8 21 May 2017 21:55:08 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
0.8 15 Mar 2017 11:55:21 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Fix WWW:
Approved by: portmgr blanket |
0.8 09 Jan 2017 09:44:12 |
amdmi3 |
- Remove always false OSVERSION condition
- Switch to options helpers
Approved by: portmgr blanket |
0.8 25 Nov 2016 21:27:37 |
gerald |
Replace USE_GCC=4.9+ by USE_GCC=yes, now that lang/gcc and the default
version for GCC in the Ports Collection have moved to GCC 4.9. |
0.8 19 Jun 2016 12:16:02 |
gerald |
Replace USE_GCC=4.9 by the preferred USE_GCC=4.9+. |
0.8 29 Jan 2016 06:09:32 |
vanilla |
Fix broken on 9.
Approved by: maintainer |
0.8 22 Jan 2016 12:49:16 |
vanilla |
Fix broken MASTER_SITES. |
0.8 21 Jan 2016 06:43:09 |
vanilla |
Fix build with gcc4.9.
PR: 204385
Submitted by: gerald@, w.schwarzenfeld@aon.at
Approved by: maintainer via twitter. |
0.8 21 Jan 2016 03:27:37 |
vanilla |
1: Upgrade to 0.8.
2: remove USE_GCC, it's compilable with clang.
Approved by: maintainer via twitter. |
0.5_4 27 Oct 2014 11:03:01 |
bapt |
Cleanup plist |
0.5_4 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.5_3 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
0.5_2 05 Jan 2014 00:19:05 |
nemysis |
- Readdition of devel/pure-stldict which was removed on 333095
- Bump PORTREVISION
- Add licenses (GPLv3 LGPL3)
- USES pure instead of USE_PURE
- Add DOCS, EXAMPLES and Option
- Support STAGEDIR
- Change pkg-plist, use @dirrmtry instead of @dirrm
This package provides a light-weight, no frills interface to the C++
dictionary containers map and unordered_map. The stldict module makes
these data structures available in Pure land and equips them with a
(more or less) idiomatic Pure container interface.
WWW: http://docs.pure-lang.googlecode.com/hg/pure-stldict.html
PR: ports/183756
Submitted by: Zhihao Yuan <zy@miator.net> |
0.5_1 07 Nov 2013 13:44:02 |
nemysis |
pure-stllib is an "umbrella" package that contains a pair of Pure addons,
pure-stlvec and pure-stlmap. These addons provide Pure interfaces to a
selection of containers provided by the C++ Standard Library, specialized
to hold pointers to arbitrary Pure expressions.
WWW: http://docs.pure-lang.googlecode.com/hg/pure-stllib.html
PR: ports/165865
Submitted by: Zhihao Yuan <lichray@gmail.com>
Approved by: wg (mentor) |
0.5_1 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 ) |
0.5 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.5 17 Aug 2013 16:27:24 |
gerald |
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery) |
0.5 10 Jul 2013 21:28:57 |
bapt |
Fix PORTSDIR not already defined by using relative path |
0.5 10 Jul 2013 21:11:24 |
bapt |
Fix pure by removing the useless pre.mk/post.mk dancing
Convert to USES=gmake
Reported by: marino |
0.5 01 May 2012 20:13:14 |
dhn |
- Update to 0.5
PR: ports/167414
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) |
0.3 26 Jan 2012 20:18:33 |
pav |
- Add a couple of pure extensions:
devel/pure-readline: A readline interface for the Pure language
devel/pure-stldict: Pure interface to C++ STL map/unordered_map
devel/pure-stlvec: Pure interface to C++ STL vector
math/pure-mpfr: Multiprecision floats for Pure
x11-toolkits/pure-tk: A basic interface between Pure and Tcl/Tk
PR: ports/161799
Submitted by: Zhihao Yuan <lichray@gmail.com> |