Initial import of gnome-ssh-askpass-5.0.
A simple GNOME SSH passphrase grabber. ok jasper@
This commit is contained in:
parent
8602f6b9de
commit
5a16b70baf
36
x11/gnome/ssh-askpass/Makefile
Normal file
36
x11/gnome/ssh-askpass/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/05/02 14:07:46 bernd Exp $
|
||||
|
||||
COMMENT= simple GNOME SSH passphrase grabber
|
||||
|
||||
DISTNAME= openssh-5.0p1
|
||||
PKGNAME= gnome-ssh-askpass-5.0
|
||||
CATEGORIES= x11
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ftp://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
||||
ftp://ftp.de.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
||||
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
||||
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \
|
||||
freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 m pango-1.0 \
|
||||
pangocairo-1.0 pangoft2-1.0 png z
|
||||
|
||||
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
|
||||
|
||||
CONFIGURE_STYLE=none
|
||||
WRKDIST= ${WRKDIR}/${DISTNAME}/contrib
|
||||
ALL_TARGET= gnome-ssh-askpass2
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/gnome-ssh-askpass2 ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11/gnome/ssh-askpass/distinfo
Normal file
5
x11/gnome/ssh-askpass/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (gnome/openssh-5.0p1.tar.gz) = Hx36p3XzPdMygWnem9wpKg==
|
||||
RMD160 (gnome/openssh-5.0p1.tar.gz) = uBMjQBTjOf4tnRClra2fjgZZGPw=
|
||||
SHA1 (gnome/openssh-5.0p1.tar.gz) = EhzqOnMMCwNTM0tvRvQ43jCrSSg=
|
||||
SHA256 (gnome/openssh-5.0p1.tar.gz) = c6WGIM1HUVW+hST0aZe6GUK8nlQgTusV8EZeVMonn08=
|
||||
SIZE (gnome/openssh-5.0p1.tar.gz) = 1011556
|
12
x11/gnome/ssh-askpass/patches/patch-Makefile
Normal file
12
x11/gnome/ssh-askpass/patches/patch-Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1.1.1 2008/05/02 14:07:46 bernd Exp $
|
||||
--- Makefile.orig Fri Feb 29 09:08:21 2008
|
||||
+++ Makefile Fri Feb 29 09:08:27 2008
|
||||
@@ -7,7 +7,7 @@ gnome-ssh-askpass1: gnome-ssh-askpass1.c
|
||||
`gnome-config --libs gnome gnomeui`
|
||||
|
||||
gnome-ssh-askpass2: gnome-ssh-askpass2.c
|
||||
- $(CC) `pkg-config --cflags gtk+-2.0` \
|
||||
+ $(CC) $(CFLAGS) `pkg-config --cflags gtk+-2.0` \
|
||||
gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
|
||||
`pkg-config --libs gtk+-2.0`
|
||||
|
1
x11/gnome/ssh-askpass/pkg/DESCR
Normal file
1
x11/gnome/ssh-askpass/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
A simple GNOME SSH passphrase grabber.
|
2
x11/gnome/ssh-askpass/pkg/PLIST
Normal file
2
x11/gnome/ssh-askpass/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/05/02 14:07:46 bernd Exp $
|
||||
bin/gnome-ssh-askpass2
|
Loading…
Reference in New Issue
Block a user