Revision: 16177 http://gar.svn.sourceforge.net/gar/?rev=16177&view=rev Author: guengel Date: 2011-11-13 09:06:23 +0000 (Sun, 13 Nov 2011) Log Message: ----------- gnome-ssh-askpass/trunk: Initial release
Added Paths: ----------- csw/mgar/pkg/gnome-ssh-askpass/ csw/mgar/pkg/gnome-ssh-askpass/Makefile csw/mgar/pkg/gnome-ssh-askpass/branches/ csw/mgar/pkg/gnome-ssh-askpass/tags/ csw/mgar/pkg/gnome-ssh-askpass/trunk/ csw/mgar/pkg/gnome-ssh-askpass/trunk/Makefile csw/mgar/pkg/gnome-ssh-askpass/trunk/checksums csw/mgar/pkg/gnome-ssh-askpass/trunk/files/ csw/mgar/pkg/gnome-ssh-askpass/trunk/files/LICENSE csw/mgar/pkg/gnome-ssh-askpass/trunk/files/README.CSW Added: csw/mgar/pkg/gnome-ssh-askpass/Makefile =================================================================== --- csw/mgar/pkg/gnome-ssh-askpass/Makefile (rev 0) +++ csw/mgar/pkg/gnome-ssh-askpass/Makefile 2011-11-13 09:06:23 UTC (rev 16177) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Property changes on: csw/mgar/pkg/gnome-ssh-askpass/Makefile ___________________________________________________________________ Added: svn:keywords + Date Revision Author HeadURL Id Added: svn:eol-style + native Property changes on: csw/mgar/pkg/gnome-ssh-askpass/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/gnome-ssh-askpass/trunk/Makefile =================================================================== --- csw/mgar/pkg/gnome-ssh-askpass/trunk/Makefile (rev 0) +++ csw/mgar/pkg/gnome-ssh-askpass/trunk/Makefile 2011-11-13 09:06:23 UTC (rev 16177) @@ -0,0 +1,65 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = gnome-ssh-askpass +VERSION = 5.9p1 +GARTYPE = v2 +CATEGORIES = gnome + +DESCRIPTION = A GNOME and Gtk2 passphrase requester +define BLURB + A GNOME and Gtk2 passphrase requester +endef + +DISTNAME = openssh-$(VERSION) +MASTER_SITES = ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ +DISTFILES = $(DISTNAME).tar.gz +DISTFILES += LICENSE +DISTFILES += README.CSW + +# File name regex to get notifications about upstream software releases +# NOTE: Use this only if the automatic regex creation +# does not work for your package +# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz + +# If the url used to check for software update is different of MASTER_SITES, then +# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES +# UPSTREAM_MASTER_SITES = + +PACKAGES = CSW$(NAME) +RUNTIME_DEP_PKGS = CSWgtk2 +RUNTIME_DEP_PKGS += CSWglib2 +RUNTIME_DEP_PKGS += CSWpango +RUNTIME_DEP_PKGS += CSWlibpixman +RUNTIME_DEP_PKGS += CSWlibatk +RUNTIME_DEP_PKGS += CSWlibpng + +BUILD_DEP_PKGS = CSWgtk2devel +BUILD_DEP_PKGS += CSWglib2devel +BUILD_DEP_PKGS += CSWpangodevel +BUILD_DEP_PKGS += CSWlibpixman-dev +BUILD_DEP_PKGS += CSWlibatkdevel +BUILD_DEP_PKGS += CSWlibpng-dev +BUILD_DEP_PKGS += CSWsunx11devel + +LICENSE = LICENSE + +# Does not use GNU configure +CONFIGURE_SCRIPTS = +# No test script +TEST_SCRIPTS = + +BUILD_SCRIPTS = custom + +INSTALL_SCRIPTS = custom + +include gar/category.mk + +build-custom: + cd $(WORKSRC)/contrib ; \ + $(BUILD_ENV) gmake gnome-ssh-askpass2 + @$(MAKECOOKIE) + +install-custom: + ginstall -d $(DESTDIR)$(bindir) + ginstall $(WORKSRC)/contrib/gnome-ssh-askpass2 $(DESTDIR)$(bindir)/gnome-ssh-askpass Property changes on: csw/mgar/pkg/gnome-ssh-askpass/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: csw/mgar/pkg/gnome-ssh-askpass/trunk/checksums =================================================================== --- csw/mgar/pkg/gnome-ssh-askpass/trunk/checksums (rev 0) +++ csw/mgar/pkg/gnome-ssh-askpass/trunk/checksums 2011-11-13 09:06:23 UTC (rev 16177) @@ -0,0 +1 @@ +afe17eee7e98d3b8550cc349834a85d0 openssh-5.9p1.tar.gz Added: csw/mgar/pkg/gnome-ssh-askpass/trunk/files/LICENSE =================================================================== --- csw/mgar/pkg/gnome-ssh-askpass/trunk/files/LICENSE (rev 0) +++ csw/mgar/pkg/gnome-ssh-askpass/trunk/files/LICENSE 2011-11-13 09:06:23 UTC (rev 16177) @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2000-2002 Damien Miller. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ Added: csw/mgar/pkg/gnome-ssh-askpass/trunk/files/README.CSW =================================================================== --- csw/mgar/pkg/gnome-ssh-askpass/trunk/files/README.CSW (rev 0) +++ csw/mgar/pkg/gnome-ssh-askpass/trunk/files/README.CSW 2011-11-13 09:06:23 UTC (rev 16177) @@ -0,0 +1,15 @@ +gnome-ssh-askpass2 +------------------ + +From gnome-ssh-askpass2.c: + + This is a simple GNOME SSH passphrase grabber. To use it, set the environment + variable SSH_ASKPASS to point to the location of gnome-ssh-askpass before + calling "ssh-add < /dev/null". + + There is only two run-time options: if you set the environment variable + "GNOME_SSH_ASKPASS_GRAB_SERVER=true" then gnome-ssh-askpass will grab the X + server. If you set "GNOME_SSH_ASKPASS_GRAB_POINTER=true", then the pointer + will be grabbed too. These may have some benefit to security if you don't + trust your X server. We grab the keyboard always. + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel