| non port: devel/py-rbtree/Makefile |
|
CVSWeb
|
Number of commits found: 12 |
|
Sun, 2 May 2010
|
[ 10:45 miwi ]
1.2129 MOVED
1.1103 audio/Makefile
1.9 audio/py-flac/Makefile
1.876 databases/Makefile
1.52 databases/mysql-connector-java50/Makefile
1.4 databases/p5-DBIx-Class-HTML-FormFu/Makefile
1.3908 devel/Makefile
1.12 devel/py-rbtree/Makefile
1.10 devel/tavrasm/Makefile
1.1019 mail/Makefile
(Only the first 10 of 112 ports in this commit are shown above. )
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
|
|
Fri, 16 Apr 2010
|
[ 02:45 mnag ]
1.11 devel/py-rbtree/Makefile
- Mark as DEPRECATED since it's not build with new pyrex and it's not active
maintained.
- Expired on 2010-04-29
|
|
Mon, 5 Apr 2010
|
[ 19:04 pav ]
1.10 devel/py-rbtree/Makefile
- Mark BROKEN: does not build
Reported by: pointyhat
|
|
Thu, 11 Sep 2008
|
[ 15:51 miwi ]
1.9 devel/py-rbtree/Makefile
1.2 devel/py-rbtree/files/patch-src__rbtree.pyx
- Unbreak
- Fix build error
Approved by: portmgr (pav)
|
|
Thu, 29 May 2008
|
[ 21:30 pav ]
1.8 devel/py-rbtree/Makefile
- Mark BROKEN: does not compile
Reported by: pointyhat
|
|
Wed, 1 Aug 2007
|
[ 22:31 pav ]
1.7 devel/py-rbtree/Makefile
1.14 textproc/py-rdflib/Makefile
- Force our idea of OPSYS to get predictable egg name
|
|
Mon, 30 Jul 2007
|
[ 17:49 pav ]
1.6 devel/py-rbtree/Makefile
- Needs pyrex with new python
|
[ 09:42 alexbl ]
1.76 CHANGES
1.5 archivers/py-lzma/Makefile
1.13 astro/py-metar/Makefile
1.3 astro/pyephem/Makefile
1.14 audio/py-ao/Makefile
1.2 audio/py-apetag/Makefile
1.4 audio/py-cddb/Makefile
1.11 audio/py-eyed3/Makefile
1.6 audio/py-flac/Makefile
1.3 audio/py-id3/Makefile
(Only the first 10 of 445 ports in this commit are shown above. )
- 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
|
|
Sat, 7 Apr 2007
|
[ 23:35 lwhsu ]
1.4 devel/py-rbtree/Makefile
- Add backup MASTER_SITE
- Remove contiguous blank lines
Approved by: clsung (mentor)
|
|
Thu, 5 Apr 2007
|
[ 02:17 lwhsu ]
1.3 devel/py-rbtree/Makefile
1.3 devel/py-rbtree/distinfo
1.2 devel/py-rbtree/files/patch-setup.py
1.1 devel/py-rbtree/files/patch-src__rbtree.pyx
- Update to 0.8.0
- Fix DOCSDIR
- Assign to python@FreeBSD.org
Approved by: clsung (mentor)
|
|
Mon, 10 Jul 2006
|
[ 15:20 mnag ]
1.2 devel/py-rbtree/Makefile
1.2 devel/py-rbtree/distinfo
1.1 devel/py-rbtree/files/patch-setup.py
1.2 devel/py-rbtree/pkg-descr
- Update to 0.7
- Update WWW
|
|
Mon, 8 May 2006
|
[ 14:25 mnag ]
1.2196 devel/Makefile
1.1 devel/py-rbtree/Makefile
1.1 devel/py-rbtree/distinfo
1.1 devel/py-rbtree/files/patch-src__rbtree_impl.c
1.1 devel/py-rbtree/pkg-descr
- 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/
|
Number of commits found: 12 |