Path to this page:
./
math/djbsort,
Library for sorting arrays of integers
Branch: pkgsrc-2019Q3,
Version: 20180729nb2,
Package name: djbsort-20180729nb2,
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]
Master sites:
SHA1: 7b64b9c5b3c6428cb6bc16638876f57ffff3c58b
RMD160: 65455661524b5d2cdd21c1c329a9065cfc9b3b0d
Filesize: 28.659 KB
Version history: (Expand)
- (2019-10-02) Package added to pkgsrc.se, version djbsort-20180729nb2 (created)