Port details |
- libredblack Library that provides the red-black balanced tree algorithm
- 1.3_2 devel
=2 1.3_2Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses deprecated version of python
This port expired on: 2020-09-15
- Maintainer: rodrigo@FreeBSD.org
- Port Added: 2002-04-15 18:38:37
- Last Update: 2020-09-19 13:01:00
- SVN Revision: 548980
- People watching this port, also watch:: python, libmad, mplayer-skins, libao, ncftp
- License: GPLv2
- WWW:
- http://libredblack.sourceforge.net/
- Description:
- This a small library that provides the red-black balanced tree algorithm
23 May 2000
Damian Ivereigh
Cisco Systems Inc
WWW: http://libredblack.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libredblack>0:devel/libredblack
- No installation instructions:
- This port has been deleted.
- PKGNAME: libredblack
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libredblack-1.3.tar.gz) = a0ecc59b0aae2df01558a6950532c711a782a099277b439a51d270003092f44f
SIZE (libredblack-1.3.tar.gz) = 209564
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:
-
- python2.7 : lang/python27
- Runtime dependencies:
-
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- libtool python:2.7
- 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 |
1.3_2 19 Sep 2020 13:01:00 |
rene |
Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
1.3_2 08 Mar 2020 17:01:47 |
antoine |
Deprecate some ports using deprecated version of python
With hat: portmgr |
1.3_2 11 Dec 2017 16:54:20 |
antoine |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
1.3_2 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
1.3_2 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
1.3_2 30 Jun 2014 15:44:51 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
1.3_1 29 Jan 2014 09:17:42 |
rodrigo |
Update maintainer email address
Approved by: bapt@ (co-mentor) |
1.3_1 14 Dec 2013 17:09:34 |
mva |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket) |
1.3_1 03 Dec 2013 12:37:15 |
sunpoet |
- Add LICENSE
- Strip shared library
- Support STAGEDIR
PR: ports/184457
Submitted by: Rodrigo Osorio <rodrigo@bebik.net> (maintainer) |
1.3_1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.3_1 12 Jan 2013 12:07:59 |
wen |
- Trim Makefile headers
- Pass maintainership to submitter
PR: 175184
Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> |
1.3_1 11 Sep 2011 03:37:23 |
sunpoet |
- Add WWW |
1.3_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.3_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.3_1 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
1.3_1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.3_1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.3_1 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
1.3_1 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.3_1 14 Aug 2006 22:55:18 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.3_1 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
1.3_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.3 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
1.3 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.3 05 Jun 2005 12:42:21 |
sem |
- Update to 1.3
PR: ports/81854
Submitted by: Ports Fury |
1.2 03 Apr 2005 21:30:39 |
kris |
Reset inactive maintainer. Thanks for your work in the past! |
1.2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.2 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.2 10 Oct 2002 00:20:36 |
smace |
Upgrade to version 1.2 |
1.1.0 15 Apr 2002 18:38:18 |
smace |
Add libredblack 1.1.0
Library that provides the red-black balanced tree algorithm |