summaryrefslogtreecommitdiff
path: root/textproc/py-python-ulid2/pkg-descr
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-10-18 02:59:36 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-10-18 02:59:36 +0800
commit655655bce571ad4ad8ef7160ff1d3756cbd881d7 (patch)
tree65c44544f0d0c396e6d3f52e4e99024ade5e1615 /textproc/py-python-ulid2/pkg-descr
parentgames/veloren-weekly: update to s20241017 (diff)
textproc/py-python-ulid2: Add py-python-ulid2 2.7.0 (copied from py-python-ulid)
- Add PORTSCOUT
Diffstat (limited to 'textproc/py-python-ulid2/pkg-descr')
-rw-r--r--textproc/py-python-ulid2/pkg-descr12
1 files changed, 12 insertions, 0 deletions
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)