Page MenuHomeFreeBSD

security/passwordsafe: New port 1.01 BETA
ClosedPublic

Authored by brnrd on Feb 7 2017, 9:19 AM.
Tags
None
Referenced Files
F169011538: D9470.id24823.diff
Mon, Aug 31, 3:09 AM
F169007081: D9470.id26174.diff
Mon, Aug 31, 2:57 AM
F168998080: D9470.id26122.diff
Mon, Aug 31, 2:30 AM
Unknown Object (File)
Sat, Aug 29, 9:54 AM
Unknown Object (File)
Sat, Aug 29, 8:05 AM
Unknown Object (File)
Sat, Aug 29, 2:24 AM
Unknown Object (File)
Sat, Aug 29, 2:00 AM
Unknown Object (File)
Fri, Aug 28, 4:30 PM
Subscribers

Details

Summary
security/passwordsafe: New port

 - PasswordSafe (pwsafe) is a password manager with a secure twofish
   encrypted database file

Differential_Revision: https://reviews.freebsd.org/D9470
Test Plan
  • portlint -AC (all OK)
  • Built on 11 & 12 amd64
  • Run on 12 amd64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

brnrd retitled this revision from to security/passwordsafe: New port 1.01 BETA.
brnrd updated this object.
brnrd edited the test plan for this revision. (Show Details)
mat requested changes to this revision.Feb 7 2017, 10:31 AM
mat added a reviewer: mat.
mat added inline comments.
sysutils/passwordsafe/Makefile
3 ↗(On Diff #24823)

The account is called pwsafe, the project is called pwsafe, the executable is called pwsafe, why call the port passwordsafe ?

sysutils/passwordsafe/pkg-plist
2 ↗(On Diff #24823)

Why are the help files zipped ? is the software using them that way to show help ?

20 ↗(On Diff #24823)

why ?

This revision now requires changes to proceed.Feb 7 2017, 10:31 AM
brnrd marked 3 inline comments as done.Feb 7 2017, 5:43 PM
brnrd added inline comments.
sysutils/passwordsafe/Makefile
3 ↗(On Diff #24823)

There already is a port named pwsafe, see CONFLICTS

sysutils/passwordsafe/pkg-plist
2 ↗(On Diff #24823)

The help system requires these zip bundles for displaying

20 ↗(On Diff #24823)

Reading the Porter's Handbook this dir would be automatically removed. Removed in my local copy

sysutils/passwordsafe/Makefile
3 ↗(On Diff #24823)

mmm, ok

sysutils/passwordsafe/files/patch-help_Makefile.freebsd
19 ↗(On Diff #24823)

hardcoded /usr/local

brnrd edited edge metadata.
brnrd marked 3 inline comments as done.

Fix /usr/local entries

brnrd marked an inline comment as done.

Remove help dir from pkg-plist

This revision was automatically updated to reflect the committed changes.