8480 FreshPorts -- devel/libredblack
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
libredblack 1.3_1 devel on this many watch lists=2 search for ports that depend on this port
Library that provides the red-black balanced tree algorithm
Maintained by: rodrigo@bebik.net search for ports maintained by this maintainer
Port Added: 15 Apr 2002 18:38:37
License: not specified in port


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/python27
  2. devel/libtool
Required To Run:
  1. lang/python27
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  3. http://freefr.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  4. http://garr.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  5. http://heanet.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  6. http://hivelocity.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  7. http://ignum.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  8. http://internode.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  9. http://iweb.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  10. http://jaist.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  11. http://nchc.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  12. http://ncu.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  13. http://netcologne.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  14. http://osdn.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  15. http://space.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  16. http://sunet.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  17. http://superb-dca3.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  18. http://switch.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  19. http://tenet.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  20. http://ufpr.dl.sourceforge.net/project/libredblack/libredblack/1.3/
  21. http://waix.dl.sourceforge.net/project/libredblack/libredblack/1.3/

Number of commits found: 20

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
12 Jan 2013 12:07:59
Original commit files touched by this commit  1.3_1
wen search for other commits by this committer
- Trim Makefile headers
- Pass maintainership to submitter

PR:		175184
Submitted by:	Rodrigo (ros) OSORIO <rodrigo@bebik.net>
11 Sep 2011 03:37:23
Original commit files touched by this commit  1.3_1
sunpoet search for other commits by this committer
- Add WWW
03 Jul 2011 14:59:23
Original commit files touched by this commit  1.3_1
ohauer search for other commits by this committer
-remove MD5
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.3_1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
22 Aug 2009 00:18:43
Original commit files touched by this commit  1.3_1
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
02 Aug 2009 19:36:34
Original commit files touched by this commit  1.3_1
mezz search for other commits by this committer
-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
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.3_1
rafan search for other commits by this committer
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 View all of this commit message)
30 Jul 2007 09:42:28
Original commit files touched by this commit  1.3_1
alexbl search for other commits by this committer
 - 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
01 Feb 2007 02:42:06
Original commit files touched by this commit  1.3_1
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
14 Aug 2006 22:55:18
Original commit files touched by this commit  1.3_1
clsung search for other commits by this committer
- 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>
04 May 2006 21:41:12
Original commit files touched by this commit  1.3_1
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.3_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
24 Nov 2005 15:40:04
Original commit files touched by this commit  1.3
pav search for other commits by this committer
- Add some SHA256 checksums
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.3
ade search for other commits by this committer
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.
05 Jun 2005 12:42:21
Original commit files touched by this commit  1.3
sem search for other commits by this committer
- Update to 1.3

PR:             ports/81854
Submitted by:   Ports Fury
03 Apr 2005 21:30:39
Original commit files touched by this commit  1.2
kris search for other commits by this committer
Reset inactive maintainer.  Thanks for your work in the past!
31 Mar 2004 03:12:58
Original commit files touched by this commit  1.2
trevor search for other commits by this committer
SIZEify (maintainer timeout)
07 Mar 2003 06:01:16
Original commit files touched by this commit  1.2
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
10 Oct 2002 00:20:36
Original commit files touched by this commit  1.2
smace search for other commits by this committer
Upgrade to version 1.2
15 Apr 2002 18:38:18
Original commit files touched by this commit  1.1.0
smace search for other commits by this committer
Add libredblack 1.1.0
Library that provides the red-black balanced tree algorithm

Number of commits found: 20

28b7
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 vulnerabilities affecting 24 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 24569
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 3
new 48 hours10
new 7 days30
new fortnight85
new month175

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0