Date: Thu, 5 Feb 2015 17:01:29 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378475 - in head/security: . gputty Message-ID: <201502051701.t15H1T57026871@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Thu Feb 5 17:01:28 2015 New Revision: 378475 URL: https://svnweb.freebsd.org/changeset/ports/378475 QAT: https://qat.redports.org/buildarchive/r378475/ Log: GPuTTY is a frontend to the SSH client, using the Gtk+ toolkit. WWW: http://www.defora.org/os/project/334/gputty PR: 197331 (based on) Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> Added: head/security/gputty/ head/security/gputty/Makefile (contents, props changed) head/security/gputty/distinfo (contents, props changed) head/security/gputty/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Feb 5 16:54:08 2015 (r378474) +++ head/security/Makefile Thu Feb 5 17:01:28 2015 (r378475) @@ -163,6 +163,7 @@ SUBDIR += gpass SUBDIR += gpgdir SUBDIR += gpgme + SUBDIR += gputty SUBDIR += gringotts SUBDIR += gsasl SUBDIR += gsfv Added: head/security/gputty/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gputty/Makefile Thu Feb 5 17:01:28 2015 (r378475) @@ -0,0 +1,25 @@ +# Created by: Olivier Cochard-Labbe <olivier@cochard.me> +# $FreeBSD$ + +PORTNAME= gputty +PORTVERSION= 0.9.10 +CATEGORIES= security +MASTER_SITES= http://www.defora.org/os/download/download/3381/ + +MAINTAINER= olivier@cochard.me +COMMENT= Frontend to the SSH client, using the Gtk+ toolkit + +LICENSE= GPLv3 + +LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem + +PLIST_FILES= bin/gputty + +MAKE_ARGS= PREFIX=${PREFIX} +USES= pkgconfig +USE_GNOME= gtk20 + +post-install: + @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} + +.include <bsd.port.mk> Added: head/security/gputty/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gputty/distinfo Thu Feb 5 17:01:28 2015 (r378475) @@ -0,0 +1,2 @@ +SHA256 (gputty-0.9.10.tar.gz) = 361252591e5db8d03c2332bf8fac9853068529dd63947d4d9c2859067f30c307 +SIZE (gputty-0.9.10.tar.gz) = 20272 Added: head/security/gputty/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gputty/pkg-descr Thu Feb 5 17:01:28 2015 (r378475) @@ -0,0 +1,3 @@ +GPuTTY is a frontend to the SSH client, using the Gtk+ toolkit. + +WWW: http://www.defora.org/os/project/334/gputty
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502051701.t15H1T57026871>