Path to this page:
./
math/djbsort,
Library for sorting arrays of integers
Branch: CURRENT,
Version: 20190516nb2,
Package name: djbsort-20190516nb2,
Maintainer: schmonzdjbsort is a software library for sorting arrays of integers. It
provides the following features:
- Speed: djbsort holds new speed records for in-memory sorting.
- Security: djbsort is designed to be safe for cryptographic contexts.
- Verification: djbsort includes tools to automatically verify correctness.
These features are not separate options: there is a single sorting
function that is simultaneously fast, secure, and verified.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2018/07/31 06:24:57 schmonz Exp $
SHAREDIR="@SHAREDIR@"
case "${STAGE}" in
DEINSTALL)
cd ${PREFIX}/${SHAREDIR}
for i in $(${CAT} pseudo-PLIST); do
${RM} -f ${PREFIX}/${i}
done
;;
POST-DEINSTALL)
${RM} -rf ${PREFIX}/${SHAREDIR}
;;
esac
Required to run:[
lang/python27] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 30.202 KB
Version history: (Expand)
- (2023-08-14) Updated to version: djbsort-20190516nb2
- (2022-06-30) Updated to version: djbsort-20190516nb1
- (2021-02-18) Updated to version: djbsort-20190516
- (2020-12-05) Updated to version: djbsort-20180729nb3
- (2019-04-25) Updated to version: djbsort-20180729nb2
- (2018-08-09) Updated to version: djbsort-20180729nb1
CVS history: (Expand)