From 655655bce571ad4ad8ef7160ff1d3756cbd881d7 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 18 Oct 2024 02:59:36 +0800 Subject: textproc/py-python-ulid2: Add py-python-ulid2 2.7.0 (copied from py-python-ulid) - Add PORTSCOUT --- textproc/py-python-ulid2/pkg-descr | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 textproc/py-python-ulid2/pkg-descr (limited to 'textproc/py-python-ulid2/pkg-descr') diff --git a/textproc/py-python-ulid2/pkg-descr b/textproc/py-python-ulid2/pkg-descr new file mode 100644 index 000000000000..4d39d340d65a --- /dev/null +++ b/textproc/py-python-ulid2/pkg-descr @@ -0,0 +1,12 @@ +This port provides an implementation of ULID. + +A ULID is a universally unique lexicographically sortable identifier. It is +- 128-bit compatible with UUID +- 1.21e+24 unique ULIDs per millisecond +- Lexicographically sortable! +- Canonically encoded as a 26 character string, as opposed to the 36 character + UUID +- Uses Crockford's base32 for better efficiency and readability (5 bits per + character) +- Case insensitive +- No special characters (URL safe) -- cgit v1.2.3