Path to this page:
./
math/djbsort,
Library for sorting arrays of integers
Branch: pkgsrc-2021Q2,
Version: 20190516,
Package name: djbsort-20190516,
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
Master sites:
SHA1: 0a5888c775dfe48d7d3dd7fd1c0fb3bc31d15c1a
RMD160: 2e4d916f43b5ca929d82ce77c012e9d32a2b4dff
Filesize: 30.202 KB
Version history: (Expand)
- (2021-07-01) Package added to pkgsrc.se, version djbsort-20190516 (created)