| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=83t80c1bkdkoluu1jgue1fia5k; path=/
content-type: text/html; charset=UTF-8
date: Sun, 28 Dec 2025 06:50:50 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
djbsort
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./math/djbsort, Library for sorting arrays of integers
[
Branch: CURRENT, Version: 20190516nb2, Package name: djbsort-20190516nb2, Maintainer: schmonz
djbsort 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 [+/-]
Required to run:
[lang/python27] [lang/python37]
Required to build:
[pkgtools/cwrappers]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
djbsortmbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./math/djbsort, Library for sorting arrays of integers
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 20190516nb2, Package name: djbsort-20190516nb2, Maintainer: schmonz
djbsort 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
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 KBVersion history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2023-08-14) Updated to version: djbsort-20190516nb2
- (2022-06-30) Updated to version: djbsort-20190516nb1
CVS history: (Expand)
| 2025-07-03 03:28:19 by Amitai Schleier | Files touched by this commit (1) |
Log message: djbsort: fix SmartOS build. |
| 2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message: *: recursive bump for Python 3.11 as new default |
| 2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message: *: Revbump packages that use Python at runtime without a PKGNAME prefix |
| 2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message: math: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
| 2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message: math: Remove SHA1 hashes for distfiles |
| 2021-02-18 11:08:31 by Amitai Schleier | Files touched by this commit (3) | |
Log message: Update to 20190516. From the changelog: Benchmarking: - Speed tests now call cpucycles() before setting resource limits. This is important on platforms where cpucycles() needs to read files. Verification: - Support for SignExt and several more peephole optimizations, working towards support for simpler symbolic-execution backend. Various updates to work with angr8 and python3. |
| 2020-12-04 21:45:51 by Nia Alarie | Files touched by this commit (456) |
Log message: Revbump packages with a runtime Python dep but no version prefix. For the Python 3.8 default switch. |
| 2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message: PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump. |
