#17265 closed submission (fixed)
New port: md5sha1sum
Reported by: | mike@… | Owned by: | blb@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: | md5sha1sum |
Description
GNU coreutils provides md5sum, which is often used in shell scripts. md5sha1sum provides a compatible md5- and sha1sum implementation using OpenSSL.
Attachments (2)
Change History (7)
Changed 16 years ago by mike@…
comment:1 Changed 16 years ago by blb@…
Owner: | changed from macports-tickets@… to blb@… |
---|---|
Port: | md5sha1sum added |
Status: | new → assigned |
comment:3 Changed 16 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Added in r42208, thanks.
comment:4 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → submission |
---|
comment:5 Changed 16 years ago by (none)
Milestone: | Port Submissions |
---|
Milestone Port Submissions deleted
Note: See
TracTickets for help on using
tickets.
Since it uses symlinks for sha1sum and ripemd160sum, but xinstall is copying the file as a file instead of a link, how about using ln to create these links? I've attached a new Portfile, if it looks okay I can commit it (two other changes: fixed maintainers and set master_sites to ${homepage}).