aboutsummaryrefslogtreecommitdiffstats
path: root/devel/avltree
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Remove bross@nas.nasa.gov as MAINTAINER; mail has been bouncing forfenner2001-07-231-1/+1
| | | | 10 weeks.
* Remove @exec ranlib's. Since pkg_add doesn't change the timestamp,asami2000-06-131-1/+0
| | | | | these are not necessary (even if the linker cares about the timestamp -- I'm not sure if it does).
* PORTNAME/PORTVERSION updatemharo2000-04-121-2/+2
|
* Adding avltree version 1.1.steve2000-01-296-0/+57
An in-memory index with binary and string keys and key counts. PR: 16112 Submitted by: Bill Ross <bross@nas.nasa.gov>