summaryrefslogtreecommitdiff
path: root/devel/avltree (follow)
Commit message (Collapse)AuthorAgeFilesLines
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-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.Adam Weinberger2002-11-062-1/+2
| | | | Approved by: pat
* Remove bross@nas.nasa.gov as MAINTAINER; mail has been bouncing forBill Fenner2001-07-231-1/+1
| | | | 10 weeks.
* Remove @exec ranlib's. Since pkg_add doesn't change the timestamp,Satoshi Asami2000-06-121-1/+0
| | | | | these are not necessary (even if the linker cares about the timestamp -- I'm not sure if it does).
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
|
* Adding avltree version 1.1.Steve Price2000-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>