Opened 12 years ago
Closed 12 years ago
#38324 closed submission (fixed)
Submission: libsodium
Reported by: | tresni (Brian Hartvigsen) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | cooljeanius (Eric Gallager) |
Port: | libsodium |
Description
To quote the README:
NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc.
NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools.
Sodium is a portable, cross-compilable, installable, packageable, API-compatible version of NaCl.
Attached is a Portfile for libsodium. I have found that when using libsodium with pynacl I needed to add the following to my the correct profile file(s) (in my case, .zshrc)
export CPATH=/opt/local/include export LIBRARY_PATH=/opt/local/lib
Attachments (1)
Change History (5)
Changed 12 years ago by tresni (Brian Hartvigsen)
comment:1 Changed 12 years ago by tresni (Brian Hartvigsen)
comment:2 Changed 12 years ago by larryv (Lawrence Velázquez)
Keywords: | libsodium nacl curvecp removed |
---|---|
Summary: | New port: libsodium → Submission: libsodium |
Type: | defect → submission |
Version: | 2.1.3 |
Don’t worry about it, that’s our job.
comment:4 Changed 12 years ago by ci42
Keywords: | haspatch added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks. Committed in r103802 with the following changes: use github portgroup; add dependencies on autoconf, automake and libtool; add check phase.
This is suppose to be a submission, apparently I changed it to a defect somewhere along the way. Sorry about that. I don't see anyway for me to change that at this point (or delete/reopen correctly.)