Opened 11 years ago

Closed 11 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)

Portfile (961 bytes) - added by tresni (Brian Hartvigsen) 11 years ago.

Download all attachments as: .zip

Change History (5)

Changed 11 years ago by tresni (Brian Hartvigsen)

Attachment: Portfile added

comment:1 Changed 11 years ago by tresni (Brian Hartvigsen)

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.)

comment:2 Changed 11 years ago by larryv (Lawrence Velázquez)

Keywords: libsodium nacl curvecp removed
Summary: New port: libsodiumSubmission: libsodium
Type: defectsubmission
Version: 2.1.3

Don’t worry about it, that’s our job.

comment:3 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:4 Changed 11 years ago by ci42

Keywords: haspatch added
Resolution: fixed
Status: newclosed

Thanks. Committed in r103802 with the following changes: use github portgroup; add dependencies on autoconf, automake and libtool; add check phase.

Note: See TracTickets for help on using tickets.