aboutsummaryrefslogtreecommitdiff
path: root/security/kpcli
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Add Math::Random::ISAAC as a dependency as it provides a more secure rand()Emanuel Haupt2017-03-251-1/+3
| | | | | | | | | | | function. PR: 217665 Approved by: maintainer timeout (alexander.4mail@gmail.com; 16 days) Differential Revision: D9923 Notes: svn path=/head/; revision=436892
* - Update to version 3.1 [1]Pawel Pekala2016-08-022-3/+4
| | | | | | | | | | - Port is architecture neutral PR: 211504 [1] Submitted by: maintainer Notes: svn path=/head/; revision=419481
* Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real namesMathieu Arnold2016-06-211-1/+1
| | | | | | | | | | | | | | | | p5-Term-ReadLine-(Gnu,Perl,TTYtter). I can't find any reason for p5-ReadLine-Gnu to have been added as ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago. devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back where it should not have, so change its maintainer to be perl@ like devel/p5-ReadLine-Perl had. Sponsored by: Absolight Notes: svn path=/head/; revision=417207
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-12/+12
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* security/kpcli: update 2.8 -> 3.0Bartek Rutkowski2015-08-062-3/+8
| | | | | | | | | | - Add PWSAFE3 option PR: 202103 Submitted by: Alexander <alexander.4mail@gmail.com> (maintainer) Notes: svn path=/head/; revision=393648
* - Update to 2.8Sofian Brabez2015-05-062-4/+6
| | | | | | | | | | PR: 199849 Differential Revision: https://reviews.freebsd.org/D2426 Submitted by: myself Approved by: Alexander Grigoryev <alexander.4mail at gmail.com> (maintainer) Notes: svn path=/head/; revision=385530
* security/kpcli: update 2.5 -> 2.7Bartek Rutkowski2014-10-162-5/+5
| | | | | | | | | PR: 194114 Submitted by: Alexander Grigoryev <alexander.4mail@gmail.com> Approved by: mentors (implicit) Notes: svn path=/head/; revision=370986
* - Update to 2.5Martin Wilke2014-05-222-5/+5
| | | | | | | | PR: 189629 Submitted by: Alexander <alexander.4mail@gmail.com> (maintainer) Notes: svn path=/head/; revision=354773
* STAGE support, and general cleanups. Some of the changes are aAdam Weinberger2014-05-011-8/+4
| | | | | | | | bit more aggressive, but at this point, if I'm staging your port, you've likely stopped caring what's done to it. Notes: svn path=/head/; revision=352710
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-1/+1
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326999
* - Add support for pwck commandMark Felder2013-07-091-2/+4
| | | | | | | | PR: ports/180371 Approved by: swills (mentor) Notes: svn path=/head/; revision=322560
* Update to version 2.3Pawel Pekala2013-07-032-5/+4
| | | | | | | | PR: ports/180234 Submitted by: Alexander <alexander.4mail@gmail.com> (maintainer) Notes: svn path=/head/; revision=322245
* - Update to 1.7Martin Wilke2013-05-132-3/+3
| | | | | | | | PR: 178241 Submitted by: Alexander <alexander.4mail@gmail.com> (maintainer) Notes: svn path=/head/; revision=317989
* - update to 1.6Jason Helfman2013-01-243-10/+6
| | | | | | | | | | - trim historical header, comment and pkg-descr PR: 175505 Submitted by: maintainer, alexander.4mail@gmail.com Notes: svn path=/head/; revision=310910
* add new port: security/kpcliJason Helfman2012-07-063-0/+52
A command line interface (interactive shell) to work with KeePassX and KeePass 1.x database files. WWW: http://kpcli.sourceforge.net/ PR: ports/168334 Submitted by: alexander.4mail@gmail.com Notes: svn path=/head/; revision=300537