aboutsummaryrefslogtreecommitdiff
path: root/security/openssh-askpass
Commit message (Collapse)AuthorAgeFilesLines
* s/PKGNAME/DISTNAME/ in auxilliary helper targetKris Kennaway2004-02-081-2/+2
| | | | | | | Submitted by: marcus Notes: svn path=/head/; revision=100348
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Drop maintainershipKris Kennaway2003-07-121-1/+1
| | | | Notes: svn path=/head/; revision=84767
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* I committed the md5 sum on the wrong distfile last time; the contentsKris Kennaway2001-05-131-1/+1
| | | | | | | were the same, but the paths were wrong. Notes: svn path=/head/; revision=42572
* Apply the Big Axe of Hacking to this port and remove all the CVS fetchingKris Kennaway2001-04-174-136/+3
| | | | | | | | crap which just doesn't work well. Fall back on the tarball which will be generated once from the OpenBSD CVS repo each time I update the port. Notes: svn path=/head/; revision=41512
* Remove the html file -- not sure why that worked for me.Will Andrews2001-03-101-1/+0
| | | | Notes: svn path=/head/; revision=39337
* Fix PLIST.Will Andrews2001-03-052-0/+4
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=39099
* Update to 2001.02.24 code snapshot of OpenSSH-askpass from OpenBSD CVSKris Kennaway2001-02-252-38/+37
| | | | | | | | | | repository (in fact, this code hasn't changed since last november, but use today's date). I don't know where I got the 1.2.2 version number from, but keep it for now as it looks like the third party version which OpenBSD are basing from is catching up to that number :-) Notes: svn path=/head/; revision=38683
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-1/+2
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27426
* "http://www.FreeBSD.org/~user/" -> "http://people.FreeBSD.org/~user/"Satoshi Asami2000-03-211-1/+1
| | | | Notes: svn path=/head/; revision=26931
* Allow manual PORTS_CVS_SERVER and CVS_SITES settings.Brian Somers2000-03-021-1/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=26489
* ssh-askpass is a small X app which OpenSSH's ssh-add(1) will try and spawnKris Kennaway2000-02-287-0/+173
if called without a controlling terminal, e.g. if called during the X login process. It is somewhat configurable through app-defaults. Makefile shamelessly ripped from: green's OpenSSH port. Notes: svn path=/head/; revision=26403