From owner-svn-ports-all@FreeBSD.ORG Thu Feb 5 17:01:30 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7895E6C7; Thu, 5 Feb 2015 17:01:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AC1F9E0; Thu, 5 Feb 2015 17:01:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15H1USL026875; Thu, 5 Feb 2015 17:01:30 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15H1T57026871; Thu, 5 Feb 2015 17:01:29 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502051701.t15H1T57026871@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Thu, 5 Feb 2015 17:01:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378475 - in head/security: . gputty X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 17:01:30 -0000 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 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 +# $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 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