aboutsummaryrefslogtreecommitdiff
path: root/sysutils/password-store
Commit message (Collapse)AuthorAgeFilesLines
* Typos, whitespace and capitalization fixes (S-X).Jimmy Olgeni2015-09-201-1/+1
| | | | Notes: svn path=/head/; revision=397463
* The bash package can be called bash-static, so depend on the bash binary.Mathieu Arnold2015-02-191-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=379347
* Cleanup plistAntoine Brodin2014-11-221-5/+0
| | | | Notes: svn path=/head/; revision=373038
* sysutils/password-store: bump PORTREVISION to catch up with libgcrypt update.Rene Ladan2014-08-071-1/+1
| | | | | | | Approved by: portmgr (infrastructure) Notes: svn path=/head/; revision=364289
* Update sysutils/password-store to 1.6.3_1Jonathan Chu2014-07-162-5/+5
| | | | | | | | | - Re-add DOCS option Approved by: swills (mentor) Notes: svn path=/head/; revision=362020
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-152-5/+5
| | | | Notes: svn path=/head/; revision=361978
* Update sysutils/password-store 1.6.3Jonathan Chu2014-07-155-173/+48
| | | | | | | | | | | | | | | | | | | | | = Features = - passmenu now takes --type as its first argument, which will type the password instead of copying it to the clipboard. = Bug Fixes = - OSX now properly unmounts temporary mounts and ejects ramdisks. - All BSDs now have cleaner temporary files. - Temporary files for pass edit now end in .txt so vim does the right Thing. - When edit fails, prompt for retrying instead of going into crazy loop. - Keepassx2pass conversion script now handles empty strings. Approved by: swills (mentor) Notes: svn path=/head/; revision=361858
* Add DOCS and EXAMPLES to OPTIONS_DEFINE, and avoid using :MDOCS toAdam Weinberger2014-05-301-3/+1
| | | | | | | | determine whether to install EXAMPLES. It still seems really strange to have the manpage listed under %%PORTDOCS%% though. Notes: svn path=/head/; revision=355772
* Update to 1.6.2_1Jonathan Chu2014-05-241-0/+2
| | | | | | | | | - Add missing RUN_DEPENDS for misc/getopt Approved by: swills (mentor) Notes: svn path=/head/; revision=355090
* Update to 1.6.2Jonathan Chu2014-05-2410-1381/+1526
| | | | | | | | | | | - Add missing dep on misc/getopt - Patches updated against 1.6.2 - New contrib option for import scripts, shell completions, etc Approved by: swills (mentor) Notes: svn path=/head/; revision=354977
* Update maintainer email addressJonathan Chu2014-01-211-1/+1
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=340549
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Fix distinfo.Raphael Kubo da Costa2013-05-181-2/+2
| | | | | | | | | | | | The upstream tarball was probably re-rolled. I've verified there is no change between both tarball versions by comparing the contents of the mirrored old version in freebsd.org and the one upstream. PR: ports/178002 Approved by: maintainer timeout (29 days) Notes: svn path=/head/; revision=318457
* - Update to 1.4.2Steve Wills2012-10-216-110/+103
| | | | | | | | | PR: ports/172916 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306215
* - Add missing bash dependsSteve Wills2012-09-291-2/+3
| | | | | | | | PR: ports/172126 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=305033
* - Fix build on 7.xSteve Wills2012-09-272-3/+3
| | | | | | | | PR: ports/171927 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=304959
* - Update to 1.4Steve Wills2012-09-246-864/+796
| | | | | | | | | | - Patches updated PR: ports/171905 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=304778
* Password management should be simple and follow Unix philosophy. With pass, eachSteve Wills2012-09-177-0/+1511
password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities. pass makes managing these individual password files extremely easy. All passwords live in ~/.password-store, and pass provides some nice commands for adding, editing, generating, and retrieving passwords. It is a very short and simple shell script. It's capable of temporarily putting passwords on your clipboard and tracking password changes using git. You can edit the password store using ordinary unix shell commands alongside the pass command. There are no funky file formats or new paradigms to learn. There is bash completion so that you can simply hit tab to fill in names. WWW: http://zx2c4.com/projects/password-store/ PR: ports/171686 Submitted by: milki@rescomp.berkeley.edu Notes: svn path=/head/; revision=304384