| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
02 May 2010 10:45:51
0.8.0
|
miwi  |
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 |
16 Apr 2010 02:45:26
0.8.0
|
mnag  |
- Mark as DEPRECATED since it's not build with new pyrex and it's not active
maintained.
- Expired on 2010-04-29 |
05 Apr 2010 19:04:23
0.8.0
|
pav  |
- Mark BROKEN: does not build
Reported by: pointyhat |
11 Sep 2008 15:51:16
0.8.0
|
miwi  |
- Unbreak
- Fix build error
Approved by: portmgr (pav) |
29 May 2008 21:30:55
0.8.0
|
pav  |
- Mark BROKEN: does not compile
Reported by: pointyhat |
07 Mar 2008 12:19:33
0.8.0
|
miwi  |
- Fix build
Submitted by: Marcus von Appen <mva@sysfault.org> (via python@ ml) |
29 Oct 2007 01:07:08
0.8.0
|
perky  |
Add a workaround to remove setuptool's erroneous workaround for
pyrex support. |
01 Aug 2007 22:31:39
0.8.0
|
pav  |
- Force our idea of OPSYS to get predictable egg name |
30 Jul 2007 17:49:36
0.8.0
|
pav  |
- Needs pyrex with new python |
30 Jul 2007 09:42:28
0.8.0
|
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 |
09 Apr 2007 01:17:31
0.8.0
|
lwhsu  |
- Add missing pkg-plist in last commit
Approved by: clsung (mentor)
Reported by: kris via pointyhat
Pointy Hat to: lwhsu |
07 Apr 2007 23:35:16
0.8.0
|
lwhsu  |
- Add backup MASTER_SITE
- Remove contiguous blank lines
Approved by: clsung (mentor) |
05 Apr 2007 02:17:16
0.8.0
|
lwhsu  |
- Update to 0.8.0
- Fix DOCSDIR
- Assign to python@FreeBSD.org
Approved by: clsung (mentor) |
10 Jul 2006 15:20:21
0.7
|
mnag  |
- Update to 0.7
- Update WWW |
08 May 2006 14:25:19
0.6
|
mnag  |
- 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/ |