notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: devel/py-rbtree/Makefile

Number of commits found: 12

Sunday, 2 May 2010
10:45 miwi search for other commits by this committer
2010-04-30 audio/py-flac: has been marked IGNORE for past 24 months
2010-02-20 databases/mysql-connector-java50: Old version: please use
databases/mysql-connector-java instead
2010-04-15 databases/p5-DBIx-Class-HTML-FormFu: This module is obsoleted by
www/p5-HTML-FormFu-Model-DBIC
2010-04-29 devel/py-rbtree: "does not build with new pyrex and it's not active
maintained"
2010-04-08 devel/tavrasm: No longer maintained, use devel/avra instead
2010-04-27 mail/postfix23: it's no longer maintened by upstream developer
2010-04-30 math/libgmp4: Use math/gmp instead.
2010-04-04 misc/ezload: does not build with new USB stack in 8-STABLE
2010-01-31 misc/gkrellmbgchg: use misc/gkrellmbgchg2
2010-03-04 multimedia/kbtv: no longer under development by author
2010-02-16 net/plb: broken; abandoned by author; use net/relayd or www/nginx
instead
2010-04-30 security/vpnd: This software is no longer developed
2010-03-15 textproc/isearch: abandoned upstream, uses an obsolete version of
GCC, not used by any other port
2010-04-02 www/caudium12: No longer maintained upstream, please switch to
www/caudium14
2010-03-08 www/p5-Catalyst-Plugin-Cache-FileCache: Deprecated by module author
in favor of www/p5-Catalyst-Plugin-Cache
Original commit
Friday, 16 Apr 2010
02:45 mnag search for other commits by this committer
- Mark as DEPRECATED since it's not build with new pyrex and it's not active
maintained.
- Expired on 2010-04-29
Original commit
Monday, 5 Apr 2010
19:04 pav search for other commits by this committer
- Mark BROKEN: does not build

Reported by:    pointyhat
Original commit
Thursday, 11 Sep 2008
15:51 miwi search for other commits by this committer
- Unbreak
- Fix build error

Approved by:    portmgr (pav)
Original commit
Thursday, 29 May 2008
21:30 pav search for other commits by this committer
- Mark BROKEN: does not compile

Reported by:    pointyhat
Original commit
Wednesday, 1 Aug 2007
22:31 pav search for other commits by this committer
- Force our idea of OPSYS to get predictable egg name
Original commit
Monday, 30 Jul 2007
17:49 pav search for other commits by this committer
- Needs pyrex with new python
Original commit
09:42 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
Original commit
Saturday, 7 Apr 2007
23:35 lwhsu search for other commits by this committer
- Add backup MASTER_SITE
- Remove contiguous blank lines

Approved by:    clsung (mentor)
Original commit
Thursday, 5 Apr 2007
02:17 lwhsu search for other commits by this committer
- Update to 0.8.0
- Fix DOCSDIR
- Assign to python@FreeBSD.org

Approved by:     clsung (mentor)
Original commit
Monday, 10 Jul 2006
15:20 mnag search for other commits by this committer
- Update to 0.7
- Update WWW
Original commit
Monday, 8 May 2006
14:25 mnag search for other commits by this committer
- New port devel/py-rbtree

An RBTree is a fast, balanced efficient data structure with the
following properties:

get          O(log n)
set          O(log n)
delete       O(log n)
min          O(log n)
max          O(log n)
contains     O(log n)

Because the worst case timing is minimal across the range of standard
dict and ordered data operations it makes sense to use this when you
have volatile/dynamic sorted data.

In common usage its nearly as fast as the Python dict impl but has a
slightly more expensive usage of the compare function as the keys are
ordered and not hashed.

WWW:    http://www.python.org/pypi/RBTree/
Original commit

Number of commits found: 12